203710 matches found
CGA-897Q-CC5Q-CXCW
Bulletin has no description...
GHSA-XQP3-JQ6G-X3QM vulnerabilities
Vulnerabilities for packages: filebrowser...
GHSA-6V4M-FW66-8R4X
creationtimestamp| type| source ---|---|--- 2026-07-25 13:48:43+00:00| seen| https://gist.github.com/alon710/4f741e2f37db8bd62ab69cf05173516c...
CGA-62C9-R2CF-V7M8
Bulletin has no description...
CGA-4973-36H6-QGMX
Bulletin has no description...
CGA-2493-Q3RP-2VWQ
Bulletin has no description...
GHSA-W4HW-QCX7-56PR
creationtimestamp| type| source ---|---|--- 2026-07-25 12:32:06+00:00| seen| https://gist.github.com/alon710/dc8e3d82c3fbe561c037061a882b0db5...
GHSA-R292-9MHP-454M
creationtimestamp| type| source ---|---|--- 2026-07-25 12:00:55+00:00| seen| https://bsky.app/profile/lambdawatchdog.bsky.social/post/3mrhsyv23a525 2026-08-22 12:01:23+00:00| seen| https://bsky.app/profile/lambdawatchdog.bsky.social/post/3mtoa3ig3u42e...
CGA-36VH-GQ44-QQJ7
Bulletin has no description...
GHSA-Q53C-4PRM-W95Q
creationtimestamp| type| source ---|---|--- 2026-07-25 11:31:34+00:00| seen| https://gist.github.com/alon710/7d82b3a29a466133e3b991f0cb56fd86...
CGA-5665-5MFM-8JWM
Bulletin has no description...
GHSA-GM3R-Q2WP-HW87
creationtimestamp| type| source ---|---|--- 2026-07-25 10:31:26+00:00| seen| https://gist.github.com/alon710/8ae8c0df3840a4fc9ad0abc329a9ce1f...
DEBIAN-CVE-2026-64525
In the Linux kernel, the following vulnerability has been resolved: xfrm: move policybydst RCU sync from per-netns .exit to .preexit The struct pernetoperations docstring in include/net/netnamespace.h explicitly warns against blocking RCU primitives in .exit handlers: Exit methods using blocking...
DEBIAN-CVE-2026-64491
In the Linux kernel, the following vulnerability has been resolved: ALSA: usx2y: us144mkii: fix work UAF on disconnect tascamdisconnect cancels capturework and midiinwork before usbkillanchoredurbs kills the capture/MIDI-in URBs. Those URBs self-resubmit, and their completion handlers reschedule...
DEBIAN-CVE-2026-64485
In the Linux kernel, the following vulnerability has been resolved: ALSA: compress: Fix task creation error unwind sndcomprtasknew allocates the driver task before validating the returned DMA buffers and reserving file descriptors. When either of those later steps fails, the core frees its task...
DEBIAN-CVE-2026-64484
In the Linux kernel, the following vulnerability has been resolved: ALSA: es1938: check sndctlnew1 return value sndctlnew1 can return NULL when memory allocation fails. sndes1938mixer does not check the return value before dereferencing the pointer, which can lead to a NULL pointer dereference. A...
DEBIAN-CVE-2026-64472
In the Linux kernel, the following vulnerability has been resolved: vfio/mlx5: Fix racy bitfields and tighten struct layout Bitfield operations are not atomic, they use a read-modify-write pattern, therefore we should be careful not to pack bitfields that can be concurrently updated into the same...
DEBIAN-CVE-2026-64470
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: fix use-after-free on marvell probe failure Make sure to stop any TX URBs submitted during Marvell OOB wakeup configuration on later probe failures to avoid use-after-free in the completion callback. This issue...
DEBIAN-CVE-2026-64449
In the Linux kernel, the following vulnerability has been resolved: staging: vmeuser: bound slave read/write to the kernbuf size The SLAVE-path helpers buffertouser and bufferfromuser copy 'count' bytes into/out of the fixed-size kernbuf sizebuf == PCIBUFSIZE == 0x20000, 128 KiB using ppos as the...
DEBIAN-CVE-2026-64446
In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix heap buffer overflow in rtwcfg80211setwpaie supplicantie is a 256-byte array in struct securitypriv. The WPA and WPA2 IE copy paths use: memcpypadapter-securitypriv.supplicantie, &pwpa0, wpaielen + 2; wher...