Lucene search
+L

33317 matches found

Debian CVE
Debian CVE
added 5 days ago5 views

CVE-2026-74382

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsbpf: prevent unbounded recursion in offload rollback Quan Sun reported 1 a stack overflow in clsbpfoffloadcmd. Reproducer on netdevsim: add a skipsw clsbpf filter, set the bpftcaccept debugfs knob to 0, then tc filt...

5.5AI score0.00195EPSS
SaveExploits0
Debian CVE
Debian CVE
added 5 days ago7 views

CVE-2026-74295

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: hdachdmi: Validate written enum value hdachdmisetpinportmux uses the written enum value to index the texts array before calling sndsocdapmputenumdouble, which validates that the value is within the enum item range. ...

7.1CVSS5.3AI score0.00126EPSS
SaveExploits0
Debian CVE
Debian CVE
added 5 days ago5 views

CVE-2026-74278

In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: Fix kernel heap address leak in bounceerrorevent The comment above bounceerrorevent documents that user clients should receive SNDRVSEQEVENTBOUNCE with the original event embedded as variable-length data, while kernel...

5.4AI score0.00168EPSS
SaveExploits0
Debian CVE
Debian CVE
added 5 days ago5 views

CVE-2026-74273

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Block region delete during region creation Expand the range lock, rename it "regionslock", to disable region deletion in the critical period between constructregion and attachtarget, as well as the period between...

5.5AI score0.00155EPSS
SaveExploits0
Debian CVE
Debian CVE
added 5 days ago6 views

CVE-2026-72479

In the Linux kernel, the following vulnerability has been resolved: iio: accel: mma8452: handle I2C read errors in mma8452read Currently, If i2csmbusreadi2cblockdata fails but mma8452setruntimepmstate succeeds, mma8452read returns 0. As a result, the caller mma8452readraw assumes the read was...

5.7AI score0.0021EPSS
SaveExploits0
Debian CVE
Debian CVE
added 5 days ago4 views

CVE-2026-72428

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix stack slot index in nospec checks checkstackwritefixedoff computes the byte slot for a fixed-offset stack write as -off - 1, and records each written byte in slottype with slot - i % BPFREGSIZE. The Spectre v4 sanitizati...

5.3AI score0.0021EPSS
SaveExploits0
Debian CVE
Debian CVE
added 5 days ago6 views

CVE-2026-72376

In the Linux kernel, the following vulnerability has been resolved: afs: Fix misplaced inc of net-cellsoutstanding Fix net-cellsoutstanding being incremented before the check for failure of idralloccyclic, leaving the count incremented on error...

5.3AI score0.00209EPSS
SaveExploits0
Debian CVE
Debian CVE
added 5 days ago5 views

CVE-2026-72321

In the Linux kernel, the following vulnerability has been resolved: ipv4: igmp: Fix potential memory leaks in igmpmodtimer and igmpstoptimer When a timer is deleted and not re-armed in igmpmodtimer, or stopped in igmpstoptimer, the code currently decrements the reference counter of the multicast...

5.5AI score0.00207EPSS
SaveExploits0
Debian CVE
Debian CVE
added 5 days ago8 views

CVE-2026-72280

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: nv: Drop bogus WARN for write to ZCREL2 It is entirely possible for a guest to write to the ZCREL2 sysreg alias while in a nested context, as it is expected if FEATNV2 is advertised to the L1 hypervisor. Get rid of th...

7.1CVSS5.4AI score0.00186EPSS
SaveExploits0
CVE
CVE
added 5 days ago29 views

CVE-2026-72232

CVE-2026-72232 relates to the Linux kernel/batman-adv stack, where a local user with eBPF TC hook access could trigger a packet truncation that redirects to a batman-adv interface. The vulnerability arises because the code assumes at least ETH_HLEN bytes are available and may read beyond the buff...

7.8CVSS5.4AI score0.00156EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 5 days ago5 views

CVE-2026-72208

