CVE-2026-27834 PUBLISHED

Piwigo: SQL Injection in pwg.users.getList API Method via filter Parameter

Assigner: GitHub_M
Reserved: 24.02.2026 Published: 03.04.2026 Updated: 03.04.2026

Piwigo is an open source photo gallery application for the web. Prior to version 16.3.0, a SQL Injection vulnerability exists in the pwg.users.getList Web Service API method. The filter parameter is directly concatenated into a SQL query without proper sanitization, allowing authenticated administrators to execute arbitrary SQL commands. This issue has been patched in version 16.3.0.

Metrics

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

Product Status

Vendor Piwigo
Product Piwigo
Versions
  • Version < 16.3.0 is affected

References

Problem Types

  • CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') CWE