Lucene search
+L
DebiancveRecent

61286 matches found

Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.10 views

CVE-2026-43424

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ftcm: Fix NULL pointer dereferences in nexus handling The tpg-tpgnexus pointer in the USB Target driver is dynamically managed and tied to userspace configuration via ConfigFS. It can be NULL if the USB host sends...

5.5CVSS5.7AI score0.00123EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.13 views

CVE-2026-43422

Removed by vendor...

5.2AI score0.00121EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.7 views

CVE-2026-43423

Removed by vendor...

5.2AI score0.00091EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.9 views

CVE-2026-43421

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fncm: Fix netdevice lifecycle with devicemove The network device outlived its parent gadget device during disconnection, resulting in dangling sysfs links and null pointer dereference problems. A prior attempt to sol...

5.5CVSS5.7AI score0.00123EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.6 views

CVE-2026-43420

In the Linux kernel, the following vulnerability has been resolved: ceph: fix inlink underrun during async unlink During async unlink, we drop the inlink counter before we receive the completion that will eventually update the inlink because "we assume that the unlink will succeed". That is not a...

4.7CVSS5.7AI score0.00093EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.10 views

CVE-2026-43419

In the Linux kernel, the following vulnerability has been resolved: ceph: fix memory leaks in cephmdscbuildpath Add putname calls to error code paths that did not free the "path" pointer obtained by getname. If ownership of this pointer is not passed to the caller via pathinfo.path, the function...

5.5CVSS5.8AI score0.00122EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.12 views

CVE-2026-43418

In the Linux kernel, the following vulnerability has been resolved: sched/mmcid: Prevent CID stalls due to concurrent forks A newly forked task is accounted as MMCID user before the task is visible in the process' thread list and the global task list. This creates the following problem: CPU1 CPU2...

5.5CVSS5.7AI score0.00107EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.8 views

CVE-2026-43417

In the Linux kernel, the following vulnerability has been resolved: sched/mmcid: Handle vfork/CLONEVM correctly Matthieu and Jiri reported stalls where a task endlessly loops in mmgetcid when scheduling in. It turned out that the logic which handles vfork'ed tasks is broken. It is invoked when th...

5.5CVSS5.7AI score0.00107EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.11 views

CVE-2026-43416

In the Linux kernel, the following vulnerability has been resolved: powerpc, perf: Check that current-mm is alive before getting user callchain It may happen that mm is already released, which leads to kernel panic. This adds the NULL check for current-mm, similarly to commit 20afc60f892d "x86,...

5.5CVSS5.7AI score0.00121EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.11 views

CVE-2026-43415

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix SError in ufshcdrtcwork during UFS suspend In ufshcdwlsuspend, canceldelayedworksync is called to cancel the UFS RTC work, but it is placed after ufshcdvopssuspendhba, pmop, POSTCHANGE. This creates a race...

4.7CVSS5.7AI score0.00089EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.7 views

CVE-2026-43414

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Completely fix fcport double free In qla24xxelsdcmdiocb sp-free is set to qla2x00elsdcmdspfree. When an error happens, this function is called by qla2x00sprelease, when krefput releases the first and the last...

9.8CVSS5.7AI score0.0038EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.7 views

CVE-2026-43413

In the Linux kernel, the following vulnerability has been resolved: scsi: hisisas: Fix NULL pointer exception during userscan userscan invokes updated sasuserscan for channel 0, and if successful, iteratively scans remaining channels 1 to shost-maxchannel via scsiscanhostselected in commit...

5.5CVSS5.7AI score0.00122EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.19 views

CVE-2026-43412

In the Linux kernel, the following vulnerability has been resolved: ASoC: qcom: qdsp6: Fix q6apm remove ordering during ADSP stop and start During ADSP stop and start, the kernel crashes due to the order in which ASoC components are removed. On ADSP stop, the q6apm-audio .remove callback unloads...

5.5CVSS5.7AI score0.00123EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.7 views

CVE-2026-43411

