VYPR
Medium severity6.8NVD Advisory· Published Mar 20, 2026· Updated Jun 17, 2026

CVE-2026-32812

CVE-2026-32812

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.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
admidio/admidioPackagist
>= 5.0.0, < 5.0.75.0.7

Affected products

3
  • Admidio/Admidio2 versions
    cpe:2.3:a:admidio:admidio:*:*:*:*:*:*:*:*+ 1 more
    • cpe:2.3:a:admidio:admidio:*:*:*:*:*:*:*:*range: >=5.0.0,<5.0.7
    • (no CPE)range: >= 5.0.0, < 5.0.7
  • ghsa-coords
    Range: >= 5.0.0, < 5.0.7

Patches

Vulnerability mechanics

References

5

News mentions

0

No linked articles in our index yet.