Lucene search
+L

15968 matches found

Tenable Nessus
Tenable Nessus
•added 2025/12/31 12:00 a.m.•5 views

Unity Linux 20.1060a Security Update: kernel (UTSA-2025-993294)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-993294 advisory. In the Linux kernel, the following vulnerability has been resolved: nvme: fix multipath crash caused by flush request when blktrace is enabled The flush request...

5.5CVSS6.3AI score0.00155EPSS
SaveExploits0References4
Patchstack
Patchstack
•added 2025/12/31 12:00 a.m.•12 views

WordPress Kona Gallery Block plugin <= 1.7 - Authenticated (Contributor+) Stored Cross-Site Scripting vulnerability

Authenticated Contributor+ Stored Cross-Site Scripting vulnerability discovered by Nishiv - Developer in WordPress Plugin Kona Gallery Block versions = 1.7...

6.4CVSS5.3AI score0.0022EPSS
SaveExploits0References1Affected Software1
Tenable Nessus
Tenable Nessus
•added 2025/12/31 12:00 a.m.•15 views

Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-993305)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-993305 advisory. In the Linux kernel, the following vulnerability has been resolved: gfs2: Check sbbsizeshift after reading superblock Fuzzers like to scribble over sbbsizeshift but ...

5.5CVSS6.1AI score0.00212EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
•added 2025/12/31 12:00 a.m.•8 views

Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-992822)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992822 advisory. In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix use-after-free caused by l2capreassemblesdu Fix the race condition between...

8.8CVSS6AI score0.00264EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
•added 2025/12/31 12:00 a.m.•4 views

Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-992752)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992752 advisory. In the Linux kernel, the following vulnerability has been resolved: blkiocost: fix more out of bound shifts Recently running UBSAN caught few out of bound shifts in...

5.5CVSS6.3AI score0.00241EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
•added 2025/12/31 12:00 a.m.•9 views

Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-993135)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-993135 advisory. In the Linux kernel, the following vulnerability has been resolved: cifs: Fix warning and UAF when destroy the MR list If the MR allocate failed, the MR recovery wor...

7.8CVSS6.3AI score0.00149EPSS
SaveExploits0References4
EUVD
EUVD
•added 2025/12/30 3:30 p.m.•7 views

EUVD-2023-60499

In the Linux kernel, the following vulnerability has been resolved: ext4: refuse to create ea block when umounted The ea block expansion need to access sroot while it is already set as NULL when umount is triggered. Refuse this request to avoid panic...

6AI score0.00206EPSS
SaveExploits0References9
EUVD
EUVD
•added 2025/12/30 3:30 p.m.•13 views

EUVD-2023-60507

In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: fix memory leak after finding block group with super blocks At excludesuperstripes, if we happen to find a block group that has super blocks mapped to it and we are on a zoned filesystem, we error out as this is not...

6AI score0.00197EPSS
SaveExploits0References5
EUVD
EUVD
•added 2025/12/30 3:30 p.m.•11 views

EUVD-2023-60370

In the Linux kernel, the following vulnerability has been resolved: blk-cgroup: Fix NULL deref caused by blkgpolicydata being installed before init blk-iocost sometimes causes the following crash: BUG: kernel NULL pointer dereference, address: 00000000000000e0 ... RIP: 0010:rawspinlock+0x17/0x30...

5.8AI score0.00197EPSS
SaveExploits0References4
EUVD
EUVD
•added 2025/12/30 3:30 p.m.•9 views

EUVD-2023-60381

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix lost destroy smbd connection when MR allocate failed If the MR allocate failed, the smb direct connection info is NULL, then smbddestroy will directly return, then the connection info will be leaked. Let's set the smb...

6AI score0.002EPSS
SaveExploits0References8
EUVD
EUVD
•added 2025/12/30 3:30 p.m.•21 views

EUVD-2023-60399

In the Linux kernel, the following vulnerability has been resolved: block, bfq: Fix division by zero error on zero wsum When the weighted sum is zero the calculation of limit causes a division by zero error. Fix this by continuing to the next level. This was discovered by running as root: stress-...

6AI score0.00193EPSS
SaveExploits0References4
EUVD
EUVD
•added 2025/12/30 3:30 p.m.•15 views

EUVD-2023-60391

In the Linux kernel, the following vulnerability has been resolved: ksmbd: avoid out of bounds access in decodepreauthctxt Confirm that the accessed pnegctxt-HashAlgorithms address sits within the SMB request boundary; deassemblenegcontexts only checks that the eight byte smb2negcontext header +...

6AI score0.00469EPSS
SaveExploits0References5
EUVD
EUVD
•added 2025/12/30 3:30 p.m.•14 views

EUVD-2023-60414

In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix tags leak when shrink nrhwqueues Although we don't need to realloc set-tags when shrink nrhwqueues, we need to free them. Or these tags will be leaked. How to reproduce: 1. mount -t configfs configfs /mnt 2. modprobe...

6AI score0.00403EPSS
SaveExploits0References3
EUVD
EUVD
•added 2025/12/30 3:30 p.m.•11 views

EUVD-2023-60448

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsapi: remove blockcb from driverlist before freeing Error handler of tcfblockbind frees the whole bo-cblist on error. However, by that time the flowblockcb instances are already in the driver list because driver...

5.9AI score0.00156EPSS
SaveExploits0References8
EUVD
EUVD
•added 2025/12/30 3:30 p.m.•30 views

EUVD-2023-60449

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix null pointer panic in tracepoint in replaceatomicwriteblock We got a kernel panic if oldaddr is NULL. https://bugzilla.kernel.org/showbug.cgi?id=217266 BUG: kernel NULL pointer dereference, address: 0000000000000000 Cal...

5.9AI score0.00204EPSS
SaveExploits0References5
EUVD
EUVD
•added 2025/12/30 3:30 p.m.•11 views

EUVD-2022-55834

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix shift-out-of-bounds due to too large exponent of block size If field slogblocksize of superblock data is corrupted and too large, initnilfs and loadnilfs still can trigger a shift-out-of-bounds warning followed by a...

5.9AI score0.00196EPSS
SaveExploits0References6
EUVD
EUVD
•added 2025/12/30 3:30 p.m.•9 views

EUVD-2022-55863

In the Linux kernel, the following vulnerability has been resolved: jbd2: add miss release buffer head in fcdoonepass In fcdoonepass miss release buffer head after use which will lead to reference count leak...

6.2AI score0.00233EPSS
SaveExploits0References6
NVD
NVD
•added 2025/12/30 1:16 p.m.•13 views

CVE-2023-54317

In the Linux kernel, the following vulnerability has been resolved: dm flakey: don't corrupt the zero page When we need to zero some range on a block device, the function blkdevissuezeropages submits a write bio with the bio vector pointing to the zero page. If we use dm-flakey with corrupt bio...

7.8CVSS0.0015EPSS
SaveExploits0References8
NVD
NVD
•added 2025/12/30 1:16 p.m.•9 views

CVE-2023-54305

In the Linux kernel, the following vulnerability has been resolved: ext4: refuse to create ea block when umounted The ea block expansion need to access sroot while it is already set as NULL when umount is triggered. Refuse this request to avoid panic...

0.00206EPSS
SaveExploits0References8
NVD
NVD
•added 2025/12/30 1:16 p.m.•9 views

CVE-2023-54297

In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: fix memory leak after finding block group with super blocks At excludesuperstripes, if we happen to find a block group that has super blocks mapped to it and we are on a zoned filesystem, we error out as this is not...

0.00197EPSS
SaveExploits0References4
Rows per page
Query Builder