Advisory Database
  • Advisories
  • Dependency Scanning
  1. composer
  2. ›
  3. admidio/admidio
  4. ›
  5. CVE-2026-47226

CVE-2026-47226: Admidio: Authorization bypass in file_delete enables cross-folder file removal by authenticated users without delete privileges

May 29, 2026

An authenticated Admidio member with upload rights on any one folder can permanently delete files from folders where they have only view access. 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 a file in a restricted folder via file_uuid, an attacker bypasses the upload-right check entirely and permanently deletes the file.

This is an incomplete fix of GHSA-rmpj-3x5m-9m5f, which was patched in v5.0.7 but remains exploitable in v5.0.9.

Affected Version: Admidio v5.0.9


References

  • github.com/Admidio/admidio/security/advisories/GHSA-qc4c-hrmc-4f78
  • github.com/Admidio/admidio/security/advisories/GHSA-rmpj-3x5m-9m5f
  • github.com/advisories/GHSA-qc4c-hrmc-4f78
  • nvd.nist.gov/vuln/detail/CVE-2026-47226

Code Behaviors & Features

Detect and mitigate CVE-2026-47226 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 5.0.10

Fixed versions

  • 5.0.10

Solution

Upgrade to version 5.0.10 or above.

Impact 6.5 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N

Learn more about CVSS

Weakness

  • CWE-639: Authorization Bypass Through User-Controlled Key
  • CWE-862: Missing Authorization

Source file

packagist/admidio/admidio/CVE-2026-47226.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 10 Jun 2026 12:18:20 +0000.