Lucene search
+L

245035 matches found

Debian CVE
Debian CVE
โ€ขadded yesterdayโ€ข4 views

CVE-2026-74544

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsu32: validate offshift to prevent shift-out-of-bounds u32change copies the user-provided tcu32sel.offshift unsigned char, 0-255 into the kernel knode object without bounds validation. When a packet later hits...

5.4AI score
SaveExploits0
Debian CVE
Debian CVE
โ€ขadded yesterdayโ€ข4 views

CVE-2026-74545

In the Linux kernel, the following vulnerability has been resolved: rtase: fix double free of multi-frag skb on DMA map failure In rtasestartxmit, when the head buffer DMA mapping fails after rtasexmitfrags has mapped all fragments, the error path clears the fragment descriptors with...

5.6AI score
SaveExploits0
Debian CVE
Debian CVE
โ€ขadded yesterdayโ€ข4 views

CVE-2026-74534

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix refcounting of isoconn isoconndel and isochandel have a race that results to double-put of isoconn: Task hdev-workqueue Task 2 isoconndel isochandel isoconnholdunlesszero isoconnlock isoconnlock conn-sk = NULL...

5.4AI score
SaveExploits0
Debian CVE
Debian CVE
โ€ขadded yesterdayโ€ข4 views

CVE-2026-74533

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix race of kfree vs krefgetunlesszero hciconn::isodata is accessed and modified without lock or RCU. This leads to a race Task hdev-workqueue Task 2 isorecv isoconnputconn conn = LOAD hcon-isodata isoconnfreeconn...

5.3AI score
SaveExploits0
Debian CVE
Debian CVE
โ€ขadded yesterdayโ€ข5 views

CVE-2026-74519

In the Linux kernel, the following vulnerability has been resolved: pinctrl: devicetree: don't free uninitialized devname on error path dtrememberorfreemap duplicates devname for each map entry. If kstrdupconst fails, dtfreemap frees devname in all nummaps entries, including entries that have not...

5.5AI score
SaveExploits0
Debian CVE
Debian CVE
โ€ขadded yesterdayโ€ข4 views

CVE-2026-74504

In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: Fix division by zero in initializetimer A userspace-driven ALSA timer SNDUTIMER lets an unprivileged user set the backing sndtimer's hardware resolution to an arbitrary 64-bit value via SNDRVTIMERIOCTLCREATE...

5.6AI score
SaveExploits0
Debian CVE
Debian CVE
โ€ขadded yesterdayโ€ข4 views

CVE-2026-74471

In the Linux kernel, the following vulnerability has been resolved: tracing: Check return value of registerevent in tracemoduleaddevents tracemoduleaddevents ignores the return value of registerevent and unconditionally calls addeventtotracers for each event. If registerevent fails for example, i...

5.5AI score
SaveExploits0
Debian CVE
Debian CVE
โ€ขadded yesterdayโ€ข4 views

CVE-2026-74447

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix uint32t overflow in EOP ring buffer size alignment eopringbuffersize in struct queueproperties is a u32. In kfdqueueacquirebuffers the expected EOP buffer size is computed as ALIGNeopringbuffersize, PAGESIZE; ALIG...

5.7AI score
SaveExploits0
Debian CVE
Debian CVE
โ€ขadded yesterdayโ€ข4 views

CVE-2026-74462

In the Linux kernel, the following vulnerability has been resolved: i2c: imx: mark I2C adapter when hardware is powered down On some i.MX platforms, certain I2C client drivers keep a periodic workqueue which continues to trigger I2C transfers. During system suspend/resume, there exists a time...

5.4AI score
SaveExploits0
Debian CVE
Debian CVE
โ€ขadded yesterdayโ€ข6 views

CVE-2026-72259

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8192: Release reserved memory on cleanup The MT8192 AFE probe calls ofreservedmemdeviceinit and falls back to preallocated buffers when no reserved memory region is available. When the reserved memory assignment...

5.3AI score0.00209EPSS
SaveExploits0
Debian CVE
Debian CVE
โ€ขadded yesterdayโ€ข5 views

