Lucene search
+L

15685 matches found

EUVD
EUVD
added 3 days ago5 views

EUVD-2026-48916

In the Linux kernel, the following vulnerability has been resolved: cpufreq: pcc: fix use-after-free and double free in OSC evaluation pcccpufreqdoosc calls acpievaluateobject twice for the two-phase OSC negotiation. Between the two calls it freed output.pointer but left output.length unchanged...

5.9AI score0.00126EPSS
SaveExploits0References8
OSV
OSV
added 3 days ago6 views

CVE-2026-64361 hfs/hfsplus: fix u32 overflow in check_and_correct_requested_length

In the Linux kernel, the following vulnerability has been resolved: hfs/hfsplus: fix u32 overflow in checkandcorrectrequestedlength checkandcorrectrequestedlength compares off + len against nodesize using u32 arithmetic. When the caller passes a large len value e.g. from an underflowed subtractio...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References11
CVE
CVE
added 3 days ago9 views

CVE-2026-64354

The CVE-2026-64354 entry concerns the Linux kernel BPF component, specifically btf_repeat_fields() handling of user-supplied BTF data during BPF_BTF_LOAD. A malformed BTF can trigger an integer overflow when calculating the expanded field count, allowing a heap out-of-bounds write past the fixed ...

7.8CVSS5.7AI score0.00129EPSS
SaveExploits0References4
OSV
OSV
added 3 days ago6 views

CVE-2026-64354 bpf: Validate BTF repeated field counts before expansion

In the Linux kernel, the following vulnerability has been resolved: bpf: Validate BTF repeated field counts before expansion btfparsestructmetas walks user-supplied BTF during BPFBTFLOAD, and btfrepeatfields expands repeatable fields from array elements into the fixed BTFFIELDSMAX scratch array...

7.8CVSS5.7AI score0.00129EPSS
SaveExploits0References7
EUVD
EUVD
added 3 days ago6 views

EUVD-2026-48883

In the Linux kernel, the following vulnerability has been resolved: usb: misc: usbio: bound bulk IN response length to the received transfer usbiobulkmsg copies bpktlen = le16tocpubpkt-len bytes out of the bulk IN buffer usbio-rxbuf, allocated with size usbio-rxbuflen into the caller's buffer...

6AI score0.00198EPSS
SaveExploits0References3
CVE
CVE
added 3 days ago11 views

CVE-2026-64322

Mode C: Normal. The CVE-2026-64322 issue affects the Linux kernel UDF handling of sparing tables. The problem is that udf_load_sparable_map() validated reallocationTableLen as a byte count, while code walks the sparing table as an array of 8-byte entries, leading to potential out-of-bounds reads ...

7.8CVSS5.7AI score0.00164EPSS
SaveExploits0References8
EUVD
EUVD
added 3 days ago6 views

EUVD-2026-49032

In the Linux kernel, the following vulnerability has been resolved: nvmet: fix pre-auth out-of-bounds heap read in Discovery Get Log Page nvmetexecutediscgetlogpage validates only the dword alignment of the host-supplied Log Page Offset lpo. The 64-bit offset is then added to a small kzalloc'd...

5.9AI score0.00728EPSS
SaveExploits0References4
OSV
OSV
added 3 days ago6 views

CVE-2026-64320 nvmet: fix pre-auth out-of-bounds heap read in Discovery Get Log Page

In the Linux kernel, the following vulnerability has been resolved: nvmet: fix pre-auth out-of-bounds heap read in Discovery Get Log Page nvmetexecutediscgetlogpage validates only the dword alignment of the host-supplied Log Page Offset lpo. The 64-bit offset is then added to a small kzalloc'd...

9.1CVSS5.9AI score0.00728EPSS
SaveExploits0References7
CVE
CVE
added 3 days ago11 views

CVE-2026-64318

Summary (CVE-2026-64318) : In the Linux kernel, the partitions code for AIX on the PPC/IBM layout could read past the end of the ppe[] array. The function aix_partition() loads a fixed-size pvd and iterates up to the on-disk pp_count, which could exceed the allocated 1016 entries, leading to pote...

7.1CVSS5.7AI score0.0016EPSS
SaveExploits0References8
OSV
OSV
added 3 days ago5 views

CVE-2026-64299 tracing: Prevent out-of-bounds read in glob matching

