CVE-2026-14953
Received Received - Intake

Remote User Enumeration in Web Application

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

Publication date: 2026-08-20

Last updated on: 2026-08-20

Assigner: CERT VDE

Description

A low-privileged remote attacker can enumerate all configured users and identify which accounts hold elevated privileges using the endpoint /api/user/fetch-all.php.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-425 The web application does not adequately enforce appropriate authorization on all restricted URLs, scripts, or files.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability allows a low-privileged remote attacker to list all configured users and determine which accounts have elevated privileges by accessing the /api/user/fetch-all.php endpoint.

Detection Guidance

To detect this vulnerability, check if the endpoint /api/user/fetch-all.php is accessible without authentication. Use tools like curl to send a GET request to the endpoint and observe if user data is returned. Example command: curl -v http://<target-ip>/api/user/fetch-all.php

Impact Analysis

An attacker could use this information to target privileged accounts for further attacks, such as privilege escalation or unauthorized access to sensitive data.

Compliance Impact

This vulnerability allows enumeration of user accounts and identification of elevated privileges, which could lead to unauthorized access to sensitive data. For GDPR, this may violate principles of data protection and user rights. For HIPAA, it risks exposing protected health information if user roles are compromised.

Mitigation Strategies

Immediately restrict access to the /api/user/fetch-all.php endpoint to authorized users only. Update server configurations to enforce authentication and authorization checks. Monitor logs for repeated access attempts to this endpoint.

Chat Assistant

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

EPSS Chart