Lucene search
+L

4412 matches found

Positive Technologies
Positive Technologies
added 2024/06/28 12:0 a.m.17 views

PT-2024-7594

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue occurs between the system call to close the sock and hci rx work, where the former releases the sock and the latter accesses it without lock protection. This can lead to a work...

6CVSS5.5AI score0.00309EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/06/27 11:24 p.m.7 views

SUSE CVE-2024-5535

Issue summary: Calling the OpenSSL API function SSLselectnextproto with an empty supported client protocols buffer may cause a crash or memory contents to be sent to the peer. Impact summary: A buffer overread can have a range of potential consequences such as unexpected application beahviour or ...

5.9CVSS7AI score0.05582EPSS
SaveExploits1References22
SUSE CVE
SUSE CVE
added 2024/06/24 11:15 p.m.7 views

SUSE CVE-2024-38622

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add callback function pointer check before its call In dpucoreirqcallbackhandler callback function pointer is compared to NULL, but then callback function is unconditionally called by this pointer. Fix this bug by...

5.5CVSS6.7AI score0.00222EPSS
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2024/06/24 1:56 p.m.18 views

CVE-2024-32936 media: ti: j721e-csi2rx: Fix races while restarting DMA

In the Linux kernel, the following vulnerability has been resolved: media: ti: j721e-csi2rx: Fix races while restarting DMA After the frame is submitted to DMA, it may happen that the submitted list is not updated soon enough, and the DMA callback is triggered before that. This can lead to kernel...

7.8CVSS6.6AI score0.00146EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2024/06/22 3:34 a.m.9 views

SUSE CVE-2024-38611

In the Linux kernel, the following vulnerability has been resolved: media: i2c: et8ek8: Don't strip remove function when driver is builtin Using exit for the remove function results in the remove callback being discarded with CONFIGVIDEOET8EK8=y. When such a device gets unbound e.g. using sysfs o...

4.4CVSS6.4AI score0.00228EPSS
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2024/06/21 7:52 p.m.22 views

CVE-2024-38622

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add callback function pointer check before its call In dpucoreirqcallbackhandler callback function pointer is compared to NULL, but then callback function is unconditionally called by this pointer. Fix this bug by...

4.4CVSS7AI score0.00222EPSS
SaveExploits0References4
OSV
OSV
added 2024/06/21 11:15 a.m.3 views

DEBIAN-CVE-2024-38622

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add callback function pointer check before its call In dpucoreirqcallbackhandler callback function pointer is compared to NULL, but then callback function is unconditionally called by this pointer. Fix this bug by...

5.5CVSS5AI score0.00222EPSS
SaveExploits0References1
NVD
NVD
added 2024/06/21 11:15 a.m.25 views

CVE-2024-38622

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add callback function pointer check before its call In dpucoreirqcallbackhandler callback function pointer is compared to NULL, but then callback function is unconditionally called by this pointer. Fix this bug by...

5.5CVSS0.00222EPSS
SaveExploits0References3
OSV
OSV
added 2024/06/21 11:15 a.m.8 views

UBUNTU-CVE-2024-38622

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add callback function pointer check before its call In dpucoreirqcallbackhandler callback function pointer is compared to NULL, but then callback function is unconditionally called by this pointer. Fix this bug by...

5.5CVSS5.8AI score0.00222EPSS
SaveExploits0References13
UbuntuCve
UbuntuCve
added 2024/06/21 11:15 a.m.22 views

CVE-2024-38622

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add callback function pointer check before its call In dpucoreirqcallbackhandler callback function pointer is compared to NULL, but then callback function is unconditionally called by this pointer. Fix this bug by...

5.5CVSS5.8AI score0.00222EPSS
SaveExploits0References12
Cvelist
Cvelist
added 2024/06/21 10:18 a.m.58 views

CVE-2024-38622 drm/msm/dpu: Add callback function pointer check before its call

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add callback function pointer check before its call In dpucoreirqcallbackhandler callback function pointer is compared to NULL, but then callback function is unconditionally called by this pointer. Fix this bug by...

0.00222EPSS
SaveExploits0References3
CVE
CVE
added 2024/06/21 10:18 a.m.91 views

CVE-2024-38622

CVE-2024-38622 concerns a Linux kernel issue in drm/msm/dpu where dpu_core_irq_callback_handler() checks a callback pointer for NULL but then unconditionally calls it. The vulnerability arises from calling a possibly NULL function pointer, which could lead to kernel behavior disruption. The fix a...

5.5CVSS6.6AI score0.00222EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/06/21 10:18 a.m.16 views

CVE-2024-38622 drm/msm/dpu: Add callback function pointer check before its call

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add callback function pointer check before its call In dpucoreirqcallbackhandler callback function pointer is compared to NULL, but then callback function is unconditionally called by this pointer. Fix this bug by...

5.9AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/06/21 10:18 a.m.23 views

CVE-2024-38622 drm/msm/dpu: Add callback function pointer check before its call

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add callback function pointer check before its call In dpucoreirqcallbackhandler callback function pointer is compared to NULL, but then callback function is unconditionally called by this pointer. Fix this bug by...

6.9AI score0.00222EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/06/21 3:6 a.m.8 views

SUSE CVE-2024-38615

In the Linux kernel, the following vulnerability has been resolved: cpufreq: exit callback is optional The exit callback is optional and shouldn't be called without checking a valid pointer first. Also, we must clear freqtable pointer even if the exit callback isn't present...

4.4CVSS6.8AI score0.00237EPSS
SaveExploits0References14
CNNVD
CNNVD
added 2024/06/21 12:0 a.m.9 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel, which stems from the drm/msm/dpu module adding a check before calling a callback function pointer...

5.5CVSS6.5AI score0.00222EPSS
SaveExploits0References5
OSV
OSV
added 2024/06/20 3:26 p.m.15 views

CLSA-2024-1718897210 glibc: Fix of 3 CVEs

CVE-2024-33600: nscd: avoid null pointer crashes after notfound response - CVE-2024-33601: fix memory allocation issue in netgroup cache by replacing xmalloc and xrealloc functions to prevent denial of service - CVE-2024-33602: fix memory corruption in netgroup cache by ensuring all strings are...

7.4CVSS6.8AI score0.01216EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2024/06/20 11:27 a.m.40 views

CVE-2021-47613

In the Linux kernel, the following vulnerability has been resolved: i2c: virtio: fix completion handling The driver currently assumes that the notify callback is only received when the device is done with all the queued buffers. However, this is not true, since the notify callback could be called...

4.7CVSS7.5AI score0.00214EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/06/20 11:13 a.m.15 views

CVE-2022-48753 block: fix memory leak in disk_register_independent_access_ranges

In the Linux kernel, the following vulnerability has been resolved: block: fix memory leak in diskregisterindependentaccessranges kobjectinitandadd takes reference even when it fails. According to the doc of kobjectinitandadd If this function returns an error, kobjectput must be called to properl...

6.8AI score0.00179EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/06/20 11:13 a.m.45 views

CVE-2022-48721 net/smc: Forward wakeup to smc socket waitqueue after fallback

In the Linux kernel, the following vulnerability has been resolved: net/smc: Forward wakeup to smc socket waitqueue after fallback When we replace TCP with SMC and a fallback occurs, there may be some socket waitqueue entries remaining in smc socket-wq, such as eppollentries inserted by userspace...

7.8CVSS0.00231EPSS
SaveExploits0References3
Rows per page
Query Builder