CVE-2026-75465
Received Received - Intake

Incorrect Access Control in Maccms v10 v2026.1000.4055

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

Publication date: 2026-08-25

Last updated on: 2026-08-25

Assigner: MITRE

Description

The /api.php/user/get_list endpoint in Maccms v10 v2026.1000.4055 is vulnerable to an Incorrect Access Control issue. The interface fails to perform any authentication or authorization checks. An unauthenticated remote attacker can send a crafted HTTP GET request with limit and offset parameters to paginate and retrieve sensitive information of all registered users.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
maccms maccms 2026.1000.4055

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is an Incorrect Access Control issue in the /api.php/user/get_list endpoint of Maccms v10 v2026.1000.4055. The endpoint does not require authentication or authorization checks, allowing unauthenticated remote attackers to access sensitive user data by sending crafted HTTP GET requests with limit and offset parameters.

Detection Guidance

To detect this vulnerability, check if your Maccms v10 v2026.1000.4055 system exposes the /api.php/user/get_list endpoint without authentication. Use curl to send a GET request to the endpoint and verify if it returns user data without requiring credentials. Example command: curl -v http://<target>/api.php/user/get_list?limit=10&offset=0

If the endpoint responds with user information without authentication, the system is vulnerable. Inspect network traffic for unauthorized access attempts to this path.

Impact Analysis

An attacker could exploit this to retrieve all registered users' sensitive information, including usernames, emails, or other personal data. This could lead to privacy breaches, identity theft, or unauthorized access to user accounts if combined with other exploits.

Compliance Impact

This vulnerability likely violates GDPR and HIPAA by exposing personal data without proper access controls. GDPR requires strict data protection and user consent, while HIPAA mandates safeguards for protected health information. Unauthorized access risks non-compliance and potential fines.

Mitigation Strategies

Immediately restrict access to the /api.php/user/get_list endpoint by implementing authentication and authorization checks. Update Maccms to the latest patched version if available. Temporarily block external access to this endpoint via firewall rules until a fix is applied.

Chat Assistant

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

EPSS Chart