CVE-2025-23854: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in yesstreamingdev Shoutcast and Icecast HTML5 Web Radio Player by YesStreaming.com
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in yesstreamingdev Shoutcast and Icecast HTML5 Web Radio Player by YesStreaming.com shoutcast-and-icecast-html5-web-radio-player-by-yesstreaming-com allows Stored XSS.This issue affects Shoutcast and Icecast HTML5 Web Radio Player by YesStreaming.com: from n/a through <= 3.3.
AI Analysis
Technical Summary
CVE-2025-23854 identifies a stored cross-site scripting (XSS) vulnerability in the Shoutcast and Icecast HTML5 Web Radio Player developed by YesStreaming.com, affecting versions up to and including 3.3. The vulnerability stems from improper neutralization of user-supplied input during the generation of web pages, which allows malicious scripts to be embedded and persist within the application. When other users access the affected web player interface, the injected scripts execute in their browsers, potentially enabling attackers to steal session cookies, perform actions on behalf of users, or deliver malicious payloads. This vulnerability is classified as stored XSS, which is more dangerous than reflected XSS due to its persistence and broader impact. The issue was published on January 16, 2025, with no CVSS score assigned yet and no known active exploits reported. The affected product is commonly used to stream audio content via Shoutcast and Icecast protocols, often embedded in websites or web applications. The lack of patches at the time of disclosure necessitates immediate attention to input validation and output encoding practices to mitigate risk. The vulnerability's exploitation does not require user authentication, increasing its risk profile. The technical root cause is the failure to properly sanitize or encode input before rendering it in the HTML context, a common web application security flaw. Organizations deploying this player should monitor for updates from YesStreaming.com and consider temporary protective measures such as web application firewalls (WAFs) with XSS filtering capabilities.
Potential Impact
The stored XSS vulnerability in the YesStreaming.com Shoutcast and Icecast HTML5 Web Radio Player can have significant impacts on organizations worldwide. Successful exploitation allows attackers to execute arbitrary JavaScript code in the browsers of users visiting affected web pages, leading to potential theft of sensitive information such as session tokens, user credentials, or personal data. This can result in unauthorized access to user accounts, defacement of web content, or distribution of malware. For organizations, this undermines user trust, can lead to reputational damage, and may expose them to regulatory penalties if user data is compromised. Since the vulnerability is stored, the malicious payload persists and affects all users accessing the compromised content, amplifying the scope of impact. The ease of exploitation without authentication and the widespread use of Shoutcast and Icecast streaming solutions in media, entertainment, and broadcasting sectors further elevate the risk. Additionally, attackers could leverage this vulnerability as a foothold for more complex attacks within the victim’s network or to pivot to other systems. The absence of known exploits in the wild currently limits immediate risk but does not preclude future exploitation once weaponized. Overall, the threat poses a high risk to confidentiality and integrity of user interactions with affected web radio players.
Mitigation Recommendations
To mitigate CVE-2025-23854, organizations should take the following specific actions: 1) Monitor YesStreaming.com for official patches or updates addressing this vulnerability and apply them promptly once available. 2) Implement strict input validation on all user-supplied data fields within the web radio player interface to reject or sanitize potentially malicious input before storage or rendering. 3) Employ context-aware output encoding (e.g., HTML entity encoding) when displaying user input in web pages to prevent script execution. 4) Deploy a web application firewall (WAF) with rules specifically targeting XSS attack patterns to provide an additional layer of defense. 5) Conduct regular security assessments and penetration testing focused on web application vulnerabilities, including XSS, to identify and remediate similar issues proactively. 6) Educate developers and administrators on secure coding practices related to input handling and output encoding. 7) If patching is delayed, consider temporarily disabling or restricting features that accept user input or embedding the player in isolated environments to reduce exposure. 8) Monitor logs and user reports for suspicious activity indicative of attempted or successful exploitation. These targeted measures go beyond generic advice by focusing on the specific context of the affected product and the nature of stored XSS vulnerabilities.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, Japan, France, Netherlands, South Korea, Brazil
CVE-2025-23854: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in yesstreamingdev Shoutcast and Icecast HTML5 Web Radio Player by YesStreaming.com
Description
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in yesstreamingdev Shoutcast and Icecast HTML5 Web Radio Player by YesStreaming.com shoutcast-and-icecast-html5-web-radio-player-by-yesstreaming-com allows Stored XSS.This issue affects Shoutcast and Icecast HTML5 Web Radio Player by YesStreaming.com: from n/a through <= 3.3.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
CVE-2025-23854 identifies a stored cross-site scripting (XSS) vulnerability in the Shoutcast and Icecast HTML5 Web Radio Player developed by YesStreaming.com, affecting versions up to and including 3.3. The vulnerability stems from improper neutralization of user-supplied input during the generation of web pages, which allows malicious scripts to be embedded and persist within the application. When other users access the affected web player interface, the injected scripts execute in their browsers, potentially enabling attackers to steal session cookies, perform actions on behalf of users, or deliver malicious payloads. This vulnerability is classified as stored XSS, which is more dangerous than reflected XSS due to its persistence and broader impact. The issue was published on January 16, 2025, with no CVSS score assigned yet and no known active exploits reported. The affected product is commonly used to stream audio content via Shoutcast and Icecast protocols, often embedded in websites or web applications. The lack of patches at the time of disclosure necessitates immediate attention to input validation and output encoding practices to mitigate risk. The vulnerability's exploitation does not require user authentication, increasing its risk profile. The technical root cause is the failure to properly sanitize or encode input before rendering it in the HTML context, a common web application security flaw. Organizations deploying this player should monitor for updates from YesStreaming.com and consider temporary protective measures such as web application firewalls (WAFs) with XSS filtering capabilities.
Potential Impact
The stored XSS vulnerability in the YesStreaming.com Shoutcast and Icecast HTML5 Web Radio Player can have significant impacts on organizations worldwide. Successful exploitation allows attackers to execute arbitrary JavaScript code in the browsers of users visiting affected web pages, leading to potential theft of sensitive information such as session tokens, user credentials, or personal data. This can result in unauthorized access to user accounts, defacement of web content, or distribution of malware. For organizations, this undermines user trust, can lead to reputational damage, and may expose them to regulatory penalties if user data is compromised. Since the vulnerability is stored, the malicious payload persists and affects all users accessing the compromised content, amplifying the scope of impact. The ease of exploitation without authentication and the widespread use of Shoutcast and Icecast streaming solutions in media, entertainment, and broadcasting sectors further elevate the risk. Additionally, attackers could leverage this vulnerability as a foothold for more complex attacks within the victim’s network or to pivot to other systems. The absence of known exploits in the wild currently limits immediate risk but does not preclude future exploitation once weaponized. Overall, the threat poses a high risk to confidentiality and integrity of user interactions with affected web radio players.
Mitigation Recommendations
To mitigate CVE-2025-23854, organizations should take the following specific actions: 1) Monitor YesStreaming.com for official patches or updates addressing this vulnerability and apply them promptly once available. 2) Implement strict input validation on all user-supplied data fields within the web radio player interface to reject or sanitize potentially malicious input before storage or rendering. 3) Employ context-aware output encoding (e.g., HTML entity encoding) when displaying user input in web pages to prevent script execution. 4) Deploy a web application firewall (WAF) with rules specifically targeting XSS attack patterns to provide an additional layer of defense. 5) Conduct regular security assessments and penetration testing focused on web application vulnerabilities, including XSS, to identify and remediate similar issues proactively. 6) Educate developers and administrators on secure coding practices related to input handling and output encoding. 7) If patching is delayed, consider temporarily disabling or restricting features that accept user input or embedding the player in isolated environments to reduce exposure. 8) Monitor logs and user reports for suspicious activity indicative of attempted or successful exploitation. These targeted measures go beyond generic advice by focusing on the specific context of the affected product and the nature of stored XSS vulnerabilities.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- Patchstack
- Date Reserved
- 2025-01-16T11:31:13.711Z
- Cvss Version
- null
- State
- PUBLISHED
Threat ID: 69cd723fe6bfc5ba1dee8cb3
Added to database: 4/1/2026, 7:30:07 PM
Last enriched: 4/1/2026, 8:22:54 PM
Last updated: 4/6/2026, 9:09:17 AM
Views: 2
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.