375 matches found
CVE-2022-50653 mmc: atmel-mci: fix return value check of mmc_add_host()
In the Linux kernel, the following vulnerability has been resolved: mmc: atmel-mci: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, it will lead two issues: 1. The memory that allocated in mmcallochost is leaked. 2. In the remove path, mmcremovehos...
Linux Distros Unpatched Vulnerability : CVE-2022-50618
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - mmc: meson-gx: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, it will lead two issues: 1. The memory that...
Vulnerability of the iwl_mvm_rx_session_protect_notif() function in the drivers/net/wireless/intel/iwlwifi/mvm/time-event.c module – The Linux kernel wireless adapter driver allows a hacker to trigger a service failure.
Vulnerability of the iwlmvmrxsessionprotectnotif function in the drivers/net/wireless/intel/iwlwifi/mvm/time-event.c module – The Linux kernel’s wireless adapter support driver has a vulnerability due to incorrect checking of the return value of a function. Exploiting this vulnerability could all...
Vulnerability of the ndev_initdebugfs() function in the drivers/ntb/hw/intel/ntb_hwgen1.c module – This driver is part of the Intel Linux kernel’s support for opaque bridges, allowing a hacker to cause a service failure.
Vulnerability of the ndevinitdebugfs function in the drivers/ntb/hw/intel/ntbhwgen1.c module – The Linux kernel’s Intel support driver has a vulnerability related to incorrect checking of the return value of the function. Exploiting this vulnerability could allow an attacker to cause a system...
CVE-2025-40155
Technical details for CVE-2025-40155 are not provided in the supplied documents. The connected sources reference CVE IDs but do not specify affected products, versions, impact, or fixes. Monitor official advisories for exact details and remediation.
kernel: wifi: brcmfmac: Check the return value of of_property_read_string_index()
In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: Check the return value of ofpropertyreadstringindex Somewhen between 6.10 and 6.11 the driver started to crash on my MacBookPro14,3. The property doesn't exist and 'tmp' remains uninitialized, so we pass a random...
Unity Linux 20.1070a Security Update: kernel (UTSA-2025-989729)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-989729 advisory. In the Linux kernel, the following vulnerability has been resolved: spi: spi-fsl-qspi: check return value after calling platformgetresourcebyname It will cause...
Unity Linux 20.1070e Security Update: kernel (UTSA-2025-989461)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-989461 advisory. In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds in jfsreaddir The stbl might contain some invalid values. Adde...
vhost: vringh: Fix copy_to_iter return value check
...
vhost: vringh: Modify the return value check
...
PT-2025-44277
Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s sch qfq scheduler within the agg dequeue function net/sched/sch qfq.c. A null dereference could occur when cl-qdisc-ops-peekcl-qdisc returns NULL,...
UBUNTU-CVE-2025-40056
In the Linux kernel, the following vulnerability has been resolved: vhost: vringh: Fix copytoiter return value check The return value of copytoiter can't be negative, check whether the copied length is equal to the requested length instead of checking for negative values...
CVE-2025-40056
In the Linux kernel, the following vulnerability has been resolved: vhost: vringh: Fix copytoiter return value check The return value of copytoiter can't be negative, check whether the copied length is equal to the requested length instead of checking for negative values...
CVE-2025-40056 vhost: vringh: Fix copy_to_iter return value check
In the Linux kernel, the following vulnerability has been resolved: vhost: vringh: Fix copytoiter return value check The return value of copytoiter can't be negative, check whether the copied length is equal to the requested length instead of checking for negative values...
CVE-2025-40051 vhost: vringh: Modify the return value check
In the Linux kernel, the following vulnerability has been resolved: vhost: vringh: Modify the return value check The return value of copyfromiter and copytoiter can't be negative, check whether the copied lengths are equal...
CVE-2025-40051
In the Linux kernel, the following vulnerability has been resolved: vhost: vringh: Modify the return value check The return value of copyfromiter and copytoiter can't be negative, check whether the copied lengths are equal...
CVE-2025-40029
The CVE-2025-40029 issue affects the Linux kernel, specifically the bus: fsl-mc component. The root cause is that platform_get_resource() may return NULL on failure and was not properly checked, risking a NULL pointer dereference. The published fixes add a check of the return value and propagate ...
DEBIAN-CVE-2022-50556
In the Linux kernel, the following vulnerability has been resolved: drm: Fix potential null-ptr-deref due to drmmmodeconfiginit drmmmodeconfiginit will call drmmodecreatestandardproperties and won't check the ret value. When drmmodecreatestandardproperties failed due to alloc, property will be a...
JLSEC-2025-118 `adts_decode_extradata` in `libavformat/adtsenc.c` in FFmpeg 4.4 does not check the `init_get_bits`...
adtsdecodeextradata in libavformat/adtsenc.c in FFmpeg 4.4 does not check the initgetbits return value, which is a necessary step because the second argument to initgetbits can be crafted...
CVE-2025-39998 scsi: target: target_core_configfs: Add length check to avoid buffer overflow
In the Linux kernel, the following vulnerability has been resolved: scsi: target: targetcoreconfigfs: Add length check to avoid buffer overflow A buffer overflow arises from the usage of snprintf to write into the buffer "buf" in targetlugpmembersshow function located in...