Cyber Resilience

CVE-2024-56056

High

Published: 07 January 2025

Published
07 January 2025
Modified
01 April 2026
KEV Added
Patch
CVSS Score v3.1 7.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
EPSS Score 0.0029 53.2th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-56056 is a high-severity Cross-site Scripting (CWE-79) vulnerability in Kmfoysal06 Simplecharm. Its CVSS base score is 7.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 46.8% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-15 (Information Output Filtering).

Deeper analysis

CVE-2024-56056 is an Improper Neutralization of Input During Web Page Generation vulnerability, classified as Reflected Cross-site Scripting (CWE-79), in the SimpleCharm WordPress theme developed by kmfoysal06. This flaw affects SimpleCharm versions from n/a through 1.4.3.

Attackers can exploit this vulnerability remotely over the network (AV:N) with low complexity (AC:L), no privileges required (PR:N), but it requires user interaction (UI:R), such as clicking a malicious link. Successful exploitation changes scope (S:C) and allows low-impact effects on confidentiality, integrity, and availability (C:L/I:L/A:L), enabling arbitrary script execution in the context of the targeted user's browser.

The Patchstack advisory at https://patchstack.com/database/Wordpress/Theme/simplecharm/vulnerability/wordpress-simplecharm-theme-1-4-3-reflected-cross-site-scripting-xss-vulnerability?_s_id=cve documents the Reflected XSS vulnerability in SimpleCharm version 1.4.3 and provides details for practitioners on affected installations.

EU & UK References

Vulnerability details

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in kmfoysal06 SimpleCharm simplecharm allows Reflected XSS.This issue affects SimpleCharm: from n/a through <= 1.4.3.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Reflected XSS in public-facing WordPress theme directly enables remote exploitation of a web application vulnerability (T1190) via crafted links requiring user interaction.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2021-47873Shared CWE-79
CVE-2026-7052Shared CWE-79
CVE-2024-56060Shared CWE-79
CVE-2025-49043Shared CWE-79
CVE-2026-40038Shared CWE-79
CVE-2024-56022Shared CWE-79
CVE-2025-68889Shared CWE-79
CVE-2026-1074Shared CWE-79
CVE-2025-22539Shared CWE-79
CVE-2025-22286Shared CWE-79

Affected Assets

kmfoysal06
simplecharm
≤ 1.4.3

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-10 enforces input validation to neutralize untrusted data, directly preventing the improper neutralization leading to reflected XSS in SimpleCharm.

prevent

SI-15 requires output filtering and encoding of user inputs before web page generation, comprehensively mitigating reflected XSS script execution.

prevent

SI-2 mandates timely flaw remediation, including patching vulnerable SimpleCharm versions up to 1.4.3 affected by this XSS CVE.

References