CVEbaza.plSłownik CWECWE-204
Common Weakness Enumeration

CWE-204

Observable Response Discrepancy

Kategoria: BaseCVE: 182
Opis

Produkt udziela różnych odpowiedzi na przychodzące żądania w sposób, który ujawnia informacje o wewnętrznym stanie systemu osobom nieuprawnionym spoza zamierzonej sfery kontroli. Takie rozbieżności w odpowiedziach mogą być exploatowane do uzyskania wrażliwych informacji.

Description (EN)

The product provides different responses to incoming requests in a way that reveals internal state information to an unauthorized actor outside of the intended control sphere.

Podatności CVE z CWE-204 (182)
9.3
CVSS
CRITICAL
CVE-2018-25350

userSpice 4.3.24 zawiera podatność umożliwiającą nieuuwierzytelnionym atakującym odkrycie prawidłowych nazw użytkowników w systemie. Stanowi to istotne zagrożenie, ponieważ ułatwia przeprowadzenie dalszych ataków, takich jak brute force czy credential stuffing.

pub. 2026-05-23
9.1
CVSS
CRITICAL
CVE-2026-60007

Podatność w Eclipse Milo (wersje 0.6.0–1.1.4) pozwala atakującemu znajdującemu się na ścieżce sieciowej (on-path) na odzyskanie hasła ofiary poprzez atak padding oracle na token uwierzytelniający zaszyfrowany algorytmem Basic128Rsa15. Zagrożenie jest krytyczne, ponieważ nie wymaga żadnego uwierzytelnienia po stronie atakującego.

pub. 2026-08-04
9.1
CVSS
CRITICAL
CVE-2026-15747

Biblioteka Mojolicious dla języka Perl w wersjach od 4.59 do 9.48 eksponuje token CSRF sesji na atak typu BREACH compression oracle. Atakujący może odzyskać token CSRF i ominąć zabezpieczenia walidacji CSRF.

pub. 2026-07-14
9.1
CVSS
CRITICAL
CVE-2026-33419

Endpoint AssumeRoleWithLDAPIdentity w usłudze STS systemu MinIO AIStor jest podatny na brute-force poświadczeń LDAP z powodu rozróżnialnych odpowiedzi błędów oraz braku ograniczenia liczby prób uwierzytelnienia. Nieuwierzytelniony atakujący sieciowy może wyliczyć prawidłowe nazwy użytkowników LDAP, a następnie bez ograniczeń zgadywać hasła, uzyskując dostęp do zasobów S3 ofiary.

pub. 2026-03-24
8.8
CVSS
HIGH
CVE-2025-5485

User names used to access the web management interface are limited to the device identifier, which is a numerical identifier no more than 10 digits. A malicious actor can enumerate potential targets by incrementing or decrementing from known identifiers or through enumerating random digit sequences.

pub. 2025-06-12
8.6
CVSS
HIGH
CVE-2026-69519

Observable response discrepancy in Azure Stack HCI allows an unauthorized attacker to disclose information over a network.

pub. 2026-08-20
7.5
CVSS
HIGH
CVE-2026-27462

Combodo iTop is a web based IT service management tool. Prior to 3.2.3, iTop returns different responses for valid/invalid usernames depending on multiple factors in the reset password mechanism, leading to user enumeration. This issue has been fixed in version 3.2.3.

pub. 2026-08-21
7.5
CVSS
HIGH
CVE-2025-46390

CWE-204: Observable Response Discrepancy

pub. 2025-08-06
7.5
CVSS
HIGH
CVE-2025-3092

An unauthenticated remote attacker can enumerate valid user names from an unprotected endpoint.

pub. 2025-06-24
7.5
CVSS
HIGH
CVE-2021-20049

A vulnerability in SonicWall SMA100 password change API allows a remote unauthenticated attacker to perform SMA100 username enumeration based on the server responses. This vulnerability impacts 10.2.1.2-24sv, 10.2.0.8-37sv and earlier 10.x versions.

pub. 2021-12-23
7.5
CVSS
HIGH
CVE-2021-34580

In mymbCONNECT24, mbCONNECT24 <= 2.9.0 an unauthenticated user can enumerate valid backend users by checking what kind of response the server sends for crafted invalid login attempts.

pub. 2021-10-27
7.2
CVSS
HIGH
CVE-2026-4113

An observable response discrepancy vulnerability in the SonicWall SMA1000 series appliances allows a remote attacker to enumerate SSL VPN user credentials.

