CVE-2023-7343
Published: 02 April 2026
Summary
CVE-2023-7343 is a high-severity Improper Privilege Management (CWE-269) vulnerability. Its CVSS base score is 8.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 3.8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified are NIST 800-53 AC-6 (Least Privilege) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2023-7343 is a privilege escalation vulnerability (CWE-269) in the HiSecOS web server, affecting versions 05.0.00 through 08.3.01 prior to 08.3.02. The flaw allows authenticated users to elevate their privileges by sending specially crafted packets to the web server, with a CVSS v3.1 base score of 7.8 (AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H).
Authenticated users holding operator or auditor roles can exploit this vulnerability to escalate their privileges to the administrator role, thereby gaining full administrative access to the affected device.
The Belden Security Bulletin BSECV-2023-06, available at https://assets.belden.com/m/774e2db2b0100bc1/original/Belden-Security-Bulletin-BSECV-2023-06.pdf, along with the VulnCheck advisory at https://www.vulncheck.com/advisories/belden-industrial-hivision-arbitrary-code-execution-via-malicious-project-file, provide details on mitigation, which includes updating the HiSecOS web server to version 08.3.02 or later.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2023-60547
Vulnerability details
Hirschmann Industrial HiVision versions 05.0.00 through 08.3.01 prior to 08.3.02 contain an arbitrary code execution vulnerability triggered when an administrator opens a maliciously crafted project file. Successful exploitation allows the attacker to execute code in the context of the HiVision…
more
process.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The CVE describes a privilege escalation flaw exploitable by authenticated lower-privileged users via crafted input to the web server, directly matching Exploitation for Privilege Escalation.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires applying the vendor patch (HiVision 08.3.02+) that eliminates the arbitrary-code-execution flaw in project-file handling.
Enforces least privilege so that operator/auditor accounts cannot escalate to administrator rights via the crafted project file.
Requires integrity verification of software and imported files, which would detect tampering in a malicious HiVision project file before execution.