Lucene search
+L

24485 matches found

Circl
Circl
added 2025/12/08 11:19 p.m.11 views

CVE-2025-65229

creationtimestamp| type| source ---|---|--- 2025-12-08 23:19:49+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3m7j662xtup2s...

4.6CVSS5.8AI score0.00168EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/12/08 10:24 p.m.6 views

CVE-2025-40301

No description is available for this CVE. Mitigation To mitigate this issue, disable the Bluetooth kernel module if Bluetooth functionality is not required. This can be achieved by blacklisting the bluetooth module. Create a file named /etc/modprobe.d/disable-bluetooth.conf with the following...

7.1CVSS6.3AI score0.00271EPSS
SaveExploits0References4
Circl
Circl
added 2025/12/08 8:07 p.m.11 views

CVE-2025-65799

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

4.3CVSS5.8AI score0.00214EPSS
SaveExploits1References1
Circl
Circl
added 2025/12/08 7:16 p.m.9 views

CVE-2025-48632

creationtimestamp| type| source ---|---|--- 2025-12-08 19:16:10+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3m7iqkfospb2q...

7.8CVSS5.8AI score0.00082EPSS
SaveExploits0References1
Circl
Circl
added 2025/12/08 3:20 p.m.6 views

CVE-2025-14247

creationtimestamp| type| source ---|---|--- 2025-12-08 15:20:39+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3m7idfamxam2n...

9.8CVSS5.8AI score0.00323EPSS
SaveExploits1References1
Circl
Circl
added 2025/12/08 3:15 p.m.14 views

CVE-2025-14246

creationtimestamp| type| source ---|---|--- 2025-12-08 15:15:38+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3m7id4c2w252q...

9.8CVSS5.8AI score0.00323EPSS
SaveExploits1References1
Circl
Circl
added 2025/12/08 1:51 p.m.8 views

GCVE-1-2025-0033

creationtimestamp| type| source ---|---|--- 2025-12-08 13:51:07+00:00| seen| https://infosec.exchange/users/cR0w/statuses/115684269529208752...

5.8AI score
SaveExploits0References1
Circl
Circl
added 2025/12/08 3:13 a.m.12 views

CVE-2023-53759

creationtimestamp| type| source ---|---|--- 2025-12-08 03:13:11+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3m7h2qghned2s...

7.8CVSS5.8AI score0.00142EPSS
SaveExploits0References1
Circl
Circl
added 2025/12/08 3:11 a.m.10 views

CVE-2023-53753

creationtimestamp| type| source ---|---|--- 2025-12-08 03:11:36+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3m7h2nlspy72s 2026-03-19 00:00:00+00:00| seen| https://www.cert.ssi.gouv.fr/avis/CERTFR-2026-AVI-0316/...

7.8CVSS5.7AI score0.00141EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/08 2:15 a.m.5 views

DEBIAN-CVE-2023-53767

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix memory leak in ath12kqmidrivereventwork Currently the buffer pointed by event is not freed in case ATH12KFLAGUNREGISTERING bit is set, this causes memory leak. Add a goto skip instead of return, to ensure event...

5.9AI score0.00172EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/08 2:15 a.m.13 views

UBUNTU-CVE-2023-53767

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix memory leak in ath12kqmidrivereventwork Currently the buffer pointed by event is not freed in case ATH12KFLAGUNREGISTERING bit is set, this causes memory leak. Add a goto skip instead of return, to ensure event...

5.9AI score0.00172EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/12/08 1:19 a.m.39 views

CVE-2023-53767 wifi: ath12k: fix memory leak in ath12k_qmi_driver_event_work()

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix memory leak in ath12kqmidrivereventwork Currently the buffer pointed by event is not freed in case ATH12KFLAGUNREGISTERING bit is set, this causes memory leak. Add a goto skip instead of return, to ensure event...

0.00172EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/08 1:19 a.m.13 views

CVE-2023-53767 wifi: ath12k: fix memory leak in ath12k_qmi_driver_event_work()

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix memory leak in ath12kqmidrivereventwork Currently the buffer pointed by event is not freed in case ATH12KFLAGUNREGISTERING bit is set, this causes memory leak. Add a goto skip instead of return, to ensure event...

6.5AI score
SaveExploits0References5
CVE
CVE
added 2025/12/08 1:19 a.m.45 views

CVE-2023-53767

The CVE describes a memory‑leak in the Linux kernel’s ath12k driver (wifi/ath12k_qmi_driver_event_work). When ATH12K_FLAG_UNREGISTERING is set, the event buffer is not freed, causing a leak. The patch replaces a return with a goto skip to ensure the event and all list entries are freed. Reports a...

6.2AI score0.00172EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/12/08 1:19 a.m.17 views

CVE-2023-53767

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix memory leak in ath12kqmidrivereventwork Currently the buffer pointed by event is not freed in case ATH12KFLAGUNREGISTERING bit is set, this causes memory leak. Add a goto skip instead of return, to ensure event...

5.4AI score0.00172EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/08 1:19 a.m.12 views

CVE-2023-53762

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: Fix UAF in hcidisconnectallsync Use-after-free can occur in hcidisconnectallsync if a connection is deleted by concurrent processing of a controller event. To prevent this the code now tries to iterate over th...

8.8CVSS5.4AI score0.00245EPSS
SaveExploits0
OSV
OSV
added 2025/12/08 1:16 a.m.5 views

DEBIAN-CVE-2025-40301

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: validate skb length for unknown CC opcode In hcicmdcompleteevt, if the command complete event has an unknown opcode, we assume the first byte of the remaining skb-data contains the return status. However,...

7.6CVSS5.1AI score0.00271EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/08 1:16 a.m.11 views

CVE-2025-40301

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: validate skb length for unknown CC opcode In hcicmdcompleteevt, if the command complete event has an unknown opcode, we assume the first byte of the remaining skb-data contains the return status. However,...

7.6CVSS0.00271EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/08 12:46 a.m.7 views

CVE-2025-40301 Bluetooth: hci_event: validate skb length for unknown CC opcode

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: validate skb length for unknown CC opcode In hcicmdcompleteevt, if the command complete event has an unknown opcode, we assume the first byte of the remaining skb-data contains the return status. However,...

7.6CVSS6.6AI score
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2025/12/08 12:00 a.m.14 views

PT-2025-49433

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel's Bluetooth implementation within the hci cmd complete evt function. Specifically, the code does not validate the length of the socket buffer skb before...

3.2CVSS5.7AI score0.00271EPSS
SaveExploits0
Rows per page
Query Builder