---
id: CVE-2026-47227
title: Admidio is an open-source user management solution
summary: >-
  Admidio is an open-source user management solution. `modules/categories.php`
  checks that the supplied `type` parameter (`ANN`, `EVT`, `ROL`, `USF`, …)
  corresponds to a module the actor administers. The follow-up "is this specific
  categor…
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-863
vendor: Admidio
product: admidio
affected:
  - admidio < 5.0.10
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-47227'
references:
  - url: 'https://github.com/Admidio/admidio/security/advisories/GHSA-rwjr-qjj3-mq2f'
    label: security-advisories@github.com
  - url: 'https://github.com/Admidio/admidio/security/advisories/GHSA-rwjr-qjj3-mq2f'
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
  - cve.org
  - exploit-available
exploitAvailable: true
ssvc:
  exploitation: poc
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-08-12T15:22:02.843768Z'
ingestedAt: '2026-09-10T16:56:18.629Z'
epss: 0.00326
epssPercentile: 0.23017
---

## Overview

Admidio is an open-source user management solution. `modules/categories.php` checks that the supplied `type` parameter (`ANN`, `EVT`, `ROL`, `USF`, …) corresponds to a module the actor administers. The follow-up "is this specific category editable by me" check at lines 56-61 is dead code because it compares `$getType` (a category-type code) against mode names (`edit`/`save`/`delete`); the condition is permanently false, so `$category->isEditable()` is never invoked. Prior to version 5.0.10, the `delete`, `sequence`, and `save` switch cases load the category by the supplied UUID and act on it without re-checking that the category belongs to a module the actor administers. A user holding only one module-administrator right can therefore destroy or reorder empty categories belonging to *other* modules — for example, an announcements administrator can delete role categories, profile-field categories, or weblink categories that they have no right to touch. Version 5.0.10 fixes the issue.

## Remediation

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