CVE-2020-8905

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.
Configurations

Configuration 1 (hide)

cpe:2.3:a:google:asylo:*:*:*:*:*:*:*:*

History

21 Nov 2024, 05:39

Type Values Removed Values Added
CVSS v2 : 4.0
v3 : 6.5
v2 : 4.0
v3 : 2.8
References () https://github.com/google/asylo/commit/299f804acbb95a612ab7c504d25ab908aa59ae93 - Patch, Third Party Advisory () https://github.com/google/asylo/commit/299f804acbb95a612ab7c504d25ab908aa59ae93 - Patch, Third Party Advisory

Information

Published : 2020-08-12 19:15

Updated : 2024-11-21 05:39


NVD link : CVE-2020-8905

Mitre link : CVE-2020-8905

CVE.ORG link : CVE-2020-8905


JSON object : View

Products Affected

google

  • asylo
CWE
CWE-120

Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')