Lucene search
+L

6305 matches found

CVE
CVE
added 2024/05/19 10:10 a.m.147 views

CVE-2024-35918

CVE-2024-35918 is rejected by its CVE Numbering Authority and is not an active vulnerability entry.

6.7AI score
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/19 10:10 a.m.20 views

CVE-2024-35918

Removed by vendor...

7.3AI score
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/19 10:10 a.m.30 views

CVE-2023-52699

In the Linux kernel, the following vulnerability has been resolved: sysv: don't call sbbread with pointerslock held syzbot is reporting sleep in atomic context in SysV filesystem 1, for sbbread is called with rwspinlock held. A "writelock&pointerslock = readlock&pointerslock deadlock" bug and a...

5.3CVSS7.2AI score0.00966EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/19 10:10 a.m.16 views

CVE-2023-52699 sysv: don't call sb_bread() with pointers_lock held

In the Linux kernel, the following vulnerability has been resolved: sysv: don't call sbbread with pointerslock held syzbot is reporting sleep in atomic context in SysV filesystem 1, for sbbread is called with rwspinlock held. A "writelock&pointerslock = readlock&pointerslock deadlock" bug and a...

6.8AI score0.00966EPSS
SaveExploits0References8
NVD
NVD
added 2024/05/19 9:15 a.m.10 views

CVE-2024-35908

In the Linux kernel, the following vulnerability has been resolved: tls: get psock ref after taking rxlock to avoid leak At the start of tlsswrecvmsg, we take a reference on the psock, and then call tlsrxreaderlock. If that fails, we return directly without releasing the reference. Instead of...

5.5CVSS6.4AI score0.0021EPSS
SaveExploits0References4
NVD
NVD
added 2024/05/19 9:15 a.m.22 views

CVE-2024-35891

In the Linux kernel, the following vulnerability has been resolved: net: phy: micrel: Fix potential null pointer dereference In lan8814getsigrx and lan8814getsigtx ptpparseheader may return NULL as ptpheader due to abnormal packet type or corrupted packet. Fix this bug by adding ptpheader check...

5.5CVSS6.5AI score0.00225EPSS
SaveExploits0References4
NVD
NVD
added 2024/05/19 9:15 a.m.13 views

CVE-2024-35897

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: discard table flag update with pending basechain deletion Hook unregistration is deferred to the commit phase, same occurs with hook updates triggered by the table dormant flag. When both commands are combine...

5.5CVSS6.6AI score0.00239EPSS
SaveExploits0References10
NVD
NVD
added 2024/05/19 9:15 a.m.24 views

CVE-2024-35874

In the Linux kernel, the following vulnerability has been resolved: aio: Fix null ptr deref in aiocomplete wakeup listdelinitcareful needs to be the last access to the wait queue entry - it effectively unlocks access. Previously, finishwait would see the empty list head and skip taking the lock,...

5.5CVSS7.4AI score0.00193EPSS
SaveExploits0References2
NVD
NVD
added 2024/05/19 9:15 a.m.15 views

CVE-2024-35864

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential UAF in smb2isvalidleasebreak Skip sessions that are being teared down status == SESEXITING to avoid UAF...

7.8CVSS6.5AI score0.0024EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/05/19 9:15 a.m.49 views

CVE-2024-35860

In the Linux kernel, the following vulnerability has been resolved: bpf: support deferring bpflink dealloc to after RCU grace period BPF link for some program types is passed as a "context" which can be used by those BPF programs to look up additional information. E.g., for multi-kprobes and...

5.5CVSS5.9AI score0.00225EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/05/19 9:15 a.m.15 views

CVE-2024-35881

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

5.9AI score
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/05/19 9:15 a.m.30 views

CVE-2024-35909

In the Linux kernel, the following vulnerability has been resolved: net: wwan: t7xx: Split 64bit accesses to fix alignment issues Some of the registers are aligned on a 32bit boundary, causing alignment faults on 64bit platforms. Unable to handle kernel paging request at virtual address...

5.5CVSS6.3AI score0.0021EPSS
SaveExploits0References10
Debian CVE
Debian CVE
added 2024/05/19 8:35 a.m.22 views

CVE-2024-35917

In the Linux kernel, the following vulnerability has been resolved: s390/bpf: Fix bpfplt pointer arithmetic Kui-Feng Lee reported a crash on s390x triggered by the dummystops/dummyinitptrarg test 1: 0x2 bpfstructopstestrun+0x156/0x250 sysbpf+0xa1a/0xd00 s390xsysbpf+0x44/0x50 dosyscall+0x244/0x300...

5.5CVSS7.2AI score0.0021EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/19 8:35 a.m.46 views

CVE-2024-35916

In the Linux kernel, the following vulnerability has been resolved: dma-buf: Fix NULL pointer dereference in sanitycheck If due to a memory allocation failure mockchain returns NULL, it is passed to dmafenceenableswsignaling resulting in NULL pointer dereference there. Call...

5.3CVSS6.9AI score0.00632EPSS
SaveExploits0
OSV
OSV
added 2024/05/19 8:35 a.m.12 views

CVE-2024-35916 dma-buf: Fix NULL pointer dereference in sanitycheck()

In the Linux kernel, the following vulnerability has been resolved: dma-buf: Fix NULL pointer dereference in sanitycheck If due to a memory allocation failure mockchain returns NULL, it is passed to dmafenceenableswsignaling resulting in NULL pointer dereference there. Call...

5.3CVSS6AI score0.00632EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/05/19 8:35 a.m.52 views

CVE-2024-35915

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: Fix uninit-value in ncidevup and ncintfpacket syzbot reported the following uninit-value access issue 12: ncirxwork parses and processes received packet. When the payload length is zero, each message type handler reads...

5.5CVSS7.3AI score0.00221EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/19 8:35 a.m.32 views

CVE-2024-35915 nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packet

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: Fix uninit-value in ncidevup and ncintfpacket syzbot reported the following uninit-value access issue 12: ncirxwork parses and processes received packet. When the payload length is zero, each message type handler reads...

6.4AI score0.00221EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/05/19 8:35 a.m.19 views

CVE-2024-35913

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: pick the version of SESSIONPROTECTIONNOTIF When we want to know whether we should look for the macid or the linkid in struct iwlmvmsessionprotnotif, we should look at the version of SESSIONPROTECTIONNOTIF. Thi...

5.5CVSS7.1AI score0.00179EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/19 8:35 a.m.26 views

CVE-2024-35912

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: rfi: fix potential response leaks If the rx payload length check fails, or if kmemdup fails, we still need to free the command response. Fix that...

5.5CVSS7.6AI score0.0021EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/19 8:35 a.m.47 views

CVE-2024-35911

In the Linux kernel, the following vulnerability has been resolved: ice: fix memory corruption bug with suspend and rebuild The ice driver would previously panic after suspend. This is caused from the driver only calling the icevsifreeqvectors function by itself, when it is suspending. Since comm...

7.8CVSS7.1AI score0.00222EPSS
SaveExploits0
Rows per page
Query Builder