Lucene search
+L

6495 matches found

UbuntuCve
UbuntuCve
added 2026/05/01 3:16 p.m.11 views

CVE-2026-31774

In the Linux kernel, the following vulnerability has been resolved: iouring/net: fix slab-out-of-bounds read in iobundlenbufs sqe-len is u32 but gets stored into sr-len which is int. When userspace passes sqe-len values exceeding INTMAX e.g. 0xFFFFFFFF, sr-len overflows to a negative value. This...

7.1CVSS6.4AI score0.00125EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/05/01 3:16 p.m.8 views

CVE-2026-31764

In the Linux kernel, the following vulnerability has been resolved: iio: imu: stlsm6dsx: Set buffer sampling frequency for accelerometer only The stlsm6dsxhwfifoodrstore function, which is called when userspace writes the buffer sampling frequency sysfs attribute, calls stlsm6dsxcheckodr, which...

7.8CVSS6.8AI score0.0012EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/05/01 3:16 p.m.8 views

CVE-2026-31746

In the Linux kernel, the following vulnerability has been resolved: s390/zcrypt: Fix memory leak with CCA cards used as accelerator Tests showed that there is a memory leak if CCA cards are used as accelerator for clear key RSA requests ME and CRT. With the last rework for the memory allocation t...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/05/01 3:16 p.m.11 views

CVE-2026-31733

In the Linux kernel, the following vulnerability has been resolved: schedext: Fix stale direct dispatch state in ddspdsqid @p-scx.ddspdsqid can be left set non-SCXDSQINVALID triggering a spurious warning in markdirectdispatch when the next wakeup's ops.selectcpu calls scxbpfdsqinsert, such as:...

5.5CVSS5.8AI score0.0013EPSS
SaveExploits0References2
OSV
OSV
added 2026/05/01 3:16 p.m.12 views

UBUNTU-CVE-2026-43021

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: fix leaks when hcicmdsyncqueueonce fails When hcicmdsyncqueueonce returns with error, the destroy callback will not be called. Fix leaking references / memory on these failures...

5.5CVSS5.7AI score0.00107EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/01 3:16 p.m.13 views

UBUNTU-CVE-2026-43055

In the Linux kernel, the following vulnerability has been resolved: scsi: target: file: Use kzallocflex for aiocmd The targetcorefile doesn't initialize the aiocmd-iocb for the kiwritestream. When a write command fdexecuterwaio is executed, we may get a bogus kiwritestream value, causing unintend...

7.5CVSS5.6AI score0.00358EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/01 3:16 p.m.12 views

UBUNTU-CVE-2026-31785

In the Linux kernel, the following vulnerability has been resolved: drm/xe/xepagefault: Disallow writes to read-only VMAs The page fault handler should reject write/atomic access to read only VMAs. Add code to handle this in xepagefaultservice after the VMA lookup. v2: - Apply max line length...

5.5CVSS5.7AI score0.00107EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/01 3:16 p.m.18 views

UBUNTU-CVE-2026-31750

In the Linux kernel, the following vulnerability has been resolved: comedi: runflags cannot determine whether to reclaim chanlist syzbot reported a memory leak 1, because commit 4e1da516debb "comedi: Add reference counting for Comedi command handling" did not consider the exceptional exit case in...

5.5CVSS5.7AI score0.00107EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/05/01 2:16 p.m.10 views

CVE-2026-31717

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate owner of durable handle on reconnect Currently, ksmbd does not verify if the user attempting to reconnect to a durable handle is the same user who originally opened the file. This allows any authenticated user to...

8.8CVSS6.9AI score0.00437EPSS
SaveExploits1References7
UbuntuCve
UbuntuCve
added 2026/05/01 2:16 p.m.11 views

CVE-2026-31712

In the Linux kernel, the following vulnerability has been resolved: ksmbd: require minimum ACE size in smbcheckpermdacl Both ACE-walk loops in smbcheckpermdacl only guard against an under-sized remaining buffer, not against an ACE whose declared ace-size is smaller than the struct it claims to...

8.3CVSS6.8AI score0.00315EPSS
SaveExploits0References21
UbuntuCve
UbuntuCve
added 2026/05/01 2:16 p.m.11 views

