Lucene search
+L

7281 matches found

CVE
CVE
•added 2024/07/12 12:20 p.m.•120 views

CVE-2024-39504

The CVE-2024-39504 entry corresponds to a Linux kernel netfilter issue in nft_inner, where mandatory netlink attributes for payload/meta expressions were not validated when embedded from the inner expression. This could lead to a NULL pointer dereference from userspace. A MiracleLinux AXSA adviso...

5.5CVSS7.1AI score0.00272EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
•added 2024/07/12 12:20 p.m.•21 views

CVE-2024-39504

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftinner: validate mandatory meta and payload Check for mandatory netlink attributes in payload and meta expression when used embedded from the inner expression, otherwise NULL pointer dereference is possible from...

5.5CVSS5.5AI score0.00272EPSS
SaveExploits0
CVE
CVE
•added 2024/07/12 12:20 p.m.•177 views

CVE-2024-39500

CVE-2024-39500 affects the Linux kernel sock_map subsystem. The race occurs between sock_map_close and sk_psock_put when psock refcount reaches 0 but psock_drop may not have finished; the close callback could still point to sock_map_close with psock NULL, triggering a WARN_ON_ONCE. The documented...

7.8CVSS6.5AI score0.00221EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
•added 2024/07/12 12:20 p.m.•33 views

CVE-2024-39500 sock_map: avoid race between sock_map_close and sk_psock_put

In the Linux kernel, the following vulnerability has been resolved: sockmap: avoid race between sockmapclose and skpsockput skpsockget will return NULL if the refcount of psock has gone to 0, which will happen when the last call of skpsockput is done. However, skpsockdrop may not have finished ye...

7.8CVSS0.00221EPSS
SaveExploits0References5
Debian CVE
Debian CVE
•added 2024/07/12 12:20 p.m.•54 views

CVE-2024-39498

In the Linux kernel, the following vulnerability has been resolved: drm/mst: Fix NULL pointer dereference at drmdpaddpayloadpart2 Why Commit: - commit 5aa1dfcdf0a4 "drm/mst: Refactor the flow for payload allocation/removement" accidently overwrite the commit - commit 54d217406afe "drm: use mgr-de...

5.5CVSS5.5AI score0.00238EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2024/07/12 12:20 p.m.•27 views

CVE-2024-39497

In the Linux kernel, the following vulnerability has been resolved: drm/shmem-helper: Fix BUGON on mmapPROTWRITE, MAPPRIVATE Lack of check for copy-on-write COW mapping in drmgemshmemmmap allows users to call mmap with PROTWRITE and MAPPRIVATE flag causing a kernel panic due to BUGON in...

5.5CVSS5.6AI score0.00277EPSS
SaveExploits0
CVE
CVE
•added 2024/07/12 12:20 p.m.•207 views

CVE-2024-39497

CVE-2024-39497: In the Linux kernel, drm/shmem-helper fix for a BUG_ON() triggered by mmap(PROT_WRITE, MAP_PRIVATE) in drm_gem_shmem_mmap. The issue arose from a missing check for copy-on-write (COW) mappings, which could lead to a kernel panic at vmf_insert_pfn_prot when a VMA has VM_PFNMAP and ...

5.5CVSS6.4AI score0.00277EPSS
SaveExploits0References8Affected Software1
CVE
CVE
•added 2024/07/10 7:54 p.m.•113 views

CVE-2024-39693

CVE-2024-39693 is a DoS in Next.js (React framework) that can crash the server, affecting availability. The issue affects Next.js versions prior to 13.5 and is resolved in 13.5 and later. Connected sources consistently describe a DoS condition without detailing exploit vectors or specific vulnera...

7.5CVSS7.5AI score0.0049EPSS
SaveExploits0References1Affected Software1
UbuntuCve
UbuntuCve
•added 2024/07/10 8:15 a.m.•28 views

CVE-2024-39488

In the Linux kernel, the following vulnerability has been resolved: arm64: asm-bug: Add .align 2 to the end of BUGENTRY When CONFIGDEBUGBUGVERBOSE=n, we fail to add necessary padding bytes to bugtable entries, and as a result the last entry in a bug table will be ignored, potentially leading to a...

5.5CVSS6.3AI score0.00237EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
•added 2024/07/10 8:15 a.m.•18 views

