Lucene search
K

4827 matches found

OSV
OSV
added 2025/02/27 2:15 a.m.1 views

UBUNTU-CVE-2024-57992

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: unregister wiphy only if it has been registered There is a specific error path in probe functions in wilc drivers both sdio and spi which can lead to kernel panic, as this one for example when using SPI: Unable to...

5.5CVSS5.7AI score0.00105EPSS
Exploits0References5
Debian CVE
Debian CVE
added 2025/02/27 2:12 a.m.6 views

CVE-2024-58019

In the Linux kernel, the following vulnerability has been resolved: nvkm/gsp: correctly advance the read pointer of GSP message queue A GSP event message consists three parts: message header, RPC header, message body. GSP calculates the number of pages to write from the total size of a GSP messag...

5.5CVSS5.6AI score0.0001EPSS
Exploits0
Cvelist
Cvelist
added 2025/02/27 2:12 a.m.8 views

CVE-2024-58019 nvkm/gsp: correctly advance the read pointer of GSP message queue

In the Linux kernel, the following vulnerability has been resolved: nvkm/gsp: correctly advance the read pointer of GSP message queue A GSP event message consists three parts: message header, RPC header, message body. GSP calculates the number of pages to write from the total size of a GSP messag...

0.0001EPSS
Exploits0References3
Cvelist
Cvelist
added 2025/02/27 2:7 a.m.8 views

CVE-2025-21720 xfrm: delete intermediate secpath entry in packet offload mode

In the Linux kernel, the following vulnerability has been resolved: xfrm: delete intermediate secpath entry in packet offload mode Packets handled by hardware have added secpath as a way to inform XFRM core code that this path was already handled. That secpath is not needed at all after policy is...

0.00018EPSS
Exploits0References4
Debian CVE
Debian CVE
added 2025/02/27 2:7 a.m.6 views

CVE-2025-21720

In the Linux kernel, the following vulnerability has been resolved: xfrm: delete intermediate secpath entry in packet offload mode Packets handled by hardware have added secpath as a way to inform XFRM core code that this path was already handled. That secpath is not needed at all after policy is...

5.5CVSS5.8AI score0.00018EPSS
Exploits0
CVE
CVE
added 2025/02/27 2:7 a.m.112 views

CVE-2025-21720

CVE-2025-21720 affects the Linux kernel XFRM/IPsec offload path. When IP forwarding is enabled, a secpath entry added for hardware offload isn’t removed after policy checks, causing re-entry into the TX path with xfrm_offload set and a NULL pointer dereference in mlx5 core driver during packet pr...

5.5CVSS5.2AI score0.00018EPSS
Exploits0References4Affected Software1
OSV
OSV
added 2025/02/27 2:7 a.m.5 views

CVE-2025-21720 xfrm: delete intermediate secpath entry in packet offload mode

In the Linux kernel, the following vulnerability has been resolved: xfrm: delete intermediate secpath entry in packet offload mode Packets handled by hardware have added secpath as a way to inform XFRM core code that this path was already handled. That secpath is not needed at all after policy is...

5.5CVSS6.1AI score0.00018EPSS
Exploits0References7
Debian CVE
Debian CVE
added 2025/02/27 2:7 a.m.5 views

CVE-2024-57992

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: unregister wiphy only if it has been registered There is a specific error path in probe functions in wilc drivers both sdio and spi which can lead to kernel panic, as this one for example when using SPI: Unable to...

5.5CVSS5.5AI score0.00105EPSS
Exploits0
CVE
CVE
added 2025/02/27 2:7 a.m.37 views

CVE-2024-57992

CVE-2024-57992 relates to the Linux kernel wi lc1000 wireless driver where a race between wiphy allocation and registration could trigger a kernel panic. The issue arises from an error path in wilc drivers (sdio and SPI) that may call wiphy_unregister on a wiphy that has not been registered, lead...

5.5CVSS6.5AI score0.00105EPSS
Exploits0References2Affected Software1
Cvelist
Cvelist
added 2025/02/27 2:7 a.m.9 views

CVE-2024-57992 wifi: wilc1000: unregister wiphy only if it has been registered

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: unregister wiphy only if it has been registered There is a specific error path in probe functions in wilc drivers both sdio and spi which can lead to kernel panic, as this one for example when using SPI: Unable to...

0.00105EPSS
Exploits0References2
OSV
OSV
added 2025/02/27 2:7 a.m.5 views

CVE-2024-57992 wifi: wilc1000: unregister wiphy only if it has been registered

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: unregister wiphy only if it has been registered There is a specific error path in probe functions in wilc drivers both sdio and spi which can lead to kernel panic, as this one for example when using SPI: Unable to...

5.5CVSS6.4AI score0.00105EPSS
Exploits0References5
Positive Technologies
Positive Technologies
added 2025/02/27 12:0 a.m.5 views

PT-2025-8800 · 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. The issue is related to the kvzalloc node function not performing a runtime check on the node argument, which can lead to...

7.8CVSS7.5AI score0.00279EPSS
Exploits3References814
NVD
NVD
added 2025/02/26 7:1 a.m.12 views

CVE-2022-49726

In the Linux kernel, the following vulnerability has been resolved: clocksource: hyper-v: unexport init-annotated hvinitclocksource EXPORTSYMBOL and init is a bad combination because the .init.text section is freed up after the initialization. Hence, modules cannot use symbols annotated init. The...

5.5CVSS0.00065EPSS
Exploits0References5
NVD
NVD
added 2025/02/26 7:1 a.m.6 views

CVE-2022-49675

In the Linux kernel, the following vulnerability has been resolved: tick/nohz: unexport init-annotated ticknohzfullsetup EXPORTSYMBOL and init is a bad combination because the .init.text section is freed up after the initialization. Hence, modules cannot use symbols annotated init. The access to ...

5.5CVSS0.00064EPSS
Exploits0References4
NVD
NVD
added 2025/02/26 7:1 a.m.11 views

CVE-2022-49625

In the Linux kernel, the following vulnerability has been resolved: sfc: fix kernel panic when creating VF When creating VFs a kernel panic can happen when calling to efxef10tryupdatenicstatsvf. When releasing a DMA coherent buffer, sometimes, I don't know in what specific circumstances, it has t...

5.5CVSS0.0001EPSS
Exploits0References8
OSV
OSV
added 2025/02/26 7:1 a.m.3 views

DEBIAN-CVE-2022-49625

In the Linux kernel, the following vulnerability has been resolved: sfc: fix kernel panic when creating VF When creating VFs a kernel panic can happen when calling to efxef10tryupdatenicstatsvf. When releasing a DMA coherent buffer, sometimes, I don't know in what specific circumstances, it has t...

5.5CVSS5.3AI score0.0001EPSS
Exploits0References1
NVD
NVD
added 2025/02/26 7:1 a.m.9 views

CVE-2022-49615

In the Linux kernel, the following vulnerability has been resolved: ASoC: rt711-sdca: fix kernel NULL pointer dereference when IO error The initial settings will be written before the codec probe function. But, the rt711-component doesn't be assigned yet. If IO error happened during initial...

5.5CVSS0.00125EPSS
Exploits0References3
OSV
OSV
added 2025/02/26 7:1 a.m.1 views

DEBIAN-CVE-2022-49584

In the Linux kernel, the following vulnerability has been resolved: ixgbe: Add locking to prevent panic when setting sriovnumvfs to zero It is possible to disable VFs while the PF driver is processing requests from the VF driver. This can result in a panic. BUG: unable to handle kernel paging...

5.5CVSS5.3AI score0.00011EPSS
Exploits0References1
NVD
NVD
added 2025/02/26 7:1 a.m.19 views

CVE-2022-49500

In the Linux kernel, the following vulnerability has been resolved: wl1251: dynamically allocate memory used for DMA With introduction of vmap'ed stacks, stack parameters can no longer be used for DMA and now leads to kernel panic. It happens at several places for the wl1251 e.g. when accessed...

5.5CVSS0.00135EPSS
Exploits0References2
OSV
OSV
added 2025/02/26 7:1 a.m.2 views

DEBIAN-CVE-2022-49500

In the Linux kernel, the following vulnerability has been resolved: wl1251: dynamically allocate memory used for DMA With introduction of vmap'ed stacks, stack parameters can no longer be used for DMA and now leads to kernel panic. It happens at several places for the wl1251 e.g. when accessed...

5.5CVSS5.4AI score0.00135EPSS
Exploits0References1
Rows per page
Query Builder