CVE-2026-72026

In the Linux kernel, the following vulnerability has been resolved: irqchip/irq-riscv-imsic-early: Fix fwnode leak on state setup failure imsicearlyacpiinit allocates a firmware node before setting up the IMSIC state. If imsicsetupstate fails, the function returns without freeing the allocated...

5.4AI score0.002EPSS
SaveExploits0
Debian CVE
Debian CVE
โ€ขadded yesterdayโ€ข4 views

CVE-2026-74403

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Check for page allocation failure correctly in TIO Sashiko notes: if snpallocfirmwarepages returns NULL under memory pressure, is it safe to pass it directly to pageaddress? On architectures without HASHEDPAGEVIRTUA...

5.4AI score0.00156EPSS
SaveExploits0
Positive Technologies
Positive Technologies
โ€ขadded yesterdayโ€ข9 views

PT-2026-72836

In the Linux kernel, the following vulnerability has been resolved: bpf: fix crash in bpf set|remove dentry xattr for negative dentries bpf set dentry xattr and bpf remove dentry xattr BPF kfuncs attempt to lock the inode of the supplied dentry without checking if it is NULL. If a negative dentry...

5.4AI score0.00166EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
โ€ขadded yesterdayโ€ข8 views

PT-2026-72987

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: avoid deadlocks in iso sock timeout iso sock timeout takes lock sock, so sync disabling the timer while holding that lock may deadlock. iso sock timeout may also run concurrently with iso conn del, which leads to...

5.3AI score
SaveExploits0References5
Positive Technologies
Positive Technologies
โ€ขadded yesterdayโ€ข8 views

PT-2026-72853

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: fix integer overflow in radeon align pitch radeon align pitch has the same kind of overflow issue as the old amdgpu helper: both the alignment round-up add and the final 'aligned cpp' calculation can overflow signed...

5.4AI score0.00156EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
โ€ขadded yesterdayโ€ข11 views

PT-2026-72958

In the Linux kernel, the following vulnerability has been resolved: afs: Fix UAF when sending a message In afs make call, there's a race with async call reception and destruction. If a call is dispatched that doesn't have call-write iter set used to specify the data content for FS.StoreData, then...

5.5AI score
SaveExploits0References4
Debian CVE
Debian CVE
โ€ขadded yesterdayโ€ข5 views

CVE-2026-74391

In the Linux kernel, the following vulnerability has been resolved: tracing: Bound synthetic-field strings with seqbuf The synthetic field helpers build a prefixed synthetic variable name and a generated hist command in fixed MAXFILTERSTRVAL buffers. The current code appends those strings with ra...

5.4AI score0.00168EPSS
SaveExploits0
Positive Technologies
Positive Technologies
โ€ขadded yesterdayโ€ข9 views

PT-2026-72309

In the Linux kernel, the following vulnerability has been resolved: can: bcm: add missing rcu list annotations and operations sashiko-bot remarked the missing use of list add rcu in bcm rx|tx setup to have a proper initialized bcm op structure when bcm proc show traverses the bcm op's under rcu...

5.4AI score0.0022EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
โ€ขadded yesterdayโ€ข4 views

PT-2026-72504

In the Linux kernel, the following vulnerability has been resolved: dm era: fix NULL pointer dereference in metadata open metadata open returns NULL when kzalloc obj fails, but the caller era ctr only checks IS ERRmd. Since IS ERRNULL returns false, the NULL pointer is treated as a valid result a...

5.4AI score0.0022EPSS
SaveExploits0References9
Debian CVE
Debian CVE
โ€ขadded yesterdayโ€ข4 views

CVE-2026-72118

In the Linux kernel, the following vulnerability has been resolved: can: bcm: fix CAN frame rx/tx statistics KCSAN detected a data race within the bcmrxhandler when two CAN frames have been simultaneously received and processed in a single rx op by two different CPUs. Use atomic operations with...

5.7AI score0.00209EPSS
SaveExploits0
Rows per page
Query Builder