CVE-2026-15344
Received Received - Intake

SQL Injection in WP Photo Album Plus WordPress Plugin

Vulnerability report for CVE-2026-15344, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-29

Last updated on: 2026-07-29

Assigner: Wordfence

Description

The WP Photo Album Plus plugin for WordPress is vulnerable to generic SQL Injection via the 'table' parameter in all versions up to, and including, 9.2.04.002 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with administrator-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. The export-table endpoint lacks a nonce check, meaning this vulnerability can also be triggered via CSRF by tricking an authenticated administrator into visiting a malicious page.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-29
Last Modified
2026-07-29
Generated
2026-07-29
AI Q&A
2026-07-29
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
wp_photo_album_plus wp_photo_album_plus to 9.2.04.002 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The WP Photo Album Plus plugin for WordPress has a SQL Injection vulnerability in versions up to 9.2.04.002. The flaw is due to improper escaping of the 'table' parameter and lack of query preparation. Authenticated attackers with admin access or higher can inject malicious SQL queries to extract sensitive database information. Additionally, the export-table endpoint lacks a nonce check, allowing CSRF attacks to trigger the vulnerability by tricking an admin into visiting a malicious page.

Detection Guidance

To detect this vulnerability, inspect WordPress installations for the WP Photo Album Plus plugin versions up to 9.2.04.002. Check server logs for suspicious SQL query patterns or unauthorized database access attempts. Review admin access logs for unusual activity from authenticated users with high privileges.

Impact Analysis

If you use the WP Photo Album Plus plugin in WordPress, an attacker could exploit this to steal sensitive data from your database, such as user credentials or private information. Since admin access is required, the risk is limited to authenticated users with high privileges. However, CSRF attacks could trick an admin into triggering the exploit unknowingly.

Compliance Impact

This vulnerability could lead to unauthorized access to personal data, violating GDPR and HIPAA requirements for data protection. If exploited, it may result in data breaches, triggering legal penalties, fines, or compliance audits for affected organizations handling sensitive user information.

Mitigation Strategies

Immediately update the WP Photo Album Plus plugin to the latest version. Disable the plugin if an update is unavailable. Implement strict input validation for all user-supplied parameters. Add nonce checks to all sensitive endpoints. Restrict administrator-level access to trusted users only.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-15344. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart