Cyber Posture

CVE-2024-13139

MediumPublic PoC

Published: 05 January 2025

Published
05 January 2025
Modified
10 January 2025
KEV Added
Patch
CVSS Score 6.3 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0007 21.6th percentile
Risk Priority 13 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.

Security Summary

CVE-2024-13139 is a server-side request forgery (SSRF) vulnerability, rated as critical, affecting wangl1989 mysiteforme version 1.0. The issue is located in the doContent function of the FileController class at src/main/java/com/mysiteform/admin/controller/system/FileController, where manipulation of the content argument triggers the SSRF. It is associated with CWE-918 and carries a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L). The vulnerability was published on 2025-01-05.

An attacker can exploit this vulnerability remotely with low privileges, requiring no user interaction and low complexity. By manipulating the content argument, the attacker induces the server to make unintended requests, potentially leading to limited impacts on confidentiality, integrity, and availability.

Advisories and further details are documented in the project's GitHub repository at https://github.com/wangl1989/mysiteforme/issues/56 (including issue comment at #issue-2757876365) and on VulDB at https://vuldb.com/?ctiid.290213, https://vuldb.com/?id.290213, and https://vuldb.com/?submit.468513. The exploit has been disclosed publicly and may be used.

Details

CWE(s)
CWE-918

Affected Products

wangl1989
mysiteforme
1.0

MITRE ATT&CK Enterprise Techniques

T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
T1083 File and Directory Discovery Discovery
Adversaries may enumerate files and directories or may search in specific locations of a host or network share for certain information within a file system.
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 vulnerability (CVE-2024-13139) in public-facing web app enables initial access via exploitation of public-facing application (T1190), local file reads facilitating data from local system (T1005), and file and directory discovery (T1083).

References