Lucene search
+L

6526 matches found

Prion
Prion
added 2024/03/02 10:15 p.m.24 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: x86/srso: Fix SBPB enablement for specrstackoverflow=off If the user has requested no SRSO mitigation, other mitigations can use the lighter-weight SBPB instead of IBPB...

7.5AI score
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/03/02 10:15 p.m.28 views

CVE-2022-48627

In the Linux kernel, the following vulnerability has been resolved: vt: fix memory overlapping when deleting chars in the buffer A memory overlapping copy occurs when deleting a long line. This memory overlapping copy can cause data corruption when scrmemcpyw is optimized to memcpy because memcpy...

5.5CVSS6.5AI score0.00278EPSS
SaveExploits0References7
Prion
Prion
added 2024/03/02 10:15 p.m.23 views

Buffer overflow

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: fix memleak when more than 255 elements expired When more than 255 elements expired we're supposed to switch to a new gc container structure. This never happens: u8 type will wrap before reaching the boundary...

7.3AI score0.00255EPSS
SaveExploits0References2
Prion
Prion
added 2024/03/02 10:15 p.m.36 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: net: fix possible store tearing in neighperiodicwork While looking at a related syzbot report involving neighperiodicwork, I found that I forgot to add an annotation when deleting an RCU protected item from a list. Readers use...

7.3AI score0.00332EPSS
SaveExploits0References6
Prion
Prion
added 2024/03/02 10:15 p.m.18 views

Null pointer dereference

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

7.4AI score0.00226EPSS
SaveExploits0References6
Prion
Prion
added 2024/03/02 10:15 p.m.27 views

Spoofing

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

7AI score0.00237EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/03/02 10:15 p.m.24 views

CVE-2023-52563

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

5.5CVSS5.8AI score0.00222EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/03/02 10:15 p.m.32 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.8CVSS6.2AI score0.00185EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2024/03/02 10:15 p.m.29 views

CVE-2024-26621

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

8.2CVSS5.9AI score0.01006EPSS
SaveExploits0References4
Prion
Prion
added 2024/03/02 10:15 p.m.27 views

Spoofing

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

7.2AI score0.01006EPSS
SaveExploits0References3
Prion
Prion
added 2024/03/02 10:15 p.m.31 views

Design/Logic Flaw

In the Linux kernel, the following vulnerability has been resolved: mm/damon/vaddr-test: fix memory leak in damondotestapplythreeregions When CONFIGDAMONVADDRKUNITTEST=y and making CONFIGDEBUGKMEMLEAK=y and CONFIGDEBUGKMEMLEAKAUTOSCAN=y, the below memory leak is detected. Since commit 9f86d624292...

7.3AI score0.00253EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/03/02 9:59 p.m.34 views

CVE-2023-52578 net: bridge: use DEV_STATS_INC()

In the Linux kernel, the following vulnerability has been resolved: net: bridge: use DEVSTATSINC syzbot/KCSAN reported data-races in brhandleframefinish 1 This function can run from multiple cpus without mutual exclusion. Adopt SMP safe DEVSTATSINC to update dev-stats fields. Handles updates to...

6.7AI score0.0019EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/03/02 9:59 p.m.30 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.00221EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/03/02 9:59 p.m.19 views

CVE-2023-52576 x86/mm, kexec, ima: Use memblock_free_late() from ima_free_kexec_buffer()

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

6.7AI score0.00221EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/03/02 9:59 p.m.55 views

CVE-2023-52575

Removed by vendor...

7.1AI score
SaveExploits0
Debian CVE
Debian CVE
added 2024/03/02 9:59 p.m.18 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.73 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.43 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.00224EPSS
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.50 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
Rows per page
Query Builder