Lucene search
+L

6348 matches found

Debian CVE
Debian CVE
added 2024/07/12 12:25 p.m.17 views

CVE-2024-40929

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: check nssids before accessing the ssids In some versions of cfg80211, the ssids poinet might be a valid one even though nssids is 0. Accessing the pointer in this case will cuase an out-of-bound access. Fix th...

7.1CVSS5.5AI score0.00364EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/07/12 12:25 p.m.35 views

CVE-2024-40923 vmxnet3: disable rx data ring on dma allocation failure

In the Linux kernel, the following vulnerability has been resolved: vmxnet3: disable rx data ring on dma allocation failure When vmxnet3rqcreate fails to allocate memory for rq-dataring.base, the subsequent call to vmxnet3rqdestroyallrxdataring does not reset rq-dataring.descsize for the data rin...

6.7AI score0.00792EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/07/12 12:25 p.m.35 views

CVE-2024-40924

In the Linux kernel, the following vulnerability has been resolved: drm/i915/dpt: Make DPT object unshrinkable In some scenarios, the DPT object gets shrunk but the actual framebuffer did not and thus its still there on the DPT's vm-boundlist. Then it tries to rewrite the PTEs via a stale CPU...

7.8CVSS5.6AI score0.00296EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/07/12 12:25 p.m.16 views

CVE-2024-40922 io_uring/rsrc: don't lock while !TASK_RUNNING

In the Linux kernel, the following vulnerability has been resolved: iouring/rsrc: don't lock while !TASKRUNNING There is a report of iorsrcrefquiesce locking a mutex while not TASKRUNNING, which is due to forgetting restoring the state back after ioruntaskworksig and attempts to break out of the...

6.8AI score0.00212EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/07/12 12:25 p.m.48 views

CVE-2024-40919

In the Linux kernel, the following vulnerability has been resolved: bnxten: Adjust logging of firmware messages in case of released token in hwrmsend In case of token is released due to token-state == BNXTHWRMDEFERRED, released token set to NULL is used in log messages. This issue is expected to ...

5.5CVSS5.6AI score0.00291EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/07/12 12:25 p.m.34 views

CVE-2024-40919 bnxt_en: Adjust logging of firmware messages in case of released token in __hwrm_send()

In the Linux kernel, the following vulnerability has been resolved: bnxten: Adjust logging of firmware messages in case of released token in hwrmsend In case of token is released due to token-state == BNXTHWRMDEFERRED, released token set to NULL is used in log messages. This issue is expected to ...

6.9AI score0.00291EPSS
SaveExploits0References4
CVE
CVE
added 2024/07/12 12:25 p.m.116 views

CVE-2024-40917

CVE-2024-40917 affects the Linux kernel memory management (memblock) related to NUMA/node handling. The issue stems from memblock_validate_numa_coverage() allowing a NUMA_NO_NODE condition and memblock_alloc_range_nid() warning about MAX_NUMNODES, leading to a NULL dereference in memmap_init() wh...

5.5CVSS6.4AI score0.00267EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/07/12 12:24 p.m.66 views

CVE-2024-40916

In the Linux kernel, the following vulnerability has been resolved: drm/exynos: hdmi: report safe 640x480 mode as a fallback when no EDID found When reading EDID fails and driver reports no modes available, the DRM core adds an artificial 1024x786 mode to the connector. Unfortunately some variant...

5.5CVSS5.6AI score0.00294EPSS
SaveExploits0
CVE
CVE
added 2024/07/12 12:20 p.m.160 views

CVE-2024-40902

CVE-2024-40902: Linux kernel vulnerability in jfs xattr handling where printing an oversized xattr in hex could read past the buffer, risking kernel memory. A fix restricts the debug hex dump size in kernel logs. Public-coverage in Astra Linux and CIRCL references confirms the same vulnerability ...

7.8CVSS8.4AI score0.0032EPSS
SaveExploits1References9Affected Software1
CVE
CVE
added 2024/07/12 12:20 p.m.215 views

CVE-2024-40901

CVE-2024-40901 affects the Linux kernel SCSI MPT3SAS path. The issue is a potential out-of-bounds access from test_bit()/set_bit() on a single word, where operations can exceed word boundaries. Mitigation implemented by ensuring allocations are at least sizeof(unsigned long) to provide space for ...

7.8CVSS6.6AI score0.00308EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2024/07/12 12:20 p.m.37 views

CVE-2024-39510 cachefiles: fix slab-use-after-free in cachefiles_ondemand_daemon_read()

In the Linux kernel, the following vulnerability has been resolved: cachefiles: fix slab-use-after-free in cachefilesondemanddaemonread We got the following issue in a fuzz test of randomly issuing the restore command: ================================================================== BUG: KASAN:...

0.00284EPSS
SaveExploits0References4
OSV
OSV
added 2024/07/12 12:20 p.m.21 views

CVE-2024-39506 liquidio: Adjust a NULL pointer handling path in lio_vf_rep_copy_packet

In the Linux kernel, the following vulnerability has been resolved: liquidio: Adjust a NULL pointer handling path in liovfrepcopypacket In liovfrepcopypacket pginfo-page is compared to a NULL value, but then it is unconditionally passed to skbaddrxfrag which looks strange and could lead to null...

6AI score
SaveExploits0References12
Vulnrichment
Vulnrichment
added 2024/07/12 12:20 p.m.19 views

CVE-2024-39505 drm/komeda: check for error-valued pointer

In the Linux kernel, the following vulnerability has been resolved: drm/komeda: check for error-valued pointer komedapipelinegetstate may return an error-valued pointer, thus check the pointer for negative or null value before dereferencing...

6.9AI score0.00283EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/07/12 12:20 p.m.36 views

CVE-2024-39505 drm/komeda: check for error-valued pointer

In the Linux kernel, the following vulnerability has been resolved: drm/komeda: check for error-valued pointer komedapipelinegetstate may return an error-valued pointer, thus check the pointer for negative or null value before dereferencing...

0.00283EPSS
SaveExploits0References7
CVE
CVE
added 2024/07/12 12:20 p.m.106 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.19 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.159 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.29 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.51 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.22 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
Rows per page
Query Builder