CVE-2025-65552 Overview
CVE-2025-65552 is an RF replay attack vulnerability affecting the D3D Wi-Fi Home Security System ZX-G12 v2.1.1. The system's 433 MHz sensor communication channel lacks fundamental security controls including rolling codes, message authentication, and anti-replay protection. This architectural flaw allows an attacker within RF range to intercept and record valid alarm/control frames, then replay them at will to trigger false alarms or manipulate the security system.
Critical Impact
Attackers can compromise the integrity and availability of home security systems by replaying captured RF signals to trigger false alarms, disable sensors, or manipulate system state without authentication.
Affected Products
- D3D Wi-Fi Home Security System ZX-G12 v2.1.1
- 433 MHz wireless sensors compatible with ZX-G12 system
- D3D security ecosystem devices using unprotected 433 MHz communication
Discovery Timeline
- 2026-01-12 - CVE CVE-2025-65552 published to NVD
- 2026-01-13 - Last updated in NVD database
Technical Details for CVE-2025-65552
Vulnerability Analysis
This vulnerability is classified under CWE-294 (Authentication Bypass by Capture-replay), representing a fundamental design flaw in the wireless communication protocol implementation. The D3D ZX-G12 security system uses the 433 MHz ISM band for sensor-to-hub communication, a common frequency for consumer IoT devices due to its long range and low power requirements.
The core issue is the absence of cryptographic protections on the RF communication channel. Without rolling codes (also known as hopping codes), each transmitted signal remains static and valid indefinitely. This means that once an attacker captures a legitimate transmission—such as an arm/disarm command or sensor trigger—that exact signal can be replayed to produce the same effect at any future time.
The lack of message authentication means the hub cannot verify whether a received signal originated from a legitimate sensor or from an attacker's replay device. Combined with missing anti-replay mechanisms (such as timestamps, sequence numbers, or challenge-response protocols), the system is completely vulnerable to signal capture and replay attacks.
Root Cause
The root cause is the use of static, unauthenticated RF signals for security-critical functions. The 433 MHz communication protocol implemented in the ZX-G12 system transmits fixed codes that do not change between transmissions. This design decision, likely made to reduce cost and complexity, fundamentally undermines the security of the entire system. Modern secure RF implementations use rolling code technology (such as KeeLoq or similar algorithms) where each transmission contains a cryptographically generated code that changes with every use, making replay attacks infeasible.
Attack Vector
An attacker can exploit this vulnerability using readily available software-defined radio (SDR) hardware such as RTL-SDR dongles, HackRF, or similar devices. The attack requires the adversary to be within RF range of the target system (typically several hundred meters for 433 MHz signals) to capture legitimate transmissions.
The attack methodology involves recording RF signals during normal system operation—such as when a sensor is triggered or when the system is armed/disarmed. These captured signals are then stored and can be replayed using the same SDR hardware or a simple 433 MHz transmitter. When replayed, the hub cannot distinguish the replayed signal from a legitimate transmission, causing it to respond as if the original event occurred.
This enables several attack scenarios including triggering false alarms to desensitize occupants or emergency services, replaying disarm sequences to disable the security system before physical intrusion, or manipulating sensor states to create security gaps.
Detection Methods for CVE-2025-65552
Indicators of Compromise
- Unexpected or repeated alarm triggers without corresponding physical events
- System arm/disarm events occurring without authorized user interaction
- Unusual RF activity patterns in the 433 MHz band near the security system
- Log entries showing duplicate or near-identical sensor events in rapid succession
Detection Strategies
- Deploy RF spectrum monitoring in the 433 MHz band to detect anomalous transmission patterns
- Implement logging and alerting for repeated identical sensor signals within short time windows
- Cross-reference security system events with physical verification (e.g., camera footage)
- Monitor for SDR or RF replay tool signatures if network-connected devices are present in the environment
Monitoring Recommendations
- Establish baseline RF activity profiles for normal system operation
- Configure alerts for security system events that occur outside expected patterns
- Implement secondary verification mechanisms for critical security actions
- Consider deploying RF anomaly detection systems in high-security environments
How to Mitigate CVE-2025-65552
Immediate Actions Required
- Evaluate the risk exposure of affected D3D ZX-G12 systems in your environment
- Supplement 433 MHz sensors with additional security layers such as wired sensors or camera verification
- Limit physical access to areas within RF range of the security system where possible
- Consider replacement with security systems implementing rolling code technology
Patch Information
As of the last NVD update on 2026-01-13, no vendor patch has been released for this vulnerability. The issue represents a fundamental protocol design flaw that may not be addressable through firmware updates alone, as it requires hardware-level changes to the RF communication implementation. Monitor the D3D Homepage and D3D Security Product Overview for any vendor communications regarding this vulnerability. Additional technical details are available at the GitHub CVE-2025-65552 Repository.
Workarounds
- Deploy redundant security systems using different RF frequencies or wired connections
- Implement physical security measures as a backup to the electronic alarm system
- Use video surveillance with independent recording to verify alarm events
- Configure the security system to require secondary confirmation for critical actions where possible
- Consider RF shielding in sensitive areas to limit the effective range of potential replay attacks
# RF monitoring configuration example (using rtl_433)
# Monitor 433 MHz band for anomalous activity
rtl_433 -f 433920000 -M level -M protocol -F json > /var/log/rf_monitor.json
# Set up alerting for duplicate signals within time window
# Review logs for repeated identical payloads indicating potential replay activity
Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

