Cyber Resilience

CVE-2024-39911

CriticalPublic PoC

Published: 18 July 2024

Published
18 July 2024
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 10.0 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
EPSS Score 0.6829 98.6th percentile
Risk Priority 61 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-39911 is a critical-severity SQL Injection (CWE-89) vulnerability in Fit2Cloud 1Panel. Its CVSS base score is 10.0 (Critical).

Operationally, ranked in the top 1.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

1Panel, a web-based Linux server management control panel, contains an unspecified SQL injection vulnerability (CWE-89) that occurs during User-Agent header handling. The flaw affects the application prior to the patched release and carries a CVSS 3.1 base score of 10.0, reflecting a network-accessible attack with no required credentials or user interaction that can impact confidentiality, integrity, and availability across security boundaries.

An unauthenticated remote attacker can supply a crafted User-Agent string to trigger the injection, enabling arbitrary SQL execution that may lead to full compromise of the 1Panel instance and the underlying Linux host.

The official GitHub Security Advisory GHSA-7m53-pwp6-v3f5 states that the issue has been resolved in version 1.10.12-lts and that no workarounds are available; administrators are therefore advised to upgrade immediately. The associated EPSS score of 0.6829 has remained flat at its peak value since disclosure, indicating sustained but not newly emerging exploitation interest.

EU & UK References

Vulnerability details

1Panel is a web-based linux server management control panel. 1Panel contains an unspecified sql injection via User-Agent handling. This issue has been addressed in version 1.10.12-lts. Users are advised to upgrade. There are no known workarounds for this vulnerability.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

fit2cloud
1panel
1.10.10-lts — 1.10.12-lts

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-89

Penetration testing uses SQL injection payloads against database interfaces, identifying and supporting fixes for SQL injection weaknesses.

addresses: CWE-89

Validates query inputs to prevent SQL syntax or command manipulation.

References