Cyber Resilience

CVE-2024-51229

HighPublic PoC

Published: 09 January 2025

Published
09 January 2025
Modified
29 September 2025
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0275 86.3th percentile
Risk Priority 19 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-51229 is a high-severity Cross-site Scripting (CWE-79) vulnerability in Pb-Cms Project Pb-Cms. Its CVSS base score is 8.8 (High).

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

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-51229 is a Cross-Site Scripting (XSS) vulnerability, mapped to CWE-79, affecting LinZhaoguan pb-cms version 2.0. The issue exists in the theme management function, where a remote attacker can execute arbitrary code.

With a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H), the vulnerability can be exploited by a remote attacker requiring no privileges over the network with low attack complexity, though user interaction is necessary. Successful exploitation enables high-impact effects on confidentiality, integrity, and availability, allowing arbitrary code execution.

Mitigation details are provided in the advisory at https://gitee.com/LinZhaoguan/pb-cms/issues/IAYHUP.

EU & UK References

Vulnerability details

Cross Site Scripting vulnerability in LinZhaoguan pb-cms v.2.0 allows a remote attacker to execute arbitrary code via the theme management function.

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?

XSS in public-facing CMS admin/theme function directly enables remote exploitation of the web application for code execution in user context.

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

CVEs Like This One

CVE-2025-2043Same product: Pb-Cms Project Pb-Cms
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

Affected Assets

pb-cms project
pb-cms
2.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-2 mandates timely patching and remediation of the specific XSS flaw in the pb-cms theme management function.

prevent

SI-10 requires validation of user inputs to the theme management function to block malicious script injection.

prevent

SI-15 enforces output filtering when rendering themes to prevent execution of injected XSS payloads.

References