Lucene search
+L

5227936 matches found

UbuntuCve
UbuntuCve
•added 2026/09/25 12:00 a.m.•7 views

CVE-2026-97596

In the Linux kernel, the following vulnerability has been resolved: ipvs: reject invalid states in connection template sync records IPVS sync receivers validate protocol states before creating or updating a connection. For connection templates, however, they only log states outside the template...

5.7AI score0.002EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/09/25 12:00 a.m.•4 views

CVE-2026-97604

In the Linux kernel, the following vulnerability has been resolved: fbdev: vfb: defer cleanup until the last reference FBIOGETCMAP takes a shallow snapshot of info-cmap and performs the usercopy after dropping info-lock. vfbremove frees the colormap immediately after unregistering the framebuffer...

6.2AI score0.002EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/09/25 12:00 a.m.•5 views

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 score0.00198EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/09/25 12:00 a.m.•6 views

CVE-2026-97584

In the Linux kernel, the following vulnerability has been resolved: afs: Fix incorrect free in candidate cleanup in afslookupserver Fix afslookupserver to not free an existing server's endpoint state when cleaning up a candidate server. The candidate record doesn't have an endpoint state yet at...

7.8CVSS5.9AI score0.00163EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/09/25 12:00 a.m.•7 views

CVE-2026-97590

In the Linux kernel, the following vulnerability has been resolved: s390/crypto: Fix missing scrub of temp buffers with PAES algorithm In function ctrpaesdocrypt there is a buffer used to process remaining bytes AESBLOCKSIZE. This buffer was not scrubbed and thus could lead to expose of unwanted...

5.9AI score0.00198EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/09/25 12:00 a.m.•8 views

CVE-2026-97562

In the Linux kernel, the following vulnerability has been resolved: smb: client: pin DFS superblock in iterator callback tconsupercb stores a raw superblock pointer, but cifsgetsuper takes its active reference only after iteratesuperstype has dropped sumount and its passive reference. Concurrent...

7.5CVSS5.9AI score0.00408EPSS
SaveExploits0References5
OSV
OSV
•added 2026/09/25 12:00 a.m.•7 views

UBUNTU-CVE-2026-97524

In the Linux kernel, the following vulnerability has been resolved: mptcp: avoid unneeded actions on subflow reset Once in a blue moon, the mptcp receive path can recursively call mptcpdataready via state change under unlucky error conditions, and then try to hold the data lock again. Break the...

7.5CVSS5.9AI score0.00603EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/09/25 12:00 a.m.•7 views

CVE-2026-97587

In the Linux kernel, the following vulnerability has been resolved: perf: RISC-V: store available counter mask as bitmap The available-counter mask was a single unsigned long, but iteration uses RISCVMAXCOUNTERS, which is 64. On RV32 that reads past the object. Filling with an unsigned-long bit a...

5.8AI score0.002EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/09/25 12:00 a.m.•7 views

CVE-2026-97585

In the Linux kernel, the following vulnerability has been resolved: afs: Fix double-unmap of directory block Fix afseditdirremove to use a cleanup function to unmap the block pointed to by afsdiriter::block if it's left pointing to something rather than manually kunmapping the blocks. Manually...

5.8AI score0.00198EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/25 12:00 a.m.•7 views

UBUNTU-CVE-2026-98038

In the Linux kernel, the following vulnerability has been resolved: bpf: Keep refcountacquire nullable for borrowed RCU kptrs bpfrefcountacquire is fallible for a borrowed reference because the object may have reached a zero refcount. The verifier therefore keeps KFRETNULL on the return value...

5.8AI score0.00189EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/25 12:00 a.m.•4 views

UBUNTU-CVE-2026-98119

In the Linux kernel, the following vulnerability has been resolved: netfs: break unbuffered write when netfsallocsubrequest fails syzbot reported a null-ptr-deref below 1 following a fault injection in netfsallocsubrequest. 0 When netfsallocsubrequest fails, subreq is NULL. Later, netfspreparewri...

5.9AI score0.00178EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/09/25 12:00 a.m.•7 views

CVE-2026-97549

In the Linux kernel, the following vulnerability has been resolved: xfs: fix under-reservation of blocks when repairing sf directories Whilst running QA on XFS for-next as of 7.3-rc2 with MKFSOPTIONS="-n size=8192", I observed the following trimmed dmesg splat: XFS: Assertion failed: args-total =...

5.8AI score0.00198EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2026/09/25 12:00 a.m.•8 views

CVE-2026-97550

In the Linux kernel, the following vulnerability has been resolved: xfs: fix unit conversions in perbinval computation LOLLM noticed that we're doing the unit conversion in the perbinval computation backwards -- xfsbufinvallogspace's second parameter is supposed to be in bytes, but maxbinval is i...

5.8AI score0.00198EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/25 12:00 a.m.•6 views

UBUNTU-CVE-2026-97538

In the Linux kernel, the following vulnerability has been resolved: hwmon: asusrogryujin Validate HID report lengths rogryujinrawevent parses response headers and payload fields without first checking that they are present in the received report. A short report can therefore make the driver consu...

6AI score0.00189EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/25 12:00 a.m.•5 views

UBUNTU-CVE-2026-97901

In the Linux kernel, the following vulnerability has been resolved: genetlink: pin family module during policy dump The generic netlink controller's policy dump keeps pointers to the target family's operation and policy tables in its callback state. A dump may be split across multiple skbs and...

5.8AI score0.00198EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/09/25 12:00 a.m.•7 views

CVE-2026-97935

In the Linux kernel, the following vulnerability has been resolved: tracing: Set the trace clock before registering the histogram trigger histregistertrigger puts the trigger on the global namedtriggers list in cmdops-init, and only then sets the trace clock: if data-cmdops-init ret =...

6.2AI score0.00166EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/09/25 12:00 a.m.•9 views

CVE-2026-97923

In the Linux kernel, the following vulnerability has been resolved: tracing: Free histogram the var ref when its initialization fails createvarref allocates a VARREF histfield and then calls initvarref to fill it in. When that fails the field is leaked. commit 656fe2ba85e8 "tracing: Use hist...

5.9AI score0.002EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/09/25 12:00 a.m.•8 views

CVE-2026-97608

In the Linux kernel, the following vulnerability has been resolved: netfilter: nflog: unregister loggers before per-net teardown nflogsyslog and nfnetlinklog unregister their per-network namespace operations before unregistering their global logger backends. This leaves a window where a sysctl or...

7CVSS5.8AI score0.00144EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/09/25 12:00 a.m.•7 views

CVE-2026-97909

In the Linux kernel, the following vulnerability has been resolved: ASoC: sti: initialize IRQ lock before requesting IRQ unireaderinit registers the shared IRQ before initializing reader-irqlock. A pending interrupt can invoke the handler while the lock is still uninitialized. Initialize the lock...

5.8AI score0.002EPSS
SaveExploits0References5
OSV
OSV
•added 2026/09/25 12:00 a.m.•5 views

UBUNTU-CVE-2026-98022

In the Linux kernel, the following vulnerability has been resolved: net: cap txqueuelen at S16MAX to prevent oversized ring allocations Several subsystems allocate ring buffers sized by dev-txqueuelen with no upper bound. An unprivileged user via unshare -Urn can set a huge txqueuelen and exhaust...

5.8AI score0.00168EPSS
SaveExploits0References6
Rows per page
Query Builder