CVE-2022-50212
BaseFortify
Publication date: 2025-06-18
Last updated on: 2025-11-19
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-416 | The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's netfilter nf_tables component allows a chain ID to refer to a chain in a different table during lookups. This can cause a rule added to one table to incorrectly link to a chain in another table, leading to expressions in the rule referring to objects from the original table. If the original table is removed, the rule remains linked to the other table's chain, causing a use-after-free error when processing or removing expressions in the rule.
How can this vulnerability impact me? :
The vulnerability can lead to use-after-free errors in the kernel, which may cause system instability, crashes, or potential exploitation by attackers to execute arbitrary code or escalate privileges.