In the Linux kernel, the following vulnerability has been resolved: tipc: fix divide-by-zero in tipcskfilterconnect A user can set conntimeout to any value via setsockoptTIPCCONNTIMEOUT, including values less than 4. When a SYN is rejected with TIPCERROVERLOAD and the retry path in...

5.5CVSS5.7AI score0.00123EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.9 views

CVE-2026-43409

In the Linux kernel, the following vulnerability has been resolved: kprobes: avoid crash when rmmod/insmod after ftrace killed After we hit ftrace is killed by some errors, the kernel crash if we remove modules in which kprobe probes. BUG: unable to handle page fault for address: fffffbfff805000d...

5.5CVSS5.7AI score0.00122EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.9 views

CVE-2026-43410

In the Linux kernel, the following vulnerability has been resolved: firmware: stratix10-rsu: Fix NULL pointer dereference when RSU is disabled When the Remote System Update RSU isn't enabled in the First Stage Boot Loader FSBL, the driver encounters a NULL pointer dereference when excute...

5.5CVSS5.8AI score0.00116EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.9 views

CVE-2026-43408

In the Linux kernel, the following vulnerability has been resolved: ceph: add a bunch of missing cephpathinfo initializers cephmdscbuildpath must be called with a zero-initialized cephpathinfo parameter, or else the following cephmdscfreepathinfo may crash. Example crash on Linux 6.18.12:...

7.8CVSS5.6AI score0.00129EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.9 views

CVE-2026-43406

In the Linux kernel, the following vulnerability has been resolved: libceph: prevent potential out-of-bounds reads in processmessageheader If the message frame is maliciously corrupted in a way that the length of the control segment ends up being less than the size of the message header or a...

9.1CVSS5.7AI score0.00502EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.10 views

CVE-2026-43407

In the Linux kernel, the following vulnerability has been resolved: libceph: Fix potential out-of-bounds access in cephhandleauthreply This patch fixes an out-of-bounds access in cephhandleauthreply that can be triggered by a message of type CEPHMSGAUTHREPLY. In cephhandleauthreply, the value of...

9.1CVSS5.8AI score0.00537EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.9 views

CVE-2026-43405

In the Linux kernel, the following vulnerability has been resolved: libceph: Use u32 for non-negative values in cephmonmapdecode This patch fixes unnecessary implicit conversions that change signedness of bloblen and nummon in cephmonmapdecode. Currently bloblen and nummon are signed int variable...

7.5CVSS5.7AI score0.0049EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.10 views

CVE-2026-43403

In the Linux kernel, the following vulnerability has been resolved: nsfs: tighten permission checks for ns iteration ioctls Even privileged services should not necessarily be able to see other privileged service's namespaces so they can't leak information to each other. Use mayseeallnamespaces...

8.8CVSS5.7AI score0.00129EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.14 views

CVE-2026-43404

In the Linux kernel, the following vulnerability has been resolved: mm: Fix a hmmrangefault livelock / starvation problem If hmmrangefault fails a foliotrylock in doswappage, trying to acquire the lock of a device-private folio for migration, to ram, the function will spin until it succeeds...

5.5CVSS5.8AI score0.00093EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.24 views

CVE-2026-43402

In the Linux kernel, the following vulnerability has been resolved: kthread: consolidate kthread exit paths to prevent use-after-free Guillaume reported crashes via corrupted RCU callback function pointers during KUnit testing. The crash was traced back to the pidfs rhashtable conversion which...

9.8CVSS5.7AI score0.00456EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.13 views

CVE-2026-43400

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: add upper bound check on user inputs in signal ioctl Huge input values in amdgpuuserqsignalioctl can lead to a OOM and could be exploited. So check these input value against AMDGPUUSERQMAXHANDLES which is big enough...

5.5CVSS5.7AI score0.00126EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.10 views

CVE-2026-43401

In the Linux kernel, the following vulnerability has been resolved: cpufreq: intelpstate: Fix NULL pointer dereference in updatecpuqosrequest The updatecpuqosrequest function attempts to initialize the 'freq' variable by dereferencing 'cpudata' before verifying if the 'policy' is valid. This issu...

5.5CVSS5.7AI score0.00121EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.11 views

