266113 matches found
The vulnerability of the cc1352_bootloader_rx() function in the drivers/greybus/gb-beagleplay.c module of the Linux operating system allows a hacker to compromise the confidentiality, integrity, and accessibility of the protected information.
The vulnerability of the cc1352bootloaderrx function in the drivers/greybus/gb-beagleplay.c module of the Linux operating system is related to the copying of buffers without checking the input data. Exploiting this vulnerability could allow an attacker to compromise the confidentiality, integrity...
PT-2026-85653
In the Linux kernel, the following vulnerability has been resolved: ALSA: dummy: Check card index validity at probe snd dummy probe blindly trusts that the given devptr-id value is within the proper card index range. It's OK for the devices the driver itself creates at the module probe time, but ...
PT-2026-86192
Name of the Vulnerable Software and Affected Versions Linux Kernel affected versions not specified Description An issue exists in the IPVS IP Virtual Server component where checksum validations are missing or incorrect for certain packet types. Specifically, the ip vs in icmp v6 function fails to...
PT-2026-86183
In the Linux kernel, the following vulnerability has been resolved: erofs: cap LZMA stream pool size fs/erofs/decompressor lzma.c sizes the module-global MicroLZMA stream pool from num possible cpus when the lzma streams module parameter is unset, then z erofs load lzma config preallocates one...
kernel security update
6.12.0-211.51.1 - Add new Oracle Linux Driver Signing key 1 certificate Orabug: 37985782 - Disable UKI signing Orabug: 36571828 - Update Oracle Linux certificates Kevin Lyons - Disable signing for aarch64 Ilya Okomin - Oracle Linux RHCK Module Signing Key was added to the kernel trusted keys list...
PT-2026-85740
In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: fix usage of page frag cache nvme uses page frag cache to preallocate PDU for each preallocated request of block device. Block devices are created in parallel threads, consequently page frag cache is used in not...
PT-2026-85600
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci aml: validate firmware segment lengths aml download firmware reads two lengths from the firmware header and uses them to build pointers before checking that the header and segment data are present. A truncated or...
PT-2026-85614
In the Linux kernel, the following vulnerability has been resolved: HID: huawei: fix missing hid is usb check to usb interface can only be used on a hid device whose parent is really USB; uhid can create devices that identify as being on BUS USB, but don't actually have a USB parent. Fix the use ...
PT-2026-85638
In the Linux kernel, the following vulnerability has been resolved: nfc: pn533: purge fragmented skbs during cleanup pn53x common clean purges resp q before freeing the common PN533 state, but it leaves fragment skb untouched. The fragmentation helpers queue transmit fragments there while sending...
PT-2026-85652
In the Linux kernel, the following vulnerability has been resolved: io uring/cmd: fix iovec leak when the async cmd is not recycled An io async cmd carries an iovec array in -vec.iovec, allocated when the vec has to grow and kept across recycling through ctx-cmd cache. On two paths nothing frees ...
PT-2026-85624
In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: prevent unbounded recursion in magicmouse raw event magicmouse raw event handles DOUBLE REPORT ID 0xf7 packets, which pack two touch reports into one, by splitting the packet and calling itself on each half. The...
PT-2026-85651
In the Linux kernel, the following vulnerability has been resolved: io uring/rsrc: fix folio size overflow in io vec fill bvec io vec fill bvec computes the folio size with a plain int 1: unsigned long folio size = 1 folio shift; imu-folio shift is unsigned int and comes from folio shift of the...
PT-2026-85620
In the Linux kernel, the following vulnerability has been resolved: net/ionic: avoid OOB TX partner lookup for hwstamp RXQ The dedicated hardware timestamp RX queue is allocated with q-index equal to lif-ionic-nrxqs per lif. The normal txqcqs array only contains the regular queue pairs, so using...
PT-2026-85637
In the Linux kernel, the following vulnerability has been resolved: nfc: nci: add data len bound checks to activation parameter extractors nci extract activation params iso dep and nci extract activation params nfc dep read an inner length byte from the NCI RF INTF ACTIVATED NTF payload and use i...
PT-2026-85709
In the Linux kernel, the following vulnerability has been resolved: crypto: mxs-dcp - fix source scatterlist length access mxs dcp aes block crypt uses sg dma len without mapping the source scatterlist with dma map sg first. Therefore, sg dma len is invalid and could return zero or a stale DMA...
PT-2026-85630
In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: bound SGL data length before allocating command buffers nvmet tcp map data reads the host-controlled 32-bit sgl-length and, for the in-capsule offset descriptor type 0x01, checks it against port-inline data size before...
PT-2026-85603
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci sync: Fix accept list UAF during suspend hci update event filter sync walks hdev-accept list while sending a synchronous HCI command for each remote-wakeup device. The suspend path holds hdev-req lock, but...
PT-2026-85718
In the Linux kernel, the following vulnerability has been resolved: ipv6: seg6: clear IPv4 control block on IPIP decapsulation End.DX4 and End.DT4 decapsulate an IPv4 packet through decap and validate and send it directly to IPv4 routing. The inner packet therefore bypasses ip rcv core, which...
PT-2026-85725
In the Linux kernel, the following vulnerability has been resolved: tcp: clamp route advmss to TCP MIN MSS tcp select initial window assumes that callers never pass an MSS smaller than 1, but route-derived advmss values can violate that assumption. A too-small explicit RTAX ADVMSS is one way to g...
PT-2026-85731
In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Allocate full pages for DE,ENCRYPT ops on SNP-enabled hosts When de,encrypting memory of an SEV or SEV-ES guest on an SNP-enabled host via a temporary buffer, allocate a full 4KiB page for the buffer to ensure the page...