CVE-2023-34552: In certain EZVIZ products, two stack based buffer overflows in mulicast_parse_sadp_packet and mulicast_get_...
In certain EZVIZ products, two stack based buffer overflows in mulicast_parse_sadp_packet and mulicast_get_pack_type functions of the SADP multicast protocol can allow an unauthenticated attacker present on the same local network as the camera to achieve remote code execution. This affects CS-C6N-B0-1G2WF Firmware versions before V5.3.0 build 230215 and CS-C6N-R101-1G2WF Firmware versions before V5.3.0 build 230215 and CS-CV310-A0-1B2WFR Firmware versions before V5.3.0 build 230221 and CS-CV310-A0-1C2WFR-C Firmware versions before V5.3.2 build 230221 and CS-C6N-A0-1C2WFR-MUL Firmware versions before V5.3.2 build 230218 and CS-CV310-A0-3C2WFRL-1080p Firmware versions before V5.2.7 build 230302 and CS-CV310-A0-1C2WFR Wifi IP66 2.8mm 1080p Firmware versions before V5.3.2 build 230214 and CS-CV248-A0-32WMFR Firmware versions before V5.2.3 build 230217 and EZVIZ LC1C Firmware versions before V5.3.4 build 230214.
Security readout for executives and security teams
Plain-English summary
Certain EZVIZ cameras have stack buffer overflow flaws in their local discovery protocol. A person already on the same local network as the camera could potentially run code on affected devices. This is not described as internet-exploitable in the sources, but it matters for sites where cameras share networks with users or guests.
Executive priority
Treat as a focused remediation item for affected EZVIZ fleets, especially in shared-network environments. It does not warrant emergency internet-wide response from the provided evidence, but unpatched cameras can create lateral movement risk inside facilities.
Technical view
CVE-2023-34552 covers two CWE-121 stack-based buffer overflows in SADP multicast handling, specifically mulicast_parse_sadp_packet and mulicast_get_pack_type. The CVE description says unauthenticated local-network attackers may achieve remote code execution. CVSS 3.1 is 4.0 with AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N.
Likely exposure
Exposure is likely limited to listed EZVIZ camera models running firmware earlier than the named fixed builds. Risk is higher where cameras are on flat, shared, guest-accessible, or poorly monitored LAN segments.
Exploitation context
The source bundle does not show CISA KEV listing or cited evidence of active exploitation. The attacker condition is local network presence, so compromise, guest Wi-Fi access, or insider access could be relevant paths.
Researcher notes
The CVE text states possible remote code execution, while the CVSS vector records only low integrity impact and no confidentiality or availability impact. No exploit details or active exploitation evidence are included in the provided sources.
Mitigation direction
Inventory EZVIZ camera models and firmware versions across all sites.
Upgrade affected devices to the listed fixed builds or later.
Check EZVIZ security notice 827 for vendor-specific guidance.
Place cameras on restricted management or IoT network segments.
Limit local multicast exposure to trusted administrative networks.
Monitor camera VLANs for unusual discovery or management traffic.
Validation and detection
Confirm whether any listed model identifiers exist in asset inventory.
Compare installed firmware against the fixed build thresholds in the CVE description.
Verify cameras are not reachable from guest or user LANs.
Review network controls around SADP multicast traffic.
Check vendor release notes or portal for available firmware updates.
Document exceptions where firmware cannot be upgraded promptly.
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-121: 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.
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.
1CVSS vectors
3Timeline events
2ADP providers
2Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
1 official score
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-121 · source CWE mapping
Stack-based Buffer Overflow
Stack-based Buffer Overflow represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.