---
id: CVE-2026-47226
title: Admidio is an open-source user management solution
summary: >-
  Admidio is an open-source user management solution. Prior to version 5.0.10,
  an authenticated Admidio member with upload rights on any one folder can
  permanently delete files from folders where they have only view access. The
  authorizati…
severity: medium
cvss: 6.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N'
cwe:
  - CWE-639
  - CWE-862
published: '2026-08-12'
updated: '2026-09-09'
sourceUpdated: '2026-09-09T20:55:04.493'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-47226'
references:
  - url: 'https://github.com/Admidio/admidio/security/advisories/GHSA-qc4c-hrmc-4f78'
    label: security-advisories@github.com
  - url: 'https://github.com/Admidio/admidio/security/advisories/GHSA-rmpj-3x5m-9m5f'
    label: security-advisories@github.com
tags:
  - nvd
epss: 0.00348
epssPercentile: 0.25678
ingestedAt: '2026-09-09T21:22:45.530Z'
---

## Overview

Admidio is an open-source user management solution. Prior to version 5.0.10, 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. User should upgrade to v5.0.10 to receive an updated fix.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
