-
-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto Update Nuclei [Fri Dec 27 18:26:29 UTC 2024] :robot:
- Loading branch information
1 parent
e644dba
commit a7117e4
Showing
4 changed files
with
60 additions
and
2 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
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,28 @@ | ||
id: jolokia-acceslogvalve-rce | ||
|
||
info: | ||
name: Jolokia write to RCE valve | ||
author: pathtaga | ||
severity: critical | ||
description: RCE in Jolokia < 1.7.1 using AccesLogValve | ||
tags: jolokia,rce | ||
reference: | ||
- https://github.com/laluka/jolokia-exploitation-toolkit | ||
- https://therealcoiffeur.github.io/c11011 | ||
|
||
http: | ||
- method: GET | ||
path: | ||
- "{{BaseURL}}/jolokia/list" | ||
|
||
matchers-condition: and | ||
matchers: | ||
- type: status | ||
status: | ||
- 200 | ||
|
||
- type: word | ||
part: body | ||
words: | ||
- "\"host=localhost,name=AccessLogValve,type=Valve\"" | ||
# digest: 490a00463044022013493c4e73d11b0e0c2b524e351deefa650d70bf598672e1267d9e6c9b1c0bc802203372a223b1af40733b5871cad530b43c3e312216d2349760348b705df8ebc50d:922c64590222798bb761d5b6d8e72950 |
30 changes: 30 additions & 0 deletions
30
plugins/jolokia/jolokia/jolokia-createstandardhost-rce.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,30 @@ | ||
id: jolokia-createstandardhost-rce | ||
|
||
info: | ||
name: Jolokia file write to RCE jfr | ||
author: laluka,pathtaga | ||
severity: critical | ||
description: File read and file write to RCE by deploying a vhost with MBeanFactory/createStandardHost and DiagnosticCommand/jfrStart | ||
tags: jolokia,rce | ||
reference: | ||
- https://github.com/laluka/jolokia-exploitation-toolkit | ||
|
||
http: | ||
- method: GET | ||
path: | ||
- "{{BaseURL}}/jolokia/list" | ||
- "{{BaseURL}}/jolokia/list" | ||
|
||
matchers-condition: and | ||
matchers: | ||
- type: status | ||
status: | ||
- 200 | ||
|
||
- type: word | ||
part: body | ||
words: | ||
- "\"desc\":\"Create a new StandardHost\"" | ||
- "\"desc\":\"Array of Diagnostic Commands Arguments and Options\"" | ||
condition: and | ||
# digest: 490a00463044022006051a0fd2abbde24ad4d186f9131edbb1b9ed1e5124ba4dc97968928ddfe03002200b899b725f66ddb6088044321e8586642f42142a7ecb8c1db4ff148688ceabfb:922c64590222798bb761d5b6d8e72950 |