Lucene search
+L

2108007 matches found

OSV
OSV
•added 2026/09/25 12:00 a.m.•1 views

UBUNTU-CVE-2026-97943

In the Linux kernel, the following vulnerability has been resolved: x86/mm/pat: Acquire initmm write lock on collapse to avoid UAF x86 implements page attribute modification using its Change Page Attributes CPA mechanism. This tracks properties of ranges such as cache mode through x86 page...

6.6AI score
SaveExploits0References5
OSV
OSV
•added 2026/09/25 12:00 a.m.•1 views

UBUNTU-CVE-2026-97619

In the Linux kernel, the following vulnerability has been resolved: iouring/rw: end write accounting from -kicomplete Commit b000145e9907 moved both the fsnotify calls and the write accounting out of the kiocb completion handler and into the ioreqrwcomplete taskwork. However, only the fsnotify pa...

5.9AI score
SaveExploits0References5
OSV
OSV
•added 2026/09/25 12:00 a.m.•2 views

UBUNTU-CVE-2026-97542

In the Linux kernel, the following vulnerability has been resolved: xfs: bail out on bitmap errors in xrepagflfill LOLLM also points out that the xagbbitmapset call in xrepagflfill can fail, but we don't check the result of xagbbitmapwalk, so we silently drop the error and proceed with inconsiste...

5.8AI score
SaveExploits0References6
OSV
OSV
•added 2026/09/25 12:00 a.m.•2 views

UBUNTU-CVE-2026-97533

In the Linux kernel, the following vulnerability has been resolved: x86/mm/pat: Acquire initmm read lock on attribute changes to avoid UAF A previous commit protected against races between ptdump and CPA collapse, however one still exists between attribute changes and collapse as reported by Deni...

6.2AI score
SaveExploits0References5
OSV
OSV
•added 2026/09/25 12:00 a.m.•1 views

UBUNTU-CVE-2026-98074

In the Linux kernel, the following vulnerability has been resolved: bonding: do not clear curractiveslave prematurely when releasing all slaves When releasing all slaves during bond destruction all == true, bondreleaseone unconditionally clears bond-curractiveslave to NULL in every iteration. If ...

5.8AI score
SaveExploits0References6
OSV
OSV
•added 2026/09/25 12:00 a.m.•1 views

UBUNTU-CVE-2026-98034

In the Linux kernel, the following vulnerability has been resolved: bpf: Mark NULL kptr stores precise checkmapkptraccess permits a scalar store into an untrusted kptr field only when the register is known to contain zero. Unlike other verifier checks whose outcome depends on a scalar value, it...

5.9AI score
SaveExploits0References4
OSV
OSV
•added 2026/09/25 12:00 a.m.•2 views

UBUNTU-CVE-2026-98152

In the Linux kernel, the following vulnerability has been resolved: nvmet-rdma: fix queue leak when connect backlog is exceeded When pending disconnecting queues exceed the backlog limit, the connect path only drops the device reference and leaks the newly allocated queue and its IB resources...

5.7AI score
SaveExploits0References9
OSV
OSV
•added 2026/09/25 12:00 a.m.•1 views

UBUNTU-CVE-2026-98135

In the Linux kernel, the following vulnerability has been resolved: ntfs: reject invalid sectorspercluster in the boot sector isbootsectorntfs checks the boot sector's sectorspercluster field with a range test that rejects 0x81..0xf3 but accepts 0 and other non-power-of-two counts. A zero value...

5.8AI score
SaveExploits0References4
OSV
OSV
•added 2026/09/25 12:00 a.m.•2 views

UBUNTU-CVE-2026-97621

In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: analogixdp: fix unchecked bound endpoint name length rockchipdpdrmencoderenable uses sprintf to format a device tree path into a 32-byte stack buffer. Device tree paths are not limited to this size, so a sufficientl...

5.9AI score
SaveExploits0References5
OSV
OSV
•added 2026/09/25 12:00 a.m.•2 views

UBUNTU-CVE-2026-97914

In the Linux kernel, the following vulnerability has been resolved: accel: ethosu: Fix ethosujobopen return value A WARNON returns a 0 or 1, not the original negative errno. Just drop the WARNON as the FD open will pass the return code to userspace and there's only one possible source of the erro...

5.8AI score
SaveExploits0References4
OSV
OSV
•added 2026/09/25 12:00 a.m.•2 views

