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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-72887— Net::OAuth::Client Perl模块 OAuth版本降级漏洞

一分钟漏洞结论

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

Net::OAuth::Client 在 0.32 版本之前的 Perl 实现中,允许服务提供者在 get_request_token 阶段 silently(静默)将 OAuth 1.0a 降级为 OAuth 1.0。 当向构造函数传递一个回调参数时,该模块会选择使用 OAuth 1.0a。然而,在获取令牌(request token)的响应中,如果未返回 oauth_callback_confirmed 字段,Net::OAuth::Client 会撤销此前选择的 OAuth 1.0a 协议,且在此过程中既不抛

AI 预测 8.1 利用难度: 中等 EPSS 0.55% · P44

影响版本矩阵 1

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

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

漏洞信息

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

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

Vulnerability Title
Net::OAuth::Client versions before 0.32 for Perl allow the service provider to silently downgrade OAuth 1.0a to OAuth 1.0 in get_request_token
来源: CVE Program / CVE List V5
Vulnerability Description
Net::OAuth::Client versions before 0.32 for Perl allow the service provider to silently downgrade OAuth 1.0a to OAuth 1.0 in get_request_token. Passing a callback to the constructor selects OAuth 1.0a. get_request_token then revokes that choice when the request token response omits oauth_callback_confirmed, with no exception, no warning and no option to require 1.0a. The access token request is built from the OAuth 1.0 message class, which has no verifier parameter, so oauth_verifier is dropped from the request even when get_access_token was passed one. oauth_verifier is the binding that OAuth 1.0a added between the authorization step and the token exchange. An application that asked for 1.0a and gets 1.0 is open to OAuth 1.0 session fixation, where an attacker obtains a request token, has the victim authorize it, and then completes the exchange themselves, linking the victim's provider account to a session the attacker controls. No attacker action sets up the downgrade: a provider that does not confirm the callback is enough.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
在会话协商时选择低安全性的算法(算法降级)
来源: CVE Program / CVE List V5

受影响产品

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

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-72887

暂无评论


发表评论