CVE-2022-49785

Publication date

2025-05-01 14:09:18

Family

Linux

State

PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: x86/sgx: Add overflow check in sgx_validate_offset_length() sgx_validate_offset_length() function verifies "offset" and "length" arguments provided by userspace, but was missing an overflow check on their addition. Add it.