UBUNTU-CVE-2026-53493

containerd is an open-source container runtime. Prior to versions 1.7.36, 2.0.13, 2.2.9, 2.3.6, and 2.4.1, a crafted OCI index graph can force very high CPU/memory usage during PullImage before container start, causing long ContainerCreating stalls and, at larger sizes, node/runtime instability...

6.9CVSS5.7AI score0.00356EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/25 12:00 a.m.•2 views

UBUNTU-CVE-2026-97920

In the Linux kernel, the following vulnerability has been resolved: tracing: Keep the entry count when the histogram stats allocation fails printentries uses nentries both as the number of sort entries and as its own return value, so the -ENOMEM it stores when the stats allocation fails overwrite...

6.1AI score
SaveExploits0References6
OSV
OSV
•added 2026/09/25 12:00 a.m.•2 views

UBUNTU-CVE-2026-98106

In the Linux kernel, the following vulnerability has been resolved: drm/pagemap: Prevent double migration of device pages A device-private folio migrated to system memory by a CPU fault can remain reachable through the raw-PFN eviction path until migration finalization drops the source reference...

5.9AI score
SaveExploits0References4
OSV
OSV
•added 2026/09/25 12:00 a.m.•2 views

UBUNTU-CVE-2026-97525

In the Linux kernel, the following vulnerability has been resolved: x86/mm/pat: Allocate split page tables as kernel page tables A PTE is allocated directly without going through the standard page table allocation routines such as ptealloconekernel when the CPA code splits a large page...

8.2CVSS5.9AI score
SaveExploits0References5
OSV
OSV
•added 2026/09/25 12:00 a.m.•3 views

UBUNTU-CVE-2026-98011

In the Linux kernel, the following vulnerability has been resolved: net/sched: hhf: clamp quantum in change and init paths hhfchange accepts any quantum from userspace, including 1. With a crafted size table qdiscpktlen reaches 2 GiB, so quantum=1 makes the deficit-refill loop spin 2^31 times und...

5.9AI score
SaveExploits0References6
OSV
OSV
•added 2026/09/25 12:00 a.m.•3 views

UBUNTU-CVE-2026-97984

In the Linux kernel, the following vulnerability has been resolved: net: ipv6: Fix UDP length overflow with PMTU discover and big MTU This commit bounds cork-base.fragsize to IP6MAXMTU for UDP sockets to avoid a possible overflow of UDP length that triggers a WARN in udpsetlenshort when setsockop...

5.9AI score
SaveExploits0References6
OSV
OSV
•added 2026/09/25 12:00 a.m.•2 views

UBUNTU-CVE-2026-98098

In the Linux kernel, the following vulnerability has been resolved: tipc: fix NULL deref in tipcnamednodeup on empty publication list User-space applications can bind a large number of service addresses to one or more sockets. Each binding of a local-scope service address inserts one entry...

5.6AI score
SaveExploits0References6
OSV
OSV
•added 2026/09/25 12:00 a.m.•2 views

UBUNTU-CVE-2026-98113

In the Linux kernel, the following vulnerability has been resolved: ksmbd: rate limit unmapped SID errors A client can include many structurally valid but unmapped SIDs in a DACL. Logging every mapping failure lets one request generate hundreds of kernel error messages. Rate limit the message to...

5.8AI score
SaveExploits0References6
OSV
OSV
•added 2026/09/25 12:00 a.m.•2 views

UBUNTU-CVE-2026-97927

In the Linux kernel, the following vulnerability has been resolved: ufs: create the root dentry after loading cylinder metadata ufsfillsuper installed sb-sroot before it loaded the cylinder group structures for a writable mount: sb-sroot = dmakerootinode; ... if !sbrdonlysb if...

5.8AI score
SaveExploits0References6
OSV
OSV
•added 2026/09/25 12:00 a.m.•3 views

UBUNTU-CVE-2026-97926

In the Linux kernel, the following vulnerability has been resolved: ufs: validate cylinder group metadata before caching it ufsreadcylinder copies the cylinder group index and the rotor positions straight from the on-disk group and caches them without any check: ucpi-ccgx = fs32tocpusb, ucg-cgcgx...

7CVSS5.9AI score
SaveExploits0References6
OSV
OSV
•added 2026/09/25 12:00 a.m.•3 views

