CVE Catalog

CVE-2026-62262

CriticalCVSS 9.1
Published: Updated: Translated: NVD NIST

Summary

In Piwigo up to version 17.0.0beta1, when rating is enabled, an unauthenticated guest can call pwg.images.filteredSearch.create with a crafted ratings[] value and open the returned search URL. The value is not validated and is used as the upper bound in an SQL query, allowing extraction of database information or time delays.

Risk Assessment

The attack can lead to database information disclosure or service disruption through intentional delays.

Recommendation

No fixed version is available; restrict access to public search or disable rating until a patch is released.

Other vulnerabilities in Piwigo

See all
Original NVD description (English source)

Piwigo is a full featured open source photo gallery application for the web. In 17.0.0beta1 and earlier, when rating is enabled, an unauthenticated guest can call pwg.images.filteredSearch.create with a crafted ratings[] value and then open the returned search URL. include/ws_functions/pwg.images.php stores the unvalidated value in the search rules, and include/functions_search.inc.php integer-casts only the lower rating bound while concatenating the raw value as the SQL upper bound. This allows error-based or blind extraction of database information and database-dependent time delays through the public search flow. No fixed version is available as of this review.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS