CVE-2025-6488: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in jairoochoa isMobile() Shortcode for WordPress
The isMobile plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the ‘device’ parameter in all versions up to, and including, 1.1.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-6488 is a stored Cross-Site Scripting (XSS) vulnerability affecting the isMobile() shortcode plugin for WordPress developed by jairoochoa. This vulnerability arises from improper neutralization of input during web page generation (CWE-79). Specifically, the plugin fails to adequately sanitize and escape the 'device' parameter, allowing authenticated users with Contributor-level access or higher to inject arbitrary JavaScript code into WordPress pages. When other users visit these compromised pages, the injected scripts execute in their browsers, potentially leading to session hijacking, privilege escalation, or distribution of malware. The vulnerability affects all versions up to and including 1.1.1 of the plugin. The CVSS 3.1 base score is 6.4 (medium severity), reflecting that the attack vector is network-based, requires low attack complexity, and privileges at the contributor level, but does not require user interaction. The scope is changed, indicating that the vulnerability can affect resources beyond the initially vulnerable component, and the impact is limited to confidentiality and integrity, with no availability impact. No known exploits are currently reported in the wild, and no official patches have been released yet. The vulnerability was published on June 27, 2025, with the reservation date on June 21, 2025. The isMobile() shortcode plugin is used to detect mobile devices and customize content accordingly, making it a common utility in WordPress sites aiming for responsive design or device-specific content delivery.
Potential Impact
For European organizations, this vulnerability poses a significant risk especially to those relying on WordPress sites with the isMobile() shortcode plugin installed. Attackers with contributor-level access—often achievable through compromised accounts or insider threats—can inject malicious scripts that execute in the browsers of site visitors, including customers, employees, or partners. This can lead to theft of authentication cookies, unauthorized actions performed on behalf of users, defacement, or distribution of malware. The confidentiality and integrity of user data and site content are at risk, potentially damaging organizational reputation and violating data protection regulations such as GDPR. Since WordPress powers a substantial portion of European websites, including corporate, governmental, and e-commerce platforms, the attack surface is broad. The absence of a patch increases exposure time, and the medium severity score suggests that while exploitation is not trivial, it is feasible and impactful enough to warrant urgent attention.
Mitigation Recommendations
Organizations should immediately audit their WordPress installations to identify the presence of the isMobile() shortcode plugin. If found, restrict Contributor-level access strictly to trusted users and review existing user roles for potential misuse. Implement Web Application Firewall (WAF) rules to detect and block suspicious payloads targeting the 'device' parameter. Employ Content Security Policy (CSP) headers to limit the execution of unauthorized scripts. Monitor logs for unusual activity related to shortcode usage or parameter injection. Until an official patch is released, consider disabling the plugin or replacing its functionality with alternative, secure plugins. Additionally, conduct regular security training for content contributors to reduce the risk of accidental injection. Finally, keep abreast of updates from the plugin developer and apply patches promptly once available.
Affected Countries
Germany, France, United Kingdom, Italy, Spain, Netherlands, Poland, Sweden, Belgium, Austria
CVE-2025-6488: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in jairoochoa isMobile() Shortcode for WordPress
Description
The isMobile plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the ‘device’ parameter in all versions up to, and including, 1.1.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
Technical Analysis
CVE-2025-6488 is a stored Cross-Site Scripting (XSS) vulnerability affecting the isMobile() shortcode plugin for WordPress developed by jairoochoa. This vulnerability arises from improper neutralization of input during web page generation (CWE-79). Specifically, the plugin fails to adequately sanitize and escape the 'device' parameter, allowing authenticated users with Contributor-level access or higher to inject arbitrary JavaScript code into WordPress pages. When other users visit these compromised pages, the injected scripts execute in their browsers, potentially leading to session hijacking, privilege escalation, or distribution of malware. The vulnerability affects all versions up to and including 1.1.1 of the plugin. The CVSS 3.1 base score is 6.4 (medium severity), reflecting that the attack vector is network-based, requires low attack complexity, and privileges at the contributor level, but does not require user interaction. The scope is changed, indicating that the vulnerability can affect resources beyond the initially vulnerable component, and the impact is limited to confidentiality and integrity, with no availability impact. No known exploits are currently reported in the wild, and no official patches have been released yet. The vulnerability was published on June 27, 2025, with the reservation date on June 21, 2025. The isMobile() shortcode plugin is used to detect mobile devices and customize content accordingly, making it a common utility in WordPress sites aiming for responsive design or device-specific content delivery.
Potential Impact
For European organizations, this vulnerability poses a significant risk especially to those relying on WordPress sites with the isMobile() shortcode plugin installed. Attackers with contributor-level access—often achievable through compromised accounts or insider threats—can inject malicious scripts that execute in the browsers of site visitors, including customers, employees, or partners. This can lead to theft of authentication cookies, unauthorized actions performed on behalf of users, defacement, or distribution of malware. The confidentiality and integrity of user data and site content are at risk, potentially damaging organizational reputation and violating data protection regulations such as GDPR. Since WordPress powers a substantial portion of European websites, including corporate, governmental, and e-commerce platforms, the attack surface is broad. The absence of a patch increases exposure time, and the medium severity score suggests that while exploitation is not trivial, it is feasible and impactful enough to warrant urgent attention.
Mitigation Recommendations
Organizations should immediately audit their WordPress installations to identify the presence of the isMobile() shortcode plugin. If found, restrict Contributor-level access strictly to trusted users and review existing user roles for potential misuse. Implement Web Application Firewall (WAF) rules to detect and block suspicious payloads targeting the 'device' parameter. Employ Content Security Policy (CSP) headers to limit the execution of unauthorized scripts. Monitor logs for unusual activity related to shortcode usage or parameter injection. Until an official patch is released, consider disabling the plugin or replacing its functionality with alternative, secure plugins. Additionally, conduct regular security training for content contributors to reduce the risk of accidental injection. Finally, keep abreast of updates from the plugin developer and apply patches promptly once available.
For access to advanced analysis and higher rate limits, contact root@offseq.com
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-06-21T14:15:26.699Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 685e1f70ca1063fb874f3b43
Added to database: 6/27/2025, 4:34:56 AM
Last enriched: 6/27/2025, 4:50:01 AM
Last updated: 8/15/2025, 11:52:13 AM
Views: 33
Related Threats
CVE-2025-8878: CWE-94 Improper Control of Generation of Code ('Code Injection') in properfraction Paid Membership Plugin, Ecommerce, User Registration Form, Login Form, User Profile & Restrict Content – ProfilePress
MediumCVE-2025-8143: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in pencidesign Soledad
MediumCVE-2025-8142: CWE-98 Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') in pencidesign Soledad
HighCVE-2025-8105: CWE-94 Improper Control of Generation of Code ('Code Injection') in pencidesign Soledad
HighCVE-2025-8719: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in reubenthiessen Translate This gTranslate Shortcode
MediumActions
Updates to AI analysis are available only with a Pro account. Contact root@offseq.com for access.
Need enhanced features?
Contact root@offseq.com for Pro access with improved analysis and higher rate limits.