Cyber Resilience

CVE-2022-42096

MediumPublic PoC

Published: 21 November 2022

Published
21 November 2022
Modified
29 April 2025
KEV Added
Patch
CVSS Score v3.1 4.8 CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N
EPSS Score 0.0683 91.5th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-42096 is a medium-severity Cross-site Scripting (CWE-79) vulnerability in Backdropcms Backdrop Cms. Its CVSS base score is 4.8 (Medium).

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

Deeper analysis

Backdrop CMS version 1.23.0 contains a stored cross-site scripting vulnerability that is triggered through Post content. The flaw is tracked as CWE-79 and carries a CVSS 3.1 score of 4.8, reflecting network attack vector, low attack complexity, high privileges required, and required user interaction with changed scope but only limited confidentiality and integrity impact.

An authenticated user with sufficient privileges to create or edit posts can insert malicious script payloads that are later rendered and executed in the browsers of other users who view the affected content, enabling limited client-side actions such as data theft or interface manipulation within the application’s security context.

Public references point to the Backdrop project site and the 1.23.0 release tag, while independent reports including a proof-of-concept repository and technical write-up document the issue; no explicit patch or mitigation statements are supplied in the available references. The EPSS score rose from low values to a peak of 0.2379 on 2026-05-10 before receding to the current 0.0683, indicating a period of increased exploitation interest after disclosure.

EU & UK References

Vulnerability details

Backdrop CMS version 1.23.0 was discovered to contain a stored cross-site scripting (XSS) vulnerability via Post content.

CWE(s)

Related Threats

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

Affected Assets

backdropcms
backdrop cms
1.23.0

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

Penetration testing submits XSS payloads to web applications, detecting cross-site scripting flaws for subsequent remediation.

addresses: CWE-79

Validates web inputs to reject script-related content that could produce XSS.

addresses: CWE-79

Output validation against expected content can reject or sanitize script content in generated web pages, reducing XSS exploitability.

References