Lucene search
K

Sophos Endpoint Protection 10.7 Insecure Cryptography Vulnerability

🗓️ 04 Apr 2018 00:00:00Reported by hyp3rlinxType 
zdt
 zdt
🔗 0day.today👁 39 Views

Sophos Endpoint Protection 10.7 Insecure Cryptography Vulnerability in Control Pane

Related
Code
ReporterTitlePublishedViews
Family
ATTACKERKB
CVE-2018-9233
5 Apr 201817:29
attackerkb
CNVD
Sophos Endpoint Protection Plaintext Password Disclosure Vulnerability
9 Apr 201800:00
cnvd
CVE
CVE-2018-9233
5 Apr 201817:00
cve
Cvelist
CVE-2018-9233
5 Apr 201817:00
cvelist
Exploit DB
Sophos Endpoint Protection Control Panel 10.7 - Weak Password Encryption
6 Apr 201800:00
exploitdb
EUVD
EUVD-2018-20827
7 Oct 202500:30
euvd
exploitpack
Sophos Endpoint Protection Control Panel 10.7 - Weak Password Encryption
6 Apr 201800:00
exploitpack
NVD
CVE-2018-9233
5 Apr 201817:29
nvd
OSV
CVE-2018-9233
5 Apr 201817:29
osv
Packet Storm
Sophos Endpoint Protection 10.7 Insecure Cryptography
4 Apr 201800:00
packetstorm
Rows per page
[+] Credits: John Page (aka hyp3rlinx)    

Vendor:
==========
www.sophos.com



Product:
===========
Sophos Endpoint Protection - Control Panel v10.7

Sophos Endpoint Protection helps secure your workstation by adding prevention, detection, and response technology on top of your operating system.
Sophos Endpoint Protection is designed for workstations running Windows and macOS. It adds exploit technique mitigations, CryptoGuard anti-ransomware,
anti-malware, web security, malicious traffic detection, and deep system cleanup.



Vulnerability Type:
===================
Insecure Crypto



CVE Reference:
==============
CVE-2018-9233



Security Issue:
================
Sophos endpoint protection control panel authentication uses weak unsalted unicoded cryptographic hash (SHA1) function, not using salt allows attackers that gain access to hash 
ability to conduct faster cracking attacks using pre-computed dictionaries, e.g. rainbow tables. This can potentially result in unauthorized access that could allow for
changing of settings, whitelist or unquarantine files.

Password and config for Sophos endpoint protection control panel is stored here:
C:\ProgramData\Sophos\Sophos Anti-Virus\Config\machine.xml

e.g.

SHA1 (Unicode) encoding non salted pass = abc123

<TamperProtectionManagement><settings>
<enabled>true</enabled><password>689307D2FC53AF0FB941BC1BB42737CE4F3EF540</password></settings>
</TamperProtectionManagement>


Using PHP's sha1 function with "mb_convert_encoding" as UTF-16LE we can verify.

C:\>php -r "print sha1(mb_convert_encoding('abc123', 'UTF-16LE', 'UTF-8'));"
689307d2fc53af0fb941bc1bb42737ce4f3ef540

#  0day.today [2018-04-09]  #

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