---
id: CVE-2026-62262
title: Piwigo is a full featured open source photo gallery application for the web
summary: >-
  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 o…
severity: critical
cvss: 9.1
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N'
cwe:
  - CWE-89
vendor: Piwigo
product: Piwigo
affected:
  - Piwigo < 17.0.0beta1
published: '2026-09-25'
updated: '2026-09-25'
sourceUpdated: '2026-09-25T16:17:26.877'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-62262'
references:
  - url: >-
      https://github.com/Piwigo/Piwigo/commit/9755d88edf38b94bafdedb0b3aba7304a94e2e5c
    label: security-advisories@github.com
  - url: >-
      https://github.com/Piwigo/Piwigo/commit/aede490a0b3a6c246f1f4689ca86c8fee377a7ae
    label: security-advisories@github.com
  - url: 'https://github.com/Piwigo/Piwigo/security/advisories/GHSA-hq29-8hhx-5jwc'
    label: security-advisories@github.com
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-25T16:12:08.725Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
