Cyber Posture

CVE-2024-56199

MediumPublic PoC

Published: 02 January 2025

Published
02 January 2025
Modified
14 August 2025
KEV Added
Patch
CVSS Score 5.2 CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:H/A:L
EPSS Score 0.0020 41.7th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-56199 is a medium-severity Cross-site Scripting (CWE-79) vulnerability in Phpmyfaq Phpmyfaq. Its CVSS base score is 5.2 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 41.7th percentile by exploit likelihood (below the median); 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).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

SI-10 requires validation of inputs to the FAQ editor endpoint to prevent injection of malicious HTML content that disrupts the user interface.

prevent

SI-15 mandates filtering and sanitization of FAQ content output prior to rendering, neutralizing injected HTML elements like overlapping iframes and buttons.

prevent

SI-2 ensures timely flaw remediation by applying patches such as phpMyAdmin version 4.0.2 to fix the HTML injection vulnerability.

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.
T1491.002 External Defacement Impact
An adversary may deface systems external to an organization in an attempt to deliver messaging, intimidate, or otherwise mislead an organization or users.
Why these techniques?

HTML injection in public-facing web app directly enables external defacement (T1491.002) via UI manipulation and exploitation of the application (T1190).

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

NVD Description

phpMyFAQ is an open source FAQ web application. Starting no later than version 3.2.10 and prior to version 4.0.2, an attacker can inject malicious HTML content into the FAQ editor at `http[:]//localhost/admin/index[.]php?action=editentry`, resulting in a complete disruption of the FAQ…

more

page's user interface. By injecting malformed HTML elements styled to cover the entire screen, an attacker can render the page unusable. This injection manipulates the page structure by introducing overlapping buttons, images, and iframes, breaking the intended layout and functionality. Exploiting this issue can lead to Denial of Service for legitimate users, damage to the user experience, and potential abuse in phishing or defacement attacks. Version 4.0.2 contains a patch for the vulnerability.

Deeper analysisAI

CVE-2024-56199 is an HTML injection vulnerability in phpMyFAQ, an open source FAQ web application. It affects versions starting no later than 3.2.10 and prior to 4.0.2, specifically in the FAQ editor at the endpoint /admin/index.php?action=editentry. Attackers can inject malicious HTML content that manipulates the page structure with malformed elements like overlapping buttons, images, and iframes styled to cover the entire screen, resulting in complete disruption of the FAQ page's user interface.

Exploitation requires network access, low complexity, high privileges (PR:H), and user interaction (UI:R), as reflected in its CVSS score of 5.2 (CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:H/A:L). A privileged attacker, such as one with admin access to the editor, can render the page unusable for legitimate users, leading to denial of service, damage to user experience, and potential phishing or defacement attacks. The issue is linked to CWE-79 (Improper Neutralization of Input During Web Page Generation) and CWE-80 (Improper Neutralization of Script-Related HTML Tags in a Web Page).

The GitHub security advisory (GHSA-ww33-jppq-qfrp) documents the vulnerability, and phpMyFAQ version 4.0.2 includes a patch to mitigate it.

Details

CWE(s)

Affected Products

phpmyfaq
phpmyfaq
3.2.10 — 4.0.2

CVEs Like This One

CVE-2026-24422Same product: Phpmyfaq Phpmyfaq
CVE-2026-34728Same product: Phpmyfaq Phpmyfaq
CVE-2026-27836Same product: Phpmyfaq Phpmyfaq
CVE-2025-21612Shared CWE-79, CWE-80
CVE-2024-13497Shared CWE-79, CWE-80
CVE-2025-53835Shared CWE-79, CWE-80
CVE-2026-29100Shared CWE-79
CVE-2026-23807Shared CWE-79
CVE-2025-27005Shared CWE-79
CVE-2025-68520Shared CWE-79

References