<?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/"><channel><title>Attack.initial_access — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/attack.initial_access/</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>Thu, 28 May 2026 08:19:23 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/attack.initial_access/feed.xml" rel="self" type="application/rss+xml"/><item><title>CVE-2026-7797: WordPress Simply Schedule Appointments Plugin Time-Based Blind SQL Injection</title><link>https://feed.craftedsignal.io/briefs/2026-05-cve-2026-7797-wordpress-sqli/</link><pubDate>Thu, 28 May 2026 08:19:23 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-cve-2026-7797-wordpress-sqli/</guid><description>The Appointment Booking Calendar WordPress plugin is vulnerable to time-based blind SQL Injection (CVE-2026-7797) via the 'append_where_sql' parameter, allowing unauthenticated attackers to extract sensitive information from the database by injecting SQL queries through the /appointments/bulk REST endpoint with a specific request format.</description><content:encoded><![CDATA[<p>CVE-2026-7797 affects the Appointment Booking Calendar — Simply Schedule Appointments Booking Plugin for WordPress, specifically versions up to and including 1.6.11.8. The vulnerability is a time-based blind SQL Injection flaw stemming from insufficient escaping of the &lsquo;append_where_sql&rsquo; parameter and inadequate preparation of the existing SQL query. The vulnerable /appointments/bulk REST endpoint can be reached by unauthenticated attackers due to a publicly accessible nonce (ssa.api.public_nonce) embedded in the booking widget&rsquo;s frontend JavaScript. Successful exploitation requires issuing a PUT request with an application/x-www-form-urlencoded body to bypass a blocklist check, making this vulnerability a significant threat to WordPress sites using the affected plugin.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An unauthenticated attacker identifies a WordPress site using a vulnerable version of the Simply Schedule Appointments Booking Plugin.</li>
<li>The attacker retrieves the public nonce (ssa.api.public_nonce) from the booking widget&rsquo;s frontend JavaScript source code.</li>
<li>The attacker crafts a malicious PUT request to the /appointments/bulk REST endpoint.</li>
<li>The request includes the &lsquo;append_where_sql&rsquo; parameter containing a time-based blind SQL injection payload.</li>
<li>The request body is formatted as application/x-www-form-urlencoded to avoid populating PHP&rsquo;s superglobals and bypass the blocklist check.</li>
<li>The server executes the injected SQL query against the database.</li>
<li>The attacker analyzes the response time to infer the results of the injected SQL query (time-based blind SQL injection).</li>
<li>The attacker iteratively refines the SQL injection payload to extract sensitive information from the database, such as user credentials or other confidential data.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-7797 allows unauthenticated attackers to perform time-based blind SQL injection, potentially leading to the extraction of sensitive information from the WordPress database. This could include user credentials, customer data, or other confidential information stored within the database. The impact can range from data breaches to complete compromise of the WordPress site, depending on the scope and sensitivity of the data accessed.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade the Appointment Booking Calendar — Simply Schedule Appointments Booking Plugin to a version greater than 1.6.11.8 to patch CVE-2026-7797.</li>
<li>Deploy the Sigma rule <code>Detect CVE-2026-7797 Exploitation Attempt — WordPress Simply Schedule Appointments SQLi</code> to detect malicious PUT requests to the /appointments/bulk endpoint.</li>
<li>Monitor web server logs for PUT requests to the <code>/appointments/bulk</code> endpoint with suspicious <code>append_where_sql</code> parameters, looking for SQL injection attempts.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>wordpress</category><category>sqli</category><category>cve-2026-7797</category><category>attack.initial_access</category></item></channel></rss>