CVE-2026-82658
Received Received - Intake

Broken Access Control in Admidio Exposes User Membership Data

Vulnerability report for CVE-2026-82658, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-30

Last updated on: 2026-08-30

Assigner: VulnCheck

Description

Admidio versions before 5.0.12 contain a broken access control vulnerability in profile_function.php that allows authenticated low-privilege users to read another user's future role memberships. Attackers can bypass profile-level authorization by directly calling the reload_future_memberships endpoint with a victim's user UUID to disclose sensitive membership information.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-30
Last Modified
2026-08-30
Generated
2026-08-30
AI Q&A
2026-08-30
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
admidio admidio to 5.0.12 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-285 The product does not perform or incorrectly performs an authorization check when an actor attempts to access a resource or perform an action.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a broken access control vulnerability in Admidio versions before 5.0.12. Authenticated low-privilege users can exploit the reload_future_memberships endpoint in profile_function.php to read another user's future role memberships by directly calling it with the victim's user UUID. This bypasses profile-level authorization checks.

Detection Guidance

To detect this vulnerability, check if your Admidio instance is running a version prior to 5.0.12. Use the command: grep -r 'version' /path/to/admidio/config or check the version in the admin panel. Additionally, monitor network traffic for requests to profile_function.php with mode=reload_future_memberships and a user UUID parameter.

Impact Analysis

An attacker could gain unauthorized access to sensitive future membership details of other users. This could lead to exposure of confidential role assignments, potentially affecting organizational trust or enabling further targeted attacks.

Compliance Impact

This vulnerability could potentially violate compliance with GDPR and HIPAA due to unauthorized disclosure of sensitive membership information. GDPR requires protection of personal data, and HIPAA mandates safeguarding protected health information. Unauthorized access to future role memberships may expose personal data without consent.

Mitigation Strategies

Immediately update Admidio to version 5.0.12 or later. If updating is not possible, restrict access to the profile_function.php file or disable the reload_future_memberships endpoint. Review logs for suspicious activity targeting this endpoint and ensure low-privilege users cannot access sensitive user data.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-82658. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart