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 &#39;size&#39; argument, and turns the common case into a<br />
single comparison.
Impact
Base Score 3.x
7.10
Severity 3.x
HIGH
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:*:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



