Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/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
Network-reachable certificate interface with low complexity but requires a high-privilege authenticated account (PR:H); injected OS command runs on the same device with full C/I/A impact, no scope change.
Primary rating from Vendor (icscert).
CVSS VectorVendor: icscert
Lifecycle Timeline
2DescriptionCVE.org
A vulnerability exists in H.View IP cameras that could allow an authenticated user to supply unsanitized XML fields to the device's certificate generation interface, which are incorporated into a backend certificate creation command without proper input validation. This may allow for command execution with elevated privileges during certificate generation.
AnalysisAI
Authenticated command injection in H.View HV-500S6 IP cameras allows a logged-in user to inject unsanitized XML field values into the device's certificate generation interface, which are passed into a backend certificate-creation shell command and executed with elevated privileges. Because exploitation requires valid credentials (CVSS 4.0 PR:H) but is reachable over the network with low complexity, an attacker who obtains any account on the device can run arbitrary OS commands and take full control of the camera. No public exploit has been identified at time of analysis and the CVE is not listed in CISA KEV.
Technical ContextAI
The flaw is a classic OS command injection (CWE-78): the camera firmware builds a shell command to generate an X.509 certificate and interpolates attacker-controlled XML fields (such as certificate subject attributes) directly into that command string without sanitization or argument separation. The affected platform per the supplied CPE is cpe:2.3:a:h.view:hv-500s6_ip_camera, an embedded Linux-based network/IP surveillance camera. Embedded camera firmware commonly invokes OpenSSL or similar tooling via system()/popen() calls, so shell metacharacters (;, |, $(), backticks) embedded in the XML reach the OS shell. The vendor advisory is coordinated through ICS-CERT (reporter 'icscert', CISA ICS advisory icsa-26-176-05), placing this in the operational-technology / physical-security device category rather than general IT software.
RemediationAI
No vendor-released patch version was identified in the supplied data; the references point to the CISA ICS advisory ICSA-26-176-05 (https://www.cisa.gov/news-events/ics-advisories/icsa-26-176-05) and the H.View contact page (https://hviewsmart.com/pages/contact-us) rather than a tagged firmware release, so consult those for any updated firmware and apply it once available. As compensating controls: place the cameras on an isolated management VLAN and block their web/management interface from the internet and from general user networks (trade-off: remote viewing requires a VPN or jump host); replace default and shared credentials with strong unique passwords and restrict administrative accounts, since the flaw requires an authenticated high-privilege session (trade-off: tighter account management overhead); and avoid exposing or permitting use of the certificate-generation interface by non-trusted operators. Monitor device logs for unexpected certificate-generation activity or shell command patterns where available.
More in Hv 500S6 Ip Camera
View allSame weakness CWE-78 – OS Command Injection
View allSame technique Command Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-39926
GHSA-prhf-prrf-qvqw