🔐 CVE Alert

CVE-2026-11367

MEDIUM 6.5

PixMagix <= 1.7.2 - Authenticated (Author+) Path Traversal in 'layers[].id' Parameter

CVSS Score
6.5
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-22
Vendor andrasweb
Product pixmagix – wordpress image editor
Published Jun 30, 2026
Stay Ahead of the Next One

Get instant alerts for andrasweb pixmagix – wordpress image editor

Be the first to know when new medium vulnerabilities affecting andrasweb pixmagix – wordpress image editor are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free · No credit card · 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

andrasweb / PixMagix – WordPress Image Editor
0 ≤ 1.7.2

References

NVD ↗ CVE.org ↗ EPSS Data ↗
wordfence.com: https://www.wordfence.com/threat-intel/vulnerabilities/id/c87adbd9-3b09-403e-921a-31b3f58962e9?source=cve plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/pixmagix/tags/1.7.2/includes/utils.php#L465 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/pixmagix/tags/1.7.2/includes/rest-api/rest-callback-save-template.php#L103 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/pixmagix/tags/1.7.2/includes/rest-api/rest-callback-save-template.php#L91

Credits

devploit