CVE-2018-25237: Hirschmann HiSecOS Buffer Overflow via HTTPS Login
Hirschmann HiSecOS devices versions prior to 05.3.03 contain a buffer overflow vulnerability in the HTTPS login interface when RADIUS authentication is enabled that allows remote attackers to crash the device or execute arbitrary code by submitting a password longer than 128 characters. Attackers can exploit improper bounds checking in password handling to overflow a fixed-size buffer and achieve denial of service or remote code execution.
Security readout for executives and security teams
Plain-English summary
This issue affects Hirschmann HiSecOS Classic Firewall devices, including EAGLE and EAGLE One, before version 05.3.03. If HTTPS login is reachable and RADIUS authentication is enabled, an unauthenticated remote attacker could crash the device or potentially run code. For operational networks, the business risk is loss of firewall availability and possible device compromise.
Executive priority
Treat this as urgent for any exposed operational firewall. Patch or isolate affected management interfaces quickly, especially where device downtime could interrupt industrial or remote network operations.
Technical view
The vulnerability is a CWE-120 buffer overflow in HTTPS login password handling when RADIUS authentication is enabled. Sources state passwords longer than 128 characters can overflow a fixed-size buffer. CVSS 3.1 is 9.8, network exploitable, low complexity, no privileges, no user interaction, with high confidentiality, integrity, and availability impact.
Likely exposure
Exposure is most likely on Hirschmann HiSecOS Classic Firewall EAGLE or EAGLE One devices running versions before 05.3.03, with HTTPS management login reachable and RADIUS authentication enabled. Internet-facing or broadly reachable management interfaces materially increase urgency.
Exploitation context
The source bundle does not show CISA KEV listing or cited evidence of active exploitation. The described attack path is remote and unauthenticated, but exploitation status should be treated as unknown unless vendor or threat-intelligence sources confirm activity.
Researcher notes
Do not validate by sending oversized passwords to production devices. Focus on version, configuration, and management-plane reachability. Evidence is sufficient for affected-condition triage, but public sources in the bundle do not confirm active exploitation.
Mitigation direction
Upgrade affected HiSecOS Classic Firewall devices to version 05.3.03 or later per Belden guidance.
Review the Belden bulletin for supported configuration mitigations and operational constraints.
Restrict HTTPS management access to trusted administrative networks only.
Confirm RADIUS authentication is required and configured according to vendor guidance.
Prioritize devices protecting critical or remote operational environments.
Validation and detection
Inventory Hirschmann EAGLE and EAGLE One firewall models and record HiSecOS versions.
Identify devices running HiSecOS versions earlier than 05.3.03.
Confirm whether HTTPS login is enabled and reachable from untrusted networks.
Confirm whether RADIUS authentication is enabled on each device.
Review device logs for unexpected crashes, restarts, or authentication anomalies.
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-120: 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.
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.
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.
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.
2CVSS vectors
3Timeline events
1ADP providers
3Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical Impact: total
CVSS vector scores
2 official scores
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-120 · source CWE mapping
Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')
Buffer Copy without Checking Size of Input ('Classic Buffer Overflow') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.