CVE-2026-11367 MEDIUM

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

Vendor Andrasweb
Product PixMagix – WordPress Image Editor
Weakness CWE-22 · Path traversal
Published June 30, 2026
Last update June 30, 2026

CVSS base score

6.5/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality High
Integrity None

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

What the vulnerability does

01Description

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.

Explanation of Vulnerability in Simple Terms

02Summary

PixMagix allows authenticated users to read arbitrary files from the server by manipulating file paths during image processing. An attacker with a WordPress user account can traverse the server's directory structure to access sensitive files outside the intended image directory. This affects all versions up to 1.7.2.

What an attacker can do

03Attacker Capabilities

Read any file on the server that the WordPress process can access.

Potential impact on your site

04Site Impact

Sensitive files (config, database backups, private keys) may be exposed to any logged-in user.

Conditions required to exploit

05Prerequisites

Attacker must have a valid WordPress user account (Contributor level or higher).

Key dates

06Disclosure timeline

June 30, 2026 CVE published

Related vulnerabilities

08Related CVE