261990 matches found
UBUNTU-CVE-2026-64167
In the Linux kernel, the following vulnerability has been resolved: kho: skip KHO for crash kernel khofillkimage unconditionally populates the kimage with KHO metadata for every kexec image type. When the image is a crash kernel, this can be problematic as the crash kernel can run in a small...
The vulnerability of the Content Credentials SDK libraries, related to insufficient validation of input data, allows attackers to trigger service failures.
The vulnerability of the Content Credentials SDK libraries is related to insufficient validation of input data. Exploiting this vulnerability could allow an attacker to cause service failures...
CVE-2026-64183
creationtimestamp| type| source ---|---|--- 2026-07-19 18:35:17+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mqzgaloto52j...
CVE-2026-64167
creationtimestamp| type| source ---|---|--- 2026-07-19 18:10:52+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mqzeuwjbfx2g...
SUSE CVE-2026-56852
A norm.Iter can enter an infinite loop when handling input containing invalid UTF-8 bytes...
CVE-2026-64184
creationtimestamp| type| source ---|---|--- 2026-07-19 17:10:53+00:00| seen| https://bsky.app/profile/malwareobserver.bsky.social/post/3mqzbjoi5x62j...
CVE-2026-63823
creationtimestamp| type| source ---|---|--- 2026-07-19 16:30:14+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mqz7axnvzs27 2026-08-06 04:47:12+00:00| seen| https://www.hkcert.org/security-bulletin/debian-linux-kernel-multiple-vulnerabilities20260806...
DEBIAN-CVE-2026-64177
In the Linux kernel, the following vulnerability has been resolved: phonet/pep: disable BH around forwarded skreceiveskb The networking receive path is usually run from softirq context, but protocols that take the socket lock may have packets stored in the backlog and processed later from process...
DEBIAN-CVE-2026-64151
In the Linux kernel, the following vulnerability has been resolved: iommupt: Check for missing PAGESIZE in the pgsizebitmap Sashiko pointed out that the driver could drop PAGESIZE from the pgsizebitmap. That is technically allowed but nothing does it, and such an iommudomain would not be used wit...
DEBIAN-CVE-2026-64149
In the Linux kernel, the following vulnerability has been resolved: dma-mapping: move dmamapresource sanity check into debug code dmamapresource uses pfnvalid to ensure the range is not RAM. However, pfnvalid only checks for availability of the memory map for a PFN but it does not ensure that the...
DEBIAN-CVE-2026-64107
In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: pcm512x: fix null-ptr dereference in pcm512xoverclockxxxput In the pcm512x chipset driver, pcm512xoverclockxxxput is defined as a general mixer kcontrol instead of a DAPM kcontrol, so struct sndsocdapmcontext must n...
DEBIAN-CVE-2026-64015
In the Linux kernel, the following vulnerability has been resolved: security/keys: fix missed RCU read section on lookup Nicholas Carlini reports that the keyring code calls assocarrayfind in findkeytoupdate without holding the RCU read lock, while the assocarraygc code really is designed around...
CVE-2026-63960
In the Linux kernel, the following vulnerability has been resolved: usb: typec: wcove: don't write past struct pdmessage in wcovereadrxbuffer wcovereadrxbuffer copies the PD RX FIFO into the caller's struct pdmessage with for i = 0; i regmap, USBCRXDATA + i, msg + i; which has two problems:...
DEBIAN-CVE-2026-63898
In the Linux kernel, the following vulnerability has been resolved: USB: serial: mctu232: fix memory corruption with small endpoint The driver overrides the maximum transfer size for a specific device which only accepts 16 byte packets for its 32 byte bulk-out endpoint. Make sure to never increas...
UBUNTU-CVE-2026-63885
In the Linux kernel, the following vulnerability has been resolved: drm/gem: fix race between changehandle and handledelete drmgemchangehandleioctl leaves the old handle live in the IDR during the window between spinunlocktablelock and the final spinlocktablelock. A concurrent drmgemhandledelete ...
CVE-2026-63820
creationtimestamp| type| source ---|---|--- 2026-07-19 16:05:49+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mqz5vcsj5r2o...
CVE-2026-63829
creationtimestamp| type| source ---|---|--- 2026-07-19 15:54:05+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mqz5abk4l72e 2026-07-20 18:42:43+00:00| seen| https://bsky.app/profile/cybernewsroom.bsky.social/post/3mr3x4rxuus2j 2026-07-20 18:42:45+00:00| seen|...
CVE-2026-64174
In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: advance loop vars in cfg80211mergeprofile cfg80211mergeprofile reassembles a Multi-BSSID non-transmitted BSS profile that has been split across multiple consecutive MBSSID elements. Its while-loop calls...
CVE-2026-64151 iommupt: Check for missing PAGE_SIZE in the pgsize_bitmap
In the Linux kernel, the following vulnerability has been resolved: iommupt: Check for missing PAGESIZE in the pgsizebitmap Sashiko pointed out that the driver could drop PAGESIZE from the pgsizebitmap. That is technically allowed but nothing does it, and such an iommudomain would not be used wit...
CVE-2026-64126
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: validate Add Extended Advertising Data length MGMTOPADDEXTADVDATA is registered as a variable-length command, with MGMTADDEXTADVDATASIZE as the fixed header size. The handler then uses cp-advdatalen and...