CVE Catalog

CVE-2026-71272

HighCVSS 8.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.17%

6th percentile - higher than 6% of all known CVEs

Summary

The safeDialContext function in Memos' webhook dispatch 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.

Risk Assessment

Despite IP validation, the connection is made using the original hostname, which may allow DNS rebinding attacks and bypass SSRF protections.

Recommendation

Use the validated IP address for the connection instead of the original hostname to prevent DNS re-resolution.

Other vulnerabilities in Memos

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS