CVE-2026-12511
Deferred Deferred - Pending Action

Path Traversal in AI Engine WordPress Plugin

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

Publication date: 2026-07-14

Last updated on: 2026-07-14

Assigner: WPScan

Description

The AI Engine WordPress plugin before 3.5.5 does not sanitize a user-supplied filename before using it to write a downloaded file, allowing authenticated users with editor-level access to write attacker-controlled bytes to an arbitrary location on the server via path traversal.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
ai_engine plugin to 3.5.5 (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

CVE-2026-12511 is a vulnerability in the AI Engine WordPress plugin before version 3.5.5. It allows authenticated users with editor-level access to perform path traversal and write arbitrary files to any location on the server.

The issue occurs because the plugin does not properly sanitize user-supplied filenames when writing downloaded files. An attacker can exploit this by sending a crafted request with a path traversal sequence in the filename parameter, combined with a data URL containing attacker-controlled content.

The vulnerability bypasses external host requirements by using a data URL, and the authorization check relies solely on the editor or administrator role. The path traversal allows writing files outside the intended uploads directory, such as into the plugins directory, though the file content is limited by an extension allowlist.

Existing files are not overwritten due to a uniqueness suffix, so the impact is limited to planting new non-executable files at arbitrary locations rather than achieving direct code execution.

Detection Guidance

Detecting this vulnerability on your system involves checking for signs of exploitation or verifying the installed version of the AI Engine WordPress plugin.

  • Check the installed version of the AI Engine plugin. If it is before 3.5.5, the system is vulnerable. You can do this by navigating to the WordPress admin dashboard, going to 'Plugins', and looking for the AI Engine plugin version.
  • Inspect server logs for unusual file creation or modification events, particularly in directories outside the intended uploads directory. Look for requests containing path traversal sequences (e.g., '../') in the filename parameter.
  • Search for newly created files in sensitive directories (e.g., plugins, themes, or root directories) that were not intentionally placed there. Commands like 'find /path/to/wordpress -type f -mtime -30' can help identify recently modified files.
  • Monitor network traffic for requests to the WordPress admin-ajax.php endpoint with suspicious parameters, such as those containing 'data:' URLs or path traversal sequences.
Impact Analysis

If you are using the AI Engine WordPress plugin before version 3.5.5, this vulnerability could impact you in the following ways:

  • An attacker with editor-level access could write malicious files to arbitrary locations on your server, potentially leading to unauthorized data access or manipulation.
  • While the vulnerability does not allow overwriting existing files or executing arbitrary code directly, it could be used to plant files that might be leveraged in further attacks, such as storing sensitive data or configuration files in unintended locations.
  • The attacker could exploit this to escalate privileges or maintain persistence on the server if combined with other vulnerabilities.

The CVSS score of 8.1 indicates a high severity, meaning the vulnerability poses a significant risk to confidentiality and integrity, though not availability.

Compliance Impact

This vulnerability could affect compliance with common standards and regulations in the following ways:

  • GDPR: If the vulnerability leads to unauthorized access or manipulation of personal data, it could result in a breach of GDPR requirements, particularly Article 5 (principles relating to processing of personal data) and Article 32 (security of processing). Non-compliance could lead to significant fines and legal consequences.
  • HIPAA: For organizations handling protected health information (PHI), this vulnerability could lead to unauthorized access or disclosure of PHI, violating the HIPAA Security Rule (45 CFR Part 164, Subpart C). This could result in penalties and mandatory corrective action plans.
  • Other standards: The vulnerability could also impact compliance with frameworks like ISO 27001, which requires organizations to implement controls to protect against unauthorized access to systems and data. Failure to address such vulnerabilities could result in non-conformities during audits.

Organizations should assess the risk posed by this vulnerability and take appropriate remediation steps to maintain compliance with applicable regulations.

Mitigation Strategies

To mitigate this vulnerability, follow these immediate steps:

  • Update the AI Engine WordPress plugin to version 3.5.5 or later. This is the most effective way to resolve the vulnerability.
  • If updating is not immediately possible, restrict editor-level access to trusted users only. Remove unnecessary editor accounts or downgrade their permissions to reduce the risk of exploitation.
  • Monitor the server for any unauthorized file creation or modification, particularly in sensitive directories. Use file integrity monitoring tools to detect changes.
  • Review server logs for signs of exploitation, such as requests containing path traversal sequences or data URLs. Block or investigate suspicious IP addresses.
  • Consider implementing a Web Application Firewall (WAF) to block requests containing path traversal sequences or other malicious payloads.

Chat Assistant

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

EPSS Chart