CVE-2022-50511
BaseFortify
Publication date: 2025-10-07
Last updated on: 2026-03-17
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 2.6.23 |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is related to undefined behavior in the Linux kernel's font handling code. Specifically, it involves a bit shift operation on a signed 32-bit integer by 31 bits, which is undefined behavior in C programming. The fix changes the significant bit to be treated as unsigned to avoid this issue. The problem was detected by UBSAN (Undefined Behavior Sanitizer) which reported a shift-out-of-bounds error in the get_default_font function.
How can this vulnerability impact me? :
The vulnerability involves undefined behavior in kernel code, which could potentially lead to unpredictable behavior or crashes in the Linux kernel's font subsystem. However, there is no explicit information about exploitation or direct impact on system security or stability provided.