Skip to content
This repository was archived by the owner on Nov 14, 2021. It is now read-only.

Command injection vulnerability #12

Description

@jsenecal

This exporter, while nice to have, opens the server it is running on to code injection vulnerabilities as the command line parameters are not escaped and executed as-is.

Try it yourself:

curl "localhost:8085?target=\`touch%20iamnotsupposedtobehere\`"

You will then find a file where the .py script is located: iamnotsupposedtobehere

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions