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

CVE-2026-47230: Admidio: IDOR in documents-files.php allows cross-folder file rename and description changes by unauthorized uploaders

May 29, 2026

modules/documents-files.php mode file_rename_save shares the same root-cause shape as the cross-folder move bug (05-documents-cross-folder-move-idor.md): the top-level rights check at lines 79-89 validates hasUploadRight() on the URL parameter folder_uuid, but the rename operation acts on file_uuid — a separate URL parameter — without re-checking the folder that actually contains the file. DocumentsService::renameFile() resolves the target file via getFileForDownload() (which permits view-readable files) but does not require upload right on the file’s source folder. Result: a user with upload right on any folder A can rename a file in folder B as long as they can view it. They can also overwrite the file’s description.

References

  • github.com/Admidio/admidio/security/advisories/GHSA-q6w3-hpfv-rg36
  • github.com/advisories/GHSA-q6w3-hpfv-rg36
  • nvd.nist.gov/vuln/detail/CVE-2026-47230

Code Behaviors & Features

Detect and mitigate CVE-2026-47230 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-863: Incorrect Authorization

Source file

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

Spotted a mistake? Edit the file on GitLab.

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

Page generated Sat, 13 Jun 2026 00:17:06 +0000.