<?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>Cve-2026-15162 - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/cve-2026-15162/</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, 15 Aug 2026 04:16:47 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/cve-2026-15162/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>CVE-2026-15162: Unauthenticated SQL Injection in Object Sync for Salesforce Plugin</title><link>https://feed.craftedsignal.io/briefs/2026-08-cve-2026-15162/</link><pubDate>Sat, 15 Aug 2026 04:16:47 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-cve-2026-15162/</guid><description>An unauthenticated SQL injection vulnerability in the Object Sync for Salesforce WordPress plugin allows remote attackers to execute arbitrary SQL queries via the REST API.</description><content:encoded><![CDATA[<p>The Object Sync for Salesforce plugin for WordPress is vulnerable to an unauthenticated SQL injection via the 'wordpress_object_type' parameter within the REST API endpoint '/wp-json/object-sync-for-salesforce/push/'. The vulnerability exists because the plugin's permission callback, 'can_process()', fails to enforce nonce or capability checks, making the route accessible to any unauthenticated user. The input is then concatenated directly into a SQL query within the 'class-object-sync-sf-wordpress.php' file at line 328 and executed via '$wpdb-&gt;get_results()' without utilizing '$wpdb-&gt;prepare()'. Because WordPress REST API body parameters lack sanitization, an attacker can break out of the string context and inject arbitrary SQL commands, potentially leading to database exfiltration, including the dumping of user password hashes.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows an unauthenticated attacker to execute arbitrary SQL queries against the underlying WordPress database. This can result in the exfiltration of sensitive configuration data, user account details, and password hashes, leading to full site compromise or account takeover.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Update the Object Sync for Salesforce plugin to the latest patched version immediately to remediate CVE-2026-15162.</li>
<li>Implement the provided Sigma rule at the webserver layer to detect and block exploitation attempts targeting the specific vulnerable endpoint.</li>
<li>Audit access logs for anomalous POST requests to '/wp-json/object-sync-for-salesforce/push/' containing suspicious SQL keywords (e.g., SLEEP, UNION, SELECT).</li>
</ol>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>web-vulnerability</category><category>sql-injection</category><category>wordpress</category><category>cve-2026-15162</category></item></channel></rss>