127519 matches found
CVE-2026-74733
creationtimestamp| type| source ---|---|--- 2026-08-22 16:31:09+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/2pas4lwo7xpug...
CVE-2026-74731
creationtimestamp| type| source ---|---|--- 2026-08-22 16:29:09+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/iczbitzpws3zb...
CVE-2026-74616
creationtimestamp| type| source ---|---|--- 2026-08-22 16:26:14+00:00| seen| https://infosec.exchange/users/vuldb/statuses/117140093269733593...
CVE-2026-74732
creationtimestamp| type| source ---|---|--- 2026-08-22 16:23:09+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/bbyx7xpk5q2gy...
CVE-2026-4703
creationtimestamp| type| source ---|---|--- 2026-08-22 16:20:04+00:00| seen| https://bsky.app/profile/stackflag.bsky.social/post/3mtook3kbb42j 2026-08-22 18:07:39+00:00| seen| https://bsky.app/profile/stemshop.bsky.social/post/3mtoukho2fl25 2026-08-22 18:40:37+00:00| seen|...
CVE-2026-74729
creationtimestamp| type| source ---|---|--- 2026-08-22 16:18:06+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/aun4m6s6lrzxs...
DEBIAN-CVE-2026-74731
In the Linux kernel, the following vulnerability has been resolved: schedext: Skip sub-disable teardown for never-linked sub-schedulers A sub-scheduler enable can fail before scxlinksched links the sched into the hierarchy, e.g. when the parent is already being disabled, and cleanup still runs th...
DEBIAN-CVE-2026-74730
In the Linux kernel, the following vulnerability has been resolved: NFS: Pin the 'struct nfsserver' during a FREESTATEID call Dan Aloni reports that he was able to hit a use-after-free bug if a FREESTATEID operation gets delayed for whatever reason. Fix this by bumping the refcount of the 'struct...
DEBIAN-CVE-2026-74729
In the Linux kernel, the following vulnerability has been resolved: soc: aspeed: lpc-snoop: Fix usercopy overflow in snoopfileread putfifowithdiscard acts as both producer and consumer on the kfifo: it calls kfifoskip advances out and kfifoput advances in from the IRQ handler without synchronizin...
DEBIAN-CVE-2026-74732
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check for tg ops in dce110setavmute Some older DCE timing generators do not implement istgenabled in their ops table. Calling it unconditionally when waiting for AV mute frames causes a NULL pointer dereference o...
DEBIAN-CVE-2026-74733
In the Linux kernel, the following vulnerability has been resolved: gpio: pca953x: fix pca953xirqbussyncunlock regmap lock Locking is disabled in the regmap config as this driver uses its own lock. This means that all calls to regmap functions read or write must hold the i2clock. The function...
DEBIAN-CVE-2026-74726
In the Linux kernel, the following vulnerability has been resolved: bonding: alb: re-check primaryispromisc under RTNL in bondalbmonitor bondalbmonitor reads primaryispromisc under RCU, then drops RCU and takes RTNL via rtnltrylock before undoing the promiscuity it set on the active slave. In tha...
DEBIAN-CVE-2026-74721
In the Linux kernel, the following vulnerability has been resolved: accel/amxdna: Fix page-insertion errors in amdxdnainsertpages Two error paths in amdxdnainsertpages called vma-vmops-closevma before returning an error code to the caller. This is incorrect: amdxdnagemobjmmap registers an HMM...
DEBIAN-CVE-2026-74722
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix memory leak in btrfsdoencodedwrite Local fuzzing of 6.12.94 has found the following memory leak: Unreferenced object 0xffff888018050a80 size 64: comm "syz.0.17", pid 10297, jiffies 4294953601 hex dump first 32 bytes: 0...
DEBIAN-CVE-2026-74723
In the Linux kernel, the following vulnerability has been resolved: btrfs: lzo: reject inline extents without valid headers BUG For a crafted btrfs image, the following KASAN can be triggered when reading an inline lzo compressed file extent: BUG: KASAN: slab-out-of-bounds in...
DEBIAN-CVE-2026-74727
In the Linux kernel, the following vulnerability has been resolved: ovpn: skip rehash for peers already removed from byid ovpnnlpeersetdoit resolves the target peer via ovpnpeergetbyid before taking ovpn-lock. In the window between the lookup which only takes a refcount and the subsequent...
DEBIAN-CVE-2026-74724
In the Linux kernel, the following vulnerability has been resolved: ipvs: avoid out-of-bounds write in ipvsnaticmp Sashiko warns that local attacker can modify the packet while it is processed by IPVS. Some places read the IP ihl field multiple times which can cause out-of-bounds access. One such...
DEBIAN-CVE-2026-74725
In the Linux kernel, the following vulnerability has been resolved: enic: fix txhangreset use-after-free on device removal enicremove cancels the reset and changemtuwork items but does not cancel txhangreset. A TX timeout that fires while the device is being removed can schedule enictxhangreset s...
DEBIAN-CVE-2026-74728
In the Linux kernel, the following vulnerability has been resolved: xfs: handle NULL baddr in xfsbuffree When xfsbufallocbackingmem fails, xfsbuffree is called with bp-baddr still NULL. The code falls through to the folioput path which calls virttofolioNULL, dereferencing an invalid address and...
DEBIAN-CVE-2026-74720
In the Linux kernel, the following vulnerability has been resolved: bpf: Preserve pointer state for commuted arithmetic When scalar += pointer is handled in adjustptrminmaxvals, the destination register inherits the pointer state from the source pointer. Copying only selected fields is fragile...