First published: Thu Mar 27 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: perf/x86/amd: fix potential integer overflow on shift of a int The left shift of int 32 bit integer constant 1 is evaluated using 32 bit arithmetic and then passed as a 64 bit function argument. In the case where i is 32 or more this can lead to an overflow. Avoid this by shifting using the BIT_ULL macro instead.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
Linux Kernel | >=5.4.22<5.4.231 | |
Linux Kernel | >=5.5.6<5.10.166 | |
Linux Kernel | >=5.11<5.15.91 | |
Linux Kernel | >=5.16<6.1.9 | |
Linux Kernel | =6.2-rc1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-49748 is classified as a medium severity vulnerability affecting the Linux kernel.
To fix CVE-2022-49748, update your Linux kernel to the latest stable version that addresses this vulnerability.
CVE-2022-49748 specifically affects systems running the affected versions of the Linux kernel.
CVE-2022-49748 can potentially lead to an integer overflow that may be exploited by an attacker to cause unexpected behavior.
CVE-2022-49748 is not typically considered remotely exploitable, but may depend on system configuration and use cases.