CVE-2024-48589
Published: 06 February 2025
Summary
CVE-2024-48589 is a medium-severity Cross-site Scripting (CWE-79) vulnerability. Its CVSS base score is 6.3 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 8.0% 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-48589 is a cross-site scripting vulnerability, categorized under CWE-79, that affects Gilnei Moraes phpABook version 0.9. The flaw resides in the rol parameter of index.php and carries a CVSS 3.1 base score of 6.3.
A remote attacker can exploit the issue over the network without authentication, though user interaction is required. Successful exploitation permits arbitrary code execution that yields limited impacts on confidentiality, integrity, and availability.
The single reference is a GitHub repository that does not contain vendor advisories or patch information. The associated EPSS score remains low, with a current value of 0.0754 and a peak of 0.0871, indicating no material rise that would signal emerging exploitation interest.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-5033
Vulnerability details
Cross Site Scripting vulnerability in Gilnei Moraes phpABook v.0.9 allows a remote attacker to execute arbitrary code via the rol parameter in index.php
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
XSS in public-facing web app directly enables browser-based JS execution via crafted parameter input.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Validates inputs to the 'rol' parameter in index.php, preventing injection of malicious XSS payloads that enable arbitrary code execution.
Filters and encodes information output derived from the 'rol' parameter, blocking XSS script execution in the victim's browser context.
Mandates timely identification, reporting, and remediation of the specific XSS flaw (CVE-2024-48589) in phpABook v.0.9 via patches or fixes.