漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
Woodpecker < 3.15.0 - Unauthenticated NULL Pointer Dereference in /api/orgs/lookup Enables Log-Flooding Denial of Service
Vulnerability Description
Woodpecker before 3.15.0 registers the /api/orgs/lookup/*org_full_name endpoint without authentication middleware, and the LookupOrg handler unconditionally dereferences the session user (user.ForgeID, via ForgeFromUser) when selecting the forge to query. For an unauthenticated request session.User returns nil, so any unauthenticated HTTP request triggers a NULL pointer dereference in the handler. The panic is recovered by gin recovery middleware and the server continues serving (returning HTTP 500), but each request writes a multi-line panic stack trace to the error log. A low-bandwidth unauthenticated attacker can repeatedly probe the endpoint to flood the logs (about 37 lines per request), inflating disk usage and downstream log-ingestion cost and burying legitimate log events.
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Vulnerability Type
空指针解引用
Vulnerability Title
Woodpecker 异常处理不当漏洞
Vulnerability Description
woodpecker-ci Woodpecker是woodpecker-ci团队开源的一个简单而强大的 CI/CD 引擎。 Woodpecker 3.15.0之前版本存在异常处理不当漏洞,该漏洞源于/api/orgs/lookup/*org_full_name端点注册了无身份验证中间件,且LookupOrg处理程序无条件取消引用会话用户,可能导致未经身份验证的攻击者通过触发空指针取消引用导致拒绝服务。
CVSS Information
N/A
Vulnerability Type
N/A