vendor:
MiniGal2
by:
Victoria
9.8
CVSS
HIGH
Remote Code Injection
94
CWE
Product Name: MiniGal2
Affected Version From: v0.5.1
Affected Version To: v0.5.1
Patch Exists: YES
Related CWE: N/A
CPE: a:minigal2:minigal2:0.5.1
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2020
MiniGal2(MG2) v0.5.1 remote Code Injection
MiniGal2(MG2) v0.5.1 is vulnerable to remote code injection due to improper input validation in the 'writecomments' and 'addcomment' functions. The 'writecomments' function is vulnerable to remote code injection due to the lack of input validation when writing to the '$filename' variable. The 'addcomment' function is vulnerable to remote code injection due to the lack of input validation when writing to the '$_REQUEST['filename']' variable.
Mitigation:
Input validation should be implemented to ensure that user-supplied data is properly sanitized before being used in the application.