LiveActive security incident?Get immediate response
CVE Record

CVE-2022-50800: H3C SSL VPN n/a Username Enumeration via Login Script Credential Verification

H3C SSL VPN contains a user enumeration vulnerability that allows attackers to identify valid usernames through the 'txtUsrName' POST parameter. Attackers can submit different usernames to the login_submit.cgi endpoint and analyze response messages to distinguish between existing and non-existing accounts.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2022-50800 lets an unauthenticated attacker tell whether usernames exist on H3C SSL VPN by observing login response differences. This does not directly grant access, but it can support password spraying, phishing, and targeted account attacks against remote-access infrastructure.

Executive priority

Prioritize if H3C SSL VPN is internet-facing or protects sensitive remote access. The flaw helps attackers build valid user lists, increasing risk from credential attacks, but it is not described as direct system compromise.

Technical view

The issue is a CWE-203 observable discrepancy in H3C SSL VPN 1.1. The login_submit.cgi credential verification path reportedly responds differently based on the txtUsrName POST parameter, allowing username enumeration over the network without authentication. CVSS is 7.5, reflecting high confidentiality impact and low attack complexity.

Likely exposure

Organizations using H3C SSL VPN 1.1, especially internet-facing VPN portals, are the likely exposed population. The provided sources do not identify additional affected versions or products.

Exploitation context

A public ExploitDB entry and third-party disclosures exist. The source bundle does not show CISA KEV listing or confirmed active exploitation. Treat this as publicly documented and easy to validate, but not proven exploited in the wild from the provided evidence.

Researcher notes

Evidence consistently describes username enumeration through differing login responses. Public references include an exploit listing, but sources do not provide a vendor patch statement or active exploitation confirmation. Avoid broad version assumptions beyond H3C SSL VPN 1.1.

Mitigation direction

  • Check H3C guidance for a fixed version or vendor workaround.
  • Limit public access to the SSL VPN portal where operationally possible.
  • Monitor VPN login activity for enumeration-like patterns and repeated username attempts.
  • Disable unused accounts and review externally exposed account naming conventions.
  • Apply compensating authentication controls if supported by the deployed VPN configuration.

Validation and detection

  • Inventory H3C SSL VPN deployments and confirm whether version 1.1 is present.
  • Identify whether the VPN login portal is exposed to the internet.
  • Review logs for repeated login_submit.cgi attempts across many usernames.
  • In authorized testing, compare login behavior for known valid and invalid test accounts.
  • Track vendor and advisory sources for patch or workaround updates.
Prepared
Confidence
medium
Sources
6

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-203: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-50800 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
5Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N3.93.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.5High
CVSS 3.1 vector shape for CVE-2022-50800Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Hangzhou H3C TechnologiesH3C SSL VPN1.1Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-203 · source CWE mapping

Observable Discrepancy

Observable Discrepancy represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.