Cyber Resilience

CVE-2023-5203

HighPublic PoC

Published: 26 December 2023

Published
26 December 2023
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.4293 97.6th percentile
Risk Priority 41 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-5203 is a high-severity SQL Injection (CWE-89) vulnerability in Swit Wp Sessions Time Monitoring Full Automatic. Its CVSS base score is 7.5 (High).

Operationally, ranked in the top 2.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

The WP Sessions Time Monitoring Full Automatic WordPress plugin before version 1.0.9 contains an SQL injection vulnerability (CWE-89) because it fails to sanitize incoming request URLs and query parameters before incorporating them into database queries. The flaw affects any site running the plugin and carries a CVSS 3.1 score of 7.5, reflecting network-exploitable impact limited to confidentiality.

Unauthenticated remote attackers can leverage blind time-based SQL injection techniques, and in some configurations error-based or union-based methods, to extract arbitrary data from the WordPress database without requiring credentials or user interaction.

Public references on WPScan document the issue and point to the availability of version 1.0.9, which addresses the lack of input sanitization. The associated EPSS score has reached a peak of 0.4338, indicating sustained exploitation interest following disclosure.

EU & UK References

Vulnerability details

The WP Sessions Time Monitoring Full Automatic WordPress plugin before 1.0.9 does not sanitize the request URL or query parameters before using them in an SQL query, allowing unauthenticated attackers to extract sensitive data from the database via blind time…

more

based SQL injection techniques, or in some cases an error/union based technique.

CWE(s)

Related Threats

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

Affected Assets

swit
wp sessions time monitoring full automatic
≤ 1.0.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