Lucene search
K

Symantec Web Gateway 5.2.1 OS Command Injection Vilnerability

🗓️ 01 Jan 2015 00:00:00Reported by EgiXType 
zdt
 zdt
🔗 0day.today👁 40 Views

Symantec Web Gateway 5.2.1 OS Command Injection Vulnerability. Insecure code execution via uploaded file names leading to arbitrary OS command execution as root. Fix in version 5.2.2

Related
Code
------------------------------------------------------------------------------
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.

#  0day.today [2018-03-01]  #

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