In the Linux kernel, the following vulnerability has been resolved: tracing: Prevent out-of-bounds read in glob matching String event fields are not necessarily NUL-terminated, so the filter predicate functions filterpredstring, filterpredstrloc and filterpredstrrelloc pass the field length to th...

7.1CVSS5.7AI score0.0016EPSS
SaveExploits0References11
OSV
OSV
added 3 days ago6 views

CVE-2026-64273 Input: iforce - bound the device-reported force-feedback effect index

In the Linux kernel, the following vulnerability has been resolved: Input: iforce - bound the device-reported force-feedback effect index iforceprocesspacket handles a status report packet id 0x02 by taking a force-feedback effect index straight from the device wire and using it to address the...

5.7AI score0.00211EPSS
SaveExploits0References11
EUVD
EUVD
added 3 days ago5 views

EUVD-2026-48985

In the Linux kernel, the following vulnerability has been resolved: Input: iforce - bound the device-reported force-feedback effect index iforceprocesspacket handles a status report packet id 0x02 by taking a force-feedback effect index straight from the device wire and using it to address the...

5.7AI score0.00211EPSS
SaveExploits0References8
CVE
CVE
added 3 days ago8 views

CVE-2026-64273

CVE-2026-64273 describes a Linux kernel issue in the iforce driver where a status packet uses a device-provided force-feedback effect index without proper bounds. Specifically, data[1] is masked with 0x7f (0–127) while core_effects[] only has IFORCE_EFFECTS_MAX (32) entries. For indices 32–127, t...

5.7AI score0.00211EPSS
SaveExploits0References8
OSV
OSV
added 3 days ago4 views

CVE-2026-64269 RDMA/rtrs-srv: Bound RDMA-Write length to chunk size in rdma_write_sg

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs-srv: Bound RDMA-Write length to chunk size in rdmawritesg When the server answers an RTRS READ, rdmawritesg builds the source scatter/gather entry for the IBWRRDMAWRITE that returns data to the peer. Its length is taken...

9.1CVSS6AI score0.00679EPSS
SaveExploits0References10
OSV
OSV
added 3 days ago6 views

CVE-2026-64264 fuse-uring: fix EFAULT clobber in fuse_uring_commit

In the Linux kernel, the following vulnerability has been resolved: fuse-uring: fix EFAULT clobber in fuseuringcommit copyfromuser returns the number of bytes not copied as an unsigned residual on failure 1..sizeofstruct fuseoutheader. fuseuringcommit stores that residual in ssizet err, sets...

5.8AI score0.00198EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 3 days ago4 views

SUSE CVE-2026-64249

In the Linux kernel, the following vulnerability has been resolved: fpga: region: fix use-after-free in childregionswithfirmware Move ofnodeputchildregion after the error print to avoid accessing freed memory when prerr references childregion. Yilun: Fix the Fixes tag...

5.7AI score0.00165EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 3 days ago7 views

Linux Distros Unpatched Vulnerability : CVE-2026-16411

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Memory safety bugs present in Firefox 152. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could ha...

9.8CVSS6AI score0.00315EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 3 days ago9 views

PT-2026-64575

In the Linux kernel, the following vulnerability has been resolved: bpf: Validate BTF repeated field counts before expansion btf parse struct metas walks user-supplied BTF during BPF BTF LOAD, and btf repeat fields expands repeatable fields from array elements into the fixed BTF FIELDS MAX scratc...

5.7AI score0.00129EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 3 days ago6 views

SUSE SLED15: MozillaFirefox / MozillaFirefox-devel / etc (SUSE-SU-2026:3221-1)

The remote SUSE Linux SLED15 / SLEDSAP15 / SLES15 / SLESSAP15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2026:3221-1 advisory. This update for MozillaFirefox fixes the following issue: - Firefox Extended Support Release 140.13.0 ESR MFSA...

9.8CVSS6.2AI score0.00436EPSS
SaveExploits0References66
Tenable Nessus
Tenable Nessus
added 3 days ago7 views

Linux Distros Unpatched Vulnerability : CVE-2026-16361

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Memory safety bugs present in Thunderbird ESR 140.12. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of the...

9.8CVSS6AI score0.00309EPSS
SaveExploits0References3
Rows per page
Query Builder