Vulnerability Information
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
Vulnerability Title
Memos Webhook SSRF via 0.0.0.0 Reserved-IP Bypass
Vulnerability Description
Memos' webhook URL validation, isReservedIP (internal/webhook/validate.go), checks a candidate IP against a reservedCIDRs list that omits 0.0.0.0/8 and never calls ip.IsUnspecified — unlike the correctly implemented sibling function isInternalIP in internal/httpgetter/html_meta.go, which does.
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N
Vulnerability Type
服务端请求伪造(SSRF)
Vulnerability Title
usememos memos 服务端请求伪造漏洞
Vulnerability Description
usememos memos是usememos团队开源的一个文档管理工具。 usememos memos 0.29.1及之前版本存在服务端请求伪造漏洞,该漏洞源于webhook URL验证函数isReservedIP()在internal/webhook/validate.go中未检查0.0.0.0/8且未调用ip.IsUnspecified(),可能导致攻击者注册http://0.0.0.0:PORT/的webhook URL绕过保留IP检查,使服务器向自身回环接口发送HTTP请求,暴露内部服务。
CVSS Information
N/A
Vulnerability Type
N/A