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 DNS Rebinding TOCTOU SSRF in safeDialContext()
Vulnerability Description
Memos' webhook dispatch function safeDialContext (internal/webhook/webhook.go) resolves the target hostname via net.DefaultResolver.LookupHost and validates the resulting IPs against reserved ranges, but then dials net.JoinHostPort(host, port) using the original hostname rather than the already-validated IP address.
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N
Vulnerability Type
检查时间与使用时间(TOCTOU)的竞争条件
Vulnerability Title
usememos memos 竞争条件问题漏洞
Vulnerability Description
usememos memos是usememos团队开源的一个文档管理工具。 usememos memos 0.29.1及之前版本存在竞争条件问题漏洞,该漏洞源于webhook派发函数safeDialContext()在DNS解析验证后使用原始主机名进行连接,存在时间差竞争条件,可能允许攻击者通过DNS重绑定绕过SSRF保护。
CVSS Information
N/A
Vulnerability Type
N/A