Lucene search
+L

3690 matches found

Tenable Nessus
Tenable Nessus
added 2025/12/11 12:0 a.m.3 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2025-991208)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-991208 advisory. In the Linux kernel, the following vulnerability has been resolved: mxser: fix xmitbuf leak in activate when LSR == 0xff When LSR is 0xff in -activate rather unlike,...

5.5CVSS6.3AI score0.0027EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/10 9:14 a.m.12 views

CVE-2022-50619

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix memory leak in kfdmemdmamapuserptr If the number of pages from the userptr BO differs from the SG BO then the allocated memory for the SG table doesn't get freed before returning -EINVAL, which may lead to a memor...

5.5CVSS5.7AI score0.00193EPSS
SaveExploits0References4
Microsoft CVE
Microsoft CVE
added 2025/12/10 9:2 a.m.13 views

f2fs: fix infinite loop in __insert_extent_tree()

...

5.5CVSS7AI score0.00216EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/12/10 5:9 a.m.7 views

CVE-2023-53781

In the Linux kernel, the following vulnerability has been resolved: smc: Fix use-after-free in tcpwritetimerhandler. With Eric's ref tracker, syzbot finally found a repro for use-after-free in tcpwritetimerhandler by kernel TCP sockets. 0 If SMC creates a kernel socket in smccreate, the kernel...

5.5CVSS5.7AI score0.00141EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/12/10 12:35 a.m.9 views

SUSE CVE-2023-53810

In the Linux kernel, the following vulnerability has been resolved: blk-mq: release crypto keyslot before reporting I/O complete Once all I/O using a blkcryptokey has completed, filesystems can call blkcryptoevictkey. However, the block layer currently doesn't call blkcryptoputkeyslot until the...

5.5CVSS6.4AI score0.0014EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/12/10 12:35 a.m.6 views

SUSE CVE-2023-53814

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix dropping valid root bus resources with .end = zero On r8a7791/koelsch: kmemleak: 1 new suspected memory leaks see /sys/kernel/debug/kmemleak cat /sys/kernel/debug/kmemleak unreferenced object 0xc3a34e00 size 64: comm...

5.5CVSS6.5AI score0.00183EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/12/10 12:34 a.m.6 views

SUSE CVE-2023-53839

In the Linux kernel, the following vulnerability has been resolved: dccp: fix data-race around dp-dccpsmsscache dccpsendmsg reads dp-dccpsmsscache before locking the socket. Same thing in dodccpgetsockopt. Add READONCE/WRITEONCE annotations, and change dccpsendmsg to check again dccpsmsscache aft...

5.5CVSS6.5AI score0.00253EPSS
SaveExploits0References17
SUSE CVE
SUSE CVE
added 2025/12/10 12:34 a.m.5 views

SUSE CVE-2023-53853

In the Linux kernel, the following vulnerability has been resolved: netlink: annotate accesses to nlk-cbrunning Both netlinkrecvmsg and netlinknativeseqshow read nlk-cbrunning locklessly. Use READONCE there. Add corresponding WRITEONCE to netlinkdump and netlinkdumpstart syzbot reported: BUG:...

5.5CVSS6.5AI score0.00236EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/12/10 12:0 a.m.15 views

PT-2026-2525

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.16.0-1289896.2.zuul.bf4f11df81c1410bbe901c4373305a31 Description The Linux kernel contains a flaw in the DRM/amdgpu subsystem related to a use-after-free UAF condition during GPU recovery. This issue arises fro...

7.8CVSS6.6AI score0.00475EPSS
SaveExploits0References168
EUVD
EUVD
added 2025/12/09 6:30 p.m.4 views

EUVD-2023-60133

In the Linux kernel, the following vulnerability has been resolved: netlink: do not hard code device address lenth in fdb dumps syzbot reports that some netdev devices do not have a six bytes address 1 Replace ETHALEN by dev-addrlen. 1 Case of a device where dev-addrlen = 4 BUG: KMSAN:...

6AI score0.00261EPSS
SaveExploits0References10
EUVD
EUVD
added 2025/12/09 6:30 p.m.16 views

EUVD-2022-55731

In the Linux kernel, the following vulnerability has been resolved: riscv: vdso: fix NULL deference in vdsojointimens when vfork Testing tools/testing/selftests/timens/vforkexec.c got below kernel log: 6.838454 Unable to handle kernel access to user memory without uaccess routines at virtual...

5.9AI score0.00232EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/12/09 6:30 p.m.10 views

EUVD-2022-55730

In the Linux kernel, the following vulnerability has been resolved: arm64: mte: Avoid setting PGmtetagged if no tags cleared or restored Prior to commit 69e3b846d8a7 "arm64: mte: Sync tags for pages where PTE is untagged", mtesynctags was only called for ptetagged entries those mapped with PROTMT...

5.9AI score0.00236EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/12/09 6:30 p.m.10 views

EUVD-2022-55739

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix QP destroy to wait for all references dropped. Delay QP destroy completion until all siw references to QP are dropped. The calling RDMA core will free QP structure after successful return from siwqpdestroy call, so...

6AI score0.00722EPSS
SaveExploits0References5
NVD
NVD
added 2025/12/09 4:17 p.m.5 views

CVE-2023-53853

In the Linux kernel, the following vulnerability has been resolved: netlink: annotate accesses to nlk-cbrunning Both netlinkrecvmsg and netlinknativeseqshow read nlk-cbrunning locklessly. Use READONCE there. Add corresponding WRITEONCE to netlinkdump and netlinkdumpstart syzbot reported: BUG:...

0.00236EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/09 4:17 p.m.3 views

DEBIAN-CVE-2023-53853

In the Linux kernel, the following vulnerability has been resolved: netlink: annotate accesses to nlk-cbrunning Both netlinkrecvmsg and netlinknativeseqshow read nlk-cbrunning locklessly. Use READONCE there. Add corresponding WRITEONCE to netlinkdump and netlinkdumpstart syzbot reported: BUG:...

5.4AI score0.00236EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2025/12/09 4:17 p.m.5 views

CVE-2023-53839

In the Linux kernel, the following vulnerability has been resolved: dccp: fix data-race around dp-dccpsmsscache dccpsendmsg reads dp-dccpsmsscache before locking the socket. Same thing in dodccpgetsockopt. Add READONCE/WRITEONCE annotations, and change dccpsendmsg to check again dccpsmsscache aft...

5.7AI score0.00253EPSS
SaveExploits0References10
RedHat Linux
RedHat Linux
added 2025/12/09 11:59 a.m.5 views

kernel: Bluetooth: L2CAP: Fix user-after-free

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix user-after-free This uses l2capchanholdunlesszero after calling l2capgetchanblah to prevent the following trace: Bluetooth: l2capcore.c:static void l2capchandestroystruct kref kref Bluetooth: chan...

8.8CVSS6.8AI score0.00336EPSS
SaveExploits0References5
Microsoft CVE
Microsoft CVE
added 2025/12/09 9:2 a.m.9 views

amd/amdkfd: resolve a race in amdgpu_amdkfd_device_fini_sw

...

5.5CVSS7AI score0.00182EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2025/12/09 8:51 a.m.6 views

kernel: cifs: Fix oops due to uninitialised variable

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix oops due to uninitialised variable Fix smb3inittransformrq to initialise buffer to NULL before calling netfsallocfolioqbuffer as netfs assumes it can append to the buffer it is given. Setting it to NULL means it should...

9.8CVSS5.8AI score0.00371EPSS
SaveExploits0References5
CVE
CVE
added 2025/12/09 4:9 a.m.37 views

CVE-2025-40342

In CVE-2025-40342, a race condition in the Linux kernel NVMe host/fc driver arises when nvme_fc_unregister_remote can remove a remote port while there is no active association, because nvme_fc_create_association does not atomically check port_state and increment the rport active count without pro...

8.8CVSS6.1AI score0.0036EPSS
SaveExploits0References7
Rows per page
Query Builder