WP Vulnerability WatchVulnerability data as of September 19, 2026

Vulnerability alerts / September 18, 2026

Vulnerability in WP Photo Album Plus — CVE-2026-87909

HighSeverity
CVSS 7.5
Estimated exploit probability
EPSS
10,000+ sitesInstalls
9.3.01.003Fixed in

What to do now

Update WP Photo Album Plus to 9.3.01.003 or later.

Affected versions

  • Everything up to and including 9.2.09.002

Affected: WP Photo Album Plus (plugin, wp-photo-album-plus)

Check: The plugin on wordpress.org / Our record for WP Photo Album Plus

What the vulnerability is

The WP Photo Album Plus plugin for WordPress is vulnerable to Remote Code Execution in all versions via the wppa_image_magick function. This is due to insufficient sanitization of the multipart upload filename before concatenation into an ImageMagick command string executed via exec(), with only escapeshellcmd() applied to the whole command rather than quoting individual arguments. This makes it possible for authenticated attackers, with subscriber-level access and above, to execute code on the server. escapeshellcmd() escapes shell metacharacters but does not prevent argument injection because spaces remain as argument separators, and the filename sanitization applied at the database layer is never applied to the physical temporary file path used for ImageMagick processing.

This description is reproduced verbatim from the public vulnerability record.

Sources

Part of this record comes from Wordfence Intelligence. Original: https://www.wordfence.com/threat-intel/vulnerabilities/id/693c7554-5122-4527-8a9c-aa31ea9623b7
Copyright 2012-2026 Defiant Inc. / Full license text

This page is compiled automatically from public databases. Accuracy is not guaranteed; confirm against the vendor advisory before acting.

See other alerts