Skip to content

Commit

Permalink
automatic module_metadata_base.json update
Browse files Browse the repository at this point in the history
  • Loading branch information
msjenkins-r7 committed May 6, 2024
1 parent 47c8d72 commit cec01fb
Showing 1 changed file with 70 additions and 2 deletions.
72 changes: 70 additions & 2 deletions db/modules_metadata_base.json
Expand Up @@ -85461,6 +85461,65 @@

]
},
"exploit_linux/local/docker_privileged_container_kernel_escape": {
"name": "Docker Privileged Container Kernel Escape",
"fullname": "exploit/linux/local/docker_privileged_container_kernel_escape",
"aliases": [

],
"rank": 300,
"disclosure_date": "2014-05-01",
"type": "exploit",
"author": [
"Nick Cottrell <Rad10Logic>",
"Eran Ayalon",
"Ilan Sokol"
],
"description": "This module performs a container escape onto the host as the daemon\n user. It takes advantage of the SYS_MODULE capability. If that\n exists and the linux headers are available to compile on the target,\n then we can escape onto the host.",
"references": [
"URL-https://www.cybereason.com/blog/container-escape-all-you-need-is-cap-capabilities",
"URL-https://github.com/maK-/reverse-shell-access-kernel-module"
],
"platform": "Linux,Unix",
"arch": "cmd",
"rport": null,
"autofilter_ports": [

],
"autofilter_services": [

],
"targets": [
"Automatic"
],
"mod_time": "2024-05-01 13:30:16 +0000",
"path": "/modules/exploits/linux/local/docker_privileged_container_kernel_escape.rb",
"is_install_path": true,
"ref_name": "linux/local/docker_privileged_container_kernel_escape",
"check": true,
"post_auth": false,
"default_credential": false,
"notes": {
"Stability": [
"crash-safe"
],
"Reliability": [
"repeatable-session"
],
"SideEffects": [
"artifacts-on-disk",
"ioc-in-logs"
]
},
"session_types": [
"shell",
"meterpreter"
],
"needs_cleanup": true,
"actions": [

]
},
"exploit_linux/local/docker_runc_escape": {
"name": "Docker Container Escape Via runC Overwrite",
"fullname": "exploit/linux/local/docker_runc_escape",
Expand Down Expand Up @@ -251691,20 +251750,29 @@
"references": [

],
"platform": "Linux",
"platform": "Linux,Unix",
"arch": "",
"rport": null,
"autofilter_ports": null,
"autofilter_services": null,
"targets": null,
"mod_time": "2023-07-19 19:47:17 +0000",
"mod_time": "2024-04-26 21:58:43 +0000",
"path": "/modules/post/linux/gather/checkcontainer.rb",
"is_install_path": true,
"ref_name": "linux/gather/checkcontainer",
"check": false,
"post_auth": false,
"default_credential": false,
"notes": {
"Stability": [
"crash-safe"
],
"Reliability": [
"repeatable-session"
],
"SideEffects": [

]
},
"session_types": [
"shell",
Expand Down

0 comments on commit cec01fb

Please sign in to comment.