<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Cpe:2.3:a:wppa:wp_photo_album_plus:*:*:*:*:*:wordpress:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3awppawp_photo_album_pluswordpress/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Fri, 11 Sep 2026 05:11:57 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3awppawp_photo_album_pluswordpress/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Stored XSS Vulnerability in WP Photo Album Plus Plugin</title><link>https://feed.craftedsignal.io/briefs/2026-09-cve-2026-18579-xss/</link><pubDate>Fri, 11 Sep 2026 05:11:57 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-cve-2026-18579-xss/</guid><description>An unauthenticated stored XSS vulnerability in WP Photo Album Plus versions 9.2.08.003 and earlier allows attackers to inject malicious scripts via the HTTP_X_FORWARDED_FOR header, which is logged without sanitization.</description><content:encoded><![CDATA[<p>The WP Photo Album Plus plugin for WordPress contains a Stored Cross-Site Scripting (XSS) vulnerability affecting all versions up to and including 9.2.08.003. The vulnerability originates from insufficient sanitization of the HTTP_X_FORWARDED_FOR header. Specifically, the plugin's code handles the 'getshortcodedrenderedfenodelay' action by executing a nonce check; however, the failure path of this check does not terminate the request. Instead, it triggers the 'wppa_log' function, which writes the attacker-supplied header value to disk without proper escaping.</p>
<p>This flaw allows unauthenticated attackers to interact with the 'wp_ajax_nopriv_wppa' endpoint to inject arbitrary JavaScript. When an administrator or privileged user views the plugin logs, the stored malicious script executes within their session context. This vulnerability is critical for WordPress administrators as it provides a pathway for session hijacking or unauthorized administrative actions.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies the target WordPress site running a vulnerable version of the WP Photo Album Plus plugin.</li>
<li>Attacker crafts an HTTP request containing a malicious payload within the 'X-Forwarded-For' header.</li>
<li>Attacker sends a POST request to the 'wp_ajax_nopriv_wppa' endpoint.</li>
<li>The plugin triggers the 'getshortcodedrenderedfenodelay' action, which intentionally fails a nonce validation.</li>
<li>The plugin code branches into the failed-nonce logging path instead of discarding the request.</li>
<li>The 'wppa_log' function writes the unescaped 'X-Forwarded-For' value to the local log file.</li>
<li>A site administrator navigates to the plugin's administrative log dashboard.</li>
<li>The stored malicious script executes in the administrator's browser, potentially leading to account compromise or further system exploitation.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows unauthenticated attackers to execute arbitrary JavaScript in the context of an administrator's browser session. This can result in unauthorized administrative modifications, account takeovers, or the redirection of site traffic. Given that this vulnerability targets site logging mechanisms, it represents a significant risk to the integrity of administrative interfaces in WordPress environments.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Upgrade the WP Photo Album Plus plugin to the latest available version beyond 9.2.08.003 immediately to incorporate input sanitization patches.</li>
<li>Implement a Web Application Firewall (WAF) rule to inspect and block X-Forwarded-For headers containing common JavaScript characters such as '&lt;', '&gt;', 'script', and 'onerror'.</li>
<li>Audit administrative activity logs for anomalous entries containing HTML or script tags.</li>
<li>Deploy the suggested WAF rule to detect and block suspicious HTTP requests targeting the wp_ajax_nopriv_wppa endpoint.</li>
</ol>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>web-application</category><category>xss</category><category>wordpress</category></item></channel></rss>