<?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>GiveWP - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/givewp/</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>Tue, 22 Sep 2026 07:38:08 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/givewp/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 PHP Object Injection in Give - Tributes WordPress Plugin</title><link>https://feed.craftedsignal.io/briefs/2026-09-cve-2026-19658/</link><pubDate>Tue, 22 Sep 2026 07:38:08 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-cve-2026-19658/</guid><description>An unauthenticated PHP object injection vulnerability in the Give - Tributes plugin (&lt;= 2.3.1) allows attackers to inject serialized objects during the donation process, potentially leading to RCE if chained with existing application gadgets.</description><content:encoded><![CDATA[<p>The Give - Tributes WordPress plugin, an add-on for the GiveWP core, contains a critical vulnerability tracked as CVE-2026-19658. The issue stems from the improper handling of serialized donation meta data. When the 'Allow Multiple Recipients' feature is enabled for eCards and the 'eCard custom message' feature is disabled, the plugin stores raw <code>$_POST</code> data directly into the database. Specifically, the <code>insert_tribute_data()</code> function processes unsanitized recipient fields such as <code>first_name</code> and <code>last_name</code> without adequate validation. An unauthenticated attacker can supply a malicious PHP serialized object within these fields during the donation process. While the plugin itself does not contain a PHP Object Injection (POI) gadget chain, the injected object is deserialized when administrative functions, such as eCard previews or resending donation receipts, are executed. If other installed plugins or the active theme contain suitable gadgets, this can be escalated to remote code execution (RCE). The vulnerability was fixed in version 2.3.1.1.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies a WordPress target with the GiveWP core and the Give - Tributes plugin (version &lt;= 2.3.1) installed.</li>
<li>Attacker verifies that the target has a legacy GiveWP donation form (v2) enabled with 'Allow Multiple Recipients' configured.</li>
<li>Attacker initiates a donation request, providing a crafted serialized PHP object within the second recipient's <code>first_name</code> parameter of the <code>give_tributes_ecard_notify</code> array.</li>
<li>The plugin receives the POST request and saves the unsanitized serialized object into the donation metadata via the vulnerable <code>insert_tribute_data()</code> function.</li>
<li>The attacker completes or triggers the donation processing to finalize the storage of the malicious payload.</li>
<li>An administrator accesses the donation management dashboard to preview or resend a tribute receipt.</li>
<li>The application retrieves the tainted metadata and calls a deserialization function on the payload.</li>
<li>If an appropriate gadget chain exists within the WordPress environment, the attacker achieves arbitrary code execution within the context of the web server.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows for arbitrary code execution in the context of the web server, contingent on the presence of a compatible gadget chain within the victim's WordPress environment. This could lead to full site compromise, exfiltration of sensitive donor information, or lateral movement within the hosting environment. The vulnerability is rated at 9.8 (Critical) on the CVSS 3.1 scale due to the lack of required authentication or user interaction.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritized actions for security and IT operations teams:</p>
<ul>
<li>Upgrade the 'Give - Tributes' WordPress plugin to version 2.3.1.1 or later immediately.</li>
<li>If upgrading is not immediately possible, disable the 'Allow Multiple Recipients' feature in the plugin settings.</li>
<li>Audit all installed plugins and themes for known POP chain gadgets to reduce the attack surface.</li>
<li>Implement web application firewall (WAF) rules to inspect <code>give_tributes_ecard_notify</code> POST parameters for serialized object patterns (e.g., <code>O:\d+:&quot;</code>).</li>
<li>Monitor server access logs for anomalous POST requests directed at donation forms containing serialized data signatures.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>wordpress</category><category>deserialization</category><category>rce</category><category>vulnerability</category></item></channel></rss>