CVE-2026-10082
Received Received - Intake

Advanced Ads WordPress Plugin Authenticated Stored Cross-Site Scripting

Vulnerability report for CVE-2026-10082, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-27

Last updated on: 2026-07-27

Assigner: WPScan

Description

The Advanced Ads WordPress plugin before 2.0.23 does not sanitize and escape a shortcode parameter before outputting it in the page, allowing users with the Contributor role and above to inject arbitrary web scripts that execute when the affected content is viewed, including by higher-privileged users.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-27
Last Modified
2026-07-27
Generated
2026-07-27
AI Q&A
2026-07-27
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
advanced_ads advanced_ads to 2.0.23 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a stored cross-site scripting (XSS) vulnerability in the Advanced Ads WordPress plugin before version 2.0.23. It allows users with Contributor role or higher to inject malicious JavaScript via the 'ad_args' parameter in the the_ad shortcode. The plugin fails to sanitize or escape this parameter, enabling script execution when the affected content is viewed by higher-privileged users.

Detection Guidance

To detect this vulnerability, inspect WordPress sites using the Advanced Ads plugin version before 2.0.23. Check for posts or pages containing the 'the_ad' shortcode with suspicious 'ad_args' parameters, particularly those with URL-encoded JSON payloads or embedded JavaScript. Use commands like 'grep -r "the_ad" /path/to/wordpress/' to search for shortcode usage.

Impact Analysis

An attacker with Contributor privileges could inject scripts that steal session cookies, perform actions as administrators, or redirect users to malicious sites. When an Editor or Administrator views the crafted post, the injected script runs in their browser, potentially compromising their account or the entire WordPress site.

Compliance Impact

This vulnerability could lead to unauthorized data access or modification, violating GDPR's integrity and confidentiality principles or HIPAA's safeguards for protected health information. If exploited, it may result in data breaches requiring regulatory notifications and potential fines.

Mitigation Strategies

Immediately update the Advanced Ads plugin to version 2.0.23 or later. Review all posts and pages for malicious shortcodes, especially those with 'ad_args' parameters. Remove any suspicious content and audit user roles to ensure only trusted users have Contributor access or higher.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-10082. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart