CVE-2026-12258 PUBLISHED

Inadequate access control in the Hiperdino REST API

Assigner: INCIBE
Reserved: 15.06.2026 Published: 14.09.2026 Updated: 14.09.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N
CVSS Score: 9.2

Product Status

Vendor Hiperdino
Product REST API
Versions Default: unaffected
  • Version 1.0 is affected

Solutions

No solution has been reported as yet.

Credits

  • Jorge Ramos Santana finder

References

Problem Types

  • CWE-284 Improper Access Control CWE