CVE-2024-39699

MEDIUM EPSS 34.8%
Published Jul 8, 20241y ago · Modified Jun 17, 20262w ago
5.0 CVSS 3.1
Medium
Find Similar
Published Jul 8, 2024 1y ago
Last Modified Jun 17, 2026 2w ago

Description

Directus is a real-time API and App dashboard for managing SQL database content. There was already a reported SSRF vulnerability via file import. It was fixed by resolving all DNS names and checking if the requested IP is an internal IP address. However it is possible to bypass this security measure and execute a SSRF using redirects. Directus allows redirects when importing file from the URL and does not check the result URL. Thus, it is possible to execute a request to an internal IP, for example to 127.0.0.1. However, it is blind SSRF, because Directus also uses response interception technique to get the information about the connect from the socket directly and it does not show a response if the IP address is internal. This vulnerability is fixed in 10.9.3.

CVSS Details

Base Score
5.0
Exploitability
3.1
Impact
1.4
Vector string
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N
Attack Vector Network
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope Changed
Confidentiality Low
Integrity None
Availability None

Threat Intelligence

EPSS Exploit Probability
34.8% percentile
Exploit & Patch Status
Public Exploit Known
Patch Available

Weaknesses 1

CWE-918 Server-Side Request Forgery (SSRF) Validation

Affected Products 1

VendorProductVersionRange
monospacedirectus* <10.9.3

References 2

  • github.com https://github.com/directus/directus/commit/d577b44231c0923aca99cac5770fd853801caee1
    Patch
  • github.com https://github.com/directus/directus/security/advisories/GHSA-8p72-rcq4-h6pw
    ExploitVendor Advisory

Remediation

  • github.com https://github.com/directus/directus/commit/d577b44231c0923aca99cac5770fd853801caee1
    Patch