CVE-2025-64730

6.1 MEDIUM

📋 TL;DR

This cross-site scripting (XSS) vulnerability in Sony SNC-CX600W IP cameras allows attackers to inject malicious scripts into web pages viewed by users. When exploited, these scripts execute in victims' browsers, potentially stealing credentials, session cookies, or performing unauthorized actions. All users of SNC-CX600W cameras with web interface access are affected.

💻 Affected Systems

Products:
  • Sony SNC-CX600W IP Camera
Versions: All versions
Operating Systems: Embedded camera firmware
Default Config Vulnerable: ⚠️ Yes
Notes: All configurations with web interface enabled are vulnerable. Cameras accessible via network are at risk.

📦 What is this software?

⚠️ Manual Verification Required

This CVE does not have specific version information in our database, so automatic vulnerability detection cannot determine if your system is affected.

Why? The CVE database entry doesn't specify which versions are vulnerable (no version ranges provided by the vendor/NVD).

🔒 Custom verification scripts are available for registered users. Sign up free to download automated test scripts.

Recommended Actions:
  1. Review the CVE details at NVD
  2. Check vendor security advisories for your specific version
  3. Test if the vulnerability is exploitable in your environment
  4. Consider updating to the latest version as a precaution

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attackers steal administrator credentials, take full control of the camera, pivot to internal networks, or use the camera as an attack platform against other systems.

🟠

Likely Case

Session hijacking, credential theft, or defacement of the camera's web interface affecting individual users.

🟢

If Mitigated

Limited impact with proper network segmentation, web application firewalls, and browser security controls preventing script execution.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

XSS vulnerabilities typically require user interaction (clicking a malicious link) but can be exploited via stored XSS without interaction.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Not available

Vendor Advisory: https://www.sony.com/electronics/support/ip-cameras-fixed/snc-cx600w

Restart Required: No

Instructions:

No official patch available. Monitor Sony's support page for firmware updates addressing CVE-2025-64730.

🔧 Temporary Workarounds

Network Segmentation

all

Isolate camera network from critical systems and limit web interface access

Web Application Firewall

all

Deploy WAF with XSS protection rules to filter malicious requests

🧯 If You Can't Patch

  • Disable web interface if not required, use alternative management methods
  • Implement strict Content Security Policy headers if supported by camera firmware

🔍 How to Verify

Check if Vulnerable:

Check camera firmware version via web interface at http://[camera-ip]/ and compare with Sony's advisory

Check Version:

curl -s http://[camera-ip]/ | grep -i version or check web interface System Information page

Verify Fix Applied:

No fix available to verify. Monitor Sony's website for firmware updates addressing this CVE

📡 Detection & Monitoring

Log Indicators:

  • Unusual long parameter values in web requests
  • Multiple failed login attempts followed by script-like payloads

Network Indicators:

  • HTTP requests containing script tags or JavaScript in parameters
  • Unusual traffic to camera web interface from unexpected sources

SIEM Query:

source="camera_logs" AND (url="*<script*" OR param="*javascript:*" OR user_agent="*<script*")

🔗 References

📤 Share & Export