CVE-2025-34108: Disk Pulse Enterprise 9.0.34 Login Stack Buffer Overflow
A stack-based buffer overflow vulnerability exists in the login functionality of Disk Pulse Enterprise version 9.0.34. An attacker can send a specially crafted HTTP POST request to the /login endpoint with an overly long username parameter, causing a buffer overflow in the libspp.dll component. Successful exploitation allows arbitrary code execution with SYSTEM privileges.
Security readout for executives and security teams
Plain-English summary
Disk Pulse Enterprise 9.0.34 has a login-page memory corruption flaw. A malicious login request can crash or take over the service, with the source bundle stating possible SYSTEM-level code execution. This is high urgency where the product is reachable over a network.
Executive priority
Treat this as a high-priority exposure reduction issue. Public exploit availability and potential SYSTEM execution make internet-facing instances unacceptable, even without confirmed active exploitation in the supplied sources.
Technical view
The vulnerability is a stack-based buffer overflow in /login handling, triggered by an overly long username parameter and associated with libspp.dll. The bundle maps it to CWE-121 and CWE-20, CVSS 4.0 score 8.6, network attack vector, no privileges, and high confidentiality, integrity, and availability impact.
Likely exposure
Exposure is limited to environments running Disk Pulse Enterprise 9.0.34, especially where its HTTP login interface is reachable from untrusted networks. No other versions are confirmed in the provided sources.
Exploitation context
Public exploit references exist, including Metasploit, Exploit-DB, and Vulners entries. The bundle does not show CISA KEV listing or cited evidence of active exploitation, so active exploitation should not be assumed.
Researcher notes
Evidence supports a specific vulnerable version, endpoint, parameter, component, and impact. Patch details are not included in the bundle. Avoid broadening scope beyond Disk Pulse Enterprise 9.0.34 unless vendor or CVE records later confirm additional affected versions.
Mitigation direction
Identify and prioritize Disk Pulse Enterprise 9.0.34 instances.
Remove external exposure to the HTTP login interface.
Restrict access to trusted administrative networks or VPN paths.
Check vendor guidance for fixed versions or supported remediation.
Review Check Point or equivalent IPS coverage where deployed.
Replace or retire unsupported exposed instances if no fix is available.
Validation and detection
Confirm installed Disk Pulse Enterprise versions across assets.
Verify whether /login is reachable from internet or untrusted networks.
Check service accounts and privileges used by the application.
Review logs for unusual long username login attempts.
Validate compensating controls block untrusted access to the login endpoint.
Track vendor advisory status before closing remediation.
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 · low confidence lookup
CWE-121: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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.
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
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
3Timeline events
1ADP providers
6Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical Impact: total
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.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-121 · source CWE mapping
Stack-based Buffer Overflow
Stack-based Buffer Overflow represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Improper Input Validation represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.