Sceawere
Vulnerability Detail
CVE-2026-32560UPDATED Verified Sceawere Triage Sources: NVD / CISA KEV
MagicAI Local File Inclusion Vulnerability
Vulnerability Metadata
- Severity
- High
- Score / CVSS
- 8.8
- Creation Date
- 3h ago
- Vendor
- LiquidThemes
- Product
- MagicAI for WordPress - AI Text, Image, Chat, Code, and Voice Generator
- Attack Type
- CWE-98 Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion')
- Vector String
- CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
- Attack Complexity
- LOW
Narrative and Response
Description
Subscriber Local File Inclusion in MagicAI for WordPress - AI Text, Image, Chat, Code, and Voice Generator <= 1.4 versions.
Executive Summary
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Technical Details
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Mitigations
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
References
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Additional Metadata
{
"score": "8.8",
"pubDate": "2026-08-24T22:16:52.027Z",
"pubdate": "2026-08-24T22:16:52.027Z",
"executiveSummary": "A Local File Inclusion vulnerability has been identified in the MagicAI for WordPress - AI Text, Image, Chat, Code, and Voice Generator plugin affecting versions <= 1.4. This security flaw enables authenticated users with subscriber-level privileges or higher to manipulate input parameters that are passed directly into file inclusion routines without adequate sanitization or validation.\nSuccessful exploitation of this vulnerability allows an attacker to include arbitrary local files residing on the underlying web server filesystem. Depending on the configuration and file permissions of the hosting environment, this may lead to sensitive data exposure, including configuration files, system credentials, and application source code.\nThe risk implication is significant as it lowers the barrier for low-privileged accounts to compromise internal system data or potentially escalate privileges if combined with other attack vectors such as log poisoning or arbitrary file read scenarios.\nAttack capabilities are restricted to users holding valid subscriber accounts within the WordPress installation, necessitating authentication unless registration is open to the public. Remediation requires updating the affected software to a patched version once released or applying strict input validation controls within the vulnerable component.",
"technicalDetails": "The vulnerability stems from insecure handling of input parameters within the MagicAI for WordPress - AI Text, Image, Chat, Code, and Voice Generator plugin <= 1.4. The root cause is identified as improper neutralization of special elements used in a file inclusion operation, commonly associated with Local File Inclusion (LFI).\nThe vulnerable component fails to implement strict allow-listing or canonicalization checks on user-supplied input before passing the data to inclusion functions. This architectural oversight allows an attacker to inject directory traversal sequences, such as dot-dot-slash (../) patterns, to navigate outside the intended application directory structure and access sensitive system files.\nThe attack flow proceeds as follows: First, an authenticated attacker with subscriber-level privileges crafts a malicious HTTP request targeting the vulnerable endpoint within the plugin. Second, the request incorporates path traversal strings designed to reference target files on the server filesystem, such as /etc/passwd or application-specific configuration files containing database credentials.\nThird, the vulnerable PHP script processes the parameter and executes the file inclusion function using the tainted path. Fourth, the server reads the target file contents and includes them within the HTTP response or processes them, depending on the specific PHP include or require function invoked.\nAuthentication and privilege requirements involve holding at least a subscriber-level role on the target WordPress site, meaning the attack is authenticated rather than unauthenticated. Network exposure is standard HTTP/HTTPS accessibility to the WordPress application frontend or backend endpoints exposed by the plugin. Payload behavior focuses on reading arbitrary local files rather than direct remote code execution, though inclusion of dynamically generated log files containing executable PHP code could theoretically lead to code execution under specific server configurations. Post-exploitation impact encompasses unauthorized data disclosure, reconnaissance of internal server architecture, and potential access to sensitive credentials stored in configuration files."
}