CVE-2026-42194 PUBLISHED

Incomplete fix for CVE-2026-32812: SSRF in admidio

Assigner: GitHub_M
Reserved: 25.04.2026 Published: 07.05.2026 Updated: 07.05.2026

Admidio is an open-source user management solution. Prior to version 5.0.9, the incomplete SSRF fix in Admidio's fetch_metadata.php validates the resolved IP address but passes the original hostname-based URL to curl_init(), leaving a DNS rebinding TOCTOU window that allows redirecting requests to internal IPs. This issue has been patched in version 5.0.9.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N
CVSS Score: 6.8

Product Status

Vendor Admidio
Product admidio
Versions
  • Version < 5.0.9 is affected

References

Problem Types

  • CWE-918: Server-Side Request Forgery (SSRF) CWE