Lucene search
K
DebiancveRecent

59398 matches found

Debian CVE
Debian CVE
•added 2025/12/16 3:39 p.m.•3 views

CVE-2025-68314

In the Linux kernel, the following vulnerability has been resolved: drm/msm: make sure lastfence is always updated Update lastfence in the vm-bind path instead of kernel managed path. lastfence is used to wait for work to finish in vmbind contexts but not used for kernel managed contexts. This...

5.2AI score0.00145EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 3:39 p.m.•2 views

CVE-2025-68312

In the Linux kernel, the following vulnerability has been resolved: usbnet: Prevents free active kevent The root cause of this issue are: 1. When probing the usbnet device, executing usbnetlinkchangedev, 0, 0; put the kevent work in global workqueue. However, the kevent has not yet been scheduled...

5.3AI score0.00165EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 3:39 p.m.•3 views

CVE-2025-68313

In the Linux kernel, the following vulnerability has been resolved: x86/CPU/AMD: Add RDSEED fix for Zen5 There's an issue with RDSEED's 16-bit and 32-bit register output variants on Zen5 which return a random value of 0 "at a rate inconsistent with randomness while incorrectly signaling success...

5.2AI score0.00155EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 3:39 p.m.•2 views

CVE-2025-68311

In the Linux kernel, the following vulnerability has been resolved: tty: serial: ip22zilog: Use platform device for probing After commit 84a9582fd203 "serial: core: Start managing serial controllers to enable runtime PM" serial drivers need to provide a device in struct uartport.dev otherwise an...

5.2AI score0.00155EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 3:39 p.m.•4 views

CVE-2025-68310

In the Linux kernel, the following vulnerability has been resolved: s390/pci: Avoid deadlock between PCI error recovery and mlx5 crdump Do not block PCI config accesses through pcicfgaccesslock when executing the s390 variant of PCI error recovery: Acquire just devicelock instead of pcidevlock as...

5.2AI score0.0016EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 3:39 p.m.•2 views

CVE-2025-68309

In the Linux kernel, the following vulnerability has been resolved: PCI/AER: Fix NULL pointer access by aerinfo The kzallocGFPKERNEL may return NULL, so all accesses to aerinfo-xxx will result in kernel panic. Fix it...

5.1AI score0.00145EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 3:6 p.m.•3 views

CVE-2025-68308

In the Linux kernel, the following vulnerability has been resolved: can: kvaserusb: leaf: Fix potential infinite loop in command parsers The kvaserusbleafwaitcmd and kvaserusbleafreadbulkcallback functions contain logic to zero-length commands. These commands are used to align data to the USB...

5.5AI score0.00161EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 3:6 p.m.•4 views

CVE-2025-68307

In the Linux kernel, the following vulnerability has been resolved: can: gsusb: gsusbxmitcallback: fix handling of failed transmitted URBs The driver lacks the cleanup of failed transfers of URBs. This reduces the number of available URBs per error by 1. This leads to reduced performance and...

5.3AI score0.00161EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 3:6 p.m.•3 views

CVE-2025-68306

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: mediatek: Fix kernel crash when releasing mtk iso interface When performing reset tests and encountering abnormal card drop issues that lead to a kernel crash, it is necessary to perform a null check before...

5.3AI score0.00162EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 3:6 p.m.•3 views

CVE-2025-68305

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisock: Prevent race in socket write iter and sock bind There is a potential race condition between sock bind and socket write iter. bind may free the same cmd via mgmtpending before write iter sends the cmd, just as...

5.4AI score0.00156EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 3:6 p.m.•5 views

CVE-2025-68303

In the Linux kernel, the following vulnerability has been resolved: platform/x86: intel: punitipc: fix memory corruption This passes the address of the pointer "&punitipcdev" when the intent was to pass the pointer itself "punitipcdev" without the ampersand. This means that the:...

5.4AI score0.00161EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 3:6 p.m.•3 views

CVE-2025-68304

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcicore: lookup hciconn on RX path on protocol side The hdev lock/lookup/unlock/use pattern in the packet RX path doesn't ensure hciconn is not concurrently modified/deleted. This locking appears to be leftover from...

5.3AI score0.00145EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 3:6 p.m.•4 views

CVE-2025-68302

