Lucene search
+L

393962 matches found

Debian CVE
Debian CVE
added yesterday4 views

CVE-2026-72450

In the Linux kernel, the following vulnerability has been resolved: xfrm: validate selector family and prefixlen during match syzbot reported a shift-out-of-bounds in xfrmselectormatch due to AFUNSPEC selector with large prefixlen e.g. 128 matched against IPv4 flow when XFRMSTATEAFUNSPEC is set...

5.4AI score0.0022EPSS
SaveExploits0
Debian CVE
Debian CVE
added yesterday4 views

CVE-2026-72431

In the Linux kernel, the following vulnerability has been resolved: alloctag: fix use-after-free in /proc/allocinfo after module unload allocinfostart only reinitializes the codetag iterator at position 0. For subsequent reads position 0, it reuses cached iterator state from the previous batch...

5.5AI score0.00206EPSS
SaveExploits0
Debian CVE
Debian CVE
added yesterday5 views

CVE-2026-72426

In the Linux kernel, the following vulnerability has been resolved: bpf: Preserve pointer spill metadata during half-slot cleanup cleanfuncstate cleans dead stack slots in 4-byte halves. When the high half of a STACKSPILL slot is dead and the low half remains live, cleanup converts the live low...

5.3AI score0.00198EPSS
SaveExploits0
Cvelist
Cvelist
added yesterday22 views

CVE-2026-72415 ASoC: SDCA: Validate written enum value in ge_put_enum_double()

In the Linux kernel, the following vulnerability has been resolved: ASoC: SDCA: Validate written enum value in geputenumdouble geputenumdouble passes the user-supplied enumeration index item0 to sndsocenumitemtoval without checking it against the number of items in the enum: ret =...

0.00198EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added yesterday6 views

CVE-2026-72401

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix insnauxdata leak on verifier errfreeenv path When bpfcheck allocates env-insnauxdata successfully but later fails to allocate env-succ, it jumps directly to errfreeenv. The existing vfreeenv-insnauxdata sits before the...

5.4AI score0.0021EPSS
SaveExploits0
Debian CVE
Debian CVE
added yesterday3 views

CVE-2026-72402

In the Linux kernel, the following vulnerability has been resolved: bpf: Mask pseudo pointer values in verifier logs printbpfinsn masks ldimm64 immediates for pointer-bearing pseudo sources when pointer leaks are not allowed, but the mask only covers BPFPSEUDOMAPFD and BPFPSEUDOMAPVALUE...

5.3AI score0.00198EPSS
SaveExploits0
CVE
CVE
added yesterday9 views

CVE-2026-72399

CVE-2026-72399 affects the Linux kernel net/enetc driver. The bug stems from an out-of-bounds access to xdp_redirect_arr, where the array is ENETC_MAX_SKB_FRAGS large but xdp_frame fragments may be ≥ that size. The vulnerability has been resolved in the Linux kernel according to the provided sour...

5.3AI score0.00215EPSS
SaveExploits0References6
Cvelist
Cvelist
added yesterday23 views

CVE-2026-72398 sctp: add INIT verification after cookie unpacking

In the Linux kernel, the following vulnerability has been resolved: sctp: add INIT verification after cookie unpacking In SCTP handshake, the INIT chunk is initially processed by the server and embedded into the cookie carried in INIT-ACK. The client then returns this cookie via COOKIE-ECHO, wher...

0.00248EPSS
SaveExploits0References3
Cvelist
Cvelist
added yesterday20 views

CVE-2026-72399 net: enetc: check the number of BDs needed for xdp_frame

In the Linux kernel, the following vulnerability has been resolved: net: enetc: check the number of BDs needed for xdpframe The size of xdpredirectarr array is ENETCMAXSKBFRAGS. However, the number of fragments contained in xdpframe may be greater than or equal to ENETCMAXSKBFRAGS, which will cau...

0.00215EPSS
SaveExploits0References6
CVE
CVE
added yesterday9 views

CVE-2026-72395

