| Reporter | Title | Published | Views | Family All 17 |
|---|---|---|---|---|
| Symantec Web Gateway 5.2.1 OS Command Injection Vilnerability | 1 Jan 201500:00 | – | zdt | |
| Symantec Web Gateway 5 restore.php Command Injection Exploit | 3 Mar 201500:00 | – | zdt | |
| CVE-2014-7285 | 4 Mar 201500:00 | – | circl | |
| Symantec Web Gateway OS Command Injection (CVE-2014-7285; CVE-2016-5313) | 25 Mar 201500:00 | – | checkpoint_advisories | |
| CVE-2014-7285 | 17 Dec 201416:00 | – | cve | |
| CVE-2014-7285 | 17 Dec 201416:00 | – | cvelist | |
| Symantec Web Gateway 5 - 'restore.php' (Authenticated) Command Injection (Metasploit) | 4 Mar 201500:00 | – | exploitdb | |
| Symantec Web Gateway 5 restore.php Post Authentication Command Injection | 27 Feb 201518:31 | – | metasploit | |
| CVE-2014-7285 | 17 Dec 201416:59 | – | nvd | |
| Symantec Web Gateway < 5.2.2 Command Injection Vulnerability | 18 Dec 201400:00 | – | openvas |
`------------------------------------------------------------------------------
Symantec Web Gateway <= 5.2.1 (restore.php) OS Command Injection Vulnerability
------------------------------------------------------------------------------
[-] Software Link:
http://www.symantec.com/web-gateway/
[-] Affected Versions:
Version 5.2.1 and prior versions.
[-] Vulnerability Description:
The vulnerable code is located in the /spywall/restore.php script:
79. $temp_file_name = trim($restore_file["tmp_name"]);
80. $upload_orig_name = basename($restore_file['name']);
81. //do this in case user change .des3 extnsion to .bak which is idential to backup file ...
82. $temp_orig_name = str_replace(".bak", ".des3",$upload_orig_name);
83.
84. $filePath = "/tmp/$temp_orig_name";
85.
86. syscall ("sudo rm -f $filePath"); //make sure this file not exists.
User input passed via the filename of uploaded files is not properly sanitised before being used in a
call to the "syscall()" function at line 86. This can be exploited to inject and execute arbitrary OS
commands with the privileges of the "root" user on the appliance.
NOTE: version 5.1.1 suffers from an access restriction issue as well, meaning that the vulnerability can
be exploited by any kind of user (even the ones with the lowest access privileges). In version 5.2.1 the
vulnerability has been fixed and proper authorization checks are in place, however the vulnerability has
been reintroduced in a different line of code and can be exploited only by administrator users.
[-] Solution:
Update to version 5.2.2.
[-] Disclosure Timeline:
[08/10/2014] - Vendor notified with vulnerability details
[05/11/2014] - Vendor reply this will be fixed in the next release
[16/12/2014] - Version 5.2.2 released
[16/12/2014] - Vendor publishes security bulletin
[31/12/2014] - Publication of this advisory
[-] CVE Reference:
The Common Vulnerabilities and Exposures project (cve.mitre.org)
has assigned the name CVE-2014-7285 to this vulnerability.
[-] Credits:
Vulnerability discovered by Egidio Romano, Secunia Research.
[-] Original Advisory:
http://karmainsecurity.com/KIS-2014-19
`
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation