WordPress security changelog
HIGH CVE-2026-18049 Deferred

WP Photo Album Plus public action exposes autoloaded options

WP Photo Album Plus before 9.2.07.002 exposes wppa_ajax_callback() through wp_ajax_nopriv_wppa and /wp-photo-album-plus/endPoint/. The gettogo action accepts slug, reads get_option(slug + '_togo') and get_option(slug + '_status'), returns both values and deletes the constructed _status option when its value is Ready. Because slug is unrestricted, an unauthenticated attacker can target unrelated autoloaded options ending in those suffixes. Which options are exposed or deleted is installation-dependent; arbitrary option names without a matching suffix are not affected by the disclosed path.

CVE / CNA score 7.5 CVSS 3.1 · 134c704f-9b21-4f2e-91b3-4a467353bcc0
NVD score Pending NVD has not published its own CVSS assessment.
Component
WP Photo Album Plus
Plugin slug
wp-photo-album-plus
Affected
< 9.2.07.002
Safe version
9.2.07.002
Published
Aug 12, 2026
Weakness
CWE-200 — Exposure of Sensitive Information to an Unauthorized Actor

This CVE was published Aug 12, 2026 and is one of 27 known issues for this plugin.

Update, patch or deactivate.

Update to 9.2.07.002 or later. Review public plugin requests and rotate secrets if sensitive autoloaded option values may have been disclosed.

A safe version is available, so updating to that version or later is the preferred remediation. If an immediate update is not practical, consider a targeted application patch or temporarily restricting the affected functionality.

Deactivate only when warranted by your risk profile, or when advised by your hosting provider in the limited circumstances where the vulnerability cannot otherwise be mitigated. If you’re unsure which action is appropriate, contact Fused or your hosting provider for guidance.

Technical description

The WP Photo Album Plus WordPress plugin before 9.2.07.002 does not perform any capability or nonce check on one of its public endpoint actions and builds an option name from a client-supplied value without restricting it to its own options, allowing unauthenticated users to read the value of other autoloaded options whose names end in a matching suffix.

CVE / CNA vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Primary and upstream sources