---
id: CVE-2026-81033
title: >-
  Automatisch reveals whether an address is registered through the response to
  its forgot-password request
summary: >-
  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-f…
severity: medium
cvss: 5.3
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N'
cwe:
  - CWE-204
published: '2026-08-26'
updated: '2026-09-23'
sourceUpdated: '2026-09-23T17:17:43.190'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-81033'
references:
  - url: 'https://github.com/automatisch/automatisch'
    label: disclosure@vulncheck.com
  - url: >-
      https://github.com/automatisch/automatisch/blob/v0.15.0/packages/backend/src/controllers/internal/api/v1/users/forgot-password.js
    label: disclosure@vulncheck.com
  - url: 'https://github.com/automatisch/automatisch/issues/2713'
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/automatisch-through-0.15.0-user-enumeration-via-forgot-password-response-discrepancy
    label: disclosure@vulncheck.com
tags:
  - nvd
epss: 0.00284
epssPercentile: 0.21217
ingestedAt: '2026-09-23T17:28:14.803Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
