Lucene search
+L

172013 matches found

UbuntuCve
UbuntuCve
added 2026/09/11 8:19 p.m.9 views

CVE-2026-89441

In the Linux kernel, the following vulnerability has been resolved: mmc: via-sdmmc: cancel card-detect work on remove Disabling the device interrupt and freeing the IRQ prevents new card-detect work from being queued, but carddetwork already queued by the handler can still run after viasdremove...

7.8CVSS5.8AI score0.00127EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/09/11 8:19 p.m.10 views

CVE-2026-80989

In the Linux kernel, the following vulnerability has been resolved: net: thunderbolt: Mark the connection down when bringing it up fails Every failure path in tbnetconnectedwork undoes its own work and returns without clearing loginsent, so the connection still looks established. The next...

8.8CVSS5.8AI score0.00338EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/09/11 8:19 p.m.10 views

CVE-2026-89646

In the Linux kernel, the following vulnerability has been resolved: ceph: fix leaked inode reference on writeback abort at umount cephdirtyfolio takes a wrbuffer claim on each newly dirtied folio: it bumps iwrbufferref taking an ihold on the 0-1 transition and attaches the snapcontext to...

7.8CVSS5.8AI score0.00173EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/09/11 8:19 p.m.8 views

CVE-2026-89517

In the Linux kernel, the following vulnerability has been resolved: schedext: Fix rq-corepick corruption under core scheduling Core scheduling's picknexttask picks what to run on every SMT sibling of the core in a single pass under the shared core-wide rq lock. The selection state is consistent...

6AI score0.00198EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/09/11 8:19 p.m.10 views

CVE-2026-89663

In the Linux kernel, the following vulnerability has been resolved: nfsd: revoke copy-notify stateids before dropping their reference Copy-notify stateids live in the s2scpstateids IDR and on their parent stid's sccplist, pinned by a single membership reference. freecpntfstatelocked only unlinks ...

8.8CVSS6.3AI score0.00455EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/09/11 8:19 p.m.8 views

CVE-2026-80997

In the Linux kernel, the following vulnerability has been resolved: net: ipa: fix stalled modem TX queue after runtime resume ipastartxmit unconditionally stops the TX queue before calling pmruntimeget, relying on the wake scheduled by runtime resume ipamodemwakequeuework to restart it once power...

7.5CVSS5.8AI score0.00603EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/09/11 8:19 p.m.9 views

CVE-2026-89469

In the Linux kernel, the following vulnerability has been resolved: power: supply: lp8727: fix use-after-free in lp8727releaseirq lp8727isrfunc, the threaded IRQ handler, is the only caller that arms pchg-work via scheduledelayedwork. lp8727releaseirq currently cancels the work before freeing the...

8.4CVSS6.4AI score0.0014EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/11 8:19 p.m.4 views

UBUNTU-CVE-2026-89540

In the Linux kernel, the following vulnerability has been resolved: sunrpc: init gssplock before publishing proc entry createusegssproxyprocentry publishes /proc/net/rpc/use-gss-proxy via proccreatedata before initgsspclnt runs mutexinit on sn-gssplock. Once the dentry is linked under...

7.8CVSS5.6AI score0.00129EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/11 8:19 p.m.4 views

UBUNTU-CVE-2026-89542

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: harden gsskrb5unwrapv2 against short tokens gsskrb5unwrapv2 reads the EC and RRC header fields at ptr+4 and ptr+6 before validating that the token is at least GSSKRB5TOKHDRLEN 16 bytes long, and its rotateleft helper pass...

9.8CVSS5.9AI score0.00521EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/11 8:19 p.m.4 views

UBUNTU-CVE-2026-89503

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix subbuf resize race with ringbufferallocreadpage ringbufferallocreadpage is racy with ringbuffersubbuforderset, it can allocate a reader page with an outdated order. This isn't a big issue, the user can still...

7.8CVSS5.8AI score0.00161EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/11 8:19 p.m.2 views

UBUNTU-CVE-2026-89440

