Lucene search
+L

3198 matches found

Circl
Circl
added 2025/06/18 10:40 a.m.12 views

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|...

5.5CVSS6.5AI score0.00524EPSS
SaveExploits0References3
Circl
Circl
added 2025/06/18 10:40 a.m.17 views

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|...

7.8CVSS7AI score0.00173EPSS
SaveExploits0References3
Circl
Circl
added 2025/06/18 10:40 a.m.12 views

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...

5.5CVSS6.5AI score0.00189EPSS
SaveExploits0References2
Circl
Circl
added 2025/06/18 10:40 a.m.11 views

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...

9.8CVSS6.5AI score0.00422EPSS
SaveExploits0References2
Circl
Circl
added 2025/06/18 10:40 a.m.11 views

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...

7.8CVSS6.1AI score0.00142EPSS
SaveExploits0References2
Circl
Circl
added 2025/06/18 10:23 a.m.21 views

CVE-2025-38056

creationtimestamp| type| source ---|---|--- 2025-06-18 10:23:04+00:00| seen| https://infosec.exchange/users/vuldb/statuses/114703871771189256...

7.8CVSS7.3AI score0.00178EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2025/06/18 10:15 a.m.7 views

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...

5.5CVSS5.6AI score0.00148EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/06/18 10:15 a.m.5 views

CVE-2025-38059

In the Linux kernel, the following vulnerability has been resolved: btrfs: avoid NULL pointer dereference if no valid csum tree BUG When trying read-only scrub on a btrfs with rescue=idatacsums mount option, it will crash with the following call trace: BUG: kernel NULL pointer dereference, addres...

5.5CVSS6.1AI score0.00176EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
added 2025/06/18 10:15 a.m.9 views

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...

5.5CVSS6.5AI score0.00148EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/06/18 10:15 a.m.9 views

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...

7.1CVSS6.3AI score0.00165EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
added 2025/06/18 10:15 a.m.6 views

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...

5.5CVSS6AI score0.00176EPSS
SaveExploits0References37
UbuntuCve
UbuntuCve
added 2025/06/18 10:15 a.m.5 views

CVE-2025-38047

In the Linux kernel, the following vulnerability has been resolved: x86/fred: Fix system hang during S4 resume with FRED enabled Upon a wakeup from S4, the restore kernel starts and initializes the FRED MSRs as needed from its perspective. It then loads a hibernation image, including the image...

5.5CVSS6.1AI score0.00174EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
added 2025/06/18 10:15 a.m.8 views

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...

5.5CVSS6.2AI score0.00179EPSS
SaveExploits0References41
UbuntuCve
UbuntuCve
added 2025/06/18 10:15 a.m.21 views

CVE-2025-38022

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix "KASAN: slab-use-after-free Read in ibregisterdevice" problem Call Trace: dumpstack lib/dumpstack.c:94 inline dumpstacklvl+0x116/0x1f0 lib/dumpstack.c:120 printaddressdescription mm/kasan/report.c:408 inline...

7.8CVSS6AI score0.00182EPSS
SaveExploits0References32
UbuntuCve
UbuntuCve
added 2025/06/18 10:15 a.m.9 views

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...

5.5CVSS6.2AI score0.00195EPSS
SaveExploits0References39
UbuntuCve
UbuntuCve
added 2025/06/18 10:15 a.m.11 views

CVE-2025-38026

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.7AI score
SaveExploits0References2
Circl
Circl
added 2025/06/18 9:12 a.m.16 views

CVE-2025-49593

creationtimestamp| type| source ---|---|--- 2025-06-18 09:12:28+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3lruo5mnrat2a...

6.8CVSS6.6AI score0.00386EPSS
SaveExploits0References1
Circl
Circl
added 2025/06/18 7:58 a.m.22 views

CVE-2025-4955

creationtimestamp| type| source ---|---|--- 2025-06-18 07:58:08+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3lrujyp4dhw2o...

4.7CVSS6.7AI score0.00349EPSS
SaveExploits1References1
Circl
Circl
added 2025/06/18 7:42 a.m.28 views

CVE-2025-1562

creationtimestamp| type| source ---|---|--- 2025-06-18 07:42:51+00:00| seen| https://t.me/DarkWebInformerCVEAlerts/18693 2025-06-18 08:30:50+00:00| seen| Telegram/HqM6uK2LXU7SXVlPrFtYJtTUa7IPac-02SpDf6naVT-Dl2k 2025-06-18 11:03:16+00:00| seen|...

9.8CVSS4.8AI score0.03205EPSS
SaveExploits0References3
Circl
Circl
added 2025/06/18 3:00 a.m.45 views

CVE-2025-6220

creationtimestamp| type| source ---|---|--- 2025-06-18 03:00:06+00:00| published-proof-of-concept| Telegram/uoYBKiuXn51hJnqtAHEC12cmvN8GwunxQwbHVt8gU3sEQo 2025-06-18 11:00:06+00:00| published-proof-of-concept| Telegram/sG5bEwqwg0wbu2257UAVP1n6oi1Vbx9RKpot1MOVJIWfY 2025-06-18 11:38:17+00:00|...

7.2CVSS4.8AI score0.01019EPSS
SaveExploits2References2
Rows per page
Query Builder