CVE-2022-49289

Severity CVSS v4.0:
Pending analysis
Type:
CWE-190 Integer Overflow or Wraparound
Publication date:
26/02/2025
Last modified:
22/09/2025

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> uaccess: fix integer overflow on access_ok()<br /> <br /> Three architectures check the end of a user access against the<br /> address limit without taking a possible overflow into account.<br /> Passing a negative length or another overflow in here returns<br /> success when it should not.<br /> <br /> Use the most common correct implementation here, which optimizes<br /> for a constant &amp;#39;size&amp;#39; argument, and turns the common case into a<br /> single comparison.

Vulnerable products and versions

CPE From Up to
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 3.2 (including) 5.15.32 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.16 (including) 5.16.18 (excluding)
cpe:2.3:o:linux:linux_kernel:5.17:*:*:*:*:*:*:*