UBUNTU-CVE-2026-98151

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix REG INVARIANTS VIOLATION on speculative pointer arithmetic Take the following unprivileged program as an example: r0 = bpfmaplookupelem... / PTRTOMAPVALUE, offset 0 / ... 14: r0 += r1 / r1 is a bounded scalar / 15: r9 = ...

5.9AI score
SaveExploits0References6
OSV
OSV
•added 2026/09/25 12:00 a.m.•2 views

UBUNTU-CVE-2026-98157

In the Linux kernel, the following vulnerability has been resolved: EDAC/devicesysfs: Use kstrtouint for pollmsec to prevent truncation The pollmsec sysfs store file uses simplestrtoul which accepts an unsigned long, but the target field pollmsec is unsigned int. On 64-bit systems, a value UINTMA...

5.9AI score
SaveExploits0References6
OSV
OSV
•added 2026/09/25 12:00 a.m.•2 views

UBUNTU-CVE-2026-97618

In the Linux kernel, the following vulnerability has been resolved: iouring/net: don't overconsume buffers when using MSGTRUNC When a recv/recvmsg is issued with MSGTRUNC and the incoming packet is larger than the provided buffer, the net layer returns the full length of the packet rather than th...

6AI score
SaveExploits0References5
OSV
OSV
•added 2026/09/25 12:00 a.m.•5 views

UBUNTU-CVE-2026-98097

In the Linux kernel, the following vulnerability has been resolved: tipc: Dont send random pad bytes in RESET/ACTIVATE messages The interface name is passed in a fixed length TIPCMAXIFNAME buffer. Replace the strcpydata, l-ifname with memcpy so that the pad bytes are actually written l-ifname is...

5.9AI score
SaveExploits0References6
OSV
OSV
•added 2026/09/25 12:00 a.m.•2 views

UBUNTU-CVE-2026-98028

In the Linux kernel, the following vulnerability has been resolved: eth: nfp: drop the replaced rule from the list when reprogramming fails nfpnetfsadd replaces an existing rule by deleting it from the hardware, decrementing nn-fs.count and programming the new one. If nfpnetfsaddhw fails the old...

6AI score
SaveExploits0References6
OSV
OSV
•added 2026/09/25 12:00 a.m.•3 views

UBUNTU-CVE-2026-97942

In the Linux kernel, the following vulnerability has been resolved: x86/alternatives: Exclude text poking against changepageattr From time to time, the following BUG can be observed in the x86 alternatives patching code 0: kernel BUG at arch/x86/kernel/alternative.c:2576! Oops: invalid opcode: 00...

5.8AI score
SaveExploits0References5
OSV
OSV
•added 2026/09/25 12:00 a.m.•2 views

UBUNTU-CVE-2026-98053

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Refactor and fix initconfig access Existing code accesses enties found in -initconfigs array through indexes that are part of -configids array. Those two are limited by: -numinitconfigs and -numconfigids...

5.9AI score
SaveExploits0References5
OSV
OSV
•added 2026/09/25 12:00 a.m.•4 views

UBUNTU-CVE-2026-97933

In the Linux kernel, the following vulnerability has been resolved: tracing: Take tracearray reference when opening a tracer options file When a tracer option file is opened, it is passed a descriptor that points to an element on the tracearray's topts array. This element has information to find...

6.2AI score
SaveExploits0References4
OSV
OSV
•added 2026/09/25 12:00 a.m.•2 views

UBUNTU-CVE-2026-97974

In the Linux kernel, the following vulnerability has been resolved: ipv6: null-check fib6node before accessing in ip6delrtsiblings syzbot reported a null-ptr-deref in ip6delrtsiblings 0. The stack trace hinted towards a null dereference of rt-fib6node when fn-leaf is accessed in ip6delrtsiblings...

5.8AI score
SaveExploits0References5
OSV
OSV
•added 2026/09/25 12:00 a.m.•2 views

UBUNTU-CVE-2026-97905

In the Linux kernel, the following vulnerability has been resolved: cpufreq: zero-initialize policy cpumask before sysfs publication cpufreqpolicyalloc allocates policy-cpus with alloccpumaskvar, i.e. without GFPZERO, unlike the sibling relatedcpus and realcpus masks. With CONFIGCPUMASKOFFSTACK=y...

