CVE-2026-57693
Deferred Deferred - Pending Action

Cross-Site Scripting in Ad Inserter Plugin

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

Publication date: 2026-07-13

Last updated on: 2026-07-13

Assigner: Patchstack

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Spacetime Ad Inserter ad-inserter allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects Ad Inserter: from n/a through <= 2.8.11.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-13
Last Modified
2026-07-13
Generated
2026-08-02
AI Q&A
2026-07-13
EPSS Evaluated
2026-08-01
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
spacetime ad_inserter to 2.8.11 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a Cross-site Scripting (XSS) issue in the Spacetime Ad Inserter plugin. It occurs due to improper neutralization of input during web page generation, which means that malicious input can be injected and executed in the context of a web page. The vulnerability is related to incorrectly configured access control security levels, allowing attackers to exploit the plugin versions up to 2.8.11.

Detection Guidance

This vulnerability is a Cross-site Scripting (XSS) issue in the Spacetime Ad Inserter plugin for WordPress. Detection involves checking if the vulnerable version of the plugin is installed on your WordPress site.

  • Check the installed version of the Ad Inserter plugin via the WordPress admin dashboard. Navigate to 'Plugins' and look for 'Ad Inserter'. If the version is 2.8.11 or lower, the system is vulnerable.
  • Use the WordPress command-line tool (WP-CLI) to list installed plugins and their versions. Run the following command: wp plugin list --fields=name,version
  • Inspect web traffic or logs for suspicious input patterns that may indicate exploitation attempts, such as script tags or unusual JavaScript payloads in HTTP requests.

Since this is a web application vulnerability, network-level detection may not be straightforward. Focus on application-level checks and monitoring.

Impact Analysis

This vulnerability can allow attackers to execute malicious scripts in the context of the affected website. This can lead to unauthorized actions such as stealing user credentials, session hijacking, defacing the website, or delivering malware to users. The CVSS score indicates a moderate severity with potential impacts on confidentiality, integrity, and availability.

Compliance Impact

This vulnerability, identified as a Cross-site Scripting (XSS) issue, can impact compliance with standards and regulations like GDPR and HIPAA due to its potential to compromise data security and privacy.

  • GDPR: The vulnerability allows attackers to inject malicious scripts into web pages, which could lead to unauthorized access to user data or session hijacking. Under GDPR, organizations must protect personal data from unauthorized access or disclosure. A successful XSS attack could result in a data breach, leading to non-compliance with GDPR's data protection requirements and potential fines.
  • HIPAA: If the affected system processes or stores protected health information (PHI), an XSS vulnerability could expose sensitive patient data. HIPAA requires safeguards to ensure the confidentiality, integrity, and availability of PHI. A breach resulting from this vulnerability could violate HIPAA's Security Rule, leading to penalties.

Additionally, the CVSS score of 6.5 indicates a medium severity, which may require reporting under certain regulations if the vulnerability leads to a data breach or unauthorized access.

Mitigation Strategies

To mitigate this vulnerability, follow these immediate steps:

  • Update the Ad Inserter plugin to the latest version if a patch is available. Since the CVE states the issue affects versions up to and including 2.8.11, check for updates in the WordPress plugin repository or the vendor's website.
  • If no patch is available, consider disabling the plugin temporarily until a fix is released. This can be done via the WordPress admin dashboard under 'Plugins'.
  • Implement a web application firewall (WAF) to filter out malicious input that could exploit XSS vulnerabilities. Configure rules to block or sanitize suspicious script tags and JavaScript payloads.
  • Review and restrict user roles and permissions, especially those with lower privileges (e.g., contributors, authors), as the CVSS vector indicates the vulnerability requires low-privileged access (PR:L).
  • Monitor the WordPress site for unusual activity, such as unexpected script execution or unauthorized changes to plugin settings.

Chat Assistant

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

EPSS Chart