CVE-2026-42322 PUBLISHED

Piwigo: Authenticated RCE via File Upload in Logo Upload Feature

Assigner: GitHub_M
Reserved: 26.04.2026 Published: 25.09.2026 Updated: 25.09.2026

Piwigo is a full featured open source photo gallery application for the web. Prior to 16.4.0, admin/themes_standard_pages.php validates uploaded logo content by MIME type but reuses the attacker-controlled extension from std_pgs_logo when constructing the stored filename. An authenticated administrator can upload image content with a server-executable final extension, causing the file to be placed in the web-accessible logo directory and executed when requested if the web server handles that extension. This can permit arbitrary command execution, data disclosure, modification, persistence, and service disruption. This vulnerability is fixed in 16.4.0.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
CVSS Score: 9.1

Product Status

Vendor Piwigo
Product Piwigo
Versions
  • Version < 16.4.0 is affected

References

Problem Types

  • CWE-434: Unrestricted Upload of File with Dangerous Type CWE