VYPR
Medium severity6.5NVD Advisory· Published Mar 19, 2026· Updated Jun 17, 2026

CVE-2026-32818

CVE-2026-32818

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.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
admidio/admidioPackagist
>= 5.0.0, < 5.0.75.0.7

Affected products

3
  • Admidio/Admidio2 versions
    cpe:2.3:a:admidio:admidio:*:*:*:*:*:*:*:*+ 1 more
    • cpe:2.3:a:admidio:admidio:*:*:*:*:*:*:*:*range: >=5.0.0,<5.0.7
    • (no CPE)range: < 5.0.7
  • ghsa-coords
    Range: >= 5.0.0, < 5.0.7

Patches

Vulnerability mechanics

References

4

News mentions

0

No linked articles in our index yet.