From 7288fb9814ec962e9ef320d201c2d82c58c2fc27 Mon Sep 17 00:00:00 2001 From: ophirharpazg Date: Tue, 1 Sep 2020 14:16:22 +0300 Subject: [PATCH] fix Docs page and add to report --- docs/content/reference/exploiters/Drupal.md | 8 ++++++-- .../config_schema/definitions/exploiter_classes.py | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/content/reference/exploiters/Drupal.md b/docs/content/reference/exploiters/Drupal.md index ac085931f..df600b2cb 100644 --- a/docs/content/reference/exploiters/Drupal.md +++ b/docs/content/reference/exploiters/Drupal.md @@ -11,12 +11,16 @@ on a vulnerable Drupal server. ### Description Some field types do not properly sanitize data from non-form sources in certain versions -of Drupal server. This can lead to arbitrary PHP code execution in some cases. +of Drupal server. + +This can lead to arbitrary PHP code execution in some cases. ### Affected Versions * Drupal 8.5.x before 8.5.11 and Drupal 8.6.x before 8.6.10. + +One of the following conditions must hold: * The site has the Drupal 8 core RESTful Web Services (rest) module enabled and allows PATCH or POST requests; OR * The site has another web services module enabled, like JSON:API in @@ -25,7 +29,7 @@ Drupal 8, or Services or RESTful Web Services in Drupal 7. ### Notes -* The _Infection Monkey_ exploiter implementation is based on an open-source +* The Infection Monkey exploiter implementation is based on an open-source [Python implementation](https://gist.github.com/leonjza/d0ab053be9b06fa020b66f00358e3d88/f9f6a5bb6605745e292bee3a4079f261d891738a) of the exploit by @leonjza. * For the full attack to work, more than one vulnerable URL is required. \ No newline at end of file diff --git a/monkey/monkey_island/cc/services/config_schema/definitions/exploiter_classes.py b/monkey/monkey_island/cc/services/config_schema/definitions/exploiter_classes.py index 130171877..58672571b 100644 --- a/monkey/monkey_island/cc/services/config_schema/definitions/exploiter_classes.py +++ b/monkey/monkey_island/cc/services/config_schema/definitions/exploiter_classes.py @@ -133,7 +133,7 @@ EXPLOITER_CLASSES = { ], "title": "Drupal Exploiter", "info": "Exploits a remote command execution vulnerability", - "link": "" + "link": "https://www.guardicore.com/infectionmonkey/docs/reference/exploiters/drupal/" } ] }