Cyber Resilience

CVE-2022-1692

CriticalPublic PoC

Published: 08 June 2022

Published
08 June 2022
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.7388 98.8th percentile
Risk Priority 64 60% EPSS · 20% KEV · 20% CVSS

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

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

dwbooster
cp image store with slideshow
≤ 1.0.68

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