CVE-2026-31703

In the Linux kernel, the following vulnerability has been resolved: writeback: Fix use after free in inodeswitchwbsworkfn inodeswitchwbsworkfn has a loop like: wbgetnewwb; while 1 list = llistdelall&newwb-switchwbsctxs; / Nothing to do? / if !list break; ... process the items ... Now adding of...

7.8CVSS6AI score0.00119EPSS
SaveExploits0References7
OSV
OSV
added 2026/05/01 2:16 p.m.9 views

UBUNTU-CVE-2026-31708

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix OOB read in smb2ioctlqueryinfo QUERYINFO path smb2ioctlqueryinfo has two response-copy branches: PASSTHRUFSCTL and the default QUERYINFO path. The QUERYINFO branch clamps qi.inputbufferlength to the server-report...

8.1CVSS5.9AI score0.00307EPSS
SaveExploits0References22
OSV
OSV
added 2026/05/01 2:16 p.m.9 views

UBUNTU-CVE-2026-31704

In the Linux kernel, the following vulnerability has been resolved: ksmbd: use checkaddoverflow to prevent u16 DACL size overflow setposixaclentriesdacl and setntacldacl accumulate ACE sizes in u16 variables. When a file has many POSIX ACL entries, the accumulated size can wrap past 65535, causin...

5.5CVSS5.8AI score0.00117EPSS
SaveExploits0References22
UbuntuCve
UbuntuCve
added 2026/05/01 2:16 p.m.10 views

CVE-2026-31704

In the Linux kernel, the following vulnerability has been resolved: ksmbd: use checkaddoverflow to prevent u16 DACL size overflow setposixaclentriesdacl and setntacldacl accumulate ACE sizes in u16 variables. When a file has many POSIX ACL entries, the accumulated size can wrap past 65535, causin...

5.5CVSS5.7AI score0.00117EPSS
SaveExploits0References21
OSV
OSV
added 2026/05/01 2:16 p.m.12 views

UBUNTU-CVE-2026-31698

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp: Don't attempt to copy PDH cert to userspace if PSP command failed When retrieving the PDH cert, don't attempt to copy the blobs to userspace if the firmware command failed. If the failure was due to an invalid length...

7.1CVSS5.9AI score0.00126EPSS
SaveExploits0References34
OSV
OSV
added 2026/05/01 2:16 p.m.12 views

UBUNTU-CVE-2026-31710

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix dir separator in SMB1 UNIX mounts When calling cifsmountgettcon with SMB1 UNIX mounts, @cifssb-mntcifsflags needs to be read or updated only after calling resetcifsunixcaps, otherwise it might end up with missing...

5.5CVSS5.6AI score0.001EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/05/01 2:16 p.m.10 views

CVE-2026-31713

In the Linux kernel, the following vulnerability has been resolved: fuse: abort on fatal signal during sync init When sync init is used and the server exits for some reason error, crash while processing FUSEINIT, the filesystem creation will hang. The reason is that while all other threads will...

5.5CVSS5.7AI score0.00115EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/04/29 8:48 p.m.11 views

CVE-2026-41916

OpenClaw before 2026.4.8 contains an authentication state management vulnerability where the resolvedAuth closure becomes stale after configuration reload. Newly accepted gateway connections continue using outdated resolved auth state, allowing attackers to bypass authentication controls through...

5.4CVSS5.2AI score0.00215EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/04/28 12:00 a.m.10 views

PT-2026-35798

OpenClaw before 2026.4.8 contains an authentication state management vulnerability where the resolvedAuth closure becomes stale after configuration reload. Newly accepted gateway connections continue using outdated resolved auth state, allowing attackers to bypass authentication controls through...

5.4CVSS5.2AI score0.00215EPSS
SaveExploits0References6
CBLMariner
CBLMariner
added 2026/04/27 9:30 p.m.11 views

CVE-2026-34267 affecting package mysql for versions less than 8.0.46-1

CVE-2026-34267 affecting package mysql for versions less than 8.0.46-1. An upgraded version of the package is available that resolves this issue...

4.9CVSS7.7AI score0.00323EPSS
SaveExploits0
Rows per page
Query Builder