CVE-2022-49785
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
01/05/2025
Last modified:
02/05/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
x86/sgx: Add overflow check in sgx_validate_offset_length()<br />
<br />
sgx_validate_offset_length() function verifies "offset" and "length"<br />
arguments provided by userspace, but was missing an overflow check on<br />
their addition. Add it.