CVE-2026-32812
CVE-2026-32812 is a medium-severity vulnerability in Admidio with a CVSS 3.x base score of 6.8. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-918.
Key facts
- Severity: Medium (CVSS 3.x base score 6.8)
- EPSS exploit prediction: 0% (34th percentile)
- Actively exploited: Not listed in CISA KEV
- EU (EUVD) id: EUVD-2026-13439
- Weakness: CWE-918
- Affected product: Admidio
- Published:
- Last modified:
Description
Admidio is an open-source user management solution. In versions 5.0.0 through 5.0.6, unrestricted URL fetch in the SSO Metadata API can result in SSRF and local file reads. The SSO Metadata fetch endpoint at modules/sso/fetch_metadata.php accepts an arbitrary URL via $_GET['url'], validates it only with PHP's FILTER_VALIDATE_URL, and passes it directly to file_get_contents(). FILTER_VALIDATE_URL accepts file://, http://, ftp://, data://, and php:// scheme URIs. An authenticated administrator can use this endpoint to read arbitrary local files via the file:// wrapper (Local File Read), reach internal services via http:// (SSRF), or fetch cloud instance metadata. The full response body is returned verbatim to the caller. This issue has been fixed in version 5.0.7.
Frequently asked questions
- What is CVE-2026-32812?
- Admidio is an open-source user management solution. In versions 5.0.0 through 5.0.6, unrestricted URL fetch in the SSO Metadata API can result in SSRF and local file reads. The SSO Metadata fetch endpoint at modules/sso/fetch_metadata.php accepts an arbitrary URL via $_GET['url'], validates it only with PHP's FILTER_VALIDATE_URL, and passes it directly to file_get_contents(). FILTER_VALIDATE_URL accepts file://, http://, ftp://, data://, and php:// scheme URIs. An authenticated administrator can use this endpoint to read arbitrary local files via the file:// wrapper (Local File Read), reach internal services via http:// (SSRF), or fetch cloud instance metadata. The full response body is returned verbatim to the caller. This issue has been fixed in version 5.0.7.
- How severe is CVE-2026-32812?
- CVE-2026-32812 has a CVSS 3.x base score of 6.8, rated medium severity. It is exploitable over network with low attack complexity, requires high privileges and no user interaction. Impact on confidentiality is high, integrity none, and availability none.
- Is CVE-2026-32812 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (34th percentile), an estimate of the probability of exploitation in the next 30 days.
- What products are affected by CVE-2026-32812?
- CVE-2026-32812 affects Admidio. See the affected-products list for the exact vulnerable versions.
- How do I fix CVE-2026-32812?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround.
- Does CVE-2026-32812 have an EU (EUVD) identifier?
- Yes. CVE-2026-32812 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2026-13439.
- When was CVE-2026-32812 published?
- CVE-2026-32812 was published on 2026-03-20 and last updated on 2026-06-17.
References
- https://github.com/Admidio/admidio/commit/f6b7a966abe4d75e9f707d665d7b4b5570e3185a
- https://github.com/Admidio/admidio/releases/tag/v5.0.7
- https://github.com/Admidio/admidio/security/advisories/GHSA-6j68-gcc3-mq73
Affected products (1)
- cpe:2.3:a:admidio:admidio:*:*:*:*:*:*:*:*
More vulnerabilities in Admidio
- CVE-2024-37906 — Critical (CVSS 9.9): Admidio is a free, open source user management system for websites of organizations and groups. In Admidio before…
- CVE-2021-32630 — Critical (CVSS 9.6): Admidio is a free, open source user management system for websites of organizations and groups. In Admidio before…
- CVE-2026-32817 — Critical (CVSS 9.1): Admidio is an open-source user management solution. In versions 5.0.0 through 5.0.6, the documents and files module…
- CVE-2024-38529 — Critical (CVSS 9.0): Admidio is a free, open source user management system for websites of organizations and groups. In Admidio before…
- CVE-2026-32756 — High (CVSS 8.8): Admidio is an open-source user management solution. Versions 5.0.6 and below contain a critical unrestricted file…
- CVE-2021-43810 — High (CVSS 8.8): Admidio is a free open source user management system for websites of organizations and groups. A cross-site scripting…
Other CWE-918 (Server-Side Request Forgery (SSRF)) vulnerabilities
- CVE-2026-47938 — Critical (CVSS 10.0): Adobe Campaign Classic (ACC) versions 7.4.3 build 9394 and earlier are affected by a Server-Side Request Forgery (SSRF)…
- CVE-2026-35431 — Critical (CVSS 10.0): Server-side request forgery (ssrf) in Microsoft Entra ID Entitlement Management allows an unauthorized attacker to…
- CVE-2026-32186 — Critical (CVSS 10.0): Server-side request forgery (ssrf) in Microsoft Bing allows an unauthorized attacker to elevate privileges over a…
- CVE-2026-33107 — Critical (CVSS 10.0): Server-side request forgery (ssrf) in Azure Databricks allows an unauthorized attacker to elevate privileges over a…
- CVE-2026-32871 — Critical (CVSS 10.0): FastMCP is a Pythonic way to build MCP servers and clients. Prior to version 3.2.0, the OpenAPIProvider in FastMCP…
- CVE-2026-32169 — Critical (CVSS 10.0): Server-side request forgery (ssrf) in Azure Cloud Shell allows an unauthorized attacker to elevate privileges over a…
Browse all CWE-918 (Server-Side Request Forgery (SSRF)) vulnerabilities →