-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* CVE-2023-46805 * Update index * Update rule to be more open * Classification * Update taxonomy * Update index * Match all http methods * Update index * amend classification * Update taxonomy * Update index --------- Co-authored-by: GitHub Action <[email protected]>
- Loading branch information
1 parent
c888e72
commit e845d7f
Showing
6 changed files
with
126 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
id: CVE-2023-46805 | ||
info: | ||
name: CVE-2023-46805 | ||
author: crowdsec | ||
severity: info | ||
description: CVE-2023-46805 testing | ||
tags: appsec-testing | ||
http: | ||
- raw: | ||
- | | ||
GET /api/v1/totp/user-backup-code/../../system/system-information HTTP/1.1 | ||
Host: {{Hostname}} | ||
Content-Type: application/json | ||
cookie-reuse: true | ||
matchers: | ||
- type: status | ||
status: | ||
- 403 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
appsec-rules: | ||
- ./appsec-rules/crowdsecurity/vpatch-CVE-2023-46805.yaml | ||
nuclei_template: CVE-2023-46805.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: crowdsecurity/vpatch-CVE-2023-46805 | ||
description: "Ivanti Connect Auth Bypass (CVE-2023-46805)" | ||
rules: | ||
- and: | ||
- zones: | ||
- URI | ||
transform: | ||
- lowercase | ||
match: | ||
type: contains | ||
value: /api/v1/totp/user-backup-code/../ | ||
labels: | ||
type: exploit | ||
service: http | ||
confidence: 3 | ||
spoofable: 0 | ||
behavior: "http:exploit" | ||
references: | ||
- "https://attackerkb.com/topics/AdUh6by52K/cve-2023-46805/rapid7-analysis" | ||
label: "Ivanti Connect Auth Bypass" | ||
classification: | ||
- cve.CVE-2023-46805 | ||
- cve.CVE-2024-21887 | ||
- attack.T1595 | ||
- attack.T1190 | ||
- cwe.CWE-287 | ||
- cwe.CWE-77 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters