Integer overflow in Linux

CVE-2022-48643

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: fix nft_counters_enabled underflow at nf_tables_addchain() syzbot is reporting underflow of nft_counters_enabled counter at nf_tables_addchain() [1], for commit 43eb8949cfdffa76 ("netfilter: nf_tables: do not leave chain stats enabled on error") missed that nf_tables_chain_destroy() after nft_basechain_init() in the error path of nf_tables_addchain() decrements the counter because nft_basechain_init() makes nft_is_base_chain() return true by setting NFT_CHAIN_BASE flag. Increment the counter immediately after returning from nft_basechain_init().

EPSS: 0.002 (14.2th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 5.5 (Medium). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H.

Affected products

  • Linux — versions c907dfe4eaca9665694a0340de1458a093abe354, 6d7ddee503951641f3ec6f0e3269446970bbcdab, 98a621ef45e3605c7487f7fa6fec7df94697d6a2
  • Linux Linux_kernel — versions 6.0

Weakness classification (CWE)

References

Frequently asked questions

What is CVE-2022-48643?
CVE-2022-48643 is a medium-severity vulnerability in Linux, classified under Integer Underflow. CVSS score: 5.5/10. Published 2024-04-28.
How severe is CVE-2022-48643?
Medium severity. CVSS v3 base score is 5.5 out of 10.