CVE-2026-27834
Received Received - Intake
SQL Injection in Piwigo pwg.users.getList API Allows Admin Attack

Publication date: 2026-04-03

Last updated on: 2026-04-09

Assigner: GitHub, Inc.

Description
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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-04-03
Last Modified
2026-04-09
Generated
2026-05-07
AI Q&A
2026-04-04
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
piwigo piwigo to 16.3.0 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability is a SQL Injection issue in the Piwigo photo gallery application, specifically in the pwg.users.getList Web Service API method. Before version 16.3.0, the filter parameter is directly concatenated into a SQL query without proper sanitization. This allows authenticated administrators to execute arbitrary SQL commands on the database.


How can this vulnerability impact me? :

An attacker who is an authenticated administrator can exploit this vulnerability to execute arbitrary SQL commands. This can lead to unauthorized data access, data modification, or deletion, potentially compromising the confidentiality, integrity, and availability of the application’s data.


What immediate steps should I take to mitigate this vulnerability?

To mitigate this vulnerability, you should upgrade Piwigo to version 16.3.0 or later, where the SQL Injection issue in the pwg.users.getList Web Service API method has been patched.

Additionally, ensure that only trusted authenticated administrators have access to this API method to reduce the risk of exploitation.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart