CVE Catalog

CVE-2026-71210

MediumCVSS 5.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.16%

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

Summary

Mealie's AsyncSafeTransport SSRF guard (mealie/pkgs/safehttp/transport.py) resolves a target hostname once, checks the resolved IP against private-range rules, but then issues the actual outbound HTTP request using the original hostname, which the underlying async transport re-resolves independently.

Risk Assessment

An attacker can exploit this vulnerability to perform SSRF attacks, bypassing protections and accessing internal network resources, potentially leading to data leakage or privilege escalation.

Recommendation

Update Mealie to a version that uses the verified IP address for the connection. If not possible, restrict access to functions using AsyncSafeTransport and apply additional network security measures.

Other vulnerabilities in Mealie

See all
Original NVD description (English source)

Mealie's AsyncSafeTransport SSRF guard (mealie/pkgs/safehttp/transport.py) resolves a target hostname once, checks the resolved IP against private-range rules, but then issues the actual outbound HTTP request using the original hostname, which the underlying async transport re-resolves independently.

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