CVE-2026-81033
ŚrednieCVSS 5.3Prawdopodobieństwo exploitacji (EPSS)
Niskie ryzykoPercentyl 21 - wyżej niż 21% wszystkich znanych CVE
Streszczenie
Automatisch ujawnia, czy adres e-mail jest zarejestrowany, poprzez odpowiedź na żądanie zapomnianego hasła. Trasa jest dostępna bez uwierzytelnienia i bez ograniczeń szybkości, co pozwala na enumerację kont.
Ocena ryzyka
Atakujący może ustalić, które adresy e-mail są zarejestrowane w systemie, co może być wykorzystane do ataków phishingowych lub socjotechnicznych.
Rekomendacja
Zmień zachowanie odpowiedzi na żądanie resetowania hasła, aby nie ujawniać statusu konta, oraz dodaj ograniczenia szybkości.
Inne podatności w Automatisch
Oryginalny opis (angielski, źródło NVD)
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.

