Severity by source
CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:H/SI:H/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
Unauthenticated HTTP GET to a network-reachable /ONVIF endpoint (AV:N, AC:L, PR:N, UI:N) discloses live surveillance imagery (C:H) without affecting integrity or availability.
Primary rating from Vendor (icscert).
CVSS VectorVendor: icscert
Lifecycle Timeline
2DescriptionCVE.org
Brickcom cameras allow unauthenticated access to live snapshot images via the /ONVIF endpoint and no authentication is required to retrieve still images from the camera feed.
AnalysisAI
Unauthenticated snapshot disclosure in Brickcom Cube, Dome, Bullet, and Box IP cameras lets anyone reachable on the camera's /ONVIF endpoint retrieve still images from the live video feed without credentials. The flaw, reported through CISA ICS-CERT (ICSA-26-162-03) and tagged as an authentication bypass, is a classic CWE-306 missing-authentication issue affecting devices typically deployed in physical-security and OT environments. No public exploit identified at time of analysis, but exploitation is trivial once the endpoint is reachable.
Technical ContextAI
ONVIF is the industry standard web-services profile used by IP cameras and VMS platforms for discovery, streaming, and snapshot retrieval over HTTP/SOAP, and its specification requires that media-retrieval methods such as GetSnapshotUri be protected by WS-Security or HTTP digest authentication. The CPE strings (cpe:2.3:a:brickcom:cube/dome/bullet/box) cover Brickcom's full lineup of indoor and outdoor surveillance form factors, indicating the defect lives in shared camera firmware rather than a single model. The root cause maps to CWE-306 (Missing Authentication for Critical Function): the /ONVIF handler serves the snapshot resource without invoking the authentication layer that ONVIF mandates, so an HTTP GET against the right URI returns a JPEG of whatever the camera currently sees.
RemediationAI
No vendor-released patch version is identified in the provided input - review Brickcom's advisory page (https://www.brickcom.com/case/) and CISA ICSA-26-162-03 (https://www.cisa.gov/news-events/ics-advisories/icsa-26-162-03) for the current firmware release covering this issue and upgrade affected Cube/Dome/Bullet/Box units accordingly. Until a firmware fix is confirmed and applied, place cameras on an isolated management VLAN and block inbound access to the /ONVIF HTTP endpoint from untrusted networks at the perimeter or upstream switch ACL - note this will also break legitimate ONVIF clients (NVR/VMS) that traverse those segments, so allowlist VMS source IPs explicitly. Avoid exposing camera HTTP/ONVIF ports to the internet under any circumstances, and audit existing exposure with Shodan or internal asset scans; if the camera supports disabling anonymous ONVIF discovery or forcing WS-Security, enable those settings, accepting that some older NVR integrations may need reconfiguration.
Same technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-36309
GHSA-p643-w432-6q35