漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
Authorization Bypass in SSE Pub/Sub Allows Unconfirmed Accounts to Access Stream Events in vulnerability-lookup
Vulnerability Description
An authorization bypass vulnerability in Vulnerability-Lookup allowed inactive or unconfirmed accounts to subscribe to Server-Sent Events (SSE) streams through the /pubsub/subscribe/<topic> endpoint. The token_required decorator used by the Pub/Sub interface authenticated requests solely by matching the X-API-KEY header against an existing user API key. Unlike the REST API authentication mechanism, it did not verify the account's is_active and is_confirmed state. Because the self-registration process issues an API key before account confirmation is completed, an attacker could create an account and immediately use the resulting API key to access Pub/Sub topics that should only be available to active, confirmed users. This could expose stream events that would otherwise be inaccessible through the REST API, including newly submitted or not-yet-moderated data such as comments. The vulnerability results from inconsistent authorization enforcement between the REST API and the SSE streaming interface. The patch corrects the issue by requiring accounts to be both active and confirmed before permitting access to Pub/Sub streams, bringing the SSE authorization boundary in line with the REST API.
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N
Vulnerability Type
授权机制缺失
Vulnerability Title
Vulnerability-Lookup 授权问题漏洞
Vulnerability Description
Vulnerability-Lookup是Vulnerability-Lookup团队开源的一个漏洞查询与扫描工具。 Vulnerability-Lookup 5.5.1及之前版本存在授权问题漏洞,该漏洞源于REST API和SSE流接口之间授权执行不一致,仅通过X-API-KEY匹配进行身份验证而未验证账户激活和确认状态,导致未激活或未确认账户可通过/pubsub/subscribe/<topic>端点订阅服务器发送事件流,可能暴露新提交或未审核的评论等数据。
CVSS Information
N/A
Vulnerability Type
N/A