Severity by source
AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L
Network-reachable but AC:H because attacker must separately obtain session cookie and file reference; no confidentiality impact since files are deleted, not read.
Primary rating from Vendor (WPScan).
CVSS VectorVendor: WPScan
Lifecycle Timeline
5DescriptionCVE.org
The AI Engine WordPress plugin before 3.6.4 does not verify ownership of a guest's uploaded chatbot files before deletion, authorising the action solely by a client-supplied session cookie value, so an unauthenticated attacker who obtains a victim's session identifier and file reference can delete that victim's uploaded files.
AnalysisAI
Unauthorized file deletion in AI Engine WordPress plugin (before 3.6.4) allows a network attacker who has obtained a guest user's session cookie and file reference to delete that guest's uploaded chatbot files without any server-side ownership check. The plugin authorizes deletion actions solely on a client-supplied session value, making it vulnerable to CWE-639 (Authorization Bypass Through User-Controlled Key). A publicly available proof-of-concept exists per WPScan, though EPSS at 0.14% (3rd percentile) indicates exploitation has not yet been observed at scale.
Technical ContextAI
AI Engine is a WordPress plugin (CPE: cpe:2.3:a:unknown:ai_engine:*:*:*:*:*:*:*:*) that enables chatbot functionality, including allowing guest users to upload files during chat sessions. The root cause is CWE-639: Authorization Bypass Through User-Controlled Key - the server resolves authorization by trusting an attacker-controllable value (the session cookie) without verifying that the authenticated session identity actually owns the file targeted for deletion. This is a classic IDOR (Insecure Direct Object Reference) pattern: the file reference and session token together act as a capability token, but neither the file reference nor the session is tied to an ownership record validated server-side. Versions prior to 3.6.4 are confirmed affected.
RemediationAI
Update the AI Engine WordPress plugin to version 3.6.4 or later, which introduces server-side ownership verification for file deletion actions. The vendor advisory and patch details are referenced at https://wpscan.com/vulnerability/8f5460a7-9764-4ce1-9cb4-8202b192765d/ and the NVD entry at https://nvd.nist.gov/vuln/detail/CVE-2026-16953. If immediate patching is not feasible, the most effective compensating control is to disable the guest file upload feature in the AI Engine plugin settings - this eliminates the attack surface entirely, though it will remove that chatbot capability for guests. Implementing session hardening (short-lived sessions, HTTPS enforcement, SameSite cookie flags) raises the bar for session interception but does not eliminate the underlying authorization flaw.
Unrestricted file upload in Jordy Meow's AI Engine: ChatGPT Chatbot plugin for WordPress (versions up to and including 1
Arbitrary file write in the AI Engine WordPress plugin before 3.5.5 lets authenticated editor-level users abuse an unsan
Path traversal in the AI Engine WordPress plugin (versions 3.3.3 through 3.7.1) allows arbitrary server file reads with
Privilege escalation in the AI Engine WordPress plugin (versions 2.8.0 through 3.6.0) enables any sub-site Administrator
The AI Engine WordPress plugin before 2.6.5 does not sanitize and escape a parameter from one of its RESP API endpoint b
AI Engine < 2.4.3 is susceptible to remote-code-execution (RCE) via Log Poisoning. Rated high severity (CVSS 7.2), this
Server-Side Request Forgery (SSRF) vulnerability in Jordy Meow AI Engine: ChatGPT Chatbot.1.4. Rated medium severity (CV
Cleartext exposure of third-party API keys and authentication tokens in AI Engine WordPress plugin (before 3.6.4) allows
Unauthorized access to private chatbot conversations in the AI Engine WordPress plugin before 3.5.5 allows any authentic
Unauthenticated remote attackers can invoke AI queries against a site owner's configured provider account through the AI
Unrestricted Upload of File with Dangerous Type vulnerability in Jordy Meow AI Engine: ChatGPT Chatbot.2.63. Rated criti
Unrestricted Upload of File with Dangerous Type vulnerability in Jordy Meow AI Engine: ChatGPT Chatbot.1.4. Rated critic
Same technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-54744
GHSA-rv7j-gq5m-787c