LiveActive security incident?Get immediate response
CVE Record

CVE-2022-50749: acct: fix potential integer overflow in encode_comp_t()

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.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

CVE-2022-50749 is a Linux kernel issue in process accounting code. A numeric conversion can overflow when encoding accounting values. Public sources do not state a clear business impact, CVSS score, or active exploitation. Treat it as a kernel maintenance risk and prioritize through normal Linux patch governance.

Executive priority

Medium operational priority, but unknown security severity. Include in the next kernel patch cycle unless vendor guidance raises urgency for your environment.

Technical view

The flaw is in acct encode_comp_t(), where an int variable can exceed the 16-bit comp_t return type during exponent and mantissa encoding. The Linux kernel stable tree contains fixes across multiple supported branches. The available record does not describe privilege requirements, reachability, crash impact, or data integrity consequences.

Likely exposure

Exposure is limited to systems running affected Linux kernel versions or vendor kernels missing the stable fixes. Distribution backports may already include the correction, so version numbers alone may be misleading.

Exploitation context

No CISA KEV listing is provided, and the supplied sources do not report active exploitation or public exploit use. The practical exploitability and security impact are not established in the public record provided.

Researcher notes

The record identifies an integer overflow but lacks CVSS, CWE, impact narrative, and exploitation detail. Analysis should focus on code reachability through Linux process accounting and whether overflow changes observable accounting behavior or kernel safety properties.

Mitigation direction

  • Apply Linux distribution kernel updates that include the referenced stable fixes.
  • Check vendor advisories for affected kernel packages and backport status.
  • Prioritize internet-facing and multi-user Linux systems after vendor confirmation.
  • Reboot systems if required for the updated kernel to take effect.

Validation and detection

  • Inventory Linux kernel versions across servers, containers hosts, and appliances.
  • Compare installed kernels against vendor advisories and stable fix references.
  • Confirm whether distribution packages backported the acct encode_comp_t() fix.
  • Verify updated systems are booted into the corrected kernel.
Prepared
Confidence
medium
Sources
11

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cve · low confidence lookup

CVE-2022-50749 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

0CVSS vectors
0Timeline events
0ADP providers
10Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2unaffected
LinuxLinux2.6.12, 0, 4.9.337, 4.14.303, 4.19.270, 5.4.229, 5.10.163, 5.15.86, 6.0.16, 6.1.2, 6.2affected
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.