3188 matches found
CVE-2022-50164
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: fix double listadd at iwlmvmmacwaketxqueue After successfull station association, if station queues are disabled for some reason, the related lists are not emptied. So if some new element is added to the list ...
CVE-2022-50171
In the Linux kernel, the following vulnerability has been resolved: crypto: hisilicon/sec - don't sleep when in softirq When kunpeng920 encryption driver is used to deencrypt and decrypt packets during the softirq, it is not allowed to use mutex lock. The kernel will report the following error:...
CVE-2022-50128
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...
CVE-2022-50169
In the Linux kernel, the following vulnerability has been resolved: wifi: wil6210: debugfs: fix info leak in wilwritefilewmi The simplewritetobuffer function will succeed if even a single byte is initialized. However, we need to initialize the whole buffer to prevent information leaks. Just use...
CVE-2022-49936
In the Linux kernel, the following vulnerability has been resolved: USB: core: Prevent nested device-reset calls Automatic kernel fuzzing revealed a recursive locking violation in usb-storage: ============================================ WARNING: possible recursive locking detected 5.18.0 3 Not...
CVE-2022-50010
In the Linux kernel, the following vulnerability has been resolved: video: fbdev: i740fb: Check the argument of i740calcvclk Since the user can control the arguments of the ioctl from the user space, under special arguments that may result in a divide-by-zero bug. If the user provides an improper...
CVE-2022-49997
In the Linux kernel, the following vulnerability has been resolved: net: lantiqxrx200: restore buffer if memory allocation failed In a situation where memory allocation fails, an invalid buffer address is stored. When this descriptor is used again, the system panics in the buildskb function when...
CVE-2022-50052
In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Fix potential buffer overflow by snprintf snprintf returns the would-be-filled size when the string overflows the given buffer size, hence using this value may result in a buffer overflow although it's...
CVE-2022-50084
In the Linux kernel, the following vulnerability has been resolved: dm raid: fix address sanitizer warning in raidstatus There is this warning when using a kernel with the address sanitizer and running this testsuite: https://gitlab.com/cki-project/kernel-tests/-/tree/main/storage/swraid/scsiraid...
CVE-2022-50028
In the Linux kernel, the following vulnerability has been resolved: gadgetfs: epio - wait until IRQ finishes after usbepqueue if waitforcompletioninterruptible is interrupted we need to wait until IRQ gets finished. Otherwise complete from epiocomplete can corrupt stack...
CVE-2022-50088
In the Linux kernel, the following vulnerability has been resolved: mm/damon/reclaim: fix potential memory leak in damonreclaiminit damonreclaiminit allocates a memory chunk for ctx with damonnewctx. When damonselectops fails, ctx is not released, which will lead to a memory leak. We should relea...
CVE-2025-38065
creationtimestamp| type| source ---|---|--- 2025-06-18 10:40:18+00:00| published-proof-of-concept| https://t.me/DarkWebInformerCVEAlerts/18716 2025-06-18 12:22:52+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3lruys2yfny25...
CVE-2025-38067
creationtimestamp| type| source ---|---|--- 2025-06-18 10:40:17+00:00| seen| https://t.me/DarkWebInformerCVEAlerts/18714 2025-06-18 12:27:52+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3lruz2zh3uc23 2025-12-03 14:14:49+00:00| seen|...
CVE-2025-38068
creationtimestamp| type| source ---|---|--- 2025-06-18 10:40:16+00:00| published-proof-of-concept| https://t.me/DarkWebInformerCVEAlerts/18713 2025-06-18 11:45:43+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3lruwpn5s252m 2025-12-03 14:14:49+00:00| seen|...
CVE-2025-38072
creationtimestamp| type| source ---|---|--- 2025-06-18 10:40:09+00:00| published-proof-of-concept| https://t.me/DarkWebInformerCVEAlerts/18709 2025-06-18 11:54:48+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3lrux7umtls25...
CVE-2025-38075
creationtimestamp| type| source ---|---|--- 2025-06-18 10:40:03+00:00| published-proof-of-concept| https://t.me/DarkWebInformerCVEAlerts/18706 2025-06-18 12:02:50+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3lruxob4k7r2o...
CVE-2025-38078
creationtimestamp| type| source ---|---|--- 2025-06-18 10:40:01+00:00| published-proof-of-concept| https://t.me/DarkWebInformerCVEAlerts/18703 2025-06-18 11:40:54+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3lruwgzesoc2u...
CVE-2025-38056
creationtimestamp| type| source ---|---|--- 2025-06-18 10:23:04+00:00| seen| https://infosec.exchange/users/vuldb/statuses/114703871771189256...
CVE-2025-38021
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix null check of pipectx-planestate for updatedchubpdpp Similar to commit 6a057072ddd1 "drm/amd/display: Fix null check for pipectx-planestate in dcn20programpipe" that addresses a null pointer dereference on...
CVE-2025-38006
In the Linux kernel, the following vulnerability has been resolved: net: mctp: Don't access ifaindex when missing In mctpdumpaddrinfo, ifaindex can be used to filter interfaces, but only when the struct ifaddrmsg is provided. Otherwise it will be comparing to uninitialised memory - reproducible i...