Lucene search
K

4828 matches found

Cvelist
Cvelist
added 2025/02/26 1:54 a.m.15 views

CVE-2022-49096 net: sfc: add missing xdp queue reinitialization

In the Linux kernel, the following vulnerability has been resolved: net: sfc: add missing xdp queue reinitialization After rx/tx ring buffer size is changed, kernel panic occurs when it acts XDPTX or XDPREDIRECT. When tx/rx ring buffer size is changedethtool -G, sfc driver reallocates and...

0.00226EPSS
Exploits0References4
OSV
OSV
added 2025/02/26 1:54 a.m.7 views

CVE-2022-49096 net: sfc: add missing xdp queue reinitialization

In the Linux kernel, the following vulnerability has been resolved: net: sfc: add missing xdp queue reinitialization After rx/tx ring buffer size is changed, kernel panic occurs when it acts XDPTX or XDPREDIRECT. When tx/rx ring buffer size is changedethtool -G, sfc driver reallocates and...

5.5CVSS5.5AI score0.00226EPSS
Exploits0References7
Vulnrichment
Vulnrichment
added 2025/02/26 1:54 a.m.0 views

CVE-2022-49096 net: sfc: add missing xdp queue reinitialization

In the Linux kernel, the following vulnerability has been resolved: net: sfc: add missing xdp queue reinitialization After rx/tx ring buffer size is changed, kernel panic occurs when it acts XDPTX or XDPREDIRECT. When tx/rx ring buffer size is changedethtool -G, sfc driver reallocates and...

6.7AI score0.00226EPSS
Exploits0References4
CVE
CVE
added 2025/02/26 1:54 a.m.98 views

CVE-2022-49096

Summary (CVE-2022-49096): In the Linux kernel net/sfc driver, changing rx/tx ring buffer size with ethtool -G led to a kernel panic when handling XDP_TX or XDP_REDIRECT because xdp queues (efx->xdp_tx_queues) were not reinitialized. The root cause was missing reinitialization of the XDP queues...

5.5CVSS5.5AI score0.00226EPSS
Exploits0References4Affected Software1
Debian CVE
Debian CVE
added 2025/02/26 1:54 a.m.8 views

CVE-2022-49096

In the Linux kernel, the following vulnerability has been resolved: net: sfc: add missing xdp queue reinitialization After rx/tx ring buffer size is changed, kernel panic occurs when it acts XDPTX or XDPREDIRECT. When tx/rx ring buffer size is changedethtool -G, sfc driver reallocates and...

5.5CVSS5.8AI score0.00226EPSS
Exploits0
Cvelist
Cvelist
added 2025/02/26 1:54 a.m.11 views

CVE-2022-49084 qede: confirm skb is allocated before using

In the Linux kernel, the following vulnerability has been resolved: qede: confirm skb is allocated before using qedebuildskb assumes buildskb always works and goes straight to skbreserve. However, buildskb can fail under memory pressure. This results in a kernel panic because the skb to reserve i...

0.00233EPSS
Exploits0References7
CVE
CVE
added 2025/02/26 1:54 a.m.94 views

CVE-2022-49084

Summary (CVE-2022-49084): The vulnerability in the Linux kernel affects the qede subsystem where qede_build_skb() assumes build_skb() always succeeds and proceeds to skb_reserve() even if it returns NULL under memory pressure. The fix adds a NULL check for build_skb() and returns NULL when alloca...

5.5CVSS5.2AI score0.00233EPSS
Exploits0References7Affected Software1
OSV
OSV
added 2025/02/26 1:54 a.m.7 views

CVE-2022-49084 qede: confirm skb is allocated before using

In the Linux kernel, the following vulnerability has been resolved: qede: confirm skb is allocated before using qedebuildskb assumes buildskb always works and goes straight to skbreserve. However, buildskb can fail under memory pressure. This results in a kernel panic because the skb to reserve i...

5.5CVSS5.1AI score0.00233EPSS
Exploits0References10
Debian CVE
Debian CVE
added 2025/02/26 1:54 a.m.6 views

CVE-2022-49084

In the Linux kernel, the following vulnerability has been resolved: qede: confirm skb is allocated before using qedebuildskb assumes buildskb always works and goes straight to skbreserve. However, buildskb can fail under memory pressure. This results in a kernel panic because the skb to reserve i...