In the Linux kernel, the following vulnerability has been resolved: net: sxgbe: fix potential NULL dereference in sxgberx Currently, when skb is null, the driver prints an error and then dereferences skb on the next line. To fix this, let's add a 'break' after the error message to switch to...

5.3AI score0.00161EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 3:6 p.m.•2 views

CVE-2025-68301

In the Linux kernel, the following vulnerability has been resolved: net: atlantic: fix fragment overflow handling in RX path The atlantic driver can receive packets with more than MAXSKBFRAGS 17 fragments when handling large multi-descriptor packets. This causes an out-of-bounds write in...

5.4AI score0.00161EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 3:6 p.m.•3 views

CVE-2025-68300

In the Linux kernel, the following vulnerability has been resolved: fs/namespace: fix reference leak in grabrequestedmntns lookupmntns already takes a reference on mntns. grabrequestedmntns doesn't need to take an extra reference...

5.3AI score0.00155EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 3:6 p.m.•3 views

CVE-2025-68299

In the Linux kernel, the following vulnerability has been resolved: afs: Fix delayed allocation of a cell's anonymous key The allocation of a cell's anonymous key is done in a background thread along with other cell setup such as doing a DNS upcall. In the reported bug, this is triggered by...

5.3AI score0.00176EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 3:6 p.m.•2 views

CVE-2025-68298

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: mediatek: Avoid btusbmtkclaimisointf NULL deref In btusbmtksetup, we set btmtkdata-isopktintf to: usbifnumtoifdata-udev, MTKISOIFNUM That function can return NULL in some cases. Even when it returns NULL, though...

5AI score0.00155EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 3:6 p.m.•2 views

CVE-2025-68297

In the Linux kernel, the following vulnerability has been resolved: ceph: fix crash in processv2sparseread for encrypted directories The crash in processv2sparseread for fscrypt-encrypted directories has been reported. Issue takes place for Ceph msgr2 protocol in secure mode. It can be reproduced...

5.3AI score0.00176EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 3:6 p.m.•2 views

CVE-2025-68296

In the Linux kernel, the following vulnerability has been resolved: drm, fbcon, vgaswitcheroo: Avoid race condition in fbcon setup Protect vgaswitcherooclientfbset with console lock. Avoids OOB access in fbconremapall. Without holding the console lock the call races with switching outputs. VGA...

5.3AI score0.00171EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 3:6 p.m.•3 views

CVE-2025-68294

In the Linux kernel, the following vulnerability has been resolved: iouring/net: ensure vectored buffer node import is tied to notification When support for vectored registered buffers was added, the import itself is using 'req' rather than the notification iokiocb, sr-notif. For non-vectored...

5.3AI score0.00155EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 3:6 p.m.•2 views

CVE-2025-68295

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix memory leak in cifsconstructtcon When having a multiuser mount with domain= specified and using cifscreds, cifssetcifscreds will end up setting @ctx-domainname, so it needs to be freed before leaving...

5.2AI score0.00173EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 3:6 p.m.•2 views

CVE-2025-68293

In the Linux kernel, the following vulnerability has been resolved: mm/hugememory: fix NULL pointer deference when splitting folio Commit c010d47f107f "mm: thp: split huge page to any lower order pages" introduced an early check on the folio's order via mapping-flags before proceeding with the...

5.3AI score0.00173EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 3:6 p.m.•3 views

CVE-2025-68291

In the Linux kernel, the following vulnerability has been resolved: mptcp: Initialise rcvmss before calling tcpsendactivereset in mptcpdofastclose. syzbot reported divide-by-zero in tcpselectwindow by MPTCP socket. 0 We had a similar issue for the bare TCP and fixed in commit 499350a5a6e7 "tcp:...

5.2AI score0.00175EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 3:6 p.m.•3 views

CVE-2025-68292

In the Linux kernel, the following vulnerability has been resolved: mm/memfd: fix information leak in hugetlb folios When allocating hugetlb folios for memfd, three initialization steps are missing: 1. Folios are not zeroed, leading to kernel memory disclosure to userspace 2. Folios are not marke...

5.1AI score0.00176EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 3:6 p.m.•4 views

CVE-2025-68290

In the Linux kernel, the following vulnerability has been resolved: most: usb: fix double free on late probe failure The MOST subsystem has a non-standard registration function which frees the interface on registration failures and on deregistration. This unsurprisingly leads to bugs in the MOST...

