Buffer overflow in asylo - CVE-2020-8905

 

Buffer overflow in asylo - CVE-2020-8905

Published: August 12, 2020 / Updated: August 21, 2020


Vulnerability identifier: #VU45855
CSH Severity: Medium
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:U/U:Green
CVE-ID: CVE-2020-8905
CWE-ID: CWE-120
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vendor: Google
Affected software:
asylo

Detailed vulnerability description

The vulnerability allows a remote authenticated user to gain access to sensitive information.

A buffer length validation vulnerability in Asylo versions prior to 0.6.0 allows an attacker to read data they should not have access to. The 'enc_untrusted_recvfrom' function generates a return value which is deserialized by 'MessageReader', and copied into three different 'extents'. The length of the third 'extents' is controlled by the outside world, and not verified on copy, allowing the attacker to force Asylo to copy trusted memory data into an untrusted buffer of significantly small length.. We recommend updating Asylo to version 0.6.0 or later.


How to mitigate CVE-2020-8905

Install update from vendor's website.

Sources