7.3

CVE-2024-27199

Warnung
Medienbericht
Exploit
In JetBrains TeamCity before 2023.11.4 path traversal allowing to perform limited admin actions  was possible
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
JetBrainsTeamcity Version < 2023.11.4

20.04.2026: CISA Known Exploited Vulnerabilities (KEV) Catalog

JetBrains TeamCity Relative Path Traversal Vulnerability

Schwachstelle

JetBrains TeamCity contains a relative path traversal vulnerability that could allow limited admin actions to be performed.

Beschreibung

Apply mitigations per vendor instructions, follow applicable BOD 22-01 guidance for cloud services, or discontinue use of the product if mitigations are unavailable.

Erforderliche Maßnahmen
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 90.93% 0.996
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
nvd@nist.gov 7.3 3.9 3.4
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
cve@jetbrains.com 7.3 3.9 3.4
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

CWE-23 Relative Path Traversal

The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize sequences such as ".." that can resolve to a location that is outside of that directory.