200482 matches found
PT-2026-73013
In the Linux kernel, the following vulnerability has been resolved: nexthop: avoid unlocked f6i list walk in nh rt cache flush nh rt cache flush walks nh-f6i list during an RTNL-serialized nexthop replace without holding nh-lock, racing the unlocked IPv6 route add/delete that mutate the list unde...
PT-2026-72465
In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: nv: Inject SEA if guest VNCR isn't normal memory When constructing an L1 VNCR mapping, KVM unconditionally uses cacheable memory attributes, even if the underlying PFN isn't memory. This gets particularly hairy if the...
PT-2026-72343
In the Linux kernel, the following vulnerability has been resolved: mtd: spi-nor: swp: Improve locking user experience In the case of the first block being locked or the few first blocks, if the user want to fully unlock the device it has two possibilities: - either it asks to unlock the entire...
PT-2026-72982
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci sync: hold conn in hci connect big sync callback There is theoretical UAF if the conn is freed while the hci sync task is running. Hold refcount to avoid that. Handle NULL hcon, return 0 + do nothing to match the...
PT-2026-72393
In the Linux kernel, the following vulnerability has been resolved: ntfs: free volume-wide resources on fill super failure ntfs fill super's err out now path frees only the volume struct via kfreevol, leaving several vol-owned allocations behind on every mount failure: - vol-nls map, loaded by nt...
PT-2026-72546
In the Linux kernel, the following vulnerability has been resolved: drm/xe/pt: prevent invalid cursor access for purged BOs During a page table walk for binding, xe pt stage bind explicitly skips initializing the xe res cursor for purged BOs, treating them similarly to NULL VMAs by only setting t...
PT-2026-72695
In the Linux kernel, the following vulnerability has been resolved: cifs: remove all cifs files before kill super Cifs files may be put into fileinfo put wq during umounting cifs. After umount done, cifsFileInfo put final is called, which cause following BUG: BUG: kernel NULL pointer dereference,...
PT-2026-72669
In the Linux kernel, the following vulnerability has been resolved: iio: magnetometer: ak8975: fix potential kernel stack memory leak Currently in the AK8975 driver there are four instances where potential uninitialized kernel stack memory leaks can occur. If i2c smbus read i2c block data or...
PT-2026-72894
In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: avoid destroy workqueueNULL on vkms init failure Two paths through vmw vkms init can leave vmw-crc workq NULL while still leaving the rest of the driver in a state that calls vmw vkms cleanup at module unload: 1. vmw...
PT-2026-72752
In the Linux kernel, the following vulnerability has been resolved: NFSD: Handle layout stid in nfsd4 drop revoked stid nfsd4 drop revoked stid has no SC TYPE LAYOUT case, so when a client sends FREE STATEID for an admin-revoked layout stid, the default branch releases cl lock and returns without...
PT-2026-72714
In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: Fix kernel heap address leak in bounce error event The comment above bounce error event documents that user clients should receive SNDRV SEQ EVENT BOUNCE with the original event embedded as variable-length data, while...
PT-2026-72726
In the Linux kernel, the following vulnerability has been resolved: net/sched: cls flow: Dont expose folded kernel pointers The flow classifier falls back to addr fold for fields that are missing from packet headers. In map mode, userspace controls mask, xor, rshift, addend and divisor, and can...
PT-2026-72735
In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix FRMR aging push to queue error flow Aging pools with pinned handles requires moving handles from the active queue to a non-empty inactive queue that might fail on new page allocation, we are currently not handling...
PT-2026-72728
In the Linux kernel, the following vulnerability has been resolved: ASoC: tegra: tegra210 ahub: Validate written enum value tegra ahub put value enum reads e-valuesitem0 before checking whether item0 is within the enum item range. The existing check therefore happens too late to prevent an...
PT-2026-72724
In the Linux kernel, the following vulnerability has been resolved: net: fib rules: Don't dump dying fib rule in fib rules dump. rocker router fib event calls fib rule get during RCU dump. If the fib rule is dying, refcount inc will complain about it. Let's call refcount inc not zero in fib rules...
PT-2026-72739
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci qca: fix NULL pointer dereference in qca dmp hdr for non-serdev device hu-serdev is NULL for hci uart attached via non-serdev paths, but qca dmp hdr unconditionally dereferences hu-serdev-dev.driver-name, causing a...
PT-2026-72760
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: validate skb length in testmode query In mt7925 tm query, the response skb from mt76 mcu send and get msg is used in a memcpy without validating its length: memcpyevt resp, skb-data + 8, MT7925 EVT RSP LEN;...
PT-2026-72816
In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix iommu map sgtable return value check Commit "iommu: return full error code from iommu map sg atomic" changed iommu map sgtable to return an ssize t and negative values in error cases, rather than a size t and a...
PT-2026-72385
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: bound DeleteIndexEntryAllocation memmove length In do action's DeleteIndexEntryAllocation case, e-size comes from an on-disk INDEX BUFFER entry. When e-size makes e + e-size point past hdr + hdr-used, PtrOffsete1,...
PT-2026-72719
In the Linux kernel, the following vulnerability has been resolved: tipc: require net admin for TIPCv2 netlink mutators TIPCv2 registers mutating generic-netlink operations without admin permission flags. Generic netlink only checks CAP NET ADMIN when an operation sets GENL ADMIN PERM or GENL UNS...
PT-2026-72744
In the Linux kernel, the following vulnerability has been resolved: ext4: fix kernel BUG in ext4 write inline data end When the data=journal mount option is used, the ext4 journalled write end function incorrectly calls ext4 write inline data end without checking if the EXT4 STATE MAY INLINE DATA...
PT-2026-72733
In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix undefined shift of user RQ WQE size set rq size computes the RQ WQE size as "1 rq wqe shift" based on the user-provided rq wqe shift, which is only checked to be greater than 32, so shifts of 32 are still accepted....
PT-2026-72736
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci: validate codec capability element length Read Local Codec Capabilities returns a sequence of capability elements. Each element starts with a one-byte length followed by that many payload bytes. hci read codec...
PT-2026-72740
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci qca: fix NULL pointer dereference in qca setup for non-serdev device hu-serdev is NULL for hci uart attached via non-serdev paths, but qca setup unconditionally calls serdev device get drvdatahu-serdev and...
PT-2026-72723
In the Linux kernel, the following vulnerability has been resolved: sctp: validate embedded address parameter length sctp verify asconf and sctp verify param only validate ADD IP, DEL IP, and SET PRIMARY parameters against a fixed minimum size of sizeofstruct sctp addip param + sizeofstruct sctp...
PT-2026-72738
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci core: Fix UAF in hci unregister dev hci unregister dev does not disable cmd timer and ncmd timer before the hci dev structure is freed. If a timeout fires during device teardown, the callback dereferences freed...
PT-2026-72716
In the Linux kernel, the following vulnerability has been resolved: crypto: marvell/octeontx - fix DMA cleanup using wrong loop index The sg cleanup path used listi instead of listj when unmapping DMA buffers, leaking successfully mapped entries and repeatedly unmapping the failed one...
PT-2026-72759
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: Fix possible token leak in mt7996 tx prepare skb If link conf or link sta lookup fails in mt7996 tx prepare skb routine, mt7996 driver leaks an already allocated tx token. Fix the issue releasing the token in...
PT-2026-72260
In the Linux kernel, the following vulnerability has been resolved: tracing/user events: Fix use-after-free in user event mm dup user event mm dup walks the parent mm's enabler list locklessly under rcu read lock during fork from copy process; it does not take event mutex: rcu read lock; list for...
PT-2026-72540
In the Linux kernel, the following vulnerability has been resolved: HID: bpf: Fix hid bpf get data range check hid bpf get data returns a pointer into the HID-BPF context data when the caller-provided offset and size fit inside ctx-allocated size. The current check adds rdwr buf size and offset...
PT-2026-72468
In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: nv: Drop bogus WARN for write to ZCR EL2 It is entirely possible for a guest to write to the ZCR EL2 sysreg alias while in a nested context, as it is expected if FEAT NV2 is advertised to the L1 hypervisor. Get rid of...
PT-2026-72223
In the Linux kernel, the following vulnerability has been resolved: fhandle: reject detached mounts in capable wrt mount The recent fhandle RCU fix moved the mount namespace capability check into capable wrt mount, so a non-NULL mnt namespace survives the ns capable dereference. The helper still...
PT-2026-72918
In the Linux kernel, the following vulnerability has been resolved: s390/zcrypt: Close speculative mem read possibility The domain value is extracted from a given CCA or EP11 ioctl struct when a CPRB is about to be sent. Thus this is a user controlled value. Under some special conditions custom...
PT-2026-76448
These are all security issues fixed in the obs-service-cargo-7.2.2-2.1 package on the GA media of openSUSE Tumbleweed...
PT-2026-76451
These are all security issues fixed in the rustup-1.29.00-1.1 package on the GA media of openSUSE Tumbleweed...
PT-2026-73018
In the Linux kernel, the following vulnerability has been resolved: keys: make keyring key-chunk byte order agree with keyring diff objects keyring get key chunk loads description bytes into the index chunk low address first, while keyring diff objects numbers the first differing bit from the low...
PT-2026-72912
In the Linux kernel, the following vulnerability has been resolved: can: ems usb: validate CPC message lengths ems usb read bulk callback walks CPC messages packed in one USB receive buffer. Check that each declared message fits in the URB payload. Also require the type-specific payload to cover...
PT-2026-73005
In the Linux kernel, the following vulnerability has been resolved: hwmon: nct6775-core Fix number of temperature registers for NCT6116 Unlike NCT6106, NCT6116 only has three temperature registers, and with it only three temperature source and temperature source configuration registers. The...
PT-2026-73029
In the Linux kernel, the following vulnerability has been resolved: net: mpls: initialize rtm tos in mpls getroute mpls getroute builds the RTM NEWROUTE reply to an RTM GETROUTE request by filling a struct rtmsg allocated from an skb whose data area is not zeroed alloc skbNLMSG GOODSIZE, .... It...
PT-2026-72977
In the Linux kernel, the following vulnerability has been resolved: net: sxgbe: free TX rings on RX allocation failure When RX descriptor ring allocation fails, init dma desc rings only frees the partially allocated RX rings and returns. The TX rings that were allocated earlier in the same functi...
PT-2026-72999
In the Linux kernel, the following vulnerability has been resolved: hwmon: adt7470 Fix busy-loop and I2C flooding in update thread When userspace configures 'auto update interval' to 0 via sysfs, the background kthread executes schedule timeout interruptible0, which returns immediately. If 'num...
PT-2026-72998
In the Linux kernel, the following vulnerability has been resolved: hwmon: adt7470 Fix divide-by-zero TOCTOU crash in fan speed read If the fan data becomes 0 between the FAN DATA VALID check and the FAN PERIOD TO RPM conversion, it will result in a divide-by-zero crash due to a race with a...
PT-2026-72915
In the Linux kernel, the following vulnerability has been resolved: i2c: jz4780: Cache host clock rate at probe to prevent CCF prepare lock deadlock Fix a severe AB/BA deadlock between the Common Clock Framework CCF and the I2C adapter lock, which triggers when an I2C-controlled clock generator...
PT-2026-72957
In the Linux kernel, the following vulnerability has been resolved: ALSA: 6fire: Fix UAF at error handling during probe Although 6fire driver had a few fixes for dealing with the early error handling during the probe phase, it forgot a pending URB before freeing the resources, which may lead to a...
PT-2026-72964
In the Linux kernel, the following vulnerability has been resolved: audit: fix potential use-after-free in audit del rule audit del rule destroys e-rule.exe via audit remove mark rule before unlinking the rule from RCU-visible filter lists and waiting for a grace period. Concurrent readers in aud...
PT-2026-72960
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: HIDP: reject frames without a transaction header hidp recv ctrl frame and hidp recv intr frame read skb-data0 before checking that the L2CAP SDU contains a transaction header. A connected HIDP peer can send an empty...
PT-2026-72303
In the Linux kernel, the following vulnerability has been resolved: can: bcm: validate frame length in bcm rx setup for RTR replies bcm tx setup validates cf-len against the CAN/CAN FD DLC limits before installing frames for TX SETUP, but bcm rx setup never did the same for the RTR-reply frame...
PT-2026-72959
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: HIDP: validate numbered report payloads When hidp get raw report waits for a numbered report, hidp process data compares the expected report number with skb-data0. A connected HIDP peer can reply with only a DATA...
PT-2026-73016
In the Linux kernel, the following vulnerability has been resolved: netfilter: xt hashlimit: validate hashtable supports XT HASHLIMIT RATE MATCH The XT HASHLIMIT RATE MATCH flag mode changes the semantics of the dsthash ent structure which represents an entry in the hashtable. There is a union ar...
PT-2026-73009
In the Linux kernel, the following vulnerability has been resolved: scsi: libiscsi: Fix stale-data leak into the SCSI sense buffer iscsi scsi cmd rsp copies the sense data of a SCSI Response from the target-supplied data segment. The segment carries a 2-byte sense length followed by the sense...