CVE-2025-11834: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in wiellyam WP AD Gallery
The WP AD Gallery plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'startindex' parameter of the ad-gallery shortcode in all versions up to, and including, 1.3. This is 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-11834 is a stored Cross-Site Scripting (XSS) vulnerability classified under CWE-79, found in the WP AD Gallery plugin for WordPress, versions up to and including 1.3. The vulnerability stems from insufficient sanitization and escaping of the 'startindex' parameter within the ad-gallery shortcode, allowing an authenticated attacker with contributor-level access or higher to inject arbitrary JavaScript code into pages. Because the malicious script is stored, it executes every time a user accesses the compromised page, potentially leading to session hijacking, defacement, or unauthorized actions performed in the context of the victim's browser session. The CVSS 3.1 score of 6.4 reflects a medium severity, with an attack vector over the network, low attack complexity, privileges required at the contributor level, no user interaction needed, and a scope change indicating that the vulnerability affects components beyond the initially vulnerable plugin. The vulnerability does not currently have known exploits in the wild, but the ease of exploitation by authenticated users and the potential impact on confidentiality and integrity make it a significant concern. The lack of available patches at the time of publication necessitates immediate mitigation steps by administrators. This vulnerability is particularly relevant for WordPress sites with multiple contributors or editors, where malicious insiders or compromised contributor accounts could be leveraged to inject harmful scripts.
Potential Impact
For European organizations, this vulnerability can lead to unauthorized disclosure of sensitive information, session hijacking, and potential defacement or manipulation of website content. Since the attack requires contributor-level access, insider threats or compromised contributor accounts pose a significant risk. The stored nature of the XSS means that multiple users, including administrators and visitors, can be affected once the malicious script is injected, amplifying the impact. Organizations relying on WordPress for public-facing websites, intranets, or client portals that use the WP AD Gallery plugin are at risk of reputational damage, data leakage, and potential regulatory non-compliance under GDPR if personal data is exposed. The medium severity score indicates that while the vulnerability is not critical, it is sufficiently serious to warrant prompt attention, especially in sectors with high web presence such as media, education, and government services across Europe.
Mitigation Recommendations
1. Immediately audit user roles and permissions to ensure that contributor-level access is granted only to trusted users. 2. Monitor shortcode usage and page content for suspicious or unexpected 'startindex' parameter values that could indicate attempted exploitation. 3. Implement Web Application Firewall (WAF) rules to detect and block malicious script injection attempts targeting the vulnerable parameter. 4. Disable or remove the WP AD Gallery plugin if it is not essential, or replace it with a more secure alternative. 5. Apply security hardening measures such as Content Security Policy (CSP) headers to mitigate the impact of XSS attacks. 6. Stay alert for official patches or updates from the plugin vendor and apply them promptly once released. 7. Educate contributors about the risks of XSS and safe content management practices. 8. Regularly scan WordPress installations with security tools to detect injected scripts or anomalies.
Affected Countries
Germany, United Kingdom, France, Netherlands, Italy, Spain, Poland, Sweden
CVE-2025-11834: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in wiellyam WP AD Gallery
Description
The WP AD Gallery plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'startindex' parameter of the ad-gallery shortcode in all versions up to, and including, 1.3. This is 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-11834 is a stored Cross-Site Scripting (XSS) vulnerability classified under CWE-79, found in the WP AD Gallery plugin for WordPress, versions up to and including 1.3. The vulnerability stems from insufficient sanitization and escaping of the 'startindex' parameter within the ad-gallery shortcode, allowing an authenticated attacker with contributor-level access or higher to inject arbitrary JavaScript code into pages. Because the malicious script is stored, it executes every time a user accesses the compromised page, potentially leading to session hijacking, defacement, or unauthorized actions performed in the context of the victim's browser session. The CVSS 3.1 score of 6.4 reflects a medium severity, with an attack vector over the network, low attack complexity, privileges required at the contributor level, no user interaction needed, and a scope change indicating that the vulnerability affects components beyond the initially vulnerable plugin. The vulnerability does not currently have known exploits in the wild, but the ease of exploitation by authenticated users and the potential impact on confidentiality and integrity make it a significant concern. The lack of available patches at the time of publication necessitates immediate mitigation steps by administrators. This vulnerability is particularly relevant for WordPress sites with multiple contributors or editors, where malicious insiders or compromised contributor accounts could be leveraged to inject harmful scripts.
Potential Impact
For European organizations, this vulnerability can lead to unauthorized disclosure of sensitive information, session hijacking, and potential defacement or manipulation of website content. Since the attack requires contributor-level access, insider threats or compromised contributor accounts pose a significant risk. The stored nature of the XSS means that multiple users, including administrators and visitors, can be affected once the malicious script is injected, amplifying the impact. Organizations relying on WordPress for public-facing websites, intranets, or client portals that use the WP AD Gallery plugin are at risk of reputational damage, data leakage, and potential regulatory non-compliance under GDPR if personal data is exposed. The medium severity score indicates that while the vulnerability is not critical, it is sufficiently serious to warrant prompt attention, especially in sectors with high web presence such as media, education, and government services across Europe.
Mitigation Recommendations
1. Immediately audit user roles and permissions to ensure that contributor-level access is granted only to trusted users. 2. Monitor shortcode usage and page content for suspicious or unexpected 'startindex' parameter values that could indicate attempted exploitation. 3. Implement Web Application Firewall (WAF) rules to detect and block malicious script injection attempts targeting the vulnerable parameter. 4. Disable or remove the WP AD Gallery plugin if it is not essential, or replace it with a more secure alternative. 5. Apply security hardening measures such as Content Security Policy (CSP) headers to mitigate the impact of XSS attacks. 6. Stay alert for official patches or updates from the plugin vendor and apply them promptly once released. 7. Educate contributors about the risks of XSS and safe content management practices. 8. Regularly scan WordPress installations with security tools to detect injected scripts or anomalies.
Affected Countries
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-10-15T19:11:30.761Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 68f897b0d59611fbd9697929
Added to database: 10/22/2025, 8:37:04 AM
Last enriched: 10/29/2025, 9:09:42 AM
Last updated: 12/2/2025, 12:30:01 AM
Views: 36
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
[Guest Diary] Hunting for SharePoint In-Memory ToolShell Payloads, (Tue, Dec 2nd)
MediumCVE-2025-66415: CWE-441: Unintended Proxy or Intermediary ('Confused Deputy') in fastify fastify-reply-from
MediumCVE-2025-66448: CWE-94: Improper Control of Generation of Code ('Code Injection') in vllm-project vllm
HighCVE-2025-66401: CWE-78: Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') in kapilduraphe mcp-watch
CriticalCVE-2025-66312: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in getgrav grav
MediumActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need enhanced features?
Contact root@offseq.com for Pro access with improved analysis and higher rate limits.