<?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>NewPath - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/newpath/</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>Sat, 22 Aug 2026 19:49:36 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/newpath/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>Unauthenticated PII Disclosure in NewPath WildApricotPress WordPress Plugin</title><link>https://feed.craftedsignal.io/briefs/2026-08-cve-2026-13736/</link><pubDate>Sat, 22 Aug 2026 19:49:36 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-cve-2026-13736/</guid><description>CVE-2026-13736 allows unauthenticated attackers to scrape sensitive member PII from the NewPath WildApricotPress Member Directory WordPress plugin via an insecure REST API endpoint.</description><content:encoded><![CDATA[<p>CVE-2026-13736 is an unauthenticated information disclosure vulnerability in the NewPath WildApricotPress Add-on - Member Directory for WordPress (version 1.0.0 and below). The plugin registers a custom REST API endpoint, <code>/wp-json/newpath-wap/v1/directory</code>, which is intended to display member information. However, the endpoint defines its <code>permission_callback</code> as <code>__return_true</code>, explicitly allowing unauthenticated access. Furthermore, the backend implementation fails to apply field-level privacy filtering, serializing raw member objects that include sensitive PII such as email addresses, physical addresses, and phone numbers. An attacker can exploit this flaw by sending a standard HTTP GET request to the vulnerable endpoint, potentially harvesting the entire member database. This vulnerability poses a significant risk to the privacy of members associated with organizations utilizing this plugin.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker performs reconnaissance to identify WordPress sites running the NewPath WildApricotPress Add-on.</li>
<li>Attacker confirms the presence of the vulnerable endpoint at <code>/wp-json/newpath-wap/v1/directory</code>.</li>
<li>Attacker sends an unauthenticated HTTP GET request to the target REST endpoint.</li>
<li>The WordPress REST server processes the request, bypassing authentication due to the insecure <code>permission_callback</code>.</li>
<li>The plugin code executes <code>newpath_wap_get_member_directory</code> to fetch raw data.</li>
<li>The backend retrieves the full member record set without checking user session privileges.</li>
<li>The server responds with a JSON payload containing raw PII fields.</li>
<li>Attacker parses the JSON output to collect and store the scraped PII.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation results in the unauthorized mass exfiltration of sensitive member information, including names, personal emails, physical addresses, and contact phone numbers. This can lead to increased targeted phishing campaigns against the membership base, potential GDPR or other regulatory compliance violations for the host organization, and loss of trust in the platform.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Update the <code>NewPath WildApricotPress Add-on - Member Directory</code> plugin to the latest version, which enforces proper authentication and data serialization.</li>
<li>Implement the Sigma detection rule below to identify unauthorized access attempts to the vulnerable REST endpoint.</li>
<li>If an update is not immediately feasible, use a web application firewall or server configuration to block unauthenticated requests to <code>/wp-json/newpath-wap/v1/directory</code>.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>wordpress</category><category>information-disclosure</category><category>rest-api</category><category>pii</category></item></channel></rss>