Cyber Resilience

CVE-2024-9981

High

Published: 15 October 2024

Published
15 October 2024
Modified
17 October 2024
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0520 90.1th percentile
Risk Priority 21 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-9981 is a high-severity PHP Remote File Inclusion (CWE-98) vulnerability in Formosasoft Ee-Class. Its CVSS base score is 8.8 (High).

Operationally, ranked in the top 9.9% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

The ee-class application from FormosaSoft contains an improper input validation flaw affecting a page parameter. The issue permits an authenticated user to upload a malicious PHP file and subsequently include it via the vulnerable parameter, resulting in arbitrary code execution on the server. The vulnerability is tracked as CVE-2024-9981 with CVSS 8.8 and is associated with CWE-98 and CWE-434.

Remote attackers holding regular user privileges can exploit the flaw over the network without user interaction to achieve full code execution, compromising confidentiality, integrity, and availability of the affected server.

Public advisories published by the Taiwan Computer Emergency Response Team on 15 October 2024 contain additional technical details and recommended actions for affected deployments.

The associated EPSS score has remained flat at 0.0520 with no material increase observed since disclosure.

EU & UK References

Vulnerability details

The ee-class from FormosaSoft does not properly validate a specific page parameter, allowing remote attackers with regular privileges to upload a malicious PHP file first and then exploit this vulnerability to include the file, resulting in arbitrary code execution on…

more

the server.

CWE(s)

Related Threats

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

Affected Assets

formosasoft
ee-class
≤ 2024-03-26

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-434

Requiring identifiable owners for portable devices reduces the attack surface for unrestricted uploads of dangerous file types via anonymous media.

addresses: CWE-434

Dangerous file uploads can be detonated in the chamber to determine malice before any production write or execution occurs.

addresses: CWE-434

Prevents unrestricted writing of arbitrary or malicious firmware by keeping hardware write-protect enabled except under tightly controlled manual procedures.

addresses: CWE-434

Scans files from external sources on download/open/execute, blocking unrestricted uploads of dangerous file types.

References