Severity by source
CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Local vector and required user interaction to process malicious input, no privileges needed, and a stack overflow yielding full code execution give C/I/A:H with unchanged scope.
Primary rating from Vendor (hq).
CVSS VectorVendor: hq
Lifecycle Timeline
1DescriptionCVE.org
The application contains a stack-based buffer overflow vulnerability that can be exploited by an attacker to execute arbitrary code.
AnalysisAI
Local arbitrary code execution affects an unspecified industrial control system (ICS) product reported through CISA ICS-CERT (advisory ICSA-26-188-06). A stack-based buffer overflow (CWE-121) lets an attacker who can supply crafted input trigger memory corruption and run arbitrary code once a local user interacts with the malicious data, fully compromising confidentiality, integrity, and availability. No public exploit identified at time of analysis and the affected vendor/product is not disclosed in the available data.
Technical ContextAI
The root cause is CWE-121, a stack-based buffer overflow: the application copies attacker-controlled data into a fixed-size stack buffer without adequate bounds checking, overwriting adjacent stack memory such as saved return addresses, which enables control-flow hijacking and arbitrary code execution. The CISA ICS advisory reference (icsa-26-188-06) indicates this is industrial control system software - typically an engineering workstation application, HMI, device configuration tool, or embedded controller firmware - where memory-unsafe C/C++ parsing of project files, protocol messages, or device data is common. No CPE strings were provided, so the exact product, component, and affected code path cannot be pinned from the input.
RemediationAI
No vendor-released patch version is identified in the provided data; consult CISA ICS advisory ICSA-26-188-06 (https://www.cisa.gov/news-events/ics-advisories/icsa-26-188-06) for the vendor's fixed version and official guidance, and apply the vendor update as the primary fix once identified. Because the vector is local and requires user interaction, effective compensating controls include restricting which files and data the application processes to trusted sources only, avoiding opening project files or device data from untrusted origins, and isolating engineering workstations on segmented OT networks with application allow-listing - trade-off: these workflow restrictions can slow legitimate engineering operations and do not remove the underlying flaw. Enforce least-privilege on the host so that code execution does not immediately yield elevated OT control, accepting that this limits but does not prevent compromise.
Same weakness CWE-121 – Stack-based Buffer Overflow
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-42122
GHSA-h3p7-vr3q-c8g3