lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Mon, 8 Feb 2016 09:51:03 -0500
From: Mike Lisi <mike.codes.things@...il.com>
To: fulldisclosure@...lists.org
Subject: [FD] CVE-2016-2046 Cross Site Scripting in Sophos UTM 9

-----------
Vendor:
-----------
Sophos (https://www.sophos.com)

-----------------------------------------
Affected Products/Versions:
-----------------------------------------
Product: Sophos UTM 9
Version: 9.350-12 with pattern version 92405 (potentially lower)

----------------
Description:
----------------
Title: Cross-site Scripting (XSS) in Sophos UTM 9
CVE: CVE-2016-2046
Researcher: Mike Lisi - HALOCK Security Labs (@MikeHacksThings)

A cross-site scripting vulnerability exists in Sophos UTM 9.350-12 with pattern version 92405 that allows attackers to craft a hyperlink that contains a reflected XSS payload via the ‘lang’ parameter. If visited by the targeted user, the XSS payload gets stored in a local cookie variable which is re-executed whenever the UserPortal landing page is visited. By not properly sanitizing the language selection parameter, an attacker can inject arbitrary Javascript or modify page contents by injecting remote HTML content. This does not require that the user be authenticated to the application.

Typically this would all be considered Reflected XSS, however, once one of the PoC links is visited by the targeted user, the data passed via the ‘lang’ parameter is stored in a local cookie file named ‘eup_force_lang’ on the user’s machine. Once the cookie is set, the user no longer needs to visit the malicious crafted links discussed before. The cookie data is injected into the page automatically. This persists until the cookie is cleared from the browser.

-------------------------------------------------------------
POC - Authentication not required:
-------------------------------------------------------------
https://XXX.XXX.XXX.XXX/?lang=english”;alert(‘xss’);//

-------------
Solution:
-------------
UTM 9.353 was officially announced and released on January 28, 2016 which includes a fix to address this vulnerability.

----------------
Reference:
----------------
CVE-2016-2046
https://blogs.sophos.com/2016/01/28/utm-up2date-9-353-released/
http://www.halock.com/blog/cve-2016-2046-cross-site-scripting-sophos-utm-9/

_______________________________________________
Sent through the Full Disclosure mailing list
https://nmap.org/mailman/listinfo/fulldisclosure
Web Archives & RSS: http://seclists.org/fulldisclosure/

Powered by blists - more mailing lists