CVE-2026-11367
Received Received - Intake

Directory Traversal in PixMagix WordPress Plugin

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

Publication date: 2026-06-30

Last updated on: 2026-06-30

Assigner: Wordfence

Description

The PixMagix – WordPress Image Editor plugin for WordPress is vulnerable to Directory Traversal in all versions up to, and including, 1.7.2 via the move_image_on_server function. This makes it possible for authenticated attackers, with author-level access and above, to write files with attacker-controlled content to arbitrary locations on the server. The unsanitized 'layers[].id' parameter is concatenated into a filesystem path and passed to PHP's copy() function, allowing traversal sequences (e.g. '../../') to escape the intended upload directory and write attacker-supplied file contents to arbitrary paths accessible by the web server process. The save_template REST endpoint is gated by the create_projects permission (edit_pixmagix + upload_files), which Author-level users hold by default after plugin activation, making this exploitable by any Author on sites running PixMagix.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
pixmagix wordpress_image_editor to 1.7.2 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The PixMagix WordPress Image Editor plugin is vulnerable to a Directory Traversal attack in all versions up to and including 1.7.2. This vulnerability exists in the move_image_on_server function, where an unsanitized parameter ('layers[].id') is used to build a filesystem path. Because this parameter is not properly sanitized, an attacker with author-level access or higher can include traversal sequences like '../../' to escape the intended upload directory.

This allows the attacker to write files with attacker-controlled content to arbitrary locations on the server by exploiting the PHP copy() function call. The vulnerability is exploitable via the save_template REST endpoint, which requires permissions that author-level users have by default after the plugin is activated.

Impact Analysis

This vulnerability can allow an authenticated attacker with author-level access to write arbitrary files anywhere on the server where the web server process has write permissions. This could lead to unauthorized file creation or modification, potentially enabling further attacks such as web shell uploads, defacement, or other malicious activities.

Since the attacker can place files outside the intended upload directory, this may compromise the integrity and security of the server and the website.

Chat Assistant

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

EPSS Chart