Lucene search
+L

5508 matches found

EUVD
EUVD
added 2026/03/25 12:30 p.m.9 views

EUVD-2026-15245

In the Linux kernel, the following vulnerability has been resolved: accel/rocket: fix unwinding in error path in rocketprobe When rocketcoreinit fails as could be the case with EPROBEDEFER, we need to properly unwind by decrementing the counter we just incremented and if this is the first core we...

5.6AI score0.00124EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/03/25 12:30 p.m.13 views

EUVD-2026-15204

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix oops due to uninitialised var in smb2unlink If SMB2openinit or SMB2closeinit fails e.g. reconnect, the iovs set @rqst will be left uninitialised, hence calling SMB2openfree, SMB2closefree or smb2setrelated on the...

5.7AI score0.00121EPSS
SaveExploits0References4
NVD
NVD
added 2026/03/25 11:16 a.m.9 views

CVE-2026-23352

In the Linux kernel, the following vulnerability has been resolved: x86/efi: defer freeing of boot services memory efifreebootservices frees memory occupied by EFIBOOTSERVICESCODE and EFIBOOTSERVICESDATA using memblockfreelate. There are two issue with that: memblockfreelate should be used for...

5.5CVSS0.00125EPSS
SaveExploits0References9
NVD
NVD
added 2026/03/25 11:16 a.m.8 views

CVE-2026-23300

In the Linux kernel, the following vulnerability has been resolved: net: ipv6: fix panic when IPv4 route references loopback IPv6 nexthop When a standalone IPv6 nexthop object is created with a loopback device e.g., "ip -6 nexthop add id 100 dev lo", fib6nhinit misclassifies it as a reject route...

5.5CVSS0.00129EPSS
SaveExploits0References10
OSV
OSV
added 2026/03/25 11:16 a.m.14 views

UBUNTU-CVE-2026-23344

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Fix use-after-free on error path In the error path of sevtsminitlocked, the code dereferences 't' after it has been freed with kfree. The prerr statement attempts to access t-tioen and t-tioinitdone after the memory...

7.8CVSS5.8AI score0.0012EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/03/25 11:16 a.m.17 views

CVE-2026-23373

In the Linux kernel, the following vulnerability has been resolved: wifi: rsi: Don't default to -EOPNOTSUPP in rsimac80211config This triggers a WARNON in ieee80211hwconfinit and isn't the expected behavior from the driver - other drivers default to 0 too...

5.5CVSS5.7AI score0.00114EPSS
SaveExploits0References6
CVE
CVE
added 2026/03/25 10:27 a.m.26 views

CVE-2026-23344

The CVE-2026-23344 issue affects the Linux kernel crypto: ccp module. In sev_tsm_init_locked(), the error path dereferences t after it has been freed (kfree), with pr_err() attempting to access t->tio_en and t->tio_init_done after free. The documented fix moves the pr_err() call before kfre...

7.8CVSS5.7AI score0.0012EPSS
SaveExploits0References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/03/25 10:27 a.m.4 views

CVE-2026-23344

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Fix use-after-free on error path In the error path of sevtsminitlocked, the code dereferences 't' after it has been freed with kfree. The prerr statement attempts to access t-tioen and t-tioinitdone after the memory...

5.6AI score0.0012EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/03/25 10:27 a.m.34 views

CVE-2026-23305 accel/rocket: fix unwinding in error path in rocket_probe

In the Linux kernel, the following vulnerability has been resolved: accel/rocket: fix unwinding in error path in rocketprobe When rocketcoreinit fails as could be the case with EPROBEDEFER, we need to properly unwind by decrementing the counter we just incremented and if this is the first core we...

0.00124EPSS
SaveExploits0References3
CVE
CVE
added 2026/03/25 10:27 a.m.21 views

CVE-2026-23305

The CVE-2026-23305 entry concerns a Linux kernel issue in accel/rocket where unwinding in rocket_probe’s error path was incorrect. If rocket_core_init() fails (e.g., due to EPROBE_DEFER), the kernel must unwind by decrementing the incremented counter and, if it’s the first core failed to probe, c...

7.1CVSS5.6AI score0.00124EPSS
SaveExploits0References3Affected Software1
BDU FSTEC
BDU FSTEC
added 2026/03/25 12:00 a.m.11 views

The vulnerability in the function ath9k_htc_probe_device() of the drivers/net/wireless/ath/ath9k/htc_drv_init.c file, a driver for Atheros/Qualcomm wireless adapter devices in the Linux operating system, allows a attacker to compromise the confidentiality, integrity, and accessibility of protected information.