5.1AI score0.00173EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 3:6 p.m.•3 views

CVE-2025-68289

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: feem: Fix memory leak in eemunwrap The existing code did not handle the failure case of usbepqueue in the command path, potentially leading to memory leaks. Improve error handling to free all allocated resources on...

5.4AI score0.00173EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 3:6 p.m.•3 views

CVE-2025-68288

In the Linux kernel, the following vulnerability has been resolved: usb: storage: Fix memory leak in USB bulk transport A kernel memory leak was identified by the 'ioctlsg01' test from Linux Test Project LTP. The following bytes were mainly observed: 0x53425355. When USB storage devices incorrect...

5.5AI score0.00173EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 3:6 p.m.•2 views

CVE-2025-68287

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: Fix race condition between concurrent dwc3removerequests call paths This patch addresses a race condition caused by unsynchronized execution of multiple call paths invoking dwc3removerequests, leading to premature...

5.6AI score0.00194EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 3:6 p.m.•5 views

CVE-2025-68286

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check NULL before accessing WHAT IGT kmscursorlegacy's long-nonblocking-modeset-vs-cursor-atomic fails with NULL pointer dereference. This can be reproduced with both an eDP panel and a DP monitors connected. BUG...

5.2AI score0.00173EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 3:6 p.m.•2 views

CVE-2025-68285

In the Linux kernel, the following vulnerability has been resolved: libceph: fix potential use-after-free in havemonandosdmap The wait loop in cephopensession can race with the client receiving a new monmap or osdmap shortly after the initial map is received. Both cephmonchandlemap and handleonem...

5.4AI score0.00173EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 3:6 p.m.•2 views

CVE-2025-68284

In the Linux kernel, the following vulnerability has been resolved: libceph: prevent potential out-of-bounds writes in handleauthsessionkey The len field originates from untrusted network packets. Boundary checks have been added to prevent potential out-of-bounds writes when decrypting the...

5.3AI score0.00173EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 3:6 p.m.•2 views

CVE-2025-68283

In the Linux kernel, the following vulnerability has been resolved: libceph: replace BUGON with bounds check for map-maxosd OSD indexes come from untrusted network packets. Boundary checks are added to validate these against map-maxosd. idryomov: drop BUGON in cephgetprimaryaffinity, minor cosmet...

5.3AI score0.00168EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 3:6 p.m.•2 views

CVE-2025-68282

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: udc: fix use-after-free in usbgadgetstatework A race condition during gadget teardown can lead to a use-after-free in usbgadgetstatework, as reported by KASAN: BUG: KASAN: invalid-access in sysfsnotify+0x2c/0xd0...

5.4AI score0.00173EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 2:48 p.m.•4 views

CVE-2025-68281

In the Linux kernel, the following vulnerability has been resolved: ASoC: SDCA: bug fix while parsing mipi-sdca-control-cn-list "struct sdcacontrol" declares "values" field as integer array. But the memory allocated to it is of char array. This causes crash for sdcaparsefunction API. This patch...

5.1AI score0.00158EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 2:47 p.m.•3 views

CVE-2025-68266

In the Linux kernel, the following vulnerability has been resolved: bfs: Reconstruct file type when loading from disk syzbot is reporting that SIFMT bits of inode-imode can become bogus when the SIFMT bits of the 32bits "mode" field loaded from disk are corrupted or when the 32bits "attributes"...

5.2AI score0.00161EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 2:47 p.m.•4 views

CVE-2025-68265

In the Linux kernel, the following vulnerability has been resolved: nvme: fix admin requestqueue lifetime The namespaces can access the controller's admin requestqueue, and stale references on the namespaces may exist after tearing down the controller. Ensure the admin requestqueue is active by...

5.5AI score0.00178EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 2:45 p.m.•3 views

CVE-2025-68264

In the Linux kernel, the following vulnerability has been resolved: ext4: refresh inline data size before write operations The cached ei-iinlinesize can become stale between the initial size check and when ext4updateinlinedata/ext4createinlinedata use it. Although ext4getmaxinlinesize reads the...

5.4AI score0.0018EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 2:45 p.m.•2 views

CVE-2025-68263

