forked from rapid7/metasploit-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
automatic module_metadata_base.json update
- Loading branch information
1 parent
8cddffa
commit 19c1a35
Showing
1 changed file
with
62 additions
and
0 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 |
---|---|---|
|
@@ -73197,6 +73197,68 @@ | |
"session_types": false, | ||
"needs_cleanup": null | ||
}, | ||
"exploit_linux/http/kafka_ui_unauth_rce_cve_2023_52251": { | ||
"name": "Kafka UI Unauthenticated Remote Command Execution via the Groovy Filter option.", | ||
"fullname": "exploit/linux/http/kafka_ui_unauth_rce_cve_2023_52251", | ||
"aliases": [ | ||
|
||
], | ||
"rank": 600, | ||
"disclosure_date": "2023-09-27", | ||
"type": "exploit", | ||
"author": [ | ||
"h00die-gr3y <[email protected]>", | ||
"BobTheShopLifter and Thingstad" | ||
], | ||
"description": "A command injection vulnerability exists in Kafka ui between `v0.4.0` and `v0.7.1` allowing\n an attacker to inject and execute arbitrary shell commands via the `groovy` filter parameter\n at the `topic` section.", | ||
"references": [ | ||
"CVE-2023-52251", | ||
"URL-https://attackerkb.com/topics/ATJ1hTVB8H/cve-2023-52251", | ||
"URL-https://github.com/BobTheShoplifter/CVE-2023-52251-POC" | ||
], | ||
"platform": "Linux,Unix", | ||
"arch": "cmd, x64, x86", | ||
"rport": 8080, | ||
"autofilter_ports": [ | ||
80, | ||
8080, | ||
443, | ||
8000, | ||
8888, | ||
8880, | ||
8008, | ||
3000, | ||
8443 | ||
], | ||
"autofilter_services": [ | ||
"http", | ||
"https" | ||
], | ||
"targets": [ | ||
"Unix/Linux Command" | ||
], | ||
"mod_time": "2024-02-14 21:33:50 +0000", | ||
"path": "/modules/exploits/linux/http/kafka_ui_unauth_rce_cve_2023_52251.rb", | ||
"is_install_path": true, | ||
"ref_name": "linux/http/kafka_ui_unauth_rce_cve_2023_52251", | ||
"check": true, | ||
"post_auth": false, | ||
"default_credential": false, | ||
"notes": { | ||
"Stability": [ | ||
"crash-safe" | ||
], | ||
"Reliability": [ | ||
"repeatable-session" | ||
], | ||
"SideEffects": [ | ||
"ioc-in-logs", | ||
"artifacts-on-disk" | ||
] | ||
}, | ||
"session_types": false, | ||
"needs_cleanup": null | ||
}, | ||
"exploit_linux/http/kaltura_unserialize_cookie_rce": { | ||
"name": "Kaltura Remote PHP Code Execution over Cookie", | ||
"fullname": "exploit/linux/http/kaltura_unserialize_cookie_rce", | ||
|