CVE-2025-13854: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in soniz Curved Text
The Curved Text plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'radius' parameter of the arctext shortcode in all versions up to, and including, 0.1 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
AI Analysis
Technical Summary
CVE-2025-13854 is a stored cross-site scripting vulnerability identified in the soniz Curved Text plugin for WordPress, specifically affecting all versions up to and including 0.1. The vulnerability stems from insufficient sanitization and escaping of the 'radius' parameter within the arctext shortcode, which allows authenticated users with Contributor-level permissions or higher to inject arbitrary JavaScript code into pages. When other users access these pages, the injected scripts execute in their browsers, potentially leading to session hijacking, defacement, or unauthorized actions within the context of the affected site. The vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation) and has a CVSS v3.1 base score of 6.4, reflecting a medium severity level. The attack vector is network-based, requiring low attack complexity and privileges (authenticated Contributor or above), but no user interaction is necessary for exploitation. The scope is changed (S:C), indicating that the vulnerability affects resources beyond the attacker’s privileges, impacting confidentiality and integrity but not availability. No patches or known exploits have been reported at the time of publication, but the vulnerability represents a significant risk for WordPress sites using this plugin, especially those with multiple contributors. The lack of output escaping and input validation in a commonly used shortcode parameter makes this vulnerability particularly dangerous in collaborative environments where multiple users can contribute content.
Potential Impact
The primary impact of CVE-2025-13854 is the compromise of confidentiality and integrity of affected WordPress sites. Exploitation allows attackers to execute arbitrary scripts in the context of other users’ browsers, potentially leading to theft of authentication cookies, session tokens, or other sensitive information. This can facilitate account takeover, privilege escalation, or unauthorized actions on the site. Since the vulnerability requires Contributor-level access, it can be exploited by malicious insiders or compromised contributor accounts, increasing the risk in multi-user environments. The vulnerability does not directly affect availability but can lead to reputational damage, loss of user trust, and potential data breaches. Organizations relying on the soniz Curved Text plugin for content presentation are at risk of persistent XSS attacks that can be difficult to detect and remediate without proper monitoring. The medium CVSS score reflects a moderate but actionable threat, especially for high-traffic or sensitive WordPress sites. Given WordPress’s global popularity, the impact can be widespread, affecting websites ranging from small blogs to large enterprises that use this plugin for visual text effects.
Mitigation Recommendations
To mitigate CVE-2025-13854, organizations should first check for updates or patches from the soniz plugin developers and apply them promptly once available. In the absence of official patches, site administrators should consider disabling or removing the Curved Text plugin to eliminate the attack surface. Implement strict role-based access controls to limit Contributor-level permissions only to trusted users and regularly audit user accounts for suspicious activity. Employ Web Application Firewalls (WAFs) with custom rules to detect and block malicious payloads targeting the 'radius' parameter in the arctext shortcode. Additionally, sanitize and validate all user inputs at both client and server sides, and apply output encoding to prevent script execution. Monitoring logs for unusual content submissions or script injections can help detect exploitation attempts early. Educate content contributors about safe content practices and the risks of injecting untrusted code. Finally, consider implementing Content Security Policy (CSP) headers to restrict the execution of unauthorized scripts on the site.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, France, India, Brazil, Japan, Netherlands, Italy, Spain
CVE-2025-13854: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in soniz Curved Text
Description
The Curved Text plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'radius' parameter of the arctext shortcode in all versions up to, and including, 0.1 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
CVE-2025-13854 is a stored cross-site scripting vulnerability identified in the soniz Curved Text plugin for WordPress, specifically affecting all versions up to and including 0.1. The vulnerability stems from insufficient sanitization and escaping of the 'radius' parameter within the arctext shortcode, which allows authenticated users with Contributor-level permissions or higher to inject arbitrary JavaScript code into pages. When other users access these pages, the injected scripts execute in their browsers, potentially leading to session hijacking, defacement, or unauthorized actions within the context of the affected site. The vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation) and has a CVSS v3.1 base score of 6.4, reflecting a medium severity level. The attack vector is network-based, requiring low attack complexity and privileges (authenticated Contributor or above), but no user interaction is necessary for exploitation. The scope is changed (S:C), indicating that the vulnerability affects resources beyond the attacker’s privileges, impacting confidentiality and integrity but not availability. No patches or known exploits have been reported at the time of publication, but the vulnerability represents a significant risk for WordPress sites using this plugin, especially those with multiple contributors. The lack of output escaping and input validation in a commonly used shortcode parameter makes this vulnerability particularly dangerous in collaborative environments where multiple users can contribute content.
Potential Impact
The primary impact of CVE-2025-13854 is the compromise of confidentiality and integrity of affected WordPress sites. Exploitation allows attackers to execute arbitrary scripts in the context of other users’ browsers, potentially leading to theft of authentication cookies, session tokens, or other sensitive information. This can facilitate account takeover, privilege escalation, or unauthorized actions on the site. Since the vulnerability requires Contributor-level access, it can be exploited by malicious insiders or compromised contributor accounts, increasing the risk in multi-user environments. The vulnerability does not directly affect availability but can lead to reputational damage, loss of user trust, and potential data breaches. Organizations relying on the soniz Curved Text plugin for content presentation are at risk of persistent XSS attacks that can be difficult to detect and remediate without proper monitoring. The medium CVSS score reflects a moderate but actionable threat, especially for high-traffic or sensitive WordPress sites. Given WordPress’s global popularity, the impact can be widespread, affecting websites ranging from small blogs to large enterprises that use this plugin for visual text effects.
Mitigation Recommendations
To mitigate CVE-2025-13854, organizations should first check for updates or patches from the soniz plugin developers and apply them promptly once available. In the absence of official patches, site administrators should consider disabling or removing the Curved Text plugin to eliminate the attack surface. Implement strict role-based access controls to limit Contributor-level permissions only to trusted users and regularly audit user accounts for suspicious activity. Employ Web Application Firewalls (WAFs) with custom rules to detect and block malicious payloads targeting the 'radius' parameter in the arctext shortcode. Additionally, sanitize and validate all user inputs at both client and server sides, and apply output encoding to prevent script execution. Monitoring logs for unusual content submissions or script injections can help detect exploitation attempts early. Educate content contributors about safe content practices and the risks of injecting untrusted code. Finally, consider implementing Content Security Policy (CSP) headers to restrict the execution of unauthorized scripts on the site.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-12-01T20:23:34.658Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 6960e8e3a48af7d8cea1879e
Added to database: 1/9/2026, 11:39:15 AM
Last enriched: 2/27/2026, 10:23:34 AM
Last updated: 3/25/2026, 7:05:47 AM
Views: 55
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.
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.