OSV 1.4.0 · github-reviewed · 修改于 2026-05-13 21:45
发布时间
2026-05-05 04:23
GitHub 审查时间
2026-05-05 04:23
NVD 发布时间
—
源文件
advisories/github-reviewed/2026/05/GHSA-x3h8-jrgh-p8jx/GHSA-x3h8-jrgh-p8jx.json
Exec allowlist analysis rejects shell expansion in unquoted heredocs
An allowlisted command containing an unquoted heredoc could hide shell expansion in the heredoc body. That could make the approved command text look safer than what the shell would evaluate at runtime.
The exec command analyzer now tracks heredoc bodies, rejects unquoted heredoc expansion tokens and continuation-splice bypasses, and preserves quoted heredocs and literal safe text.
Thanks @VladimirEliTokarev for reporting.