<?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:micahblu:rsvp_me:*:*:*:*:*:wordpress:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3amicahblursvp_mewordpress/</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>Wed, 02 Sep 2026 12:42:25 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3amicahblursvp_mewordpress/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 SQL Injection in Micahblu Rsvp Me WordPress Plugin (CVE-2024-50491)</title><link>https://feed.craftedsignal.io/briefs/2026-09-cve-2024-50491/</link><pubDate>Wed, 02 Sep 2026 12:42:25 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-cve-2024-50491/</guid><description>An unauthenticated SQL injection vulnerability in the Micahblu Rsvp Me plugin for WordPress (&lt;= 1.9.9) allows remote attackers to extract sensitive database information via the 'id' parameter.</description><content:encoded><![CDATA[<p>The Micahblu Rsvp Me WordPress plugin is vulnerable to an unauthenticated SQL injection flaw, identified as CVE-2024-50491. The vulnerability exists in all versions up to and including 1.9.9. It stems from insufficient sanitization of the 'id' parameter when processed by the 'rsvp_me_event_data' action within the plugin. Because the input is not correctly handled or prepared, an attacker can inject malicious SQL commands into existing queries. This vulnerability allows unauthenticated remote actors to gain unauthorized access to the underlying MySQL database, facilitating the extraction of sensitive information. A public proof-of-concept exploit exists, which significantly lowers the barrier for exploitation by unauthorized parties.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies an internet-facing WordPress instance running the vulnerable Micahblu Rsvp Me plugin.</li>
<li>Attacker crafts an HTTP POST request targeting the /wp-admin/admin-ajax.php endpoint.</li>
<li>Attacker sets the 'action' parameter to 'rsvp_me_event_data'.</li>
<li>Attacker inserts malicious SQL payloads into the 'id' parameter, such as boolean-based or time-based blind injection queries.</li>
<li>The plugin fails to sanitize the input, passing the malicious payload directly to the back-end MySQL database.</li>
<li>The database executes the injected query, returning sensitive results or confirming the success of the blind injection.</li>
<li>Attacker iterates through the injection points to extract data from the database.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability allows unauthenticated attackers to read data from the WordPress database, potentially leading to the compromise of sensitive user information, administrative credentials, or configuration details. Given the high CVSS score, organizations using this plugin are at high risk of data exfiltration.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Upgrade the Micahblu Rsvp Me plugin to a version beyond 1.9.9 immediately or disable the plugin if no patch is available.</li>
<li>Deploy WAF rules to monitor or block HTTP requests to /wp-admin/admin-ajax.php containing SQL-related characters (e.g., 'SELECT', 'SLEEP', 'UNION', '--') in the 'id' parameter when 'action=rsvp_me_event_data'.</li>
<li>Review web access logs for anomalous POST requests to the admin-ajax.php endpoint that include SQL syntax patterns.</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-2024-50491</category></item></channel></rss>