CVE-2024-39491

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: cs35l56: Fix lifetime of csdsp instance The csdsp instance is initialized in the driver probe so it should be freed in the driver remove. Also fix a missing call to csdspremove in the error path of cs35l56hdacommonprob...

5.5CVSS6.3AI score0.00211EPSS
SaveExploits0References12
Cvelist
Cvelist
•added 2024/07/10 7:18 a.m.•56 views

CVE-2024-39493 crypto: qat - Fix ADF_DEV_RESET_SYNC memory leak

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - Fix ADFDEVRESETSYNC memory leak Using completiondone to determine whether the caller has gone away only works after a complete call. Furthermore it's still possible that the caller has not yet called...

0.00239EPSS
SaveExploits0References8
Debian CVE
Debian CVE
•added 2024/07/10 7:18 a.m.•63 views

CVE-2024-39493

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - Fix ADFDEVRESETSYNC memory leak Using completiondone to determine whether the caller has gone away only works after a complete call. Furthermore it's still possible that the caller has not yet called...

5.5CVSS5.5AI score0.00239EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2024/07/10 7:14 a.m.•47 views

CVE-2024-39491

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: cs35l56: Fix lifetime of csdsp instance The csdsp instance is initialized in the driver probe so it should be freed in the driver remove. Also fix a missing call to csdspremove in the error path of cs35l56hdacommonprob...

5.5CVSS5.7AI score0.00211EPSS
SaveExploits0
Cvelist
Cvelist
•added 2024/07/10 7:14 a.m.•56 views

CVE-2024-39488 arm64: asm-bug: Add .align 2 to the end of __BUG_ENTRY

In the Linux kernel, the following vulnerability has been resolved: arm64: asm-bug: Add .align 2 to the end of BUGENTRY When CONFIGDEBUGBUGVERBOSE=n, we fail to add necessary padding bytes to bugtable entries, and as a result the last entry in a bug table will be ignored, potentially leading to a...

0.00237EPSS
SaveExploits0References8
Debian CVE
Debian CVE
•added 2024/07/10 7:14 a.m.•19 views

CVE-2024-39488

In the Linux kernel, the following vulnerability has been resolved: arm64: asm-bug: Add .align 2 to the end of BUGENTRY When CONFIGDEBUGBUGVERBOSE=n, we fail to add necessary padding bytes to bugtable entries, and as a result the last entry in a bug table will be ignored, potentially leading to a...

5.5CVSS6.1AI score0.00237EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2024/07/10 7:14 a.m.•35 views

CVE-2024-39489

In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: fix memleak in seg6hmacinitalgo seg6hmacinitalgo returns without cleaning up the previous allocations if one fails, so it's going to leak all that memory and the crypto tfms. Update seg6hmacexit to only free the memory...

5.5CVSS6.2AI score0.00239EPSS
SaveExploits0
Microsoft KB
Microsoft KB
•added 2024/07/09 7:00 a.m.•61 views

Service Update 1.28 for Microsoft Dynamics CRM (on-premises) 9.1

None None...

7.3CVSS7.1AI score0.01373EPSS
SaveExploits0
RedHat Linux
RedHat Linux
•added 2024/07/08 2:12 p.m.•41 views

Moderate: Red Hat Security Advisory: Red Hat build of Quarkus 3.8.5 release and security update

An update is now available for Red Hat build of Quarkus. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability. For more information...

7.5CVSS6.7AI score0.011EPSS
SaveExploits1References76
NVD
NVD
•added 2024/07/06 10:15 a.m.•27 views

CVE-2024-39486

In the Linux kernel, the following vulnerability has been resolved: drm/drmfile: Fix pid refcounting race , Maxime Ripard , Thomas Zimmermann filp-pid is supposed to be a refcounted pointer; however, before this patch, drmfileupdatepid only increments the refcount of a struct pid after storing a...

7.8CVSS0.00229EPSS
SaveExploits3References3
Debian CVE
Debian CVE
•added 2024/07/06 9:25 a.m.•17 views

CVE-2024-39486

In the Linux kernel, the following vulnerability has been resolved: drm/drmfile: Fix pid refcounting race , Maxime Ripard , Thomas Zimmermann filp-pid is supposed to be a refcounted pointer; however, before this patch, drmfileupdatepid only increments the refcount of a struct pid after storing a...

7.8CVSS6.2AI score0.00229EPSS
SaveExploits3
Rows per page
Query Builder