vendor:
by:
mikx
N/A
CVSS
MEDIUM
Cross-platform file creation and execution
CWE
Product Name:
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Windows, Linux, MacOSX
Unknown
Firelinking 2 – Proof-of-Concept by mikx
This Proof-of-Concept (PoC) demonstrates a cross-platform vulnerability that allows the creation and execution of files. On Windows, it creates the file c:booom.bat and launches it, which opens a command prompt with a dir command. On Linux and MacOSX, it creates the file ~/booom.txt or /booom.txt. In some cases, the script might run twice, resulting in an additional booom-1.txt file.
Mitigation:
Implement proper input validation and filtering to prevent unauthorized file creation and execution. Regularly update and patch operating systems and applications to address known vulnerabilities.