9518 matches found
CVE-2024-56705
In the Linux kernel, the following vulnerability has been resolved: media: atomisp: Add check for rgbydata memory allocation failure In iacss3astatisticsallocate, there is no check on the allocation result of the rgbydata memory. If rgbydata is not successfully allocated, it may trigger the...
CVE-2024-56680
creationtimestamp| type| source ---|---|--- 2024-12-28 10:08:19+00:00| seen| https://infosec.exchange/users/cve/statuses/113729896402882226 2024-12-28 10:15:35+00:00| seen| https://bsky.app/profile/cve-notifications.bsky.social/post/3leebi4bvvy2i...
CVE-2024-56699
In the Linux kernel, the following vulnerability has been resolved: s390/pci: Fix potential double remove of hotplug slot In commit 6ee600bfbe0f "s390/pci: remove hotplug slot when releasing the device" the zpciexitslot was moved from zpcidevicereserved to zpcireleasedevice with the intention of...
CVE-2024-56697
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix the memory allocation issue in amdgpudiscoverygetnpsinfo Fix two issues with memory allocation in amdgpudiscoverygetnpsinfo for memranges: - Add a check for allocation failure to avoid dereferencing a null pointer...
CVE-2024-56694
In the Linux kernel, the following vulnerability has been resolved: bpf: fix recursive lock when verdict program return SKPASS When the streamverdict program returns SKPASS, it places the received skb into its own receive queue, but a recursive lock eventually occurs, leading to an operating syst...
CVE-2020-1821
There are multiple out of bounds OOB read vulnerabilities in the implementation of the Common Open Policy Service COPS protocol of some Huawei products. The specific decoding function may occur out-of-bounds read when processes an incoming data packet. Successful exploit of these vulnerabilities...
CVE-2024-43705
Software installed and run as a non-privileged user can trigger the GPU kernel driver to write to arbitrary read-only system files that have been mapped into application memory...
CVE-2024-50715
creationtimestamp| type| source ---|---|--- 2024-12-27 21:08:39+00:00| seen| https://infosec.exchange/users/cve/statuses/113726830589647167 2024-12-27 21:15:28+00:00| seen| https://bsky.app/profile/cve-notifications.bsky.social/post/3lecvv62kxi2e 2024-12-27 22:43:03+00:00| seen|...
CVE-2024-56661
creationtimestamp| type| source ---|---|--- 2024-12-27 15:20:33+00:00| seen| https://bsky.app/profile/cve-notifications.bsky.social/post/3lecc26zydn2f 2025-08-14 10:00:00+00:00| seen| https://www.cisa.gov/news-events/ics-advisories/icsa-25-226-07...
CVE-2024-56644
creationtimestamp| type| source ---|---|--- 2024-12-27 15:19:46+00:00| seen| https://bsky.app/profile/cve-notifications.bsky.social/post/3lecbyt43662a 2025-08-14 10:00:00+00:00| seen| https://www.cisa.gov/news-events/ics-advisories/icsa-25-226-07...
CVE-2024-56638
creationtimestamp| type| source ---|---|--- 2024-12-27 15:19:30+00:00| seen| https://bsky.app/profile/cve-notifications.bsky.social/post/3lecbye52do22...
CVE-2024-56618
creationtimestamp| type| source ---|---|--- 2024-12-27 15:18:38+00:00| seen| https://bsky.app/profile/cve-notifications.bsky.social/post/3lecbwtkien2k...
CVE-2024-56616
creationtimestamp| type| source ---|---|--- 2024-12-27 15:18:32+00:00| seen| https://bsky.app/profile/cve-notifications.bsky.social/post/3lecbwookpo2a 2025-12-03 14:14:49+00:00| seen| https://vulnerability.circl.lu/bundle/816dcc8e-f25a-4895-9b59-1bbd9caeccb8...
CVE-2024-56591
creationtimestamp| type| source ---|---|--- 2024-12-27 15:17:28+00:00| seen| https://bsky.app/profile/cve-notifications.bsky.social/post/3lecbutft6r25 2025-12-03 14:14:49+00:00| seen| https://vulnerability.circl.lu/bundle/816dcc8e-f25a-4895-9b59-1bbd9caeccb8 2026-03-19 00:00:00+00:00| seen|...
CVE-2024-56564
creationtimestamp| type| source ---|---|--- 2024-12-27 15:16:15+00:00| seen| https://bsky.app/profile/cve-notifications.bsky.social/post/3lecbsqnlmm2e...
CVE-2024-56557
creationtimestamp| type| source ---|---|--- 2024-12-27 15:15:55+00:00| seen| https://bsky.app/profile/cve-notifications.bsky.social/post/3lecbs6lt6s2i 2026-03-19 00:00:00+00:00| seen| https://www.cert.ssi.gouv.fr/avis/CERTFR-2026-AVI-0316/ 2026-08-03 04:51:03+00:00| seen|...
CVE-2024-56556
creationtimestamp| type| source ---|---|--- 2024-12-27 15:15:53+00:00| seen| https://bsky.app/profile/cve-notifications.bsky.social/post/3lecbs4b37u25...
CVE-2024-56556
In the Linux kernel, the following vulnerability has been resolved: binder: fix node UAF in binderaddfreezework In binderaddfreezework we iterate over the proc-nodes with the proc-innerlock held. However, this lock is temporarily dropped in order to acquire the node-lock first lock nesting order...
CVE-2024-56601
In the Linux kernel, the following vulnerability has been resolved: net: inet: do not leave a dangling sk pointer in inetcreate sockinitdata attaches the allocated sk object to the provided sock object. If inetcreate fails later, the sk object is freed, but the sock object retains the dangling...
CVE-2024-56615
In the Linux kernel, the following vulnerability has been resolved: bpf: fix OOB devmap writes when deleting elements Jordy reported issue against XSKMAP which also applies to DEVMAP - the index used for accessing map entry, due to being a signed integer, causes the OOB writes. Fix is simple as...