CVE Catalog

CVE-2026-12258

CriticalCVSS 9.2
Published: Updated: Translated: NVD NIST

Summary

Inadequate access control exists in Hiperdino's REST v1.0 API. The public endpoint 'customer/check' allows an authenticated attacker to enter a telephone number or email address; when the value belongs to a registered customer, the service returns the associated information (email address and telephone number). No authentication is required beyond a static bearer token, and there is no rate limiting or generic error handling.

Risk Assessment

A remote attacker can enumerate users' contact details, constituting an information disclosure vulnerability. This requires obtaining a valid static bearer token.

Recommendation

Implement proper access control on the 'customer/check' endpoint, add rate limiting and generic error handling. Replace the static bearer token with a strong authentication mechanism.

Related vulnerabilities

Original NVD description (English source)

Inadequate access control in Hiperdino’s REST v1.0 API. The public endpoint ‘customer/check’ could allow an authenticated attacker to enter a telephone number or an email address. When the value entered belongs to a registered customer, the service returns the associated information (email address and telephone number). No authentication is required beyond a static bearer token, and there is no rate limiting or generic error handling. Successful exploitation of this vulnerability could allow a remote attacker to enumerate a user’s contact details, although this would require obtaining a valid static bearer token, constituting an information disclosure vulnerability.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS