目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-76847— ACT 0.2.81-0.2.89 缺少授权漏洞

一分钟漏洞结论

影响对象
nektos act
利用判断
存在公开或 AI PoC,应优先验证
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

当工作流使用 或 时,Actions 会启动一个 HTTP Artifacts V4 后端服务。该后端的服务端远程过程调用(RPC)——包括 、 、 、 和 ——接受由调用方提供的 参数,却从未验证该参数是否属于当前请求者。具体而言, 中的 函数虽然解析了该值,但其用于与请求任务(task)的 run ID 进行比较的验证逻辑被注释掉了,导致未执行实际的身份校验。 后端生成的签名 URL 使用一个硬编码为四个字节 的 HMAC 密钥进行认证。该密钥在所有构建版本中完全相同,且签名计算时对端点(endpoint)、过

CVSS 8.8 · High
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-76847 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
act 0.2.81 through 0.2.89 Missing Authorization in the Artifacts V4 Backend
来源: CVE Program / CVE List V5
Vulnerability Description
act starts an HTTP Artifacts V4 backend whenever a workflow uses actions/upload-artifact@v4 or actions/download-artifact@v4. The control-plane RPCs of that backend, including CreateArtifact, GetSignedArtifactURL, ListArtifacts, FinalizeArtifact and DeleteArtifact, accept a caller-supplied workflow_run_backend_id and never check that it belongs to the requester: validateRunIDV4 in pkg/artifacts/artifacts_v4.go parses the value and returns it with the comparison against the requesting task's run ID left commented out. The signed URLs the backend issues are authenticated by an HMAC whose key is hardcoded to the four bytes 0xba 0xdb 0xee 0xf0, identical in every build, computed over a concatenation of endpoint, expiry, artifact name and task ID with no length prefix or delimiter, so signatures are both forgeable and ambiguous between differing artifact name and task ID pairs. The --artifact-server-addr flag defaults to the host's outbound address rather than loopback, leaving the backend reachable from the surrounding network. Any client that can reach it may read, overwrite or delete the artifacts of a concurrently running job with no credentials, exposing build outputs such as secrets and deployment credentials and permitting their replacement before the owning job consumes them.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
授权机制缺失
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
nektos act 0.2.81 ~ 0.2.89 -

二、漏洞 CVE-2026-76847 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级
Qwen3.6-35B-A3B · 5005 chars
Pro+ 专属包含:
漏洞复现靶场录像(真实沙箱构建 + 触发,独家)
漏洞原理深度分析
触发条件与影响面
完整可执行 POC 代码
利用链与缓解建议
POC 打包下载
每月 100+ 条 AI 生成额度

三、漏洞 CVE-2026-76847 的情报信息

登录查看更多情报信息。

CVE-2026-76847 补丁与修复 (1)

CVE-2026-76847 厂商安全公告 (1)

CVE-2026-76847 其他参考 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-76847

暂无评论


发表评论