In the Linux kernel, the following vulnerability has been resolved: ksmbd: ipc: fix use-after-free in ipcmsgsendrequest ipcmsgsendrequest waits for a generic netlink reply using an ipcmsgtableentry on the stack. The generic netlink handler handlegenericevent/handleresponse fills entry-response...

9.8CVSS5.6AI score0.00378EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 2:45 p.m.•3 views

CVE-2025-68262

In the Linux kernel, the following vulnerability has been resolved: crypto: zstd - fix double-free in per-CPU stream cleanup The crypto/zstd module has a double-free bug that occurs when multiple tfms are allocated and freed. The issue happens because zstdstreams per-CPU contexts are freed in...

5.1AI score0.00169EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 2:45 p.m.•2 views

CVE-2025-68261

In the Linux kernel, the following vulnerability has been resolved: ext4: add idatasem protection in ext4destroyinlinedatanolock Fix a race between inline data destruction and block mapping. The function ext4destroyinlinedatanolock changes the inode data layout by clearing EXT4INODEINLINEDATA and...

5.4AI score0.0018EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 2:45 p.m.•3 views

CVE-2025-68260

In the Linux kernel, the following vulnerability has been resolved: rustbinder: fix race condition on deathlist Rust Binder contains the following unsafe operation: // SAFETY: A NodeDeath is never inserted into the death list // of any node other than its owner, so it is either in this // death...

5.4AI score0.00185EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 2:45 p.m.•2 views

CVE-2025-68259

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Don't skip unrelated instruction if INT3/INTO is replaced When re-injecting a soft interrupt from an INT3, INT0, or select INTn instruction, discard the exception and retry the instruction if the code stream is changed...

5.3AI score0.00161EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 2:45 p.m.•3 views

CVE-2025-68258

In the Linux kernel, the following vulnerability has been resolved: comedi: multiq3: sanitize config options in multiq3attach Syzbot identified an issue 1 in multiq3attach that induces a task timeout due to open or COMEDIDEVCONFIG ioctl operations, specifically, in the case of multiq3 driver. Thi...

5.2AI score0.0018EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 2:44 p.m.•2 views

CVE-2025-68257

In the Linux kernel, the following vulnerability has been resolved: comedi: check device's attached status in compat ioctls Syzbot identified an issue 1 that crashes kernel, seemingly due to unexistent callback dev-getvalidroutes. By all means, this should not occur as said callback must always b...

5.3AI score0.0018EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 2:44 p.m.•4 views

CVE-2025-68255

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix stack buffer overflow in OnAssocReq IE parsing The Supported Rates IE length from an incoming Association Request frame was used directly as the memcpy length when copying into a fixed-size 16-byte stack...

5.8AI score0.00198EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 2:44 p.m.•3 views

CVE-2025-68256

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix out-of-bounds read in rtwgetie parser The Information Element IE parser rtwgetie trusted the length byte of each IE without validating that the IE body len bytes after the 2-byte header fits inside the...

5.5AI score0.00176EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 2:44 p.m.•4 views

CVE-2025-68254

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix out-of-bounds read in OnBeacon ESR IE parsing The Extended Supported Rates ESR IE handling in OnBeacon accessed p + 1 + ielen and p + 2 + ielen without verifying that these offsets lie within the received...

5.5AI score0.00176EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 2:32 p.m.•2 views

CVE-2025-68253

In the Linux kernel, the following vulnerability has been resolved: mm: don't spin in addstackrecord when gfp flags don't allow syzbot was able to find the following path: addstackrecordtolist mm/pageowner.c:182 inline incstackrecordcount mm/pageowner.c:214 inline setpageowner+0x2c3/0x4a0...

5.1AI score0.00158EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 2:32 p.m.•4 views

CVE-2025-68252

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Fix dmabuf object leak in fastrpcmaplookup In fastrpcmaplookup, dmabufget is called to obtain a reference to the dmabuf for comparison purposes. However, this reference is never released when the function returns,...

5.2AI score0.00171EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/12/16 2:32 p.m.•3 views

CVE-2025-68250

In the Linux kernel, the following vulnerability has been resolved: hungtask: fix warnings caused by unaligned lock pointers The blocker tracking mechanism assumes that lock pointers are at least 4-byte aligned to use their lower bits for type encoding. However, as reported by Eero Tamminen, some...

5.1AI score0.00158EPSS
Exploits0
Total number of security vulnerabilities59398