pub. 2026-04-09
7.1
CVSS
HIGH
CVE-2025-61907

Icinga 2 is an open source monitoring system. In Icinga 2 versions 2.4 through 2.15.0, filter expressions provided to the various /v1/objects endpoints could access variables or objects that would otherwise be inaccessible for the user. This allows authenticated API users to learn information that should be hidden from them, including global variables not permitted by the variables permission and objects not permitted by the corresponding objects/query permissions. The vulnerability is fixed in versions 2.15.1, 2.14.7, and 2.13.13.

pub. 2025-10-16
6.9
CVSS
MEDIUM
CVE-2026-81033

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.

pub. 2026-08-26
6.9
CVSS
MEDIUM
CVE-2026-75575

Rocket.Chat exposes the sendForgotPasswordEmail Meteor method without a DDP rate limit, so an unauthenticated caller may invoke it as often as it likes. The method is reachable over DDP and over the HTTP route POST /api/v1/method.callAnon/sendForgotPasswordEmail, and it triggers a password reset message for any address that matches an account. With no DDPRateLimiter rule registered for it, a caller can drive an unbounded volume of reset mail at a chosen address from the deployment's own mail sender, and can probe addresses at scale: the method answers true for an address with no account and for a successful send, but false when the address belongs to an account that authenticates through an external provider and Accounts_AllowPasswordChangeForOAuthUsers is off, so repeated calls distinguish that class of account. Later versions register a rule permitting ten calls per minute per client address.

pub. 2026-08-25
6.9
CVSS
MEDIUM
CVE-2026-66002

Frappe is a full-stack web application framework. Prior to 15.115.0 and 16.27.0, the public request-data web form and PersonalDataDownloadRequest class in frappe/website/doctype/personal_data_download_request/personal_data_download_request.py return distinguishable response shapes for registered and unregistered email addresses, including the user_name field and persistence behavior. A remote attacker can compare the responses to enumerate registered users. This issue is fixed in versions 15.115.0 and 16.27.0.

pub. 2026-08-20
6.9
CVSS
MEDIUM
CVE-2026-54768

WPGraphQL provides a GraphQL API for WordPress sites. From 2.0.0 until 2.15.1, the deprecated user field on SendPasswordResetEmailPayload lets an unauthenticated caller distinguish existing author-class accounts through the sendPasswordResetEmail mutation and obtain public profile fields. This issue is fixed in version 2.15.1.

pub. 2026-07-31
6.9
CVSS
MEDIUM
CVE-2026-61503

Rejetto HFS w wersjach 3.0.0 do 3.2.0 zwraca wyraźnie różne odpowiedzi z punktu końcowego logowania w zależności od tego, czy przesłana nazwa użytkownika istnieje. Zdalny atakujący bez autoryzacji może wykorzystać tę lukę do potwierdzenia prawidłowych nazw kont, w tym domyślnego konta administratora, ułatwiając ataki polegające na zgadywaniu haseł i podrabianiu sesji.

pub. 2026-07-13
6.9
CVSS
MEDIUM
CVE-2026-53908

MCO jest podatny na User Enumeration poprzez funkcjonalności związane z uwierzytelnianiem. Aplikacja zwraca rozróżnialne odpowiedzi dla prawidłowych i nieprawidłowych użytkowników podczas operacji przypominania nazwy użytkownika i resetowania hasła. Atakujący może wykorzystać te różnice do enumeracji prawidłowych nazw użytkowników i adresów email. Ze względu na nieudane próby kontaktu z dostawcą, podatność została potwierdzona tylko w wersji 25.3.3.1, ale może również dotyczyć innych wersji.

pub. 2026-07-01
6.9
CVSS
MEDIUM
CVE-2026-54445

vantage6 to infrastruktura open-source do analizy z zachowaniem prywatności. Wersje poprzedzające 5.0.0 zawierają domyślnego użytkownika o nazwie `root` i haśle `root`, co stanowi zagrożenie bezpieczeństwa, ponieważ atakujący wiedzą, że prawie wszystkie serwery vantage6 mają użytkownika `root` z uprawnieniami administratora, a hasło jest słabe i administratorzy mogą zapomnieć je zmienić. Wersja 5.0.0 rozwiązuje ten problem. W zastępstwie można usunąć użytkownika `root` po jego wykorzystaniu do utworzenia innych kont.

pub. 2026-06-17
Pokazano 20 z 182 podatności
Informacje
ID: CWE-204
Typ: Base
Podatności: 182
MITRE CWE ↗
← Słownik CWE