CVE-2023-5203
WP Sessions Time Monitoring Full Automatic < 1.0.9 - Unauthenticated SQL injection
Record summary
CVE-2023-5203 has a selected CVSS score of 7.5 (high); EIP currently links 1 Nuclei template.
Description
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 based SQL injection techniques, or in some cases an error/union based technique.
Exploitation context
Available material
- Nuclei templates
- 1
CISA SSVC decision
CISA Coordinator · SSVC 2.0.3 · Evaluated Jan 2, 2024 · Source: CVE List
Affected products and versions
1| Product | Source | Version range | Status |
|---|---|---|---|
WP Sessions Time Monitoring Full AutomaticDefault status: unaffected | CVE List | Before 1.0.9 | affected |
Nuclei templates
1ProjectDiscoveryCRITICALWP Sessions Time Monitoring Full Automatic <= 1.0.8 - SQL InjectionCVSS 9.8
The WP Sessions Time Monitoring Full Automatic plugin for WordPress is vulnerable to SQL Injection via request parameters in all versions up to, and including, 1.0.8 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Impact
Attackers can retrieve sensitive database information without authentication, leading to data breach and privacy violations.
Remediation
Update to version 1.0.9 or later to fix the vulnerability.
Source: ProjectDiscovery