5.5CVSS5.5AI score0.00233EPSS
Exploits0
Cvelist
Cvelist
added 2025/02/26 1:54 a.m.13 views

CVE-2022-49048 ipv6: fix panic when forwarding a pkt with no in6 dev

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix panic when forwarding a pkt with no in6 dev kongweibin reported a kernel panic in ip6forward when input interface has no in6 dev associated. The following tc commands were used to reproduce this panic: tc qdisc del dev...

0.00247EPSS
Exploits0References6
CVE
CVE
added 2025/02/26 1:54 a.m.63 views

CVE-2022-49048

CVE-2022-49048 (Linux kernel) : The vulnerability relates to the IPv6 forwarding path where a kernel panic can occur in ip6_forward() if the input interface has no in6 device. The issue has been resolved in the Linux kernel (as described in multiple advisories), with reproduction steps involving ...

5.5CVSS5.4AI score0.00247EPSS
Exploits0References6Affected Software1
CVE
CVE
added 2025/02/26 1:54 a.m.87 views

CVE-2021-47647

CVE-2021-47647 relates to the Linux kernel on Qualcomm IPQ8074 PCIe clock driver. The root cause is a missing clock parent setup in pcie0_rchng_clk_src: there were two declared parents but only one was actually provided via parent_hws, and the fix introduces the use of clk_parent_data to supply t...

5.5CVSS5.2AI score0.00232EPSS
Exploits0References5Affected Software1
Cvelist
Cvelist
added 2025/02/26 1:54 a.m.15 views

CVE-2021-47647 clk: qcom: ipq8074: fix PCI-E clock oops

In the Linux kernel, the following vulnerability has been resolved: clk: qcom: ipq8074: fix PCI-E clock oops Fix PCI-E clock related kernel oops that are caused by a missing clock parent. pcie0rchngclksrc has numparents set to 2 but only one parent is actually set via parenthws, it should also ha...

0.00232EPSS
Exploits0References5
Debian CVE
Debian CVE
added 2025/02/26 1:54 a.m.9 views

CVE-2021-47647

In the Linux kernel, the following vulnerability has been resolved: clk: qcom: ipq8074: fix PCI-E clock oops Fix PCI-E clock related kernel oops that are caused by a missing clock parent. pcie0rchngclksrc has numparents set to 2 but only one parent is actually set via parenthws, it should also ha...

5.5CVSS5.6AI score0.00232EPSS
Exploits0
Debian CVE
Debian CVE
added 2025/02/26 1:54 a.m.6 views

CVE-2021-47631

In the Linux kernel, the following vulnerability has been resolved: ARM: davinci: da850-evm: Avoid NULL pointer dereference With newer versions of GCC, there is a panic in da850evmconfigemac when booting multiv5defconfig in QEMU under the palmetto-bmc machine: Unable to handle kernel NULL pointer...

5.5CVSS5.6AI score0.00223EPSS
Exploits0
CNNVD
CNNVD
added 2025/02/26 12:0 a.m.4 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. Linux kernel has a security vulnerability that originates from a kernel panic in ath11k...

5.5CVSS5.4AI score0.00243EPSS
Exploits0References6
Positive Technologies
Positive Technologies
added 2025/02/26 12:0 a.m.3 views

PT-2025-8210 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability in the Linux kernel has been resolved, related to the f2fs file system. The issue is caused by a loop condition in the f2fs quota sync function, where the cnt variable...

5.5CVSS6.3AI score0.00241EPSS
Exploits0References15
Positive Technologies
Positive Technologies
added 2025/02/26 12:0 a.m.5 views

PT-2025-8433 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A issue in the Linux kernel has been resolved, related to the wl1251 driver. The introduction of vmap'ed stacks caused stack parameters to be unusable for DMA, leading to kernel panic...

6.5AI score0.00204EPSS
Exploits0References11
CNNVD
CNNVD
added 2025/02/26 12:0 a.m.2 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a panic in the hfi1 module when SDMA is disabled...

5.5CVSS6AI score0.00249EPSS
Exploits0References9
Positive Technologies
Positive Technologies
added 2025/02/26 12:0 a.m.2 views

PT-2025-8622 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A NULL pointer dereference issue has been identified in the Linux kernel, specifically in the xen-blkfront component. This issue occurs when a VBD is not fully created and then closed,...

6.8AI score
Exploits0References1
Rows per page
Query Builder