Cyber Resilience

CVE-2024-54819

Critical

Published: 07 January 2025

Published
07 January 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 9.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
EPSS Score 0.4722 97.8th percentile
Risk Priority 47 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-54819 is a critical-severity SSRF (CWE-918) vulnerability in Partywave (inferred from references). Its CVSS base score is 9.1 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 2.2% 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-2 (Flaw Remediation).

Deeper analysis

I, Librarian versions up to and including 5.11.1 contain a Server-Side Request Forgery vulnerability (CWE-918) caused by insufficient input validation in classes/security/validation.php. The flaw carries a CVSS 3.1 score of 9.1, reflecting network-accessible attack vectors that require no authentication or user interaction and can affect both confidentiality and integrity.

An unauthenticated remote attacker can supply crafted input that causes the application to issue arbitrary HTTP requests to internal or external resources, enabling reconnaissance, data exfiltration, or interaction with services reachable from the server. The published references include a GitHub commit that addresses the validation logic and a technical write-up demonstrating the issue.

The associated EPSS score has reached a peak of 0.4950 with a current value of 0.4722, indicating sustained but not sharply increasing exploitation interest since disclosure. No public reports of in-the-wild exploitation are referenced in the available sources.

EU & UK References

Vulnerability details

I, Librarian before and including 5.11.1 is vulnerable to Server-Side Request Forgery (SSRF) due to improper input validation in classes/security/validation.php

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?

SSRF in public-facing web application directly enables remote exploitation for initial access (T1190).

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

CVEs Like This One

CVE-2026-6514Shared CWE-918
CVE-2026-44116Shared CWE-918
CVE-2026-21887Shared CWE-918
CVE-2026-31910Shared CWE-918
CVE-2026-48153Shared CWE-918
CVE-2026-45298Shared CWE-918
CVE-2026-39362Shared CWE-918
CVE-2026-31989Shared CWE-918
CVE-2025-27652Shared CWE-918
CVE-2026-42352Shared CWE-918

Affected Assets

Partywave
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly addresses the root cause of SSRF by requiring validation of inputs in classes/security/validation.php to prevent malicious server-side requests.

prevent

Mandates timely patching of the specific flaw in I, Librarian versions before 5.11.1 as provided in the fixing commit.

preventdetect

Enforces boundary protections such as proxies or WAFs to restrict unauthorized outbound requests induced by SSRF exploitation.

References