CVE-2026-43399

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/userq: Fix reference leak in amdgpuuserqwaitioctl Drop reference to syncobj and timeline fence when aborting the ioctl due output array being too small. cherry picked from commit 68951e9c3e6bb22396bc42ef2359751c8315dd2...

5.5CVSS5.7AI score0.00121EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.11 views

CVE-2026-43397

In the Linux kernel, the following vulnerability has been resolved: drm/bridge: samsung-dsim: Fix memory leak in error path In samsungdsimhostattach, drmbridgeadd is called to add the bridge. However, if samsungdsimregisterteirq or pdata-hostops-attach fails afterwards, the function returns witho...

5.5CVSS5.7AI score0.00122EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.15 views

CVE-2026-43398

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: add upper bound check on user inputs in wait ioctl Huge input values in amdgpuuserqwaitioctl can lead to a OOM and could be exploited. So check these input value against AMDGPUUSERQMAXHANDLES which is big enough value...

5.5CVSS5.7AI score0.00126EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.11 views

CVE-2026-43396

In the Linux kernel, the following vulnerability has been resolved: drm/xe/sync: Fix user fence leak on alloc failure When dmafencechainalloc fails, properly release the user fence reference to prevent a memory leak. cherry picked from commit a5d5634cde48a9fcd68c8504aa07f89f175074a0...

5.5CVSS5.7AI score0.00121EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.57 views

CVE-2026-43395

In the Linux kernel, the following vulnerability has been resolved: drm/xe/sync: Cleanup partially initialized sync on parse failure xesyncentryparse can allocate references syncobj, fence, chain fence, or user fence before hitting a later failure path. Several of those paths returned directly,...

5.5CVSS5.7AI score0.00122EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.24 views

CVE-2026-43394

In the Linux kernel, the following vulnerability has been resolved: nfsd: Fix cred ref leak in nfsdnllistenersetdoit. nfsdnllistenersetdoit uses getcurrentcred without putcred. As we can see from other callers, svcxprtcreatefromsa does not require the extra refcount. nfsdnllistenersetdoit is alwa...

5.5CVSS5.7AI score0.00122EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.10 views

CVE-2026-43393

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix chunk map leak in btrfsmapblock after btrfschunkmapnumcopies Fix a chunk map leak in btrfsmapblock: if we return early with -EINVAL, we're not freeing the chunk map that we've just looked up...

5.5CVSS5.7AI score0.00122EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.10 views

CVE-2026-43392

In the Linux kernel, the following vulnerability has been resolved: schedext: Fix starvation of scxenable under fair-class saturation During scxenable, the READY - ENABLED task switching loop changes the calling thread's schedclass from fair to ext. Since fair has higher priority than ext,...

5.5CVSS5.7AI score0.0013EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.16 views

CVE-2026-43391

In the Linux kernel, the following vulnerability has been resolved: nsfs: tighten permission checks for handle opening Even privileged services should not necessarily be able to see other privileged service's namespaces so they can't leak information to each other. Use mayseeallnamespaces helper...

8.8CVSS5.7AI score0.00121EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.10 views

CVE-2026-43390

In the Linux kernel, the following vulnerability has been resolved: nstree: tighten permission checks for listing Even privileged services should not necessarily be able to see other privileged service's namespaces so they can't leak information to each other. Use mayseeallnamespaces helper that...

5.5CVSS5.7AI score0.00107EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.9 views

CVE-2026-43389

In the Linux kernel, the following vulnerability has been resolved: mm: memfdluo: always dirty all folios A dirty folio is one which has been written to. A clean folio is its opposite. Since a clean folio has no user data, it can be freed under memory pressure. memfd preservation with LUO saves t...

5.5CVSS5.5AI score0.00107EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.19 views

CVE-2026-43387

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: properly validate the data in rtwgetieex Just like in commit 154828bf9559 "staging: rtl8723bs: fix out-of-bounds read in rtwgetie parser", we don't trust the data in the frame so we should check the length...

5.5CVSS5.7AI score0.00123EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.9 views

CVE-2026-43388

