# CVE-2026-81033

## Summary

- **CVE ID:** CVE-2026-81033
- **Severity:** MEDIUM
- **CVSS Score:** 6.9 (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)
- **CWE:** CWE-204
- **Published:** Aug 26, 2026
- **Last Modified:** Aug 28, 2026

## Description

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.

## Affected Products

- automatisch — automatisch (0)

## References

- [CNA](https://github.com/automatisch/automatisch)
- [CNA](https://github.com/automatisch/automatisch/issues/2713)
- [CNA](https://github.com/automatisch/automatisch/blob/v0.15.0/packages/backend/src/controllers/internal/api/v1/users/forgot-password.js)
- [CNA](https://www.vulncheck.com/advisories/automatisch-through-0.15.0-user-enumeration-via-forgot-password-response-discrepancy)

## Exploitation Prediction (EPSS)

- **EPSS Score:** 0.28%
- **EPSS Percentile:** 20.8

---
_Exported from OnDuty AI Vulnerability Intelligence on 2026-09-10._