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.7th percentile
Risk Priority 13 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-13139 is a medium-severity SSRF (CWE-918) vulnerability in Wangl1989 Mysiteforme. Its CVSS base score is 6.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Data from Local System (T1005); ranked at the 21.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SC-7 (Boundary Protection) and SI-10 (Information Input Validation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Data from Local System (T1005) and 2 other techniques. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly validates the manipulated 'content' argument in doContent to prevent SSRF by rejecting inputs that could induce unintended server requests.

preventdetect

Monitors and controls outbound communications at system boundaries to block or detect unauthorized requests triggered by SSRF exploitation.

prevent

Enforces approved information flows to restrict the server from making unauthorized internal or external requests via the vulnerable FileController.

MITRE ATT&CK Enterprise TechniquesAI

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).

NVD Description

A vulnerability was found in wangl1989 mysiteforme 1.0. It has been rated as critical. This issue affects the function doContent of the file src/main/java/com/mysiteform/admin/controller/system/FileController. The manipulation of the argument content leads to server-side request forgery. The attack may be initiated…

more

remotely. The exploit has been disclosed to the public and may be used.

Deeper analysisAI

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)

Affected Products

wangl1989
mysiteforme
1.0

CVEs Like This One

CVE-2024-57767Same product: Wangl1989 Mysiteforme
CVE-2024-57763Same product: Wangl1989 Mysiteforme
CVE-2024-57762Same product: Wangl1989 Mysiteforme
CVE-2024-57766Same product: Wangl1989 Mysiteforme
CVE-2025-26136Same product: Wangl1989 Mysiteforme
CVE-2024-13138Same product: Wangl1989 Mysiteforme
CVE-2024-13136Same product: Wangl1989 Mysiteforme
CVE-2024-57764Same product: Wangl1989 Mysiteforme
CVE-2024-57765Same product: Wangl1989 Mysiteforme
CVE-2025-13096Shared CWE-918

References