Lucene search
+L

3572 matches found

Debian CVE
Debian CVE
added 2025/02/26 2:23 a.m.21 views

CVE-2022-49622

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: avoid skb access on nfstolen When verdict is NFSTOLEN, the skb might have been freed. When tracing is enabled, this can result in a use-after-free: 1. access to skb-nftrace 2. access to skb-mark 3. computatio...

7.8CVSS5.4AI score0.0025EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/02/26 2:23 a.m.31 views

CVE-2022-49622 netfilter: nf_tables: avoid skb access on nf_stolen

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: avoid skb access on nfstolen When verdict is NFSTOLEN, the skb might have been freed. When tracing is enabled, this can result in a use-after-free: 1. access to skb-nftrace 2. access to skb-mark 3. computatio...

7.8CVSS0.0025EPSS
SaveExploits0References2
CVE
CVE
added 2025/02/26 2:23 a.m.132 views

CVE-2022-49622

CVE-2022-49622 (Linux kernel) describes a use-after-free risk in nf_tables when verdict is NF_STOLEN in netfilter, where skb freeing may have occurred. The fix prevents illegal skb access by: (1) caching skb->nf_trace in the trace state and refreshing it when verdict != STOLEN; (2) skipping sk...

7.8CVSS5.4AI score0.0025EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/02/26 2:14 a.m.19 views

CVE-2022-49561 netfilter: conntrack: re-fetch conntrack after insertion

In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: re-fetch conntrack after insertion In case the conntrack is clashing, insertion can free skb-nfct and set skb-nfct to the already-confirmed entry. This wasn't found before because the conntrack entry and the...

9.8CVSS5.2AI score
SaveExploits0References11
Vulnrichment
Vulnrichment
added 2025/02/26 2:13 a.m.1 views

CVE-2022-49497 net: remove two BUG() from skb_checksum_help()

In the Linux kernel, the following vulnerability has been resolved: net: remove two BUG from skbchecksumhelp I have a syzbot report that managed to get a crash in skbchecksumhelp If syzbot can trigger these BUG, it makes sense to replace them with more friendly WARNONONCE since skbchecksumhelp ca...

6.5AI score0.00263EPSS
SaveExploits0References5
CVE
CVE
added 2025/02/26 2:12 a.m.92 views

CVE-2022-49417

CVE-2022-49417 involves the Linux kernel component iwlwifi/mei. The issue is a potential NULL-ptr dereference that could occur when SKB allocation fails; the fix was to skip using the NULL pointer instead of dereferencing it. This vulnerability is described as resolved in multiple sources and is ...

5.5CVSS5.4AI score0.00253EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2025/02/26 2:10 a.m.132 views

CVE-2022-49340

The CVE-2022-49340 entry refers to the Linux kernel GRE/IPGRE path where ipgre_xmit validates csum_start for CHECKSUM_PARTIAL packets. The issue arose when skb_pull and GRE with TUNNEL_CSUM could cause an overflow via lco_csum if skb_checksum_start(skb) was compared against skb->data without p...

7.1CVSS6.2AI score0.00281EPSS
SaveExploits0References7Affected Software1
CVE
CVE
added 2025/02/26 2:10 a.m.132 views

CVE-2022-49326

CVE-2022-49326 affects RTL818x wireless in Linux kernel (rtl8180/rtl8185/rtl8187se family). The issue arises from using not initialized tx queues, where reading ring->entries when zero can crash the kernel. The fix patches the driver to ignore priority for cards with a single TX queue and to p...

5.5CVSS6.4AI score0.0029EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2025/02/26 2:10 a.m.32 views

CVE-2022-49326 rtl818x: Prevent using not initialized queues

In the Linux kernel, the following vulnerability has been resolved: rtl818x: Prevent using not initialized queues Using not existing queues can panic the kernel with rtl8180/rtl8185 cards. Ignore the skb priority for those cards, they only have one tx queue. Pierre Asselin [email protected] reported t...

0.0029EPSS
SaveExploits0References9
OSV
OSV
added 2025/02/26 2:10 a.m.21 views

CVE-2022-49326 rtl818x: Prevent using not initialized queues

In the Linux kernel, the following vulnerability has been resolved: rtl818x: Prevent using not initialized queues Using not existing queues can panic the kernel with rtl8180/rtl8185 cards. Ignore the skb priority for those cards, they only have one tx queue. Pierre Asselin [email protected] reported t...

5.5CVSS5.3AI score
SaveExploits0References12
Vulnrichment
Vulnrichment
added 2025/02/26 1:56 a.m.8 views

