Skip to content

Commit 6942e0c

Browse files
committed
automatic module_metadata_base.json update
1 parent 474116d commit 6942e0c

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
@@ -81913,6 +81913,69 @@
8191381913
"session_types": false,
8191481914
"needs_cleanup": null
8191581915
},
81916+
"exploit_multi/http/dotcms_file_upload_rce": {
81917+
"name": "DotCMS RCE via Arbitrary File Upload.",
81918+
"fullname": "exploit/multi/http/dotcms_file_upload_rce",
81919+
"aliases": [
81920+
81921+
],
81922+
"rank": 600,
81923+
"disclosure_date": "2022-05-03",
81924+
"type": "exploit",
81925+
"author": [
81926+
"Shubham Shah",
81927+
"Hussein Daher",
81928+
"jheysel-r7"
81929+
],
81930+
"description": "When files are uploaded into dotCMS via the content API, but before they become content, dotCMS writes the\n file down in a temp directory. In the case of this vulnerability, dotCMS does not sanitize the filename\n passed in via the multipart request header and thus does not sanitize the temp file's name. This allows a\n specially crafted request to POST files to dotCMS via the ContentResource (POST /api/content) that get\n written outside of the dotCMS temp directory. In the case of this exploit, an attacker can upload a special\n .jsp file to the webapp/ROOT directory of dotCMS which can allow for remote code execution.",
81931+
"references": [
81932+
"CVE-2022-26352",
81933+
"URL-https://blog.assetnote.io/2022/05/03/hacking-a-bank-using-dotcms-rce/"
81934+
],
81935+
"platform": "Linux,Windows",
81936+
"arch": "",
81937+
"rport": 8443,
81938+
"autofilter_ports": [
81939+
80,
81940+
8080,
81941+
443,
81942+
8000,
81943+
8888,
81944+
8880,
81945+
8008,
81946+
3000,
81947+
8443
81948+
],
81949+
"autofilter_services": [
81950+
"http",
81951+
"https"
81952+
],
81953+
"targets": [
81954+
"Java Linux",
81955+
"Java Windows"
81956+
],
81957+
"mod_time": "2022-06-01 10:54:02 +0000",
81958+
"path": "/modules/exploits/multi/http/dotcms_file_upload_rce.rb",
81959+
"is_install_path": true,
81960+
"ref_name": "multi/http/dotcms_file_upload_rce",
81961+
"check": true,
81962+
"post_auth": false,
81963+
"default_credential": false,
81964+
"notes": {
81965+
"Stability": [
81966+
"crash-safe"
81967+
],
81968+
"Reliability": [
81969+
"repeatable-session"
81970+
],
81971+
"SideEffects": [
81972+
"artifacts-on-disk",
81973+
"ioc-in-logs"
81974+
]
81975+
},
81976+
"session_types": false,
81977+
"needs_cleanup": true
81978+
},
8191681979
"exploit_multi/http/drupal_drupageddon": {
8191781980
"name": "Drupal HTTP Parameter Key/Value SQL Injection",
8191881981
"fullname": "exploit/multi/http/drupal_drupageddon",

0 commit comments

Comments
 (0)