Lucene search
+L

6292 matches found

Debian CVE
Debian CVE
added 2024/03/02 9:59 p.m.27 views

CVE-2023-52576

In the Linux kernel, the following vulnerability has been resolved: x86/mm, kexec, ima: Use memblockfreelate from imafreekexecbuffer The code calling imafreekexecbuffer runs long after the memblock allocator has already been torn down, potentially resulting in a use after free in...

5.5CVSS5.6AI score0.00219EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/03/02 9:59 p.m.36 views

CVE-2023-52575

Removed by vendor...

7.1AI score
SaveExploits0
Debian CVE
Debian CVE
added 2024/03/02 9:59 p.m.15 views

CVE-2023-52573

In the Linux kernel, the following vulnerability has been resolved: net: rds: Fix possible NULL-pointer dereference In rdsrdmacmeventhandlercmn check, if conn pointer exists before dereferencing it as rdmasetservicetype argument Found by Linux Verification Center linuxtesting.org with SVACE...

5.5CVSS6.4AI score0.00226EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/03/02 9:59 p.m.53 views

CVE-2023-52570

In the Linux kernel, the following vulnerability has been resolved: vfio/mdev: Fix a null-ptr-deref bug for mdevunregisterparent Inject fault while probing mdpy.ko, if kstrdup of createdir fails in kobjectaddinternal in kobjectinitandadd in mdevtypeadd in parentcreatesysfsfiles, it will return 0...

5.5CVSS4.7AI score0.00222EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/03/02 9:59 p.m.37 views

CVE-2023-52566

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential use after free in nilfsgccachesubmitreaddata In nilfsgccachesubmitreaddata, brelsebh is called to drop the reference count of bh when the call to nilfsdattranslate fails. If the reference count hits 0 and it...

5.5CVSS5.6AI score0.00222EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/03/02 9:59 p.m.13 views

CVE-2023-52563 drm/meson: fix memory leak on ->hpd_notify callback

In the Linux kernel, the following vulnerability has been resolved: drm/meson: fix memory leak on -hpdnotify callback The EDID returned by drmbridgegetedid needs to be freed...

6.7AI score0.00222EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/03/02 9:54 p.m.41 views

CVE-2023-52518 Bluetooth: hci_codec: Fix leaking content of local_codecs

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcicodec: Fix leaking content of localcodecs The following memory leak can be observed when the controller supports codecs which are stored in localcodecs list but the elements are never freed: unreferenced object...

7.5AI score0.00238EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/03/02 9:52 p.m.37 views

CVE-2023-52532 net: mana: Fix TX CQE error handling

In the Linux kernel, the following vulnerability has been resolved: net: mana: Fix TX CQE error handling For an unknown TX CQE error type probably from a newer hardware, still free the SKB, update the queue tail, etc., otherwise the accounting will be wrong. Also, TX errors can be triggered by...

7.5AI score0.0023EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/03/02 9:52 p.m.17 views

CVE-2023-52523 bpf, sockmap: Reject sk_msg egress redirects to non-TCP sockets

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Reject skmsg egress redirects to non-TCP sockets With a SOCKMAP/SOCKHASH map and an skmsg program user can steer messages sent from one TCP socket s1 to actually egress from another TCP socket s2: tcpbpfsendmsgs1 //...

6.6AI score0.00225EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/03/02 9:52 p.m.24 views

CVE-2023-52524

In the Linux kernel, the following vulnerability has been resolved: net: nfc: llcp: Add lock when modifying device list The device list needs its associated lock held when modifying it, or the list could become corrupted, as syzbot discovered...

7.8CVSS7.7AI score0.00183EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/03/02 9:52 p.m.28 views

CVE-2023-52515

In the Linux kernel, the following vulnerability has been resolved: RDMA/srp: Do not call scsidone from srpabort After scmdehaborthandler has called the SCSI LLD ehaborthandler callback, it performs one of the following actions: Call scsiqueueinsert. Call scsifinishcommand. Call scsiehscmdadd...

7.8CVSS6.8AI score0.0023EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/03/02 9:52 p.m.38 views

CVE-2023-52513 RDMA/siw: Fix connection failure handling

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix connection failure handling In case immediate MPA request processing fails, the newly created endpoint unlinks the listening endpoint and is ready to be dropped. This special case was not handled correctly by the co...

6.8AI score0.00228EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/03/02 9:52 p.m.38 views

CVE-2023-52505 phy: lynx-28g: serialize concurrent phy_set_mode_ext() calls to shared registers

In the Linux kernel, the following vulnerability has been resolved: phy: lynx-28g: serialize concurrent physetmodeext calls to shared registers The protocol converter configuration registers PCC8, PCCC, PCCD implemented by the driver, as well as others, control protocol converters from multiple...

7AI score0.00168EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/03/02 9:52 p.m.60 views

CVE-2023-52499 powerpc/47x: Fix 47x syscall return crash

In the Linux kernel, the following vulnerability has been resolved: powerpc/47x: Fix 47x syscall return crash Eddie reported that newer kernels were crashing during boot on his 476 FSP2 system: kernel tried to execute user page b7ee2000 - exploit attempt? uid: 0 BUG: Unable to handle kernel...

6.9AI score0.00222EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/03/02 9:52 p.m.73 views

CVE-2023-52499

In the Linux kernel, the following vulnerability has been resolved: powerpc/47x: Fix 47x syscall return crash Eddie reported that newer kernels were crashing during boot on his 476 FSP2 system: kernel tried to execute user page b7ee2000 - exploit attempt? uid: 0 BUG: Unable to handle kernel...

5.5CVSS4.9AI score0.00222EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/03/02 9:52 p.m.45 views

CVE-2022-48628

In the Linux kernel, the following vulnerability has been resolved: ceph: drop messages from MDS when unmounting When unmounting all the dirty buffers will be flushed and after the last osd request is finished the last reference of the icount will be released. Then it will flush the dirty cap/sna...

5.5CVSS5.2AI score0.00237EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/03/02 9:31 p.m.17 views

CVE-2024-26621 mm: huge_memory: don't force huge page alignment on 32 bit

In the Linux kernel, the following vulnerability has been resolved: mm: hugememory: don't force huge page alignment on 32 bit commit efa7df3e3bb5 "mm: align larger anonymous mappings on THP boundaries" caused two issues 1 2 reported on 32 bit system or compat userspace. It doesn't make too much...

6.8AI score0.00277EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/03/01 10:15 p.m.35 views

CVE-2021-47076

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Return CQE error if invalid lkey was supplied RXE is missing update of WQE status in LOCALWRITE failures. This caused the following kernel panic if someone sent an atomic operation with an explicitly wrong lkey. leonro@...

5.5CVSS6.3AI score0.00228EPSS
SaveExploits0References11
Debian CVE
Debian CVE
added 2024/03/01 9:15 p.m.29 views

CVE-2021-47081

In the Linux kernel, the following vulnerability has been resolved: habanalabs/gaudi: Fix a potential use after free in gaudimemsetdevicememory Our code analyzer reported a uaf. In gaudimemsetdevicememory, cb is get via hlcbkernelcreate with 2 refcount. If hlcsallocatejob failed, the execution ru...

7.8CVSS5.8AI score0.00231EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/03/01 9:15 p.m.23 views

CVE-2021-47078 RDMA/rxe: Clear all QP fields if creation failed

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Clear all QP fields if creation failed rxeqpdocleanup relies on valid pointer values in QP for the properly created ones, but in case rxeqpfrominit failed it was filled with garbage and caused tot the following error...

7.6AI score0.00265EPSS
SaveExploits0References7
Rows per page
Query Builder