CVE-2022-49275 can: m_can: m_can_tx_handler(): fix use after free of skb

In the Linux kernel, the following vulnerability has been resolved: can: mcan: mcantxhandler: fix use after free of skb canputechoskb will clone skb then free the skb. Move the canputechoskb for the mcan version 3.0.x directly before the start of the xmit in hardware, similar to the 3.1.x branch...

7.8CVSS7.6AI score0.00276EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/02/26 1:56 a.m.16 views

CVE-2022-49275

In the Linux kernel, the following vulnerability has been resolved: can: mcan: mcantxhandler: fix use after free of skb canputechoskb will clone skb then free the skb. Move the canputechoskb for the mcan version 3.0.x directly before the start of the xmit in hardware, similar to the 3.1.x branch...

7.8CVSS5.4AI score0.00276EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 1:56 a.m.22 views

CVE-2022-49275 can: m_can: m_can_tx_handler(): fix use after free of skb

In the Linux kernel, the following vulnerability has been resolved: can: mcan: mcantxhandler: fix use after free of skb canputechoskb will clone skb then free the skb. Move the canputechoskb for the mcan version 3.0.x directly before the start of the xmit in hardware, similar to the 3.1.x branch...

7.8CVSS5.7AI score
SaveExploits0References12
Cvelist
Cvelist
added 2025/02/26 1:56 a.m.32 views

CVE-2022-49275 can: m_can: m_can_tx_handler(): fix use after free of skb

In the Linux kernel, the following vulnerability has been resolved: can: mcan: mcantxhandler: fix use after free of skb canputechoskb will clone skb then free the skb. Move the canputechoskb for the mcan version 3.0.x directly before the start of the xmit in hardware, similar to the 3.1.x branch...

7.8CVSS0.00276EPSS
SaveExploits0References9
CVE
CVE
added 2025/02/26 1:56 a.m.189 views

CVE-2022-49275

CVE-2022-49275 affects the Linux kernel CAN subsystem (m_can). The issue is a use-after-free in can_tx_handler() related to skb handling when can_put_echo_skb() clones and frees skb. The fix moves can_put_echo_skb() for m_can 3.0.x to occur directly before hardware xmit, aligning with the 3.1.x b...

7.8CVSS5.5AI score0.00276EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2025/02/26 1:55 a.m.46 views

CVE-2022-49198 mptcp: Fix crash due to tcp_tsorted_anchor was initialized before release skb

In the Linux kernel, the following vulnerability has been resolved: mptcp: Fix crash due to tcptsortedanchor was initialized before release skb Got crash when doing pressure test of mptcp: =========================================================================== dstrelease: dst:ffffa06ce6e5c058...

0.00256EPSS
SaveExploits0References4
OSV
OSV
added 2025/02/26 1:55 a.m.22 views

CVE-2022-49198 mptcp: Fix crash due to tcp_tsorted_anchor was initialized before release skb

In the Linux kernel, the following vulnerability has been resolved: mptcp: Fix crash due to tcptsortedanchor was initialized before release skb Got crash when doing pressure test of mptcp: =========================================================================== dstrelease: dst:ffffa06ce6e5c058...

5.1AI score
SaveExploits0References7
CVE
CVE
added 2025/02/26 1:55 a.m.86 views

CVE-2022-49198

CVE-2022-49198 targets the Linux kernel’s mptcp path. According to multiple sources, the vulnerability stems from a race in __mptcp_alloc_tx_skb where skb->tcp_tsorted_anchor is initialized before the skb release path under memory pressure, causing kfree_skb to release the destination twice an...

5.5CVSS5.3AI score0.00256EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.65 views

CVE-2022-49198

In the Linux kernel, the following vulnerability has been resolved: mptcp: Fix crash due to tcptsortedanchor was initialized before release skb Got crash when doing pressure test of mptcp: =========================================================================== dstrelease: dst:ffffa06ce6e5c058...

5.5CVSS5.5AI score0.00256EPSS
SaveExploits0
CVE
CVE
added 2025/02/26 1:55 a.m.172 views

CVE-2022-49153

CVE-2022-49153 affects the Linux kernel via the wireguard path: when sending to a peer, skb memory is not freed if IPv6 is disabled, causing a memory leak. The root cause is missing kfree_skb() in the send6() handling within wg_socket_send_buffer_to_peer/..send_buffer_to_peer() and related code p...

5.5CVSS5.4AI score0.00256EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder