Cyber Resilience

CVE-2022-0165

MediumPublic PoC

Published: 14 March 2022

Published
14 March 2022
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 6.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
EPSS Score 0.4904 97.8th percentile
Risk Priority 42 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-0165 is a medium-severity Open Redirect (CWE-601) vulnerability in King-Theme Kingcomposer. Its CVSS base score is 6.1 (Medium).

Operationally, ranked in the top 2.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 Page Builder KingComposer WordPress plugin through version 2.9.6 contains an open redirect vulnerability tracked as CVE-2022-0165 and assigned CWE-601. The flaw exists in the kc_get_thumbn AJAX action, which accepts an id parameter without validation and issues an HTTP redirect to the supplied value. The affected component is reachable over the network and requires no authentication.

Both unauthenticated and authenticated users can invoke the action to redirect victims to an arbitrary destination. With a CVSS 3.1 score of 6.1, successful exploitation can result in low-impact confidentiality and integrity effects under a changed security scope when a user follows the redirect.

The EPSS score for this CVE reached a peak of 0.5610 on 2026-02-03 before receding to the current value of 0.4904. No additional details on patches or specific mitigation steps are provided in the available references.

EU & UK References

Vulnerability details

The Page Builder KingComposer WordPress plugin through 2.9.6 does not validate the id parameter before redirecting the user to it via the kc_get_thumbn AJAX action available to both unauthenticated and authenticated users

CWE(s)

Related Threats

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

Affected Assets

king-theme
kingcomposer
≤ 2.9.6

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-601

Security awareness includes verifying URLs and avoiding untrusted redirects that lead to malicious sites.

addresses: CWE-601

Validates redirect targets and URLs to ensure they conform to allowed destinations.

References