JetBrains TeamCity CVE-2024-27199
HIGHCVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
Lifecycle Timeline
1DescriptionNVD
In JetBrains TeamCity before 2023.11.4 path traversal allowing to perform limited admin actions was possible
AnalysisAI
Path traversal in JetBrains TeamCity before 2023.11.4 enables remote attackers to perform a limited set of administrative actions by bypassing authentication controls on specific endpoints. This vulnerability is confirmed actively exploited (CISA KEV) with publicly available exploit code, and carries an EPSS score of 82.47% (99th percentile), placing it among the highest-probability exploitation targets currently tracked.
Technical ContextAI
JetBrains TeamCity is a widely deployed continuous integration and build management server used in CI/CD pipelines, often holding source code access, deployment credentials, and signing keys. The root cause is CWE-23 (Relative Path Traversal), where insufficient validation of user-supplied path components allows attackers to reach endpoints or resources outside the intended directory scope. In this case, the traversal targets administrative servlet paths, allowing requests that should require admin authentication to reach handlers without proper authorization checks. The affected component is identified by CPE cpe:2.3:a:jetbrains:teamcity for all versions prior to 2023.11.4.
RemediationAI
Vendor-released patch: upgrade to JetBrains TeamCity 2023.11.4 or later, which is the primary and recommended remediation per the JetBrains advisory referenced by the cve@jetbrains.com disclosure. For environments that cannot patch immediately, restrict network access to the TeamCity web interface by placing it behind a VPN or IP-allowlisted reverse proxy so only trusted operator networks can reach administrative endpoints - the trade-off is that remote developers and external integrations lose direct access until patched. Additionally, audit administrative accounts, recently created users, and authentication tokens for unauthorized changes after exposure, and rotate any credentials, SSH keys, or signing material stored in TeamCity given that exploitation is confirmed in the wild.
Share
External POC / Exploit Code
Leaving vuln.today