Cyber Resilience

CVE-2024-50491

Critical

Published: 28 October 2024

Published
28 October 2024
Modified
23 April 2026
KEV Added
Patch
CVSS Score v3.1 9.3 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L
EPSS Score 0.3774 97.3th percentile
Risk Priority 41 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-50491 is a critical-severity SQL Injection (CWE-89) vulnerability in Micahblu Rsvp Me. Its CVSS base score is 9.3 (Critical).

Operationally, ranked in the top 2.7% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

CVE-2024-50491 is an SQL injection vulnerability (CWE-89) affecting the RSVP ME WordPress plugin in versions up to and including 1.9.9. The flaw stems from improper neutralization of special elements in SQL commands and carries a CVSS 3.1 score of 9.3, reflecting network-accessible exploitation with low attack complexity, no required privileges or user interaction, and changed scope.

Unauthenticated attackers can send crafted requests over the network to the vulnerable plugin component, enabling extraction of sensitive data from the database along with limited impact on availability. The high confidentiality impact and scope change allow an adversary to access information beyond the immediate application context.

The single referenced advisory from Patchstack documents the issue in the WordPress plugin database and points to the need for an update once a fixed version is released by the maintainer. The EPSS score has reached a peak of 0.4041 with a current value of 0.3774, indicating sustained exploitation interest following disclosure.

EU & UK References

Vulnerability details

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in MicahBlu RSVP ME rsvp-me allows SQL Injection.This issue affects RSVP ME: from n/a through <= 1.9.9.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

micahblu
rsvp me
≤ 1.9.9

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-89

Penetration testing uses SQL injection payloads against database interfaces, identifying and supporting fixes for SQL injection weaknesses.

addresses: CWE-89

Validates query inputs to prevent SQL syntax or command manipulation.

References