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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-72889— Net::OAuth Perl < 0.33 验证签名算法选择漏洞

一分钟漏洞结论

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

Net::OAuth 0.33 之前版本的 Perl 库中,攻击者可以在签名验证过程中自行选择签名算法。 在 函数中,签名方法类是从传入消息的 参数中解析得到的。由于所有请求都必须提供 参数,因此用于验证签名的算法实际上由发送方决定,而验证方无法强制锁定特定的签名方法。 当消息指定使用 HMAC-SHA1 或 HMAC-SHA256 时,签名密钥会从 和 派生,而不是使用服务提供商(provider)部署的密钥。 如果服务提供商部署的是 RSA-SHA1 签名方案,则其仅持有消费者的公钥。根据 RFC 5849,R

AI 预测 9.8 利用难度: 较易 EPSS 0.11% · P2

影响版本矩阵 1

厂商产品 版本范围状态
None None < 0.33 affected

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

漏洞信息

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

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

Vulnerability Title
Net::OAuth versions before 0.33 for Perl allow the sender to choose the signature algorithm in verify
来源: CVE Program / CVE List V5
Vulnerability Description
Net::OAuth versions before 0.33 for Perl allow the sender to choose the signature algorithm in verify. verify resolves the signature method class from the signature_method parameter of the incoming message. signature_method is required on every request, so the algorithm used to check a signature is chosen by whoever sent it, and nothing lets the verifying party pin the method instead. When a message names HMAC-SHA1 or HMAC-SHA256, the key is derived from consumer_secret and token_secret rather than from the key the provider deployed. A provider deployed on RSA-SHA1 holds only the consumer public key, and RFC 5849 does not use consumer_secret for that method, so the required parameter is filled with a placeholder. A client that names HMAC-SHA1 instead has its signature checked against that placeholder, so a guessable one is enough to forge requests for any consumer key and token.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
密码学签名的验证不恰当
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
- - 0 ~ 0.33 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-72889 补丁与修复 (2)

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-72889

暂无评论


发表评论