The vulnerability of the ath9khtcprobedevice function in the drivers/net/wireless/ath/ath9k/htcdrvinit.c file of the Atheros/Qualcomm wireless adapter driver for the Linux operating system is related to the reutilization of previously freed memory due to incorrect initialization. Exploiting this...

7.8CVSS5.8AI score0.00222EPSS
SaveExploits0References22Affected Software3
BDU FSTEC
BDU FSTEC
added 2026/03/25 12:00 a.m.15 views

The vulnerability of the `bnxt_ethtool_init()` function in the `drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c` file of the Broadcom Ethernet adapter support driver for the Linux operating system allows a hacker to cause a service failure.

The vulnerability of the bnxtethtoolinit function in the drivers/net/ethernet/broadcom/bnxt/bnxtethtool.c file of the Broadcom Ethernet adapter support driver in the Linux operating system is related to the copying of buffers without checking the size of the input data a classic buffer overflow...

5.5CVSS6AI score0.00189EPSS
SaveExploits0References10Affected Software2
Tenable Nessus
Tenable Nessus
added 2026/03/25 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2026-23352

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - x86/efi: defer freeing of boot services memory efifreebootservices frees memory occupied by EFIBOOTSERVICESCODE and EFIBOOTSERVICESDATA using memblockfreelate...

5.5CVSS5.2AI score0.00125EPSS
SaveExploits0References3
BDU FSTEC
BDU FSTEC
added 2026/03/24 12:00 a.m.8 views

The vulnerability of the xfrm4_protocol_init() function in the net/ipv4/xfrm4Protocol.c module of the Linux operating system allows a hacker to cause a service failure.

The vulnerability of the xfrm4protocolinit function in the net/ipv4/xfrm4Protocol.c module of the Linux operating system is related to improper initialization. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS7AI score0.00291EPSS
SaveExploits0References23Affected Software3
BDU FSTEC
BDU FSTEC
added 2026/03/24 12:00 a.m.8 views

The vulnerability of the seg6_hmac_init() function in the net/ipv6/seg6_hmac.c module of the Linux operating system allows a hacker to cause a service failure.

The vulnerability of the seg6hmacinit function in the net/ipv6/seg6hmac.c module of the Linux kernel is related to improper initialization. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS7AI score0.00277EPSS
SaveExploits0References21Affected Software3
Redos
Redos
added 2026/03/23 12:00 a.m.14 views

ROS-20260323-73-0006

A vulnerability in the initnfsd function in the fs/nfsd/nfsctl.c module of the Linux kernel's NFS network file system support is related to NULL pointer dereferencing. Exploitation of the vulnerability could allow an attacker to cause a denial of service...

7.8CVSS6.1AI score0.00142EPSS
SaveExploits0
CVE
CVE
added 2026/03/20 8:20 p.m.42 views

CVE-2026-33179

CVE-2026-33179 affects libfuse’s io_uring transport: versions 3.18.0 up to but not including 3.18.2. A NULL pointer dereference and a memory leak in fuse_uring_init_queue can crash the FUSE daemon or exhaust resources; if numa_alloc_local fails, NULL pointers are used, and on fuse_uring_register_...

5.5CVSS5.8AI score0.00197EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/03/20 8:20 p.m.11 views

CVE-2026-33179 libfuse: NULL Pointer Dereference and Memory Leak in io_uring Queue Initialization

libfuse is the reference implementation of the Linux FUSE. From version 3.18.0 to before version 3.18.2, a NULL pointer dereference and memory leak in fuseuringinitqueue allows a local user to crash the FUSE daemon or cause resource exhaustion. When numaalloclocal fails during iouring queue entry...

5.5CVSS5.9AI score
SaveExploits0References5
NVD
NVD
added 2026/03/18 6:16 p.m.9 views

CVE-2026-23261

In the Linux kernel, the following vulnerability has been resolved: nvme-fc: release admin tagset if init fails nvmefabrics creates an NVMe/FC controller in following path: nvmfdevwrite - nvmfcreatectrl - nvmefccreatectrl - nvmefcinitctrl nvmefcinitctrl allocates the admin blk-mq resources right...

5.5CVSS0.00114EPSS
SaveExploits0References4
OSV
OSV
added 2026/03/18 6:16 p.m.12 views

UBUNTU-CVE-2026-23261

In the Linux kernel, the following vulnerability has been resolved: nvme-fc: release admin tagset if init fails nvmefabrics creates an NVMe/FC controller in following path: nvmfdevwrite - nvmfcreatectrl - nvmefccreatectrl - nvmefcinitctrl nvmefcinitctrl allocates the admin blk-mq resources right...

5.5CVSS5.7AI score0.00114EPSS
SaveExploits0References17
Rows per page
Query Builder