Lucene search
+L

836 matches found

Debian CVE
Debian CVE
added 2024/05/21 3:31 p.m.61 views

CVE-2023-52855

In the Linux kernel, the following vulnerability has been resolved: usb: dwc2: fix possible NULL pointer dereference caused by driver concurrency In dwc2hcdurbenqueue, "urb-hcpriv = NULL" is executed without holding the lock "hsotg-lock". In dwc2hcdurbdequeue: spinlockirqsave&hsotg-lock, flags;...

5.5CVSS7.2AI score0.00245EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/21 3:31 p.m.35 views

CVE-2023-52855 usb: dwc2: fix possible NULL pointer dereference caused by driver concurrency

In the Linux kernel, the following vulnerability has been resolved: usb: dwc2: fix possible NULL pointer dereference caused by driver concurrency In dwc2hcdurbenqueue, "urb-hcpriv = NULL" is executed without holding the lock "hsotg-lock". In dwc2hcdurbdequeue: spinlockirqsave&hsotg-lock, flags;...

6.6AI score0.00245EPSS
SaveExploits0References9
CVE
CVE
added 2024/05/21 3:31 p.m.157 views

CVE-2023-52847

CVE-2023-52847 (Linux kernel - media/bttv): A race between the bttv_irq_timeout timer and removal can lead to use-after-free when the timer fires after btv has been freed. The root cause is that remove() didn’t delete the timer, potentially invoking a freed btv in the timer handler. The fix is to...

7CVSS6.7AI score0.00184EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2024/05/21 3:31 p.m.34 views

CVE-2023-52847 media: bttv: fix use after free error due to btv->timeout timer

In the Linux kernel, the following vulnerability has been resolved: media: bttv: fix use after free error due to btv-timeout timer There may be some a race condition between timer function bttvirqtimeout and bttvremove. The timer is setup in probe and there is no timerdelete operation in remove...

6.4AI score0.00184EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2024/05/21 1:59 a.m.3 views

SUSE CVE-2024-35925

In the Linux kernel, the following vulnerability has been resolved: block: prevent division by zero in blkrqstatsum The expression dst-nrsamples + src-nrsamples may have zero value on overflow. It is necessary to add a check to avoid division by zero. Found by Linux Verification Center...

5.5CVSS6.6AI score0.00226EPSS
SaveExploits0References16
OSV
OSV
added 2024/05/20 10:15 a.m.4 views

DEBIAN-CVE-2024-35992

In the Linux kernel, the following vulnerability has been resolved: phy: marvell: a3700-comphy: Fix out of bounds read There is an out of bounds read access of 'gbephyinitfixfixidx.addr' every iteration after 'fixidx' reaches 'ARRAYSIZEgbephyinitfix'. Make sure 'gbephyinitaddr' is used when all...

5.5CVSS5.6AI score0.00211EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/19 9:15 a.m.2 views

DEBIAN-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.5CVSS5.6AI score0.00225EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/19 9:15 a.m.10 views

UBUNTU-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.6AI score0.00632EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2024/05/19 9:15 a.m.15 views

CVE-2024-35878

In the Linux kernel, the following vulnerability has been resolved: of: module: prevent NULL pointer dereference in vsnprintf In ofmodalias, we can get passed the str and len parameters which would cause a kernel oops in vsnprintf since it only allows passing a NULL ptr when the length is also 0...

5.3CVSS6.4AI score0.00787EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2024/05/19 8:34 a.m.31 views

CVE-2024-35878 of: module: prevent NULL pointer dereference in vsnprintf()

In the Linux kernel, the following vulnerability has been resolved: of: module: prevent NULL pointer dereference in vsnprintf In ofmodalias, we can get passed the str and len parameters which would cause a kernel oops in vsnprintf since it only allows passing a NULL ptr when the length is also 0...

6.4AI score0.00787EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/19 8:34 a.m.10 views

CVE-2024-35878 of: module: prevent NULL pointer dereference in vsnprintf()

In the Linux kernel, the following vulnerability has been resolved: of: module: prevent NULL pointer dereference in vsnprintf In ofmodalias, we can get passed the str and len parameters which would cause a kernel oops in vsnprintf since it only allows passing a NULL ptr when the length is also 0...

5.3CVSS6AI score0.00787EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/05/19 8:34 a.m.20 views

CVE-2024-35878 of: module: prevent NULL pointer dereference in vsnprintf()

In the Linux kernel, the following vulnerability has been resolved: of: module: prevent NULL pointer dereference in vsnprintf In ofmodalias, we can get passed the str and len parameters which would cause a kernel oops in vsnprintf since it only allows passing a NULL ptr when the length is also 0...

6.8AI score0.00787EPSS
SaveExploits0References3
CVE
CVE
added 2024/05/19 8:34 a.m.192 views

CVE-2024-35878

CVE-2024-35878 : The connected documentation provides concrete details—this Linux kernel vulnerability concerns a NULL pointer dereference in vsnprintf() triggered by improper handling of the str/len parameters in of_modalias(). The issue could oops when a NULL pointer is passed unless length is ...

5.3CVSS6.7AI score0.00787EPSS
SaveExploits0References3Affected Software1
RedhatCVE
RedhatCVE
added 2024/05/18 1:40 a.m.37 views

CVE-2023-52687

A flaw was found in the Linux kernel's Safexcel cryptographic driver, caused by inadequate error handling for dmamapsg calls. This issue can lead to improper handling of DMA mappings, potentially affecting cryptographic operations. Mitigation Mitigation for this issue is either not available or t...

5.5CVSS7.2AI score0.00222EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/18 1:40 a.m.19 views

CVE-2023-52685

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority for the following reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.5CVSS7.6AI score
SaveExploits0References4
NVD
NVD
added 2024/05/17 3:15 p.m.18 views

CVE-2023-52685

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

7.5AI score
SaveExploits0
NVD
NVD
added 2024/05/17 3:15 p.m.30 views

CVE-2023-52687

In the Linux kernel, the following vulnerability has been resolved: crypto: safexcel - Add error handling for dmamapsg calls Macro dmamapsg may return 0 on error. This patch enables checks in case of the macro failure and ensures unmapping of previously mapped buffers with dmaunmapsg. Found by...

5.5CVSS7.5AI score0.00222EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/17 3:15 p.m.6 views

DEBIAN-CVE-2023-52687

In the Linux kernel, the following vulnerability has been resolved: crypto: safexcel - Add error handling for dmamapsg calls Macro dmamapsg may return 0 on error. This patch enables checks in case of the macro failure and ensures unmapping of previously mapped buffers with dmaunmapsg. Found by...

5.5CVSS5.5AI score0.00222EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/05/17 3:15 p.m.44 views

CVE-2023-52685

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

6.5AI score
SaveExploits0References18
UbuntuCve
UbuntuCve
added 2024/05/17 3:15 p.m.28 views

CVE-2023-52687

In the Linux kernel, the following vulnerability has been resolved: crypto: safexcel - Add error handling for dmamapsg calls Macro dmamapsg may return 0 on error. This patch enables checks in case of the macro failure and ensures unmapping of previously mapped buffers with dmaunmapsg. Found by...

5.5CVSS6.3AI score0.00222EPSS
SaveExploits0References14
Rows per page
Query Builder