Skip to content

Commit 87e7e5c

Browse files
committed
automatic module_metadata_base.json update
1 parent bea4207 commit 87e7e5c

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

db/modules_metadata_base.json

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85958,6 +85958,74 @@
8595885958
"session_types": false,
8595985959
"needs_cleanup": true
8596085960
},
85961+
"exploit_multi/http/mybb_rce_cve_2022_24734": {
85962+
"name": "MyBB Admin Control Code Injection RCE",
85963+
"fullname": "exploit/multi/http/mybb_rce_cve_2022_24734",
85964+
"aliases": [
85965+
85966+
],
85967+
"rank": 600,
85968+
"disclosure_date": "2022-03-09",
85969+
"type": "exploit",
85970+
"author": [
85971+
"Cillian Collins",
85972+
"Altelus",
85973+
"Christophe De La Fuente"
85974+
],
85975+
"description": "This exploit module leverages an improper input validation\n vulnerability in MyBB prior to `1.8.30` to execute arbitrary code in\n the context of the user running the application.\n\n MyBB Admin Control setting page calls PHP `eval` function with an\n unsanitized user input. The exploit adds a new setting, injecting the\n payload in the vulnerable field, and triggers its execution with a\n second request. Finally, it takes care of cleaning up and removes the\n setting.\n\n Note that authentication is required for this exploit to work and the\n account must have rights to add or update settings (typically, myBB\n administrator role).",
85976+
"references": [
85977+
"URL-https://github.com/mybb/mybb/security/advisories/GHSA-876v-gwgh-w57f",
85978+
"URL-https://www.zerodayinitiative.com/advisories/ZDI-22-503/",
85979+
"URL-https://github.com/Altelus1/CVE-2022-24734",
85980+
"CVE-2022-24734"
85981+
],
85982+
"platform": "Linux,PHP,Unix,Windows",
85983+
"arch": "php, cmd, x86, x64",
85984+
"rport": 80,
85985+
"autofilter_ports": [
85986+
80,
85987+
8080,
85988+
443,
85989+
8000,
85990+
8888,
85991+
8880,
85992+
8008,
85993+
3000,
85994+
8443
85995+
],
85996+
"autofilter_services": [
85997+
"http",
85998+
"https"
85999+
],
86000+
"targets": [
86001+
"PHP",
86002+
"Unix (In-Memory)",
86003+
"Linux (Dropper)",
86004+
"Windows (In-Memory)",
86005+
"Windows (Dropper)"
86006+
],
86007+
"mod_time": "2022-05-30 16:24:18 +0000",
86008+
"path": "/modules/exploits/multi/http/mybb_rce_cve_2022_24734.rb",
86009+
"is_install_path": true,
86010+
"ref_name": "multi/http/mybb_rce_cve_2022_24734",
86011+
"check": true,
86012+
"post_auth": true,
86013+
"default_credential": false,
86014+
"notes": {
86015+
"Stability": [
86016+
"crash-safe"
86017+
],
86018+
"Reliability": [
86019+
"repeatable-session"
86020+
],
86021+
"SideEffects": [
86022+
"config-changes",
86023+
"artifacts-on-disk"
86024+
]
86025+
},
86026+
"session_types": false,
86027+
"needs_cleanup": null
86028+
},
8596186029
"exploit_multi/http/nas4free_php_exec": {
8596286030
"name": "NAS4Free Arbitrary Remote Code Execution",
8596386031
"fullname": "exploit/multi/http/nas4free_php_exec",

0 commit comments

Comments
 (0)