PT-2024-11839 · Linux+1 · Linux Kernel+1
Published
2022-11-24
·
Updated
2025-09-29
·
CVE-2022-48974
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A vulnerability has been resolved in the Linux kernel related to the netfilter conntrack module. The issue occurs when
nf conntrack hash check insert() fails in nf ct ext valid pre/post(), causing NF CT STAT INC() to be called in a preemptible context, which can trigger a call trace. The patch fixes this by using NF CT STAT INC ATOMIC() for the nf ct ext valid pre/post() check in nf conntrack hash check insert() and nf ct ext valid post() in nf conntrack confirm(). The nf ct ext valid pre() check in nf conntrack confirm() is safe to use NF CT STAT INC() as it is under local bh disable().Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel
Red Hat