Cyber Resilience

CVE-2023-34132

Sonicwall Global Management System ≤ 9.3.2

Public PoC
Published
13 July 2023
Modified
21 November 2024
Patch / advisory
CVSS Score v3.1 9.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.077 94th percentile
Risk Priority 96 floored blend · peak EPSS

Summary

CVE-2023-34132 is a critical-severity Use of Password Hash Instead of Password for Authentication (CWE-836) vulnerability in Sonicwall Global Management System. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Pass the Hash (T1550.002); ranked in the top 6% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2023-34132 is a use of password hash instead of password for authentication vulnerability that permits Pass-the-Hash attacks. It affects SonicWall GMS versions 9.3.2-SP1 and earlier as well as Analytics versions 2.5.0.4-R7 and earlier. The flaw carries a CVSS 3.1 score of 9.8 and is tracked under CWE-836.

An unauthenticated attacker can exploit the issue remotely over the network to obtain full control over confidentiality, integrity, and availability of the affected management or analytics platform. Successful Pass-the-Hash abuse allows an adversary to authenticate using captured credential hashes without knowing the underlying passwords.

SonicWall has published vendor advisories SNWLID-2023-0010 and associated support notices that address the vulnerability and direct customers to remediation steps. Public exploit material referencing remote code execution against the affected versions has also appeared on PacketStorm.

The EPSS score stands at 0.7026 with an identical recorded peak, indicating sustained exploitation interest since disclosure.

EU & UK References

Vulnerability Data

Use of password hash instead of password for authentication vulnerability in SonicWall GMS and Analytics allows Pass-the-Hash attacks. This issue affects GMS: 9.3.2-SP1 and earlier versions; Analytics: 2.5.0.4-R7 and earlier versions.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1550.002 Pass the Hash Lateral Movement
Adversaries may “pass the hash” using stolen password hashes to move laterally within an environment, bypassing normal system access controls.
T1550 Use Alternate Authentication Material Lateral Movement
Adversaries may use alternate authentication material, such as password hashes, Kerberos tickets, and application access tokens, in order to move laterally within an environment and bypass normal system access controls.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-34128Same product: Sonicwall Analytics
CVE-2023-34125Same product: Sonicwall Analytics
CVE-2023-34127Same product: Sonicwall Analytics
CVE-2023-34135Same product: Sonicwall Analytics
CVE-2023-34133Same product: Sonicwall Analytics
CVE-2023-34129Same product: Sonicwall Analytics
CVE-2023-34134Same product: Sonicwall Analytics
CVE-2023-34123Same product: Sonicwall Analytics
CVE-2023-34126Same product: Sonicwall Analytics
CVE-2023-34130Same product: Sonicwall Analytics

Affected Assets

sonicwall
analytics
≤ 2.5.0.4-r7
sonicwall
global management system
9.3.2 · ≤ 9.3.2

Mitigating Controls

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.AA-03 mostly match
prevents

Proper authentication mechanisms require passwords (not pre-hashed values) to be supplied by the claimant and verified server-side.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

degrades

Directly requires secure handling and protection of authentication credentials, preventing storage or comparison of password hashes as if they were passwords.

degrades

Mandates secure authentication mechanisms that preclude the flawed practice of treating password hashes as authenticators.

degrades

Requires proper cryptographic practices for protecting passwords, indirectly mitigating misuse of hashes in authentication.

prevents

Secure coding guidance can prevent this implementation error but does not address the control's broader intent.

References