Ethical Hacking Automation

Automate Recon and scanning process with Vidoc. All security teams in one place

LotusCMS 3.0 - Remote Code Execution

By kannthu

Critical
Vidoc logoVidoc Module
#lotuscms#rce
Description

What is the "LotusCMS 3.0 - Remote Code Execution?" module?

The "LotusCMS 3.0 - Remote Code Execution" module is designed to detect a critical vulnerability in LotusCMS 3.0, a specific software. This vulnerability allows remote attackers to execute arbitrary code on the target system. The severity of this vulnerability is classified as critical, indicating the potential for significant damage if exploited. The original author of this module is pikpikcu.

Impact

If successfully exploited, this vulnerability can lead to remote code execution on the target system. Attackers can inject malicious PHP code into the 'page' parameter, which will be passed to an eval function. This can result in unauthorized access, data theft, or complete compromise of the affected system.

How does the module work?

The module sends HTTP requests to specific paths ("/index.php" and "/lcms/index.php") using the POST method. The request headers include the "Content-Type" set to "application/x-www-form-urlencoded". The module then applies matching conditions to determine if the vulnerability exists.

The matching conditions include:

- Checking if the response body contains the specific word "38ee63071a04dc5e04ed22624c38e648". - Verifying that the response status is 200 (OK).

If both conditions are met, the module reports the vulnerability.

Module preview

Concurrent Requests (1)
1. HTTP Request template
POST/index.php/lcms/index.php
Headers

Content-Type: application/x-www-fo...

Matching conditions
word: 38ee63071a04dc5e04ed22624c38e648and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability