CVE & CISA-KEV Catalog

CVE-2022-50749

UNSCORED

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.

How to fix

Remediation Available
linuxDebian
Fixed in:5.10.178-1CVE-2022-50749
Fixed in:6.1.4-1CVE-2022-50749
Fixed in:6.1.4-1CVE-2022-50749
Fixed in:6.1.4-1CVE-2022-50749

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3.1 Vector

No CVSS vector data available.

Exploit Intelligence

0.24%probability of exploitation in 30 days
15thpercentile

Low risk: more likely to be exploited than 15% of all known CVEs.

References

Embed a live status badge for CVE-2022-50749
CVE-2022-50749 severity badge

Markdown

[![CVE-2022-50749](https://tridentstack.com/cve/badge/CVE-2022-50749.svg)](https://tridentstack.com/cve/CVE-2022-50749)

HTML

<a href="https://tridentstack.com/cve/CVE-2022-50749"><img src="https://tridentstack.com/cve/badge/CVE-2022-50749.svg" alt="CVE-2022-50749"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

Start free

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2025-12-29.