CVE-2022-49289
Last modified
CVE-2022-49289 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: uaccess: fix integer overflow on access_ok() Three architectures check the end of a user access against the address limit without taking a possible overflow into account. Passing a negative length or another overflow in here returns success when it should not. Use the most common correct implementation here, which optimizes for a constant 'size' argument, and turns the common case into a single comparison.. EPSS estimates a 0.26% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: uaccess: fix integer overflow on access_ok() Three architectures check the end of a user access against the address limit without taking a possible overflow into account. Passing a negative length or another overflow in here returns success when it should not. Use the most common correct implementation here, which optimizes for a constant 'size' argument, and turns the common case into a single comparison.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 3.2, < 5.15.32 |
| Linux | Linux Kernel | >= 5.16, < 5.16.18 |
| Linux | Linux Kernel | 5.17 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2022-49289?
How severe is CVE-2022-49289?
How do I fix CVE-2022-49289?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2022
- CVE-2022-49283In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49284In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49285In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49286In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2022-49287In the Linux kernel, the following vulnerability has been re…7
- CVE-2022-49288In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-4929A vulnerability was found in icplayer up to 0.818. It has be…6.1
- CVE-2022-49290In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-49291In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-49292In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-49293In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49294In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2022-49289?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
