CVE-2022-50749
Published: Dec 24, 2025
Modified: May 11, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: acct: fix potential integer overflow in encode_comp_t() The integer overflow is descripted with following codes: > 317 static comp_t encode_comp_t(u64 value) > 318 { > 319 int exp, rnd; ...... > 341 exp <<= MANTSIZE; > 342 exp += value; > 343 return exp; > 344 } Currently comp_t is defined as type of '__u16', but the variable 'exp' is type of 'int', so overflow would happen when variable 'exp' in line 343 is greater than 65535.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 - < e93f995a591c352d35d89c518c54f790e1537754affected 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 - < cf60bbca1b83a7e0927e36dbf178328982927886affected 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 - < 1750a0983c455a9b3badd848471fc8d58cb61f67affected 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 - < a815a3e019456c94b03bd183e7ac22fd29e9e6fdaffected 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 - < 6edd0cdee5780fd5f43356b72b29a2a6d48ef6da+4 more versions |
Linux | Linux | affected 2.6.12unaffected 0 - < 2.6.12unaffected 4.9.337 - <= 4.9.*unaffected 4.14.303 - <= 4.14.*unaffected 4.19.270 - <= 4.19.*+6 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now