Executive Summary

Informations
Name CVE-2022-49622 First vendor Publication 2025-02-26
Vendor Cve Last vendor Modification 2025-03-24

Security-Database Scoring CVSS v3

Cvss vector : N/A
Overall CVSS Score NA
Base Score NA Environmental Score NA
impact SubScore NA Temporal Score NA
Exploitabality Sub Score NA
 
Calculate full CVSS 3.0 Vectors scores

Security-Database Scoring CVSS v2

Cvss vector :
Cvss Base Score N/A Attack Range N/A
Cvss Impact Score N/A Attack Complexity N/A
Cvss Expoit Score N/A Authentication N/A
Calculate full CVSS 2.0 Vectors scores

Detail

In the Linux kernel, the following vulnerability has been resolved:

netfilter: nf_tables: avoid skb access on nf_stolen

When verdict is NF_STOLEN, the skb might have been freed.

When tracing is enabled, this can result in a use-after-free: 1. access to skb->nf_trace 2. access to skb->mark 3. computation of trace id 4. dump of packet payload

To avoid 1, keep a cached copy of skb->nf_trace in the trace state struct. Refresh this copy whenever verdict is != STOLEN.

Avoid 2 by skipping skb->mark access if verdict is STOLEN.

3 is avoided by precomputing the trace id.

Only dump the packet when verdict is not "STOLEN".

Original Source

Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-49622

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 8
Os 3543

Sources (Detail)

https://git.kernel.org/stable/c/0016d5d46d7440729a3132f61a8da3bf7f84e2ba
https://git.kernel.org/stable/c/e34b9ed96ce3b06c79bf884009b16961ca478f87
Source Url

Alert History

If you want to see full details history, please login or register.
0
1
2
3
4
5
6
7
8
9
Date Informations
2025-06-26 02:10:05
  • Multiple Updates
2025-06-25 12:22:55
  • Multiple Updates
2025-06-24 02:14:40
  • Multiple Updates
2025-05-27 02:11:25
  • Multiple Updates
2025-03-28 17:20:57
  • Multiple Updates
2025-03-28 13:35:18
  • Multiple Updates
2025-03-28 02:57:23
  • Multiple Updates
2025-03-25 00:21:11
  • Multiple Updates
2025-02-28 00:20:33
  • Multiple Updates
2025-02-26 17:20:30
  • First insertion