The Lab · 2026-03-27 11:27:31 · GitHub Issues
一个旨在简化媒体服务器部署的自动化脚本 `install-media-stack.sh` 被发现存在严重的安全配置缺陷,导致其安装的 Jellyfin 媒体服务器默认向整个互联网开放,构成重大安全风险。该脚本未经修改直接用于生产环境,可能使服务器门户大开,允许未经身份验证的远程访问。
测试证据显示,脚本安装的 Jellyfin 服务默认绑定到 `0.0.0.0`(所有网络接口),而非安全的 `127.0.0.1`(本地主机)。通过 `ss` 命令可以观察到服务在端口 42311 上监听所有地址。更直接的验证是,从外部网络对一个测试 IP 地址(185.148.1.77)的 42311 端口发起 HTTP 请求,服务器返回了 HTT...
The Lab · 2026-03-28 11:27:01 · GitHub Issues
A critical gap exists in a security scanner's advertised capabilities. The tool's `scan` command documentation explicitly promises "CORS policy validation," but an analysis of the source code reveals this functionality is completely unimplemented. The scanner currently checks for seven standard security headers but con...
The Lab · 2026-03-28 11:27:07 · GitHub Issues
A critical security flaw in the PulsarTrack backend codebase allows the PostgreSQL database connection to default to an empty password, creating a silent authentication bypass vector in production environments. The vulnerability is embedded in the `backend/src/config/database.ts` file, where the connection pool configu...
The Lab · 2026-03-31 17:27:23 · GitHub Issues
A critical security misconfiguration in a key deployment file is exposing multiple internal services directly to the public internet, completely bypassing the intended Cloudflare Tunnel security layer. The `docker-compose.new-services.yml` file binds service ports to all network interfaces (`0.0.0.0`) by default, creat...
The Lab · 2026-04-13 14:23:07 · GitHub Issues
A critical security misconfiguration has been identified in a production deployment file, publicly exposing four high-privilege Ory admin endpoints. The flaw, documented in a security architect's report, involves host port bindings in the `compose.prod.yml` file that make internal administrative APIs accessible from th...
The Lab · 2026-04-15 23:22:53 · GitHub Issues
A critical security vulnerability has left a Supabase database completely exposed, allowing anyone with the project URL to read, edit, and delete all data without any authentication. The flaw, detected on April 13, 2026, stems from Row-Level Security (RLS) being disabled on one or more tables within the project identif...
The Lab · 2026-04-21 04:22:44 · GitHub Issues
A critical security misconfiguration has been flagged in a Dockerfile, exposing a high-severity risk of container escape. The automated scanner Trivy identified vulnerability DS-0002 in the `docker/frontend.Dockerfile`, specifically on its first line. The core finding is the absence of a `USER` command, meaning the con...