CVE-2026-81033 PUBLISHED

Automatisch through 0.15.0 User Enumeration via Forgot-Password Response Discrepancy

Assigner: VulnCheck
Reserved: 26.08.2026 Published: 26.08.2026 Updated: 26.08.2026

Automatisch reveals whether an address is registered through the response to its forgot-password request. The controller at packages/backend/src/controllers/internal/api/v1/users/forgot-password.js looks the address up and chains a not-found throw onto the query, so an address with no account raises an error that the global handler renders as a not-found status, while a registered address proceeds to send the reset message and returns no-content. The route is mounted without authentication. Submitting candidate addresses and comparing the two status codes therefore establishes which addresses hold accounts, with no credential and no rate limiting in the path.

Metrics

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

Product Status

Vendor automatisch
Product automatisch
Versions Default: unaffected
  • affected from 0 to 0.15.0 (incl.)

Credits

  • George Chen finder

References

Problem Types

  • Observable Response Discrepancy CWE