CVE-2023-28811

7.4 HIGH

📋 TL;DR

A buffer overflow vulnerability exists in the password recovery feature of Hikvision NVR/DVR devices. Attackers on the same local network can send specially crafted packets to cause device malfunction. This affects Hikvision NVR/DVR models with unpatched firmware.

💻 Affected Systems

Products:
  • Hikvision NVR devices
  • Hikvision DVR devices
Versions: Specific firmware versions not detailed in advisory; all unpatched versions are vulnerable
Operating Systems: Embedded Linux-based firmware
Default Config Vulnerable: ⚠️ Yes
Notes: Affects devices with password recovery feature enabled (typically default). Exact model list not specified in advisory.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete device crash or denial of service, potentially requiring physical reset or replacement.

🟠

Likely Case

Device becomes unresponsive or reboots, disrupting surveillance operations.

🟢

If Mitigated

No impact if device is patched or isolated from internal threats.

🌐 Internet-Facing: LOW (requires LAN access, not directly exploitable from internet)
🏢 Internal Only: HIGH (exploitable by any attacker on the same local network)

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

Exploitation requires LAN access and knowledge of device IP. No authentication needed.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Firmware versions released after March 2023 (check vendor advisory for exact versions)

Vendor Advisory: https://www.hikvision.com/en/support/cybersecurity/security-advisory/buffer-overflow-vulnerability-in-hikvision-nvr-dvr-devices/

Restart Required: Yes

Instructions:

1. Visit Hikvision security advisory. 2. Download latest firmware for your device model. 3. Upload firmware via web interface. 4. Reboot device after installation.

🔧 Temporary Workarounds

Disable password recovery feature

all

Turn off password recovery functionality if not needed

Network segmentation

all

Isolate surveillance devices on separate VLAN

🧯 If You Can't Patch

  • Segment devices on isolated network VLAN
  • Implement strict firewall rules to limit device communication to authorized hosts only

🔍 How to Verify

Check if Vulnerable:

Check firmware version against vendor advisory; if pre-March 2023 and unpatched, assume vulnerable

Check Version:

Check via device web interface: System > Maintenance > Version Information

Verify Fix Applied:

Verify firmware version matches patched version in vendor advisory

📡 Detection & Monitoring

Log Indicators:

  • Unexpected device reboots
  • Password recovery attempt logs
  • System crash logs

Network Indicators:

  • Unusual UDP/TCP packets to device port 8000 (default Hikvision port)
  • Multiple connection attempts from single internal IP

SIEM Query:

source_ip INTERNAL AND dest_port 8000 AND protocol UDP AND packet_size > normal_threshold

🔗 References

📤 Share & Export