Lucene search
+L

9437 matches found

Circl
Circl
added 2024/12/30 12:54 a.m.13 views

CVE-2024-13031

creationtimestamp| type| source ---|---|--- 2024-12-30 00:54:37+00:00| seen| https://infosec.exchange/users/cve/statuses/113739043756073271 2024-12-30 03:25:20+00:00| seen| https://t.me/cvedetector/13911...

5.1CVSS3.9AI score0.00379EPSS
SaveExploits1References2
Circl
Circl
added 2024/12/29 8:15 p.m.15 views

CVE-2024-13021

creationtimestamp| type| source ---|---|--- 2024-12-29 20:15:21+00:00| seen| https://bsky.app/profile/cve-notifications.bsky.social/post/3lehthiji6o22 2024-12-29 21:34:19+00:00| seen| https://t.me/cvedetector/13904 2025-02-01 21:26:34+00:00| published-proof-of-concept|...

5.4CVSS4.4AI score0.00471EPSS
SaveExploits1References3
RedhatCVE
RedhatCVE
added 2024/12/29 2:51 p.m.27 views

CVE-2024-56672

In the Linux kernel, the following vulnerability has been resolved: blk-cgroup: Fix UAF in blkcgunpinonline blkcgunpinonline walks up the blkcg hierarchy putting the online pin. To walk up, it uses blkcgparentblkcg but it was calling that after blkcgdestroyblkgsblkcg which could free the blkcg,...

6.4CVSS6.7AI score0.00271EPSS
SaveExploits1References4
RedhatCVE
RedhatCVE
added 2024/12/29 2:23 p.m.28 views

CVE-2024-53166

In the Linux kernel, the following vulnerability has been resolved: block, bfq: fix bfqq uaf in bfqlimitdepth Set new allocated bfqq to bic or remove freed bfqq from bic are both protected by bfqd-lock, however bfqlimitdepth is deferencing bfqq from bic without the lock, this can lead to UAF if t...

6.7CVSS6.3AI score0.00252EPSS
SaveExploits0References4
Circl
Circl
added 2024/12/29 12:16 p.m.2 views

CVE-2024-56748

creationtimestamp| type| source ---|---|--- 2024-12-29 12:16:13+00:00| seen| https://bsky.app/profile/cve-notifications.bsky.social/post/3legyoqmbm22f 2024-12-29 12:55:10+00:00| seen| https://infosec.exchange/users/cve/statuses/113736214744018973 2024-12-29 14:02:03+00:00| seen|...

5.5CVSS6.8AI score0.00224EPSS
SaveExploits0References4
Circl
Circl
added 2024/12/29 12:16 p.m.8 views

CVE-2024-56745

creationtimestamp| type| source ---|---|--- 2024-12-29 12:16:05+00:00| seen| https://bsky.app/profile/cve-notifications.bsky.social/post/3legyoiszjl2k 2024-12-29 12:40:09+00:00| seen| https://infosec.exchange/users/cve/statuses/113736155714636462 2024-12-29 14:02:25+00:00| seen|...

5.5CVSS6.6AI score0.00212EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/12/29 12:15 p.m.9 views

CVE-2024-56756

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix freeing of the HMB descriptor table The HMB descriptor table is sized to the maximum number of descriptors that could be used for a given device, but nvmeallochostmem could break out of the loop earlier on memory...

5.5CVSS6.1AI score0.00218EPSS
SaveExploits0References49
Circl
Circl
added 2024/12/29 12:10 p.m.8 views

CVE-2024-56728

creationtimestamp| type| source ---|---|--- 2024-12-29 12:10:06+00:00| seen| https://infosec.exchange/users/cve/statuses/113736037584609678 2024-12-29 12:15:43+00:00| seen| https://bsky.app/profile/cve-notifications.bsky.social/post/3legyntwank2f 2025-08-14 10:00:00+00:00| seen|...

5.5CVSS7.5AI score0.00212EPSS
SaveExploits0References3
Circl
Circl
added 2024/12/29 11:36 a.m.15 views

CVE-2024-56723

creationtimestamp| type| source ---|---|--- 2024-12-29 11:36:42+00:00| seen| https://infosec.exchange/users/cve/statuses/113735906201932375 2024-12-29 11:40:05+00:00| seen| https://infosec.exchange/users/cve/statuses/113735919492048723 2024-12-29 12:15:31+00:00| seen|...

5.5CVSS8.6AI score0.00233EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/12/29 11:30 a.m.35 views

CVE-2024-56753 drm/amdgpu/gfx9: Add Cleaner Shader Deinitialization in gfx_v9_0 Module

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/gfx9: Add Cleaner Shader Deinitialization in gfxv90 Module This commit addresses an omission in the previous patch related to the cleaner shader support for GFX9 hardware. Specifically, it adds the necessary...

