CVE-2022-1692
Published: 08 June 2022
Summary
CVE-2022-1692 is a critical-severity SQL Injection (CWE-89) vulnerability in Dwbooster Cp Image Store With Slideshow. Its CVSS base score is 9.8 (Critical).
Operationally, ranked in the top 1.2% 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 CP Image Store with Slideshow WordPress plugin before version 1.0.68 contains an SQL injection vulnerability tracked as CVE-2022-1692. The flaw stems from missing sanitization and escaping of the ordering_by query parameter, which is directly incorporated into SQL statements on any page embedding the [codepeople-image-store] shortcode. This corresponds to CWE-89 and carries a CVSS 3.1 score of 9.8.
Unauthenticated attackers can supply malicious values for the ordering_by parameter in HTTP requests to affected pages, enabling them to execute arbitrary SQL commands against the underlying database. Successful exploitation can result in full compromise of confidentiality, integrity, and availability of the WordPress site and its data.
Public advisories from WPScan and IESE note that the issue is resolved by updating to version 1.0.68 or later, which adds proper input handling for the affected parameter. The EPSS score has remained at a steady 0.7388 since disclosure with no material upward trajectory observed.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2022-24977
Vulnerability details
The CP Image Store with Slideshow WordPress plugin before 1.0.68 does not sanitise and escape the ordering_by query parameter before using it in a SQL statement in pages where the [codepeople-image-store] is embed, allowing unauthenticated users to perform an SQL…
more
injection attack
- CWE(s)
Related Threats
No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.
Affected Assets
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.