1617 matches found
CVE-2026-80586
A flaw was found in the Linux kernel. A remote attacker could send a malformed Data Sequence Signal DSS with an incorrect size. This could lead to inconsistencies or access to uninitialized data within the kernel...
EUVD-2026-66501
In the Linux kernel, the following vulnerability has been resolved: mptcp: options: reset DSS fields in case of unexpected size A remote peer could send a malformed DSS with a wrong size, followed by another DSS or MPC + Data. In this case, the first suboption will be ignored, but leaving some...
CVE-2026-80586
In the Linux kernel, the following vulnerability has been resolved: mptcp: options: reset DSS fields in case of unexpected size A remote peer could send a malformed DSS with a wrong size, followed by another DSS or MPC + Data. In this case, the first suboption will be ignored, but leaving some...
CVE-2026-80586
CVE-2026-80586 affects the Linux kernel MPTCP (Multipath TCP) options handling. A remote peer can send a malformed DSS (Data Sequence Number) suboption with an incorrect size , followed by another DSS or MPC + Data. The first suboption is ignored, but some fields remain written , leading to incon...
CVE-2026-80586 mptcp: options: reset DSS fields in case of unexpected size
In the Linux kernel, the following vulnerability has been resolved: mptcp: options: reset DSS fields in case of unexpected size A remote peer could send a malformed DSS with a wrong size, followed by another DSS or MPC + Data. In this case, the first suboption will be ignored, but leaving some...
Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1, Linux, Linux 5.15
In the Linux kernel, the following vulnerability has been resolved: ppp: Fixed the “KMSAN: uninit-value” warning with bpf. Syzbot detected a “KMSAN: uninit-value” warning 1. This issue arises because the ppp driver does not initialize a 2-byte header when using socket filter. The following code c...
CVE-2026-72481
A flaw was found in the Linux kernel's iio: magnetometer: ak8975 driver. This vulnerability occurs when the i2csmbusreadi2cblockdataoremulated function returns fewer bytes than expected, leaving uninitialized data in a buffer. A local attacker with access to IIO Industrial Input/Output buffers...
MINI-8R67-FP44-C6FM
Bulletin has no description...
UBUNTU-CVE-2026-72168
In the Linux kernel, the following vulnerability has been resolved: mtd: maps: vmu-flash: fix fault in unaligned fixup Use kzallocobj / kzallocobjs to allocate the memcard structs, instead of kmallocobj / kmallocobjs to prevent access to uninitialized data. Fixes runtime error: Fault in unaligned...
CVE-2026-72168
In the Linux kernel, the following vulnerability has been resolved: mtd: maps: vmu-flash: fix fault in unaligned fixup Use kzallocobj / kzallocobjs to allocate the memcard structs, instead of kmallocobj / kmallocobjs to prevent access to uninitialized data. Fixes runtime error: Fault in unaligned...
CVE-2026-72146
In the Linux kernel, the following vulnerability has been resolved: dmaengine: sh: rz-dmac: Move interrupt request after everything is set up Once the interrupt is requested, the interrupt handler may run immediately. Since the IRQ handler can access channel-chbase, which is initialized only afte...
CVE-2026-72236
CVE-2026-72236 concerns the Linux kernel: on s390 architecture, in the perf_cpum_cf path, __hw_perf_event_init() was missing an array_index_nospec() barrier. The ev variable, controlled by userspace via event->attr.config, could be used as an array index after bounds checks without speculative...
CVE-2026-72168
In the Linux kernel vulnerability CVE-2026-72168, the issue lies in the mtd: maps: vmu-flash path where memcard structs could access uninitialized data due to the use of kmalloc_obj()/kmalloc_objs(). The fix changes memory allocation to kzalloc_obj()/kzalloc_objs(), mitigating the fault seen duri...
CVE-2026-72168 mtd: maps: vmu-flash: fix fault in unaligned fixup
In the Linux kernel, the following vulnerability has been resolved: mtd: maps: vmu-flash: fix fault in unaligned fixup Use kzallocobj / kzallocobjs to allocate the memcard structs, instead of kmallocobj / kmallocobjs to prevent access to uninitialized data. Fixes runtime error: Fault in unaligned...
PT-2026-72356
In the Linux kernel, the following vulnerability has been resolved: mtd: maps: vmu-flash: fix fault in unaligned fixup Use kzalloc obj / kzalloc objs to allocate the memcard structs, instead of kmalloc obj / kmalloc objs to prevent access to uninitialized data. Fixes runtime error: Fault in...
MINI-JW3W-JM8H-RPP9
Bulletin has no description...
Linux Distros Unpatched Vulnerability : CVE-2026-68089
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - iio: core: fix uninitialized data in debugfs If ppos is non-zero then simplewritetobuffer will not initialize the start of buf. Non zero values for ppos aren't...
The vulnerability of the fs/orangefs component in the Linux operating system, which allows a hacker to cause a service failure.
The vulnerability of the fs/orangefs component in the Linux operating system is related to the copying of buffers without checking the input data. Exploiting this vulnerability can allow an attacker to cause a service failure...
CVE-2026-68089
A flaw was found in the Linux kernel's Industrial I/O iio core debugfs component. When the ppos value is non-zero during a call to simplewritetobuffer, the start of the buffer buf may not be properly initialized. This uninitialized data can lead to unpredictable behavior or potential information...
CVE-2026-68089
In the Linux kernel, the following vulnerability has been resolved: iio: core: fix uninitialized data in debugfs If ppos is non-zero then simplewritetobuffer will not initialize the start of buf. Non zero values for ppos aren't going to work anyway. Test for them at the start of the function and...