Lucene search
+L

3032 matches found

UbuntuCve
UbuntuCve
added 2025/05/02 4:15 p.m.11 views

CVE-2023-53138

In the Linux kernel, the following vulnerability has been resolved: net: caif: Fix use-after-free in cfusbldevicenotify syzbot reported use-after-free in cfusbldevicenotify 1. This causes a stack trace like below: BUG: KASAN: use-after-free in cfusbldevicenotify+0x7c9/0x870 net/caif/caifusb.c:138...

7.8CVSS6.1AI score0.00185EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/05/02 4:15 p.m.5 views

CVE-2023-53107

In the Linux kernel, the following vulnerability has been resolved: veth: Fix use after free in XDPREDIRECT Commit 718a18a0c8a6 "veth: Rework vethxdprcvskb in order to accept non-linear skb" introduced a bug where it tried to use pskbexpandhead if the headroom was less than XDPPACKETHEADROOM. Thi...

7.8CVSS6.4AI score0.00196EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/05/02 4:15 p.m.14 views

CVE-2023-53137

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

6.2AI score
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/05/02 4:15 p.m.8 views

CVE-2023-53073

In the Linux kernel, the following vulnerability has been resolved: perf/x86/amd/core: Always clear status for idx The variable 'status' which contains the unhandled overflow bits is not being properly masked in some cases, displaying the following warning: WARNING: CPU: 156 PID: 475601 at...

5.5CVSS6.3AI score0.00191EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/05/02 4:15 p.m.8 views

CVE-2023-53113

In the Linux kernel, the following vulnerability has been resolved: wifi: nl80211: fix NULL-ptr deref in offchan check If, e.g. in AP mode, the link was already created by userspace but not activated yet, it has a chandef but the chandef isn't valid and has no channel. Check for this and ignore...

5.5CVSS6.3AI score0.00191EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/05/02 4:15 p.m.10 views

CVE-2023-53142

In the Linux kernel, the following vulnerability has been resolved: ice: copy last block omitted in icegetmoduleeeprom icegetmoduleeeprom is broken since commit e9c9692c8a81 "ice: Reimplement module reads used by ethtool" In this refactor, icegetmoduleeeprom reads the eeprom in blocks of size 8...

7.8CVSS6.2AI score0.00209EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/05/02 4:15 p.m.8 views

CVE-2023-53055

In the Linux kernel, the following vulnerability has been resolved: fscrypt: destroy keyring after securitysbdelete fscryptdestroykeyring must be called after all potentially-encrypted inodes were evicted; otherwise it cannot safely destroy the keyring. Since inodes that are in-use by the Landloc...

5.5CVSS5.9AI score0.00193EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/05/02 4:15 p.m.6 views

CVE-2023-53087

In the Linux kernel, the following vulnerability has been resolved: drm/i915/active: Fix misuse of non-idle barriers as fence trackers Users reported oopses on list corruptions when using i915 perf with a number of concurrently running graphics applications. Root cause analysis pointed at an issu...

7.8CVSS6.1AI score0.00208EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/05/02 4:15 p.m.17 views

CVE-2023-53056

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Synchronize the IOCB count to be in order A system hang was observed with the following call trace: BUG: kernel NULL pointer dereference, address: 0000000000000000 PGD 0 P4D 0 Oops: 0000 1 PREEMPT SMP NOPTI CPU: 15...

5.5CVSS6.1AI score0.00193EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/05/02 4:15 p.m.12 views

CVE-2022-49932

In the Linux kernel, the following vulnerability has been resolved: KVM: VMX: Do all initialization before exposing /dev/kvm to userspace Call kvminit only after all setup is complete, as kvminit exposes /dev/kvm to userspace and thus allows userspace to create VMs and call other ioctls. E.g. KVM...

5.5CVSS5.9AI score0.00206EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/05/02 4:15 p.m.7 views

CVE-2023-53121

In the Linux kernel, the following vulnerability has been resolved: tcp: tcpmakesynack can be called from process context tcprtxsynack now could be called in process context as explained in 0a375c822497 "tcp: tcprtxsynack can be called from process context". tcprtxsynack might call tcpmakesynack,...

5.5CVSS6AI score0.00181EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/05/02 4:15 p.m.4 views

CVE-2023-53108

In the Linux kernel, the following vulnerability has been resolved: net/iucv: Fix size of interrupt data iucvirqdata needs to be 4 bytes larger. These bytes are not used by the iucv module, but written by the z/VM hypervisor in case a CPU is deconfigured. Reported as: BUG dma-kmalloc-64 Not...

5.5CVSS6AI score0.00194EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/05/02 4:15 p.m.10 views

CVE-2023-53119

In the Linux kernel, the following vulnerability has been resolved: nfc: pn533: initialize struct pn533outarg properly struct pn533outarg used as a temporary context for outurb is not initialized properly. Its uninitialized 'phy' field can be dereferenced in error cases inside pn533outcomplete...

5.5CVSS6AI score0.00194EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/05/02 4:15 p.m.9 views

CVE-2023-53120

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix config page DMA memory leak A fix for: DMA-API: pci 0000:83:00.0: device driver has pending DMA allocations while released from device count=1...

5.5CVSS6.3AI score0.00191EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/05/02 4:15 p.m.7 views

CVE-2023-53112

In the Linux kernel, the following vulnerability has been resolved: drm/i915/sseu: fix maxsubslices array-index-out-of-bounds access It seems that commit bc3c5e0809ae "drm/i915/sseu: Don't try to store EU mask internally in UAPI format" exposed a potential out-of-bounds access, reported by UBSAN ...

7.1CVSS6.3AI score0.00196EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/05/02 4:15 p.m.6 views

CVE-2023-53063

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

5.9AI score
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/05/02 4:15 p.m.3 views

CVE-2023-53071

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: do not run mt76unregisterdevice on unregistered hw Trying to probe a mt7921e pci card without firmware results in a successful probe where ieee80211registerhw hasn't been called. When removing the driver,...

5.5CVSS6.3AI score0.00191EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/05/02 4:15 p.m.9 views

CVE-2023-53122

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

5.9AI score
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/05/02 4:15 p.m.6 views

CVE-2023-53131

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix a server shutdown leak Fix a race where kthreadstop may prevent the threadfn from ever getting called. If that happens the svcrqst will not be cleaned up...

5.5CVSS6AI score0.0018EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/05/02 4:15 p.m.11 views

CVE-2023-53128

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix throttlegroups memory leak Add a missing kfree...

5.5CVSS6.2AI score0.00178EPSS
SaveExploits0References5
Rows per page
Query Builder