CVE-2025-1489: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in marcelismus WP-Appbox
The WP-Appbox plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's appbox shortcode in all versions up to, and including, 4.5.4 due to insufficient input sanitization and output escaping on user supplied attributes. 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-1489 identifies a stored Cross-Site Scripting (XSS) vulnerability in the WP-Appbox plugin for WordPress, maintained by marcelismus. The flaw exists in all versions up to and including 4.5.4 due to insufficient input sanitization and output escaping of user-supplied attributes within the appbox shortcode. This vulnerability allows attackers with contributor-level or higher authenticated access to inject arbitrary JavaScript code into WordPress pages. When other users access these pages, the injected scripts execute in their browsers, potentially compromising session tokens, redirecting users, or performing unauthorized actions on their behalf. The vulnerability is classified under CWE-79, indicating improper neutralization of input during web page generation. The CVSS v3.1 base score is 6.4, reflecting medium severity with network attack vector, low attack complexity, requiring privileges but no user interaction, and impacting confidentiality and integrity with a scope change. No public exploits have been reported yet, but the vulnerability's presence in a widely used WordPress plugin makes it a notable risk. The issue stems from the plugin's failure to properly sanitize and escape input parameters in the shortcode, a common vector for stored XSS in content management systems. This vulnerability can be exploited by malicious contributors to embed persistent scripts that affect all visitors to the infected pages.
Potential Impact
The primary impact of this vulnerability is the potential compromise of user confidentiality and integrity within affected WordPress sites. Attackers can steal session cookies, enabling account takeover or privilege escalation. They can also perform unauthorized actions on behalf of users, such as changing site content or settings, or redirecting users to malicious sites. Since the vulnerability is stored XSS, the malicious payload persists and affects all visitors to the infected page, increasing the attack surface. Organizations relying on WP-Appbox for app promotion or content embedding risk reputational damage, data leakage, and unauthorized administrative actions. The requirement for contributor-level authentication limits exposure but does not eliminate risk, especially in environments with multiple content editors or where contributor accounts may be compromised. The scope change in the CVSS vector indicates that the vulnerability can affect resources beyond the initially vulnerable component, potentially impacting the entire WordPress installation and its users. Although no known exploits exist currently, the medium severity and ease of exploitation by authenticated users make timely remediation critical to prevent future attacks.
Mitigation Recommendations
To mitigate this vulnerability, organizations should first check for updates or patches from the WP-Appbox plugin developer and apply them immediately once available. If no patch exists, consider temporarily disabling the plugin or restricting contributor-level access until a fix is released. Implement strict role-based access controls to limit the number of users with contributor or higher privileges. Employ Web Application Firewalls (WAFs) with custom rules to detect and block suspicious shortcode attribute inputs that may contain script tags or JavaScript event handlers. Conduct regular security audits and code reviews of plugins to identify unsafe input handling. Additionally, enable Content Security Policy (CSP) headers to restrict the execution of unauthorized scripts in browsers. Educate content contributors about safe input practices and monitor site content for unexpected script injections. Finally, maintain regular backups to enable quick restoration if compromise occurs.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, France, Netherlands, India, Brazil, Japan, Italy, Spain
CVE-2025-1489: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in marcelismus WP-Appbox
Description
The WP-Appbox plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's appbox shortcode in all versions up to, and including, 4.5.4 due to insufficient input sanitization and output escaping on user supplied attributes. 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
Technical Analysis
CVE-2025-1489 identifies a stored Cross-Site Scripting (XSS) vulnerability in the WP-Appbox plugin for WordPress, maintained by marcelismus. The flaw exists in all versions up to and including 4.5.4 due to insufficient input sanitization and output escaping of user-supplied attributes within the appbox shortcode. This vulnerability allows attackers with contributor-level or higher authenticated access to inject arbitrary JavaScript code into WordPress pages. When other users access these pages, the injected scripts execute in their browsers, potentially compromising session tokens, redirecting users, or performing unauthorized actions on their behalf. The vulnerability is classified under CWE-79, indicating improper neutralization of input during web page generation. The CVSS v3.1 base score is 6.4, reflecting medium severity with network attack vector, low attack complexity, requiring privileges but no user interaction, and impacting confidentiality and integrity with a scope change. No public exploits have been reported yet, but the vulnerability's presence in a widely used WordPress plugin makes it a notable risk. The issue stems from the plugin's failure to properly sanitize and escape input parameters in the shortcode, a common vector for stored XSS in content management systems. This vulnerability can be exploited by malicious contributors to embed persistent scripts that affect all visitors to the infected pages.
Potential Impact
The primary impact of this vulnerability is the potential compromise of user confidentiality and integrity within affected WordPress sites. Attackers can steal session cookies, enabling account takeover or privilege escalation. They can also perform unauthorized actions on behalf of users, such as changing site content or settings, or redirecting users to malicious sites. Since the vulnerability is stored XSS, the malicious payload persists and affects all visitors to the infected page, increasing the attack surface. Organizations relying on WP-Appbox for app promotion or content embedding risk reputational damage, data leakage, and unauthorized administrative actions. The requirement for contributor-level authentication limits exposure but does not eliminate risk, especially in environments with multiple content editors or where contributor accounts may be compromised. The scope change in the CVSS vector indicates that the vulnerability can affect resources beyond the initially vulnerable component, potentially impacting the entire WordPress installation and its users. Although no known exploits exist currently, the medium severity and ease of exploitation by authenticated users make timely remediation critical to prevent future attacks.
Mitigation Recommendations
To mitigate this vulnerability, organizations should first check for updates or patches from the WP-Appbox plugin developer and apply them immediately once available. If no patch exists, consider temporarily disabling the plugin or restricting contributor-level access until a fix is released. Implement strict role-based access controls to limit the number of users with contributor or higher privileges. Employ Web Application Firewalls (WAFs) with custom rules to detect and block suspicious shortcode attribute inputs that may contain script tags or JavaScript event handlers. Conduct regular security audits and code reviews of plugins to identify unsafe input handling. Additionally, enable Content Security Policy (CSP) headers to restrict the execution of unauthorized scripts in browsers. Educate content contributors about safe input practices and monitor site content for unexpected script injections. Finally, maintain regular backups to enable quick restoration if compromise occurs.
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-02-19T22:01:50.291Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 699f6b14b7ef31ef0b54ddba
Added to database: 2/25/2026, 9:35:16 PM
Last enriched: 2/25/2026, 9:59:35 PM
Last updated: 2/26/2026, 10:27:05 AM
Views: 3
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.
Related Threats
CVE-2026-28138: Deserialization of Untrusted Data in Stylemix uListing
HighCVE-2026-28136: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') in VeronaLabs WP SMS
HighCVE-2026-28132: Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) in villatheme WooCommerce Photo Reviews
HighCVE-2026-28131: Insertion of Sensitive Information Into Sent Data in WPVibes Elementor Addon Elements
HighCVE-2026-28083: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in UX-themes Flatsome
HighActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.