In the Linux kernel, the following vulnerability has been resolved: ntfs: add bounds check before accessing EA entries in ntfsealookup and ntfslistxattr, this verifies that there is enough space in the EA entry before accessing the nextentryoffset field of the EA entry...

9.8CVSS5.3AI score0.00516EPSS
SaveExploits0
Debian CVE
Debian CVE
added 5 days ago5 views

CVE-2026-72197

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: bound DeleteIndexEntryAllocation memmove length In doaction's DeleteIndexEntryAllocation case, e-size comes from an on-disk INDEXBUFFER entry. When e-size makes e + e-size point past hdr + hdr-used, PtrOffsete1,...

8.4CVSS5.4AI score0.00182EPSS
SaveExploits0
Debian CVE
Debian CVE
added 5 days ago6 views

CVE-2026-72113

In the Linux kernel, the following vulnerability has been resolved: can: bcm: add missing device refcount for CAN filter removal sashiko-bot remarked a problem with a concurrent device unregistration in isotp.c which also is present in the bcm.c code. A former fix for raw.c commit c275a176e4b6...

7.8CVSS5.4AI score0.00163EPSS
SaveExploits0
Debian CVE
Debian CVE
added 5 days ago5 views

CVE-2026-72114

In the Linux kernel, the following vulnerability has been resolved: can: bcm: validate frame length in bcmrxsetup for RTR replies bcmtxsetup validates cf-len against the CAN/CAN FD DLC limits before installing frames for TXSETUP, but bcmrxsetup never did the same for the RTR-reply frame configure...

7.8CVSS5.3AI score0.00163EPSS
SaveExploits0
Debian CVE
Debian CVE
added 5 days ago9 views

CVE-2026-72102

In the Linux kernel, the following vulnerability has been resolved: dmearlycreate: fix freeing used table on dmresume failure If dmresume fails, the kernel attempts to free table with dmtabledestroy, but the table was already instantiated with dmswaptable. This commit skips the call to...

7.8CVSS5.4AI score0.00164EPSS
SaveExploits0
Debian CVE
Debian CVE
added 5 days ago5 views

CVE-2026-72033

In the Linux kernel, the following vulnerability has been resolved: orangefs: keep the readdir entry size 64-bit in fillfrompart fillfrompart computes the size of a directory entry in sizet but stores it in a u32. An entry length near U32MAX wraps it to a small value, bypasses the bounds check, a...

9.8CVSS5.4AI score0.00739EPSS
SaveExploits0
Debian CVE
Debian CVE
added 5 days ago7 views

CVE-2026-72003

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: cyw: fix heap overflow on a short auth frame brcmfnotifyauthframerx takes the frame length from the firmware event and copies the frame body with the management header offset subtracted: u32 mgmtframelen = e-datal...

8.8CVSS5.6AI score0.00344EPSS
SaveExploits0
Debian CVE
Debian CVE
added 5 days ago4 views

CVE-2026-68474

In the Linux kernel, the following vulnerability has been resolved: powerpc/spufs: fix out-of-bounds access in spufsmemmmapaccess spufsmemmmapaccess computes the local store offset as address - vma-vmstart, but bounds-checks it against vma-vmend instead of the local store size. On 64-bit, offset ...

7.8CVSS5.6AI score0.00164EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 6 days ago8 views

CVE-2026-19635 Local Privilege Escalation

A local privilege escalation vulnerability exists in Security Center. An attacker with write access to a specific configuration file could achieve arbitrary code execution with elevated privileges, without requiring further user or victim interaction...

8.8CVSS6.1AI score0.00191EPSS
SaveExploits0References1
Cvelist
Cvelist
added 6 days ago36 views

CVE-2026-19635 Local Privilege Escalation

A local privilege escalation vulnerability exists in Security Center. An attacker with write access to a specific configuration file could achieve arbitrary code execution with elevated privileges, without requiring further user or victim interaction...

8.8CVSS0.00191EPSS
SaveExploits0References1
Rows per page
Query Builder