3184 matches found
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-50089
In the Linux kernel, the following vulnerability has been resolved: btrfs: ensure pages are unlocked on cowfilerange failure There is a hungtask report on zoned btrfs like below. https://github.com/naota/linux/issues/59 726.328648 INFO: task rocksdb:high0:11085 blocked for more than 241 seconds...
CVE-2022-49993
In the Linux kernel, the following vulnerability has been resolved: loop: Check for overflow while configuring loop The userspace can configure a loop using an ioctl call, wherein a configuration of type loopconfig is passed see loioctl's case on line 1550 of drivers/block/loop.c. This proceeds t...
CVE-2022-49964
In the Linux kernel, the following vulnerability has been resolved: arm64: cacheinfo: Fix incorrect assignment of signed error value to unsigned fwlevel Though acpifindlastcachelevel always returned signed value and the document states it will return any errors caused by lack of a PPTT table, it...
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-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-50196
In the Linux kernel, the following vulnerability has been resolved: soc: qcom: ocmem: Fix refcount leak in ofgetocmem ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount leak. ofnodeput will...
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-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...
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-38042
In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: k3-udma-glue: Drop skipfdq argument from k3udmaglueresetrxchn The user of k3udmaglueresetrxchn e.g. tiam65cpswnuss can run on multiple platforms having different DMA architectures. On some platforms there can be on...
CVE-2025-38081
In the Linux kernel, the following vulnerability has been resolved: spi-rockchip: Fix register out of bounds access Do not write native chip select stuff for GPIO chip selects. GPIOs can be numbered much higher than native CS. Also, it makes no sense...
CVE-2025-38023
In the Linux kernel, the following vulnerability has been resolved: nfs: handle failure of nfsgetlockcontext in unlock path When memory is insufficient, the allocation of nfslockcontext in nfsgetlockcontext fails and returns -ENOMEM. If we mistakenly treat an nfs4unlockdata structure whose lctx...
CVE-2025-38066
In the Linux kernel, the following vulnerability has been resolved: dm cache: prevent BUGON by blocking retries on failed device resumes A cache device failing to resume due to mapping errors should not be retried, as the failure leaves a partially initialized policy object. Repeating the resume...