CVE-2026-32818
Last modified
CVE-2026-32818 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. Admidio is an open-source user management solution. In versions 5.0.0 through 5.0.6, the forum module in Admidio does not verify whether the current user has permission to delete forum topics or posts. EPSS estimates a 0.23% chance of exploitation in the next 30 days.
Description
Admidio is an open-source user management solution. In versions 5.0.0 through 5.0.6, the forum module in Admidio does not verify whether the current user has permission to delete forum topics or posts. Both the topic_delete and post_delete actions in forum.php only validate the CSRF token but perform no authorization check before calling delete(). Any authenticated user with forum access can delete any topic (with all its posts) or any individual post by providing its UUID. This is inconsistent with the save/edit operations, which properly check isAdministratorForum() and ownership before allowing modifications. Any logged-in user can permanently and irreversibly delete any forum topic (including all its posts) or any individual post by simply knowing its UUID (which is publicly visible in URLs), completely bypassing authorization checks. This issue has been fixed in version 5.0.7.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Admidio | Admidio | >= 5.0.0, < 5.0.7 |
References
- https://github.com/Admidio/admidio/releases/tag/v5.0.7Product, Release Notes
- https://github.com/Admidio/admidio/security/advisories/GHSA-g375-5wmp-xr78Exploit, Mitigation, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-32818?
How severe is CVE-2026-32818?
How do I fix CVE-2026-32818?
Are you affected by CVE-2026-32818?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