5.8AI score
SaveExploits0References6
OSV
OSV
•added 2026/09/25 12:00 a.m.•3 views

UBUNTU-CVE-2026-98095

In the Linux kernel, the following vulnerability has been resolved: afpacket: Don't cast tpackethdr.tplen to int in tpacketparseheader. syzbot reported BUG in socksendmsgnosec. 0 The problem is that tpacketparseheader casts user-provided tpackethdr.tplen, which is u32, to int. If the length is...

5.8AI score
SaveExploits0References6
OSV
OSV
•added 2026/09/25 12:00 a.m.•3 views

UBUNTU-CVE-2026-97574

In the Linux kernel, the following vulnerability has been resolved: bnxten: Don't free the live ring's TPA state on queue restart failure bnxtqueuememalloc shallow copies the live RX ring into the clone: memcpyclone, rxr, sizeofrxr; the code currently clears pointers that the clone owns such as...

5.8AI score
SaveExploits0References5
OSV
OSV
•added 2026/09/25 12:00 a.m.•3 views

UBUNTU-CVE-2026-98128

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix target device refcount leak in mpi3mrsasportadd mpi3mrgettgtdevbyaddr increments the target device kref when it returns a device. If a subsequent error triggers a goto outfail after the tgtdev reference is...

5.6AI score
SaveExploits0References6
OSV
OSV
•added 2026/09/25 12:00 a.m.•2 views

UBUNTU-CVE-2026-98040

In the Linux kernel, the following vulnerability has been resolved: bpf: Mark the zero register precise for a register-form NULL check checkcondjmpop accepts "if rA rB" as a NULL check for a nullable pointer rA when rB is a scalar known to be zero, lifts PTRMAYBENULL from rA in the corresponding...

5.7AI score
SaveExploits0References4
OSV
OSV
•added 2026/09/25 12:00 a.m.•2 views

UBUNTU-CVE-2026-98024

In the Linux kernel, the following vulnerability has been resolved: s390/ism: folioput after error dmb-cpuaddr was allocated via folioalloc. Use folioput instead of kfree in the error exit of ismallocdmb to avoid slab allocator corruption. While at it, reset dmb-cpuaddr after folioput to avoid...

6.1AI score
SaveExploits0References6
OSV
OSV
•added 2026/09/25 12:00 a.m.•2 views

UBUNTU-CVE-2026-97554

In the Linux kernel, the following vulnerability has been resolved: smb: client: avoid using uninitialized SIDs in cifsposixtofattr cifsposixtofattr ignores the return value of posixinfoparse. When a malformed POSIX directory entry is encountered e.g. invalid SID lengths from an untrusted server,...

5.8AI score
SaveExploits0References4
OSV
OSV
•added 2026/09/25 12:00 a.m.•1 views

UBUNTU-CVE-2026-97931

In the Linux kernel, the following vulnerability has been resolved: ALSA: us122l: Prevent write upgrades for read mappings The hwdep mmap callback rejects read-buffer mappings that are initially writable, but leaves VMMAYWRITE set on mappings created with PROTREAD. A process that can open the hwd...

7CVSS5.9AI score
SaveExploits0References6
OSV
OSV
•added 2026/09/25 12:00 a.m.•2 views

UBUNTU-CVE-2026-97529

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Validate BSG requestlen before reading vendorcmd The FC BSG transport allocates job-request via memdupuser using the exact user-supplied requestlen. For FCBSGHSTVENDOR, fcbsghostdispatch only guarantees requestlen...

6AI score
SaveExploits0References5
OSV
OSV
•added 2026/09/25 12:00 a.m.•2 views

UBUNTU-CVE-2026-97556

In the Linux kernel, the following vulnerability has been resolved: smb: client: avoid leaking refcount when cifssbtlink fails cifsoplockbreak takes over the reference that cifsqueueoplockbreak acquired when it queued the work, and drops it with cifsFileInfoput once the break has been processed...

5.7AI score
SaveExploits0References6
OSV
OSV
•added 2026/09/25 12:00 a.m.•2 views

UBUNTU-CVE-2026-97902

In the Linux kernel, the following vulnerability has been resolved: fs: don't return -EINVAL for successful nested thaw Commit 7366f8b6fc6a "fs: handle freezing from multiple devices" replaced the freezeholders bitmask with per-holder counters to allow nested freezes. In the bitmask version, a th...

