CVE-2022-50749
Integer Overflow in Linux Kernel acct encode_comp_t() Function
Publication date: 2025-12-24
Last updated on: 2025-12-24
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
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 an integer overflow in the Linux kernel function encode_comp_t() within the acct subsystem. The function uses a variable 'exp' of type int, which can overflow when its value exceeds 65535, since the return type comp_t is defined as an unsigned 16-bit integer (__u16). This overflow can cause incorrect encoding of values.
How can this vulnerability impact me? :
The integer overflow in encode_comp_t() could lead to incorrect processing or encoding of accounting data in the Linux kernel. This may result in inaccurate system accounting information or potentially unexpected behavior in kernel components relying on this data. However, specific impacts beyond this are not detailed.