CVE-2022-49748
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Summary
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.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | d8a6a443ff0aea5893f0a7f2726973b496b76420 < fbf7b0e4cef3b5470b610f14fb9faa5ee7f63954 | affected |
| Linux | Linux | 471af006a747f1c535c8a8c6c0973c320fe01b22 < f84c9b72fb200633774704d8020f769c88a4b249 | affected |
| Linux | Linux | 471af006a747f1c535c8a8c6c0973c320fe01b22 < 14cc13e433e1067557435b1adbf05608d7d47a93 | affected |
| Linux | Linux | 471af006a747f1c535c8a8c6c0973c320fe01b22 < a4d01fb87ece45d4164fd725890211ccf9a307a9 | affected |
| Linux | Linux | 471af006a747f1c535c8a8c6c0973c320fe01b22 < 08245672cdc6505550d1a5020603b0a8d4a6dcc7 | affected |
| Linux | Linux | 3512462036dbe44d88e93e75ee8a993781183ddb | affected |
| Linux | Linux | 5.4.22 < 5.4.231 | affected |
| Linux | Linux | 5.5.6 < 5.6 | affected |
| Linux | Linux | 5.6 | affected |
| Linux | Linux | 0 < 5.6 | unaffected |
| Linux | Linux | 5.4.231 <= 5.4.* | unaffected |
| Linux | Linux | 5.10.166 <= 5.10.* | unaffected |
| Linux | Linux | 5.15.91 <= 5.15.* | unaffected |
| Linux | Linux | 6.1.9 <= 6.1.* | unaffected |
| Linux | Linux | 6.2 <= * | unaffected |
Weaknesses
ADP Enrichment
CISA ADP Vulnrichment
- SSVC:
- Exploitation: none
- Automatable: no
- Technical Impact: partial
References
- https://git.kernel.org/stable/c/fbf7b0e4cef3b5470b610f14fb9faa5ee7f63954
- https://git.kernel.org/stable/c/f84c9b72fb200633774704d8020f769c88a4b249
- https://git.kernel.org/stable/c/14cc13e433e1067557435b1adbf05608d7d47a93
- https://git.kernel.org/stable/c/a4d01fb87ece45d4164fd725890211ccf9a307a9
- https://git.kernel.org/stable/c/08245672cdc6505550d1a5020603b0a8d4a6dcc7
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.