6AI score
SaveExploits0References6
OSV
OSV
•added 2026/09/25 12:00 a.m.•2 views

UBUNTU-CVE-2026-97949

In the Linux kernel, the following vulnerability has been resolved: configfs: unhash the dentry before dropping the item in rmdir configfsgetconfigitem treats a hashed dentry as proof that sd-selement is a live configitem. configfsrmdir breaks that: simplermdir leaves the dentry hashed, the last...

6AI score
SaveExploits0References5
OSV
OSV
•added 2026/09/25 12:00 a.m.•2 views

UBUNTU-CVE-2026-97532

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Null out freed pointers in qla2x00memalloc error path When qla2x00memalloc fails, qla2x00probeone jumps to probehwfailed and calls qla2x00memfree. Several error labels in qla2x00memalloc freed adapter members...

5.7AI score
SaveExploits0References5
OSV
OSV
•added 2026/09/25 12:00 a.m.•2 views

UBUNTU-CVE-2026-97557

In the Linux kernel, the following vulnerability has been resolved: smb: client: avoid leaking refcount in cifsqueueoplockbreak cifsqueueoplockbreak unconditionally takes a reference on the target file before queueing cifsoplockbreak. Only that work item decreases the reference counter again. If...

7.5CVSS5.8AI score
SaveExploits0References6
OSV
OSV
•added 2026/09/25 12:00 a.m.•2 views

UBUNTU-CVE-2026-98066

In the Linux kernel, the following vulnerability has been resolved: ALSA: caiaq: Fix potential double-free at error path The fix for caiaq driver's resource management to handle the errors tries to release the resources in a common destructor call, but as a sashiko review for another patch...

5.8AI score
SaveExploits0References6
OSV
OSV
•added 2026/09/25 12:00 a.m.•2 views

UBUNTU-CVE-2026-97535

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Bound VP index against VPCTRL IOCB bitmap size The VP control IOCB selects its target virtual port by setting one bit in vpidxmap, a fixed 16-byte 128-bit array in both vpctrlentry24xx and vpctrlentry24xxext...

5.9AI score
SaveExploits0References5
OSV
OSV
•added 2026/09/25 12:00 a.m.•2 views

UBUNTU-CVE-2026-97603

In the Linux kernel, the following vulnerability has been resolved: idpf: disable DIM work before freeing qvectors idpf never drains the Tx/Rx DIM works before freeing the memory they live in. txdim and rxdim are embedded in struct idpfqvector, they are queued from the NAPI poll via netdim, and...

5.9AI score
SaveExploits0References5
OSV
OSV
•added 2026/09/25 12:00 a.m.•1 views

UBUNTU-CVE-2026-98105

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: oatc6: Improve the error recovery When oversubscribed traffic causes lot of buffer overflow errors, probably due to loss of data chunks, driver fails to find a data chunk with endvalid bit set, before it runs out o...

6.1AI score
SaveExploits0References6
OSV
OSV
•added 2026/09/25 12:00 a.m.•1 views

UBUNTU-CVE-2026-98090

In the Linux kernel, the following vulnerability has been resolved: btrfs: restore active device pointers after failed sprout btrfsinitnewdevice switches latestdev and possibly sbdev from the seed device to the new sprout device before creating the first writable chunks. If chunk creation or the...

5.9AI score
SaveExploits0References6
OSV
OSV
•added 2026/09/25 12:00 a.m.•1 views

UBUNTU-CVE-2026-98046

In the Linux kernel, the following vulnerability has been resolved: bpf: Mark bpfbtffindbynamekind as sleepable When bpfbtffindbynamekind finds a type in module BTF, it returns a new BTF object fd through btfnewfd. This reaches anoninodegetfd, which can sleep while allocating or expanding the...

5.9AI score
SaveExploits0References6
OSV
OSV
•added 2026/09/25 12:00 a.m.•1 views

UBUNTU-CVE-2026-98087

In the Linux kernel, the following vulnerability has been resolved: sched/rt,dl: Skip migrate-disabled tasks when picking a push candidate A migratedisable'd RT task cannot be moved to another CPU, but the scheduler still keeps such a task on that CPU's pushable list rq-rt.pushabletasks and still...

5.8AI score
SaveExploits0References5
Total number of security vulnerabilities2108007