CVE-2024-13584: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in videowhisper Picture Gallery – Frontend Image Uploads, AJAX Photo List
CVE-2024-13584 is a stored cross-site scripting (XSS) vulnerability in the WordPress plugin 'Picture Gallery – Frontend Image Uploads, AJAX Photo List' by videowhisper, affecting all versions up to 1. 5. 19. Authenticated users with contributor-level access or higher can inject malicious scripts via the 'videowhisper_pictures' shortcode due to improper input sanitization and output escaping. These scripts execute whenever any user views the affected page, potentially leading to session hijacking, defacement, or further attacks. The vulnerability has a CVSS score of 6. 4 (medium severity), with network attack vector, low attack complexity, and no user interaction required. No known exploits are currently reported in the wild. Organizations using this plugin on WordPress sites should prioritize patching or applying mitigations to prevent exploitation. The threat primarily affects websites globally where this plugin is installed, especially in countries with high WordPress usage and active contributor communities.
AI Analysis
Technical Summary
CVE-2024-13584 is a stored cross-site scripting (XSS) vulnerability classified under CWE-79, found in the WordPress plugin 'Picture Gallery – Frontend Image Uploads, AJAX Photo List' developed by videowhisper. This vulnerability affects all plugin versions up to and including 1.5.19. The root cause is insufficient sanitization and output escaping of user-supplied attributes within the 'videowhisper_pictures' shortcode, which is used to display images via AJAX. Authenticated users with contributor-level access or higher can exploit this flaw by injecting arbitrary JavaScript code that is stored persistently in the plugin’s data. When any user visits a page containing the injected shortcode, the malicious script executes in their browser context. This can lead to session hijacking, theft of cookies, defacement, or further client-side attacks. The vulnerability has a CVSS 3.1 base score of 6.4, indicating medium severity, with an attack vector over the network, low complexity, requiring privileges (contributor or higher), no user interaction, and scope change due to affecting other users. No public exploits have been reported yet, but the vulnerability poses a significant risk to websites using this plugin, especially those with multiple contributors. The plugin’s widespread use in WordPress sites makes the vulnerability relevant globally. The issue highlights the importance of proper input validation and output encoding in web applications, particularly in plugins that accept user-generated content.
Potential Impact
The impact of CVE-2024-13584 is primarily on the confidentiality and integrity of affected WordPress sites. Successful exploitation allows an authenticated contributor or higher to inject persistent malicious scripts that execute in the browsers of any visitor or administrator viewing the compromised page. This can lead to session hijacking, credential theft, unauthorized actions performed on behalf of users, and defacement of website content. The vulnerability does not directly affect availability but can indirectly cause reputational damage and loss of user trust. Organizations relying on this plugin for image galleries on WordPress sites face risks of data leakage and compromise of administrative accounts. Since the attack requires contributor-level access, the threat is elevated in environments with multiple content editors or less restrictive user privilege management. The scope of impact is broad because the injected scripts affect all users accessing the infected pages, potentially enabling widespread exploitation within an organization or customer base. Without mitigation, attackers could leverage this vulnerability to establish persistent footholds or pivot to other attacks within the web environment.
Mitigation Recommendations
To mitigate CVE-2024-13584, organizations should first check for and apply any official patches or updates from the videowhisper plugin developer once available. Until a patch is released, restrict contributor-level access to trusted users only and audit existing contributor accounts for suspicious activity. Implement web application firewalls (WAFs) with rules to detect and block typical XSS payloads targeting the 'videowhisper_pictures' shortcode parameters. Employ content security policies (CSP) to limit script execution sources and reduce the impact of injected scripts. Regularly monitor logs and user activity for unusual behavior indicative of exploitation attempts. Consider disabling or replacing the vulnerable plugin if immediate patching is not feasible. Additionally, review and harden WordPress user roles and permissions to minimize the number of users with contributor or higher privileges. Educate content editors about the risks of injecting untrusted content and enforce strict input validation on any custom forms or upload features integrated with the plugin.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, India, Brazil, France, Japan, Netherlands, Italy, Spain
CVE-2024-13584: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in videowhisper Picture Gallery – Frontend Image Uploads, AJAX Photo List
Description
CVE-2024-13584 is a stored cross-site scripting (XSS) vulnerability in the WordPress plugin 'Picture Gallery – Frontend Image Uploads, AJAX Photo List' by videowhisper, affecting all versions up to 1. 5. 19. Authenticated users with contributor-level access or higher can inject malicious scripts via the 'videowhisper_pictures' shortcode due to improper input sanitization and output escaping. These scripts execute whenever any user views the affected page, potentially leading to session hijacking, defacement, or further attacks. The vulnerability has a CVSS score of 6. 4 (medium severity), with network attack vector, low attack complexity, and no user interaction required. No known exploits are currently reported in the wild. Organizations using this plugin on WordPress sites should prioritize patching or applying mitigations to prevent exploitation. The threat primarily affects websites globally where this plugin is installed, especially in countries with high WordPress usage and active contributor communities.
AI-Powered Analysis
Technical Analysis
CVE-2024-13584 is a stored cross-site scripting (XSS) vulnerability classified under CWE-79, found in the WordPress plugin 'Picture Gallery – Frontend Image Uploads, AJAX Photo List' developed by videowhisper. This vulnerability affects all plugin versions up to and including 1.5.19. The root cause is insufficient sanitization and output escaping of user-supplied attributes within the 'videowhisper_pictures' shortcode, which is used to display images via AJAX. Authenticated users with contributor-level access or higher can exploit this flaw by injecting arbitrary JavaScript code that is stored persistently in the plugin’s data. When any user visits a page containing the injected shortcode, the malicious script executes in their browser context. This can lead to session hijacking, theft of cookies, defacement, or further client-side attacks. The vulnerability has a CVSS 3.1 base score of 6.4, indicating medium severity, with an attack vector over the network, low complexity, requiring privileges (contributor or higher), no user interaction, and scope change due to affecting other users. No public exploits have been reported yet, but the vulnerability poses a significant risk to websites using this plugin, especially those with multiple contributors. The plugin’s widespread use in WordPress sites makes the vulnerability relevant globally. The issue highlights the importance of proper input validation and output encoding in web applications, particularly in plugins that accept user-generated content.
Potential Impact
The impact of CVE-2024-13584 is primarily on the confidentiality and integrity of affected WordPress sites. Successful exploitation allows an authenticated contributor or higher to inject persistent malicious scripts that execute in the browsers of any visitor or administrator viewing the compromised page. This can lead to session hijacking, credential theft, unauthorized actions performed on behalf of users, and defacement of website content. The vulnerability does not directly affect availability but can indirectly cause reputational damage and loss of user trust. Organizations relying on this plugin for image galleries on WordPress sites face risks of data leakage and compromise of administrative accounts. Since the attack requires contributor-level access, the threat is elevated in environments with multiple content editors or less restrictive user privilege management. The scope of impact is broad because the injected scripts affect all users accessing the infected pages, potentially enabling widespread exploitation within an organization or customer base. Without mitigation, attackers could leverage this vulnerability to establish persistent footholds or pivot to other attacks within the web environment.
Mitigation Recommendations
To mitigate CVE-2024-13584, organizations should first check for and apply any official patches or updates from the videowhisper plugin developer once available. Until a patch is released, restrict contributor-level access to trusted users only and audit existing contributor accounts for suspicious activity. Implement web application firewalls (WAFs) with rules to detect and block typical XSS payloads targeting the 'videowhisper_pictures' shortcode parameters. Employ content security policies (CSP) to limit script execution sources and reduce the impact of injected scripts. Regularly monitor logs and user activity for unusual behavior indicative of exploitation attempts. Consider disabling or replacing the vulnerable plugin if immediate patching is not feasible. Additionally, review and harden WordPress user roles and permissions to minimize the number of users with contributor or higher privileges. Educate content editors about the risks of injecting untrusted content and enforce strict input validation on any custom forms or upload features integrated with the plugin.
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-01-21T14:36:50.022Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 699f6e61b7ef31ef0b59f49d
Added to database: 2/25/2026, 9:49:21 PM
Last enriched: 2/25/2026, 11:30:35 PM
Last updated: 2/26/2026, 7:03:29 AM
Views: 1
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2026-25191: Uncontrolled Search Path Element in Digital Arts Inc. FinalCode Ver.5 series
HighCVE-2026-23703: Incorrect default permissions in Digital Arts Inc. FinalCode Ver.5 series
HighCVE-2026-1311: CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in bearsthemes Worry Proof Backup
HighFinding Signal in the Noise: Lessons Learned Running a Honeypot with AI Assistance [Guest Diary], (Tue, Feb 24th)
MediumCVE-2026-2506: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in motahar1 EM Cost Calculator
MediumActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.