CVE-2026-27833: Piwigo History Search Missing Auth

The API endpoint `pwg.history.search` is registered without restricting access to administrators (`admin_only`). This exposes sensitive browsing history to unauthenticated users. Add `array('admin_only' => true)` to the method registration options.

Provally CuratedPublic repositoryHighMedium confidenceVerifiedApache-2.0PHP
greprules fetch cve-2026-27833-piwigo-history-search-missing-auth --engine opengrep

Description

The API endpoint `pwg.history.search` is registered without restricting access to administrators (`admin_only`). This exposes sensitive browsing history to unauthenticated users. Add `array('admin_only' => true)` to the method registration options.