In the Linux kernel, the following vulnerability has been resolved: mmc: via-sdmmc: stop card-detect handling on probe failure requestirq registers the SD card-detect interrupt and the probe enables it before mmcaddhost runs. If mmcaddhost fails, the error path only unmaps the registers and...

7.8CVSS5.9AI score0.00164EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/11 8:19 p.m.4 views

UBUNTU-CVE-2026-89625

In the Linux kernel, the following vulnerability has been resolved: HID: sony: fix UAF of ghlpoketimer / ghlurb at driver unbind For GHL Guitar Hero Live dongles, sonyprobe arms a periodic timer: ghlmagicpoke the timer callback submits sc-ghlurb, and the URB completion ghlmagicpokecb re-arms the...

7.3AI score0.00206EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/11 8:19 p.m.3 views

UBUNTU-CVE-2026-89507

In the Linux kernel, the following vulnerability has been resolved: RDMA/ucma: Lock the handler in ucmawritecmevent ctx-file may only be changed under the handler lock and the xalock, which is what stops uevents being queued for a ctx while ucmamigrateid moves it to another file. The CM core take...

7.8CVSS5.8AI score0.00127EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/11 8:19 p.m.4 views

UBUNTU-CVE-2026-89490

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix readdir position truncation on 32-bit kernels In ocfs2dirforeachblkel, the directory cookie position is rebuilt with ctx-pos = ctx-pos & sb-sblocksize - 1 | offset; ctx-pos is lofft signed 64-bit, while sb-sblocksize i...

5.8AI score0.00176EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/11 8:19 p.m.4 views

UBUNTU-CVE-2026-89580

In the Linux kernel, the following vulnerability has been resolved: bpf: Disable preemption in bpfgetstack getperfcallchain returns a per-CPU perfcallchainentry buffer and releases its recursion slot via putcallchainentry before returning, so nothing keeps the entry reserved while bpfgetstack...

7.8CVSS6.1AI score0.00128EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/11 8:19 p.m.4 views

UBUNTU-CVE-2026-89646

In the Linux kernel, the following vulnerability has been resolved: ceph: fix leaked inode reference on writeback abort at umount cephdirtyfolio takes a wrbuffer claim on each newly dirtied folio: it bumps iwrbufferref taking an ihold on the 0-1 transition and attaches the snapcontext to...

7.8CVSS5.9AI score0.00173EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/11 8:19 p.m.4 views

UBUNTU-CVE-2026-89647

In the Linux kernel, the following vulnerability has been resolved: ceph: do not repeat cephtrimdentries if no progress possible cephcapreclaimwork re-queues itself for as long as cephtrimdentries returns -EAGAIN, which happens whenever a lease walk exhausts its nrtoscan budget. This creates a bu...

7.5CVSS6AI score0.0063EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/11 8:19 p.m.3 views

UBUNTU-CVE-2026-89603

In the Linux kernel, the following vulnerability has been resolved: entry: Fix seccomp bypass after ptrace with TSYNC Sashiko review pointed out the following issue. If a thread is stopped in syscalltraceenter for ptrace, another thread can install a seccomp filter with SECCOMPFILTERFLAGTSYNC e.g...

8.4CVSS6AI score0.00142EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/11 8:19 p.m.4 views

UBUNTU-CVE-2026-89558

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix stilldegraded being inverted in raid10syncrequest Commit fe6a19d40ceb "md/md-bitmap: merge mdbitmapstartsync into bitmapoperations" converted stilldegraded from int to bool, but inverted the assignment in the loop...

9.8CVSS6AI score0.00626EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/11 8:19 p.m.4 views

UBUNTU-CVE-2026-89469

In the Linux kernel, the following vulnerability has been resolved: power: supply: lp8727: fix use-after-free in lp8727releaseirq lp8727isrfunc, the threaded IRQ handler, is the only caller that arms pchg-work via scheduledelayedwork. lp8727releaseirq currently cancels the work before freeing the...

8.4CVSS6.5AI score0.0014EPSS
SaveExploits0References7
Rows per page
Query Builder