0.00176EPSS
SaveExploits0References2
CVE
CVE
added 2024/12/29 11:30 a.m.165 views

CVE-2024-56752

CVE-2024-56752 affects the Linux kernel DRM/Nouveau path (gf100) where a missing unlock in gf100_gr_chan_new() could occur when gf100_grctx_generate() fails. The fix explicitly unlocks gr->fecs.mutex before returning the error, addressing an inconsistent return on the mutex in gf100_gr_chan_ne...

5.5CVSS6.5AI score0.00205EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2024/12/29 11:30 a.m.24 views

CVE-2024-56752

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/gr/gf100: Fix missing unlock in gf100grchannew When the call to gf100grctxgenerate fails, unlock gr-fecs.mutex before returning the error. Fixes smatch warning: drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:480...

5.5CVSS5.6AI score0.00205EPSS
SaveExploits0
OSV
OSV
added 2024/12/29 11:30 a.m.11 views

CVE-2024-56739 rtc: check if __rtc_read_time was successful in rtc_timer_do_work()

In the Linux kernel, the following vulnerability has been resolved: rtc: check if rtcreadtime was successful in rtctimerdowork If the rtcreadtime call fails,, the struct rtctime tm; may contain uninitialized data, or an illegal date/time read from the RTC hardware. When calling rtctmtoktime later...

5.5CVSS6AI score
SaveExploits0References14
Circl
Circl
added 2024/12/29 9:7 a.m.6 views

CVE-2024-56717

creationtimestamp| type| source ---|---|--- 2024-12-29 09:07:14+00:00| seen| https://infosec.exchange/users/cve/statuses/113735318485953258 2024-12-29 09:15:47+00:00| seen| https://bsky.app/profile/cve-notifications.bsky.social/post/3legom4ilkp2o 2024-12-29 10:41:18+00:00| seen|...

7.5CVSS6.5AI score0.00446EPSS
SaveExploits0References4
Circl
Circl
added 2024/12/29 8:52 a.m.9 views

CVE-2024-56713

creationtimestamp| type| source ---|---|--- 2024-12-29 08:52:13+00:00| seen| https://infosec.exchange/users/cve/statuses/113735259439485555 2024-12-29 09:15:37+00:00| seen| https://bsky.app/profile/cve-notifications.bsky.social/post/3legolsri2f2a 2024-12-29 10:41:12+00:00| seen|...

5.5CVSS5.8AI score0.00176EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/12/29 8:48 a.m.11 views

CVE-2024-56712

In the Linux kernel, the following vulnerability has been resolved: udmabuf: fix memory leak on last exportudmabuf error path In exportudmabuf, if dmabuffd fails because the FD table is full, a dmabuf owning the udmabuf has already been created; but the error handling in udmabufcreate will tear...

5.5CVSS5.8AI score0.00188EPSS
SaveExploits0
Circl
Circl
added 2024/12/29 6:27 a.m.11 views

CVE-2018-25107

creationtimestamp| type| source ---|---|--- 2024-12-29 06:27:23+00:00| seen| https://infosec.exchange/users/cve/statuses/113734689969951177 2024-12-29 07:15:21+00:00| seen| https://bsky.app/profile/cve-notifications.bsky.social/post/3leghuqgyl72o 2024-12-29 09:00:49+00:00| seen|...

7.5CVSS4.8AI score0.00422EPSS
SaveExploits0References3
Circl
Circl
added 2024/12/29 3:41 a.m.10 views

CVE-2024-13002

creationtimestamp| type| source ---|---|--- 2024-12-29 03:41:21+00:00| seen| https://infosec.exchange/users/cve/statuses/113734037049325929 2024-12-29 04:15:24+00:00| seen| https://bsky.app/profile/cve-notifications.bsky.social/post/3leg5sxkdtl2l 2024-12-29 05:40:10+00:00| seen|...

9.8CVSS7.3AI score0.00649EPSS
SaveExploits1References3
Circl
Circl
added 2024/12/29 3:1 a.m.14 views

CVE-2024-13001

creationtimestamp| type| source ---|---|--- 2024-12-29 03:01:22+00:00| seen| https://infosec.exchange/users/cve/statuses/113733879827233928 2024-12-29 03:15:32+00:00| seen| https://bsky.app/profile/cve-notifications.bsky.social/post/3leg2hwequ522 2024-12-29 04:50:04+00:00| seen|...

9.8CVSS6.2AI score0.00414EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/12/29 12:0 a.m.51 views

CVE-2024-56738

GNU GRUB aka GRUB2 through 2.12 does not use a constant-time algorithm for grubcryptomemcmp and thus allows side-channel attacks...

0.00413EPSS
SaveExploits0References1
Rows per page
Query Builder