CVE-2026-72395 fixes a Linux kernel hwmon/pmbus issue where a worker batcher passed a combined bitmask of regulator events to regulator_notifier_call_chain(), causing regulator_handle_critical() to miss a valid case when multiple faults occurred before the worker ran. The strict switch in regulat...

5.4AI score0.00219EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added yesterday5 views

CVE-2026-72384

In the Linux kernel, the following vulnerability has been resolved: irqchip/ts4800: Fix missing chained handler cleanup on remove The driver installs a chained handler for the parent interrupt during probe using irqsetchainedhandleranddata, but the remove function does not clear this handler. Thi...

5.4AI score0.00215EPSS
SaveExploits0
EUVD
EUVD
added yesterday6 views

EUVD-2026-59281

In the Linux kernel, the following vulnerability has been resolved: ksmbd: reject undersized DACLs before parsing ACEs parsedacl limits the attacker-controlled ACE count by comparing it with the number of minimal ACEs that fit in the DACL size. The DACL size field is 16 bits, but the expression...

5.4AI score0.00219EPSS
SaveExploits0References5
CVE
CVE
added yesterday12 views

CVE-2026-72380

CVE-2026-72380 affects the Linux kernel xen/pvcalls front-end. The issue arises when pvcalls_front_event_handler() uses the backend-supplied req_id (from the ring) to index bedata->rsp[] without a proper range check, allowing an out-of-bounds write if req_id exceeds PVCALLS_NR_RSP_PER_RING. Ad...

5.4AI score0.00198EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added yesterday4 views

CVE-2026-72377

In the Linux kernel, the following vulnerability has been resolved: afs: Remove setting of ASRELEASEALWAYS for symlinks and mountpoints Regular AFS files correctly use afsfileaops which have releasefolio set as netfsreleasefolio, so ASRELEASEALWAYS is valid for them when fscache is enabled set vi...

5.5AI score0.00198EPSS
SaveExploits0
EUVD
EUVD
added yesterday4 views

EUVD-2026-59275

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
SaveExploits0References4
Debian CVE
Debian CVE
added yesterday4 views

CVE-2026-72374

In the Linux kernel, the following vulnerability has been resolved: afs: Fix callback service message parsers to pass through -EAGAIN The AFS filesystem client uses an rxrpc server to listen for callback notifications. Each callback call type handler has a delivery function that parses the incomi...

5.4AI score0.0022EPSS
SaveExploits0
Cvelist
Cvelist
added yesterday23 views

CVE-2026-72369 minix: avoid overflow in bitmap block count calculation

In the Linux kernel, the following vulnerability has been resolved: minix: avoid overflow in bitmap block count calculation minixchecksuperblock uses minixblocksneeded to verify that the on-disk imap and zmap block counts are large enough for the advertised inode and zone counts. The helper...

0.00209EPSS
SaveExploits0References5
EUVD
EUVD
added yesterday4 views

EUVD-2026-59268

In the Linux kernel, the following vulnerability has been resolved: minix: avoid overflow in bitmap block count calculation minixchecksuperblock uses minixblocksneeded to verify that the on-disk imap and zmap block counts are large enough for the advertised inode and zone counts. The helper...

5.5AI score0.00209EPSS
SaveExploits0References5
CVE
CVE
added yesterday9 views

CVE-2026-72369

The CVE-2026-72369 issue affects the Linux kernel’s Minix filesystem handling. A MINIX v3 image with s_ninodes or s_zones near UINT_MAX could cause integer overflow in the bitmap block count calculation, making minix_check_superblock() accept a zero bitmap-block count and leading minix_fill_super...

5.4AI score0.00209EPSS
SaveExploits0References5
EUVD
EUVD
added yesterday4 views

EUVD-2026-59266

In the Linux kernel, the following vulnerability has been resolved: iomap: guard iosize EOF trim against concurrent truncate underflow iomap: fix zero padding data issue in concurrent append writes changed ioend accounting so that iosize tracks only valid data within EOF. This trims iosize when a...

5.4AI score0.00206EPSS
SaveExploits0References3
Rows per page
Query Builder