Skip to content

Commit c45f33e

Browse files
committed
automatic module_metadata_base.json update
1 parent 0c5a021 commit c45f33e

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed

db/modules_metadata_base.json

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68847,6 +68847,69 @@
6884768847
"session_types": false,
6884868848
"needs_cleanup": true
6884968849
},
68850+
"exploit_linux/http/chaos_rat_xss_to_rce": {
68851+
"name": "Chaos RAT XSS to RCE",
68852+
"fullname": "exploit/linux/http/chaos_rat_xss_to_rce",
68853+
"aliases": [
68854+
68855+
],
68856+
"rank": 600,
68857+
"disclosure_date": "2024-04-10",
68858+
"type": "exploit",
68859+
"author": [
68860+
"h00die",
68861+
"chebuya"
68862+
],
68863+
"description": "CHAOS v5.0.8 is a free and open-source Remote Administration Tool that\n allows generated binaries to control remote operating systems. The\n webapp contains a remote command execution vulnerability which\n can be triggered by an authenticated user when generating a new\n executable. The webapp also contains an XSS vulnerability within\n the view of a returned command being executed on an agent.\n\n Execution can happen through one of three routes:\n\n 1. Provided credentials can be used to execute the RCE directly\n\n 2. A JWT token from an agent can be provided to emulate a compromised\n host. If a logged in user attempts to execute a command on the host\n the returned value contains an xss payload.\n\n 3. Similar to technique 2, an agent executable can be provided and the\n JWT token can be extracted.\n\n Verified against CHAOS 7d5b20ad7e58e5b525abdcb3a12514b88e87cef2 running\n in a docker container.",
68864+
"references": [
68865+
"URL-https://github.com/chebuya/CVE-2024-30850-chaos-rat-rce-poc",
68866+
"URL-https://github.com/tiagorlampert/CHAOS",
68867+
"CVE-2024-31839",
68868+
"CVE-2024-30850"
68869+
],
68870+
"platform": "Linux,Unix",
68871+
"arch": "cmd",
68872+
"rport": 8080,
68873+
"autofilter_ports": [
68874+
80,
68875+
8080,
68876+
443,
68877+
8000,
68878+
8888,
68879+
8880,
68880+
8008,
68881+
3000,
68882+
8443
68883+
],
68884+
"autofilter_services": [
68885+
"http",
68886+
"https"
68887+
],
68888+
"targets": [
68889+
"Automatic Target"
68890+
],
68891+
"mod_time": "2024-05-13 16:55:43 +0000",
68892+
"path": "/modules/exploits/linux/http/chaos_rat_xss_to_rce.rb",
68893+
"is_install_path": true,
68894+
"ref_name": "linux/http/chaos_rat_xss_to_rce",
68895+
"check": true,
68896+
"post_auth": false,
68897+
"default_credential": false,
68898+
"notes": {
68899+
"Stability": [
68900+
"crash-safe"
68901+
],
68902+
"Reliability": [
68903+
"event-dependent",
68904+
"repeatable-session"
68905+
],
68906+
"SideEffects": [
68907+
"artifacts-on-disk"
68908+
]
68909+
},
68910+
"session_types": false,
68911+
"needs_cleanup": null
68912+
},
6885068913
"exploit_linux/http/cisco_asax_sfr_rce": {
6885168914
"name": "Cisco ASA-X with FirePOWER Services Authenticated Command Injection",
6885268915
"fullname": "exploit/linux/http/cisco_asax_sfr_rce",

0 commit comments

Comments
 (0)