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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-75554— 身份认证权限刷新后仍残留过期的组织范围

一分钟漏洞结论

影响对象
hexpm hexpm
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

Hex.pm 中 OAuth 令牌刷新授予存在会话过期机制不足的安全漏洞,该漏洞允许已被某个组织移除的用户继续访问该组织的私有包。 文件中的 函数仅重写字面量的仓库范围(repositories scope),因此显式授予的 或 范围会原封不动地通过该函数,未被正确处理。令牌刷新机制会从存储的 (已授予范围)中重新派生新令牌,而 中保存的是经过扩展后的范围形式。因此,每次刷新令牌时都会重新包含该组织的范围信息,而无需重新验证用户是否仍属于该组织成员。 由于 CDN 边缘节点在验证仓库访问权限时,仅依赖令牌中的声明信

CVSS 2.3 · Low
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Explicit organization scopes survive token refresh after membership ends
来源: CVE Program / CVE List V5
Vulnerability Description
Insufficient Session Expiration vulnerability in the OAuth token refresh grant in hexpm hexpm allows a user removed from an organization to keep reading its private packages. expand_repositories_scope/3 in lib/hexpm/permissions.ex only rewrites the literal repositories scope, so an explicitly granted repository:<org> or docs:<org> scope passes through it untouched. The refresh grant re-derives a new token from the stored granted_scopes, which holds that expanded form, so every refresh reproduces the organization scope without revisiting membership. Because both CDN edges authorize repository access from the token claim without querying the database, an account removed from an organization retains read access for as long as it keeps refreshing, bounded by the 30 day refresh token lifetime rather than the 30 minute access token lifetime. This issue affects hex.pm: from 2025-10-10 before 2026-08-24.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:L/VI:N/VA:N/SC:L/SI:N/SA:N
来源: CVE Program / CVE List V5
Vulnerability Type
不充分的会话过期机制
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
hexpm hexpm 2025-10-10 ~ 2026-08-24 cpe:2.3:a:hexpm:hexpm:*:*:*:*:*:*:*:*
hexpm hexpm 650faa03af511e74c1b3b49ec12d35666b6984c4 ~ 50cffd206490c49c92d7b63c8505949682abedb0 cpe:2.3:a:hexpm:hexpm:*:*:*:*:*:*:*:*

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

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

CVE-2026-75554 厂商安全公告 (3)

IV. Related Vulnerabilities

V. Comments for CVE-2026-75554

暂无评论


发表评论