27740 matches found
CVE-2025-46628
creationtimestamp| type| source ---|---|--- 2025-05-01 22:01:03+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3lo5cpp7q6w2r 2025-05-01 23:12:39+00:00| seen| https://t.me/cvedetector/24271...
CVE-2025-29763
creationtimestamp| type| source ---|---|--- 2025-05-01 22:01:02+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3lo5cpoyxze2l...
CVE-2025-46627
creationtimestamp| type| source ---|---|--- 2025-05-01 22:01:01+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3lo5cpopkn22o 2025-05-01 23:12:38+00:00| seen| https://t.me/cvedetector/24270...
CVE-2025-32888
creationtimestamp| type| source ---|---|--- 2025-05-01 18:15:51+00:00| published-proof-of-concept| https://t.me/DarkWebInformerCVEAlerts/14355 2025-05-01 21:02:21+00:00| seen| Telegram/h5sjG5GrTkIVK0KP-Zeb-XVGVHy1vwa2ngZ84vEqUPJKDmU...
RHSA-2023:6575
creationtimestamp| type| source ---|---|--- 2025-05-01 16:14:40+00:00| seen| https://t.me/DarkWebInformerCVEAlerts/14327...
CVE-2022-40797
creationtimestamp| type| source ---|---|--- 2025-05-01 16:14:39+00:00| published-proof-of-concept| https://t.me/DarkWebInformerCVEAlerts/14326...
CVE-2023-45898
creationtimestamp| type| source ---|---|--- 2025-05-01 16:14:31+00:00| published-proof-of-concept| https://t.me/DarkWebInformerCVEAlerts/14321...
CVE-2022-49807
In the Linux kernel, the following vulnerability has been resolved: nvmet: fix a memory leak in nvmetauthsetkey When changing dhchap secrets we need to release the old secrets as well. kmemleak complaint: -- unreferenced object 0xffff8c7f44ed8180 size 64: comm "check", pid 7304, jiffies 429568613...
CVE-2022-49782
In the Linux kernel, the following vulnerability has been resolved: perf: Improve missing SIGTRAP checking To catch missing SIGTRAP we employ a WARN in perfeventoverflow, which fires if pendingsigtrap was already set: returning to user space without consuming pendingsigtrap, and then having the...
CVE-2022-49850
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix deadlock in nilfscountfreeblocks A semaphore deadlock can occur if nilfsgetblock detects metadata corruption while locating data blocks and a superblock writeback occurs at the same time: task 1 task 2 ------ ------ A...
CVE-2022-49825
In the Linux kernel, the following vulnerability has been resolved: ata: libata-transport: fix error handling in atatportadd In atatportadd, the return value of transportadddevice is not checked. As a result, it causes null-ptr-deref while removing the module, because transportremovedevice is...
CVE-2022-49863
In the Linux kernel, the following vulnerability has been resolved: can: afcan: fix NULL pointer dereference in canrxregister It causes NULL pointer dereference when testing as following: a use syscallNRsocket, 0x10ul, 3ul, 0 to create netlink socket. b use syscallNRsendmsg, ... to create bond li...
CVE-2022-49776
In the Linux kernel, the following vulnerability has been resolved: macvlan: enforce a consistent minimal mtu macvlan should enforce a minimal mtu of 68, even at link creation. This patch avoids the current behavior which could lead to crashes in ipv6 stack if the link is brought up $ ip link add...
CVE-2022-49903
In the Linux kernel, the following vulnerability has been resolved: ipv6: fix WARNING in ip6routenetexitlate During the initialization of ip6routenetinitlate, if file ipv6route or rt6stats fails to be created, the initialization is successful by default. Therefore, the ipv6route or rt6stats file...
CVE-2022-49799
In the Linux kernel, the following vulnerability has been resolved: tracing: Fix wild-memory-access in registersynthevent In registersynthevent, if setsyntheventprintfmt failed, then both traceremoveeventcall and unregistertraceevent will be called, which means the traceeventcall will call...
CVE-2022-49830
In the Linux kernel, the following vulnerability has been resolved: drm/drv: Fix potential memory leak in drmdevinit drmdevinit will add drmdevinitrelease as a callback. When drmmaddaction failed, the release function won't be added. As the result, the ref cnt added by deviceget in drmdevinit won...
CVE-2022-49888
In the Linux kernel, the following vulnerability has been resolved: arm64: entry: avoid kprobe recursion The cortexa76erratum1463225debughandler function is called when handling debug exceptions and synchronous exceptions from BRK instructions, and so is called when a probed function executes. If...
CVE-2022-49815
In the Linux kernel, the following vulnerability has been resolved: erofs: fix missing xasretry in fscache mode The xarray iteration only holds the RCU read lock and thus may encounter XARETRYENTRY if there's process modifying the xarray concurrently. This will cause oops when referring to the...