In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: clear walkcontrol on inactive context in damoswalk damoswalk sets ctx-walkcontrol to the caller-provided control structure before checking whether the context is running. If the context is inactive damonisrunning...

7.8CVSS5.7AI score0.00124EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.8 views

CVE-2026-43385

In the Linux kernel, the following vulnerability has been resolved: net: Fix rcutasks stall in threaded busypoll I was debugging a NIC driver when I noticed that when I enable threaded busypoll, bpftrace hangs when starting up. dmesg showed: rcutaskswaitgp: rcutasks grace period number 85 since...

7.5CVSS5.7AI score0.00344EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.13 views

CVE-2026-43386

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix potential out-of-bounds read in rtwrestructwmmie The current code checks 'i + 5 inlen' at the end of the if statement. However, it accesses 'iniei + 5' before that check, which can lead to an out-of-bounds...

7.1CVSS5.8AI score0.00126EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.9 views

CVE-2026-43384

In the Linux kernel, the following vulnerability has been resolved: net/tcp-ao: Fix MAC comparison to be constant-time To prevent timing attacks, MACs need to be compared in constant time. Use the appropriate helper function for this...

9.8CVSS5.7AI score0.00457EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.13 views

CVE-2026-43382

In the Linux kernel, the following vulnerability has been resolved: batman-adv: Avoid double-rtnllock ELP metric worker batadvvelpgetthroughput might be called when the RTNL lock is already held. This could be problematic when the work queue item is cancelled via canceldelayedworksync in...

5.5CVSS5.4AI score0.00095EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.9 views

CVE-2026-43383

In the Linux kernel, the following vulnerability has been resolved: net/tcp-md5: Fix MAC comparison to be constant-time To prevent timing attacks, MACs need to be compared in constant time. Use the appropriate helper function for this...

9.4CVSS5.7AI score0.00443EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.25 views

CVE-2026-43381

In the Linux kernel, the following vulnerability has been resolved: nouveau/dpcd: return EBUSY for aux xfer if the device is asleep If we have runtime suspended, and userspace wants to use /dev/drmdp then just tell it the device is busy instead of crashing in the GSP code. WARNING: CPU: 2 PID:...

5.5CVSS5.7AI score0.00123EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.12 views

CVE-2026-43379

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in smblazyparentleasebreakclose opinfo pointer obtained via rcudereferencefp-fopinfo is being accessed after rcureadunlock has been called. This creates a race condition where the memory could be freed b...

9.8CVSS5.7AI score0.00444EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.8 views

CVE-2026-43380

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbus/q54sj108a2 fix stack overflow in debugfs read The q54sj108a2debugfsread function suffers from a stack buffer overflow due to incorrect arguments passed to bin2hex. The function currently passes 'data' as the...

7.8CVSS5.9AI score0.00143EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.9 views

CVE-2026-43378

In the Linux kernel, the following vulnerability has been resolved: smb: server: fix use-after-free in smb2open The opinfo pointer obtained via rcudereferencefp-fopinfo is dereferenced after rcureadunlock, creating a use-after-free window...

9.8CVSS5.7AI score0.00308EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.19 views

CVE-2026-43377

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Don't log keys in SMB3 signing and encryption key generation When KSMBDDEBUGAUTH logging is enabled, generatesmb3signingkey and generatesmb3encryptionkey log the session, signing, encryption, and decryption key bytes. Remo...

8.1CVSS5.7AI score0.00248EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.12 views

CVE-2026-43376

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free by using callrcu for oplockinfo ksmbd currently frees oplockinfo immediately using kfree, even though it is accessed under RCU read-side critical sections in places like opinfoget and procshowfiles. Sinc...

9.8CVSS5.7AI score0.00444EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.9 views

CVE-2026-43375

In the Linux kernel, the following vulnerability has been resolved: net: mctp: fix device leak on probe failure Driver core holds a reference to the USB interface and its parent USB device while the interface is bound to a driver and there is no need to take additional references unless the...

5.5CVSS5.7AI score0.00121EPSS
Exploits0
Total number of security vulnerabilities61286