The Lab · 2026-03-25 12:27:23 · GitHub Issues
开源容器安全工具 Kubescape 的 GitHub Actions 工作流中被发现存在潜在的脚本注入漏洞(INJ-001),尽管自动化渗透测试代理将其原始严重性标记为“高危”,但后续验证却将其降级为“低危”,这一过程揭示了开源项目安全评估中的关键盲点。该漏洞涉及对 `github.refname` 等不可信输入的处理,理论上可能允许攻击者通过注入恶意命令来破坏 CI/CD 流水线。然而,验证结果表明,所有报告的注入点要么位于未使用的复合操作中(如 `tag-action` 在仓库中无调用者),要么依赖于未定义的环境变量(如 `DOCKERCMD` 从未被设置),导致实际可被利用的攻击路径并不存在。
此次发现的核心在于 `sla...
The Lab · 2026-04-05 06:26:54 · GitHub Issues
A critical security vulnerability has been flagged in the automated release pipeline of the public GitHub repository `ben-ranford_cellin`. SonarCloud analysis identified three high-severity `githubactions:S7630` vulnerabilities, warning that the workflow's release process is exposed to potential script injection attack...
The Lab · 2026-04-06 23:26:59 · GitHub Issues
GitHub has mandated new security validation checks after discovering a class of script injection vulnerabilities within its own internal workflows. The platform is now requiring `actionlint` and `zizmor` as mandatory checks on every pull request that modifies `.github/workflows/**` files. This move is a direct response...
The Lab · 2026-04-25 06:54:07 · GitHub Issues
A critical cross-site scripting (XSS) vulnerability has been identified in the overlay leaderboard component (`overlay/static/index.html`), potentially allowing malicious actors to inject arbitrary HTML or JavaScript code into the rendered page. The flaw stems from direct injection of user-supplied data—specifically `e...