vendor:
Web Gateway
by:
muts
9,3
CVSS
HIGH
Remote File Inclusion (RFI)
98
CWE
Product Name: Web Gateway
Affected Version From: 5.0.2
Affected Version To: 5.0.2
Patch Exists: NO
Related CWE: N/A
CPE: a:symantec:web_gateway:5.0.2
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: None
2018
Symantec Web Gateway 5.0.2 Remote LFI root Exploit Proof of Concept
This exploit requires no authentication and uses a payload to create a script in the /tmp/networkScript directory which is sudoable and apache writable. The payload is encoded in base64 and is then executed using a PHP shell_exec command. The trigger is a GET request to the releasenotes.php file with a relative path to the access_log file.
Mitigation:
Ensure that all user-supplied input is validated and filtered before being used in a file or directory path.