PatchSiren cyber security CVE debrief
CVE-2026-47226 Admidio CVE debrief
CVE-2026-47226 is a vulnerability in Admidio, an open-source user management solution, where an authenticated member with upload rights on any one folder can permanently delete files from folders where they have only view access. The issue arises from an incomplete authorization check in the `modules/documents-files.php` file, allowing attackers to bypass upload-right checks and delete files. This vulnerability was patched in version 5.0.10.
- Vendor
- Admidio
- Product
- Unknown
- CVSS
- MEDIUM 6.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-12
- Original CVE updated
- 2026-09-09
- Advisory published
- 2026-08-12
- Advisory updated
- 2026-09-09
Who should care
Defenders responsible for Admidio installations, security teams, and IT administrators should be aware of this vulnerability and take necessary actions to address it. They should prioritize upgrading to version 5.0.10 and review and restrict upload rights for Admidio members. Additionally, defenders need to verify the affected versions and ensure that the patch is applied to prevent exploitation. The vulnerability requires verification of upload rights and
Why it matters
CVE-2026-47226 is a vulnerability in Admidio that allows an authenticated member with upload rights to permanently delete files from folders where they have only view access. Defenders should prioritize upgrading to version 5.0.10 and review and restrict upload rights for Admidio members.
- An attacker can permanently delete files from folders where they have only view access, potentially leading to data loss.
- The vulnerability can be exploited by an authenticated Admidio member with upload rights on any one folder.
- Defenders need to verify the affected versions and ensure that the patch is applied to prevent exploitation.
- The vulnerability requires verification of upload rights and file access controls to prevent unauthorized file deletion.
Technical summary
The vulnerability is caused by an incomplete authorization check in the `modules/documents-files.php` file, which allows attackers to bypass upload-right checks and delete files. An authenticated Admidio member with upload rights on any one folder can permanently delete files from folders where they have only view access. This issue arises because the authorization check at the top of `modules/documents-files.php` evaluates upload rights against the attacker-supplied `folder_uuid` URL parameter — not the file's actual parent folder. The `file_delete` handler then only verifies view rights on the file's real location, never upload rights. By passing a folder they legitimately own in `folder_uuid` while targeting
Defensive priority
Defenders should prioritize upgrading to version 5.0.10 to address the vulnerability. They should also review and restrict upload rights for Admidio members, monitor file deletion activities, and implement compensating controls to detect and prevent unauthorized file access.
Recommended defensive actions
- Upgrade to Admidio version 5.0.10
- Review and restrict upload rights for Admidio members
- Monitor file deletion activities
- Implement compensating controls to detect and prevent unauthorized file access
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
Evidence notes
The vulnerability is described in the CVE record and the Admidio security advisories. The issue is caused by an incomplete authorization check in the `modules/documents-files.php` file, which allows attackers to bypass upload-right checks and delete files.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-47226 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-47226
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-47226 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-47226
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/Admidio/admidio/security/advisories/GHSA-qc4c-hrmc-4f78
-
Source reference
Unverified legacy reference
URL: https://github.com/Admidio/admidio/security/advisories/GHSA-rmpj-3x5m-9m5f
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.