Lucene search
+L

18171 matches found

Tenable Nessus
Tenable Nessus
added 2026/02/05 12:00 a.m.10 views

AlmaLinux 10 : kernel (ALSA-2026:1690)

The remote AlmaLinux 10 host has packages installed that are affected by multiple vulnerabilities as referenced in the ALSA-2026:1690 advisory. kernel: Linux kernel: irqchip/gic-v2m use-after-free vulnerability CVE-2025-37819 kernel: RDMA/core: Fix KASAN: slab-use-after-free Read in...

9.8CVSS8AI score0.00548EPSS
SaveExploits3References21
NVD
NVD
added 2026/02/04 5:16 p.m.13 views

CVE-2026-23098

In the Linux kernel, the following vulnerability has been resolved: netrom: fix double-free in nrrouteframe In nrrouteframe, oldskb is immediately freed without checking if nrneigh-ax25 pointer is NULL. Therefore, if nrneigh-ax25 is NULL, the caller function will free oldskb again, causing a...

8.8CVSS0.00177EPSS
SaveExploits0References7
NVD
NVD
added 2026/02/04 5:16 p.m.9 views

CVE-2026-23068

In the Linux kernel, the following vulnerability has been resolved: spi: spi-sprd-adi: Fix double free in probe error path The driver currently uses spiallochost to allocate the controller but registers it using devmspiregistercontroller. If devmregisterrestarthandler fails, the code jumps to the...

7.8CVSS0.00129EPSS
SaveExploits0References5
NVD
NVD
added 2026/02/04 5:16 p.m.12 views

CVE-2026-23056

In the Linux kernel, the following vulnerability has been resolved: uacce: implement mremap in uaccevmops to return -EPERM The current uaccevmops does not support the mremap operation of vmoperationsstruct. Implement .mremap to return -EPERM to remind users. The reason we need to explicitly disab...

0.00177EPSS
SaveExploits0References7
OSV
OSV
added 2026/02/04 5:16 p.m.14 views

UBUNTU-CVE-2026-23098

In the Linux kernel, the following vulnerability has been resolved: netrom: fix double-free in nrrouteframe In nrrouteframe, oldskb is immediately freed without checking if nrneigh-ax25 pointer is NULL. Therefore, if nrneigh-ax25 is NULL, the caller function will free oldskb again, causing a...

8.8CVSS5.7AI score0.00177EPSS
SaveExploits0References35
UbuntuCve
UbuntuCve
added 2026/02/04 5:16 p.m.9 views

CVE-2026-23098

In the Linux kernel, the following vulnerability has been resolved: netrom: fix double-free in nrrouteframe In nrrouteframe, oldskb is immediately freed without checking if nrneigh-ax25 pointer is NULL. Therefore, if nrneigh-ax25 is NULL, the caller function will free oldskb again, causing a...

8.8CVSS6.8AI score0.00177EPSS
SaveExploits0References33
UbuntuCve
UbuntuCve
added 2026/02/04 5:16 p.m.9 views

CVE-2026-23068

In the Linux kernel, the following vulnerability has been resolved: spi: spi-sprd-adi: Fix double free in probe error path The driver currently uses spiallochost to allocate the controller but registers it using devmspiregistercontroller. If devmregisterrestarthandler fails, the code jumps to the...

7.8CVSS6.6AI score0.00129EPSS
SaveExploits0References20
UbuntuCve
UbuntuCve
added 2026/02/04 5:16 p.m.10 views

CVE-2026-23056

In the Linux kernel, the following vulnerability has been resolved: uacce: implement mremap in uaccevmops to return -EPERM The current uaccevmops does not support the mremap operation of vmoperationsstruct. Implement .mremap to return -EPERM to remind users. The reason we need to explicitly disab...

5.3AI score0.00177EPSS
SaveExploits0References33
OSV
OSV
added 2026/02/04 5:16 p.m.9 views

UBUNTU-CVE-2026-23068

In the Linux kernel, the following vulnerability has been resolved: spi: spi-sprd-adi: Fix double free in probe error path The driver currently uses spiallochost to allocate the controller but registers it using devmspiregistercontroller. If devmregisterrestarthandler fails, the code jumps to the...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References22
NVD
NVD
added 2026/02/04 4:16 p.m.11 views

CVE-2025-71192

In the Linux kernel, the following vulnerability has been resolved: ALSA: ac97: fix a double free in sndac97controllerregister If ac97addadapter fails, putdevice is the correct way to drop the device reference. kfree is not required. Add kfree if idralloc fails and in ac97adapterrelease to do the...

7CVSS0.00113EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/02/04 4:16 p.m.12 views

CVE-2025-71192

In the Linux kernel, the following vulnerability has been resolved: ALSA: ac97: fix a double free in sndac97controllerregister If ac97addadapter fails, putdevice is the correct way to drop the device reference. kfree is not required. Add kfree if idralloc fails and in ac97adapterrelease to do the...

7CVSS6.5AI score0.00113EPSS
SaveExploits0References21
OSV
OSV
added 2026/02/04 4:16 p.m.9 views

UBUNTU-CVE-2025-71192

In the Linux kernel, the following vulnerability has been resolved: ALSA: ac97: fix a double free in sndac97controllerregister If ac97addadapter fails, putdevice is the correct way to drop the device reference. kfree is not required. Add kfree if idralloc fails and in ac97adapterrelease to do the...

7CVSS5.7AI score0.00113EPSS
SaveExploits0References23
EUVD
EUVD
added 2026/02/04 4:08 p.m.10 views

EUVD-2026-5444

In the Linux kernel, the following vulnerability has been resolved: netrom: fix double-free in nrrouteframe In nrrouteframe, oldskb is immediately freed without checking if nrneigh-ax25 pointer is NULL. Therefore, if nrneigh-ax25 is NULL, the caller function will free oldskb again, causing a...

5.2AI score0.00177EPSS
SaveExploits0References4
CVE
CVE
added 2026/02/04 4:08 p.m.54 views

CVE-2026-23098

CVE-2026-23098 affects the Linux kernel component related to NET/ROM handling in nr_route_frame(). The issue is a double-free: old_skb is freed unconditionally, and if nr_neigh->ax25 is NULL the caller may free old_skb again. The root cause is freeing old_skb without validating the ax25 pointe...

8.8CVSS5.2AI score0.00177EPSS
SaveExploits0References7Affected Software1
Debian CVE
Debian CVE
added 2026/02/04 4:08 p.m.7 views

CVE-2026-23098

In the Linux kernel, the following vulnerability has been resolved: netrom: fix double-free in nrrouteframe In nrrouteframe, oldskb is immediately freed without checking if nrneigh-ax25 pointer is NULL. Therefore, if nrneigh-ax25 is NULL, the caller function will free oldskb again, causing a...

8.8CVSS5.1AI score0.00177EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/02/04 4:08 p.m.7 views

CVE-2026-23098

In the Linux kernel, the following vulnerability has been resolved: netrom: fix double-free in nrrouteframe In nrrouteframe, oldskb is immediately freed without checking if nrneigh-ax25 pointer is NULL. Therefore, if nrneigh-ax25 is NULL, the caller function will free oldskb again, causing a...

5.2AI score0.00177EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2026/02/04 4:08 p.m.41 views

CVE-2026-23098 netrom: fix double-free in nr_route_frame()

In the Linux kernel, the following vulnerability has been resolved: netrom: fix double-free in nrrouteframe In nrrouteframe, oldskb is immediately freed without checking if nrneigh-ax25 pointer is NULL. Therefore, if nrneigh-ax25 is NULL, the caller function will free oldskb again, causing a...

8.8CVSS0.00177EPSS
SaveExploits0References7
OSV
OSV
added 2026/02/04 4:08 p.m.6 views

CVE-2026-23098 netrom: fix double-free in nr_route_frame()

In the Linux kernel, the following vulnerability has been resolved: netrom: fix double-free in nrrouteframe In nrrouteframe, oldskb is immediately freed without checking if nrneigh-ax25 pointer is NULL. Therefore, if nrneigh-ax25 is NULL, the caller function will free oldskb again, causing a...

8.8CVSS5.2AI score
SaveExploits0References10
CVE
CVE
added 2026/02/04 4:07 p.m.43 views

CVE-2026-23068

CVE-2026-23068 (Linux kernel) : The spi-sprd-adi driver could double-free the spi_controller on probe failure due to using spi_alloc_host() with devm_spi_register_controller(), then falling through to spi_controller_put() when a restart handler registration failed. The fix switches to devm_spi_al...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2026/02/04 4:07 p.m.48 views

CVE-2026-23068 spi: spi-sprd-adi: Fix double free in probe error path

In the Linux kernel, the following vulnerability has been resolved: spi: spi-sprd-adi: Fix double free in probe error path The driver currently uses spiallochost to allocate the controller but registers it using devmspiregistercontroller. If devmregisterrestarthandler fails, the code jumps to the...

0.00129EPSS
SaveExploits0References5
Rows per page
Query Builder