cbcvebase.

Debian Linux vulnerabilities

12,638 known vulnerabilities affecting debian/linux.

Total CVEs
12,638
CISA KEV
29
actively exploited
Public exploits
140
Exploited in wild
47
Severity breakdown
CRITICAL70HIGH2664MEDIUM6236LOW2442UNKNOWN1226

Vulnerabilities

Page 495 of 632
CVE-2025-23146P4MEDIUMCVSS 5.5fixed in linux 6.1.135-1 (bookworm)2025
CVE-2025-23146 [MEDIUM] CVE-2025-23146: linux - In the Linux kernel, the following vulnerability has been resolved: mfd: ene-kb... In the Linux kernel, the following vulnerability has been resolved: mfd: ene-kb3930: Fix a potential NULL pointer dereference The off_gpios could be NULL. Add missing check in the kb3930_probe(). This is similar to the issue fixed in commit b1ba8bcb2d1f ("backlight: hx8357: Fix potential NULL pointer dereference"). This was detected by our static analysis tool. Scop
debian
CVE-2025-21901P4LOWCVSS 5.5fixed in linux 6.12.19-1 (forky)2025
CVE-2025-21901 [MEDIUM] CVE-2025-21901: linux - In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxt_r... In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxt_re: Add sanity checks on rdev validity There is a possibility that ulp_irq_stop and ulp_irq_start callbacks will be called when the device is in detached state. This can cause a crash due to NULL pointer dereference as the rdev is already freed. Scope: local bookworm: resolved bullseye: re
debian
CVE-2024-50165P4LOWCVSS 5.5fixed in linux 6.11.6-1 (forky)2024
CVE-2024-50165 [MEDIUM] CVE-2024-50165: linux - In the Linux kernel, the following vulnerability has been resolved: bpf: Preser... In the Linux kernel, the following vulnerability has been resolved: bpf: Preserve param->string when parsing mount options In bpf_parse_param(), keep the value of param->string intact so it can be freed later. Otherwise, the kmalloc area pointed to by param->string will be leaked as shown below: unreferenced object 0xffff888118c46d20 (size 8): comm "new_name", pid 1
debian
CVE-2024-53064P4LOWCVSS 5.5fixed in linux 6.11.9-1 (forky)2024
CVE-2024-53064 [MEDIUM] CVE-2024-53064: linux - In the Linux kernel, the following vulnerability has been resolved: idpf: fix i... In the Linux kernel, the following vulnerability has been resolved: idpf: fix idpf_vc_core_init error path In an event where the platform running the device control plane is rebooted, reset is detected on the driver. It releases all the resources and waits for the reset to complete. Once the reset is done, it tries to build the resources back. At this time if the de
debian
CVE-2025-22073P4MEDIUMCVSS 5.5fixed in linux 6.1.135-1 (bookworm)2025
CVE-2025-22073 [MEDIUM] CVE-2025-22073: linux - In the Linux kernel, the following vulnerability has been resolved: spufs: fix ... In the Linux kernel, the following vulnerability has been resolved: spufs: fix a leak on spufs_new_file() failure It's called from spufs_fill_dir(), and caller of that will do spufs_rmdir() in case of failure. That does remove everything we'd managed to create, but... the problem dentry is still negative. IOW, it needs to be explicitly dropped. Scope: local bookworm
debian
CVE-2025-21941P4MEDIUMCVSS 5.5fixed in linux 6.1.133-1 (bookworm)2025
CVE-2025-21941 [MEDIUM] CVE-2025-21941: linux - In the Linux kernel, the following vulnerability has been resolved: drm/amd/dis... In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix null check for pipe_ctx->plane_state in resource_build_scaling_params Null pointer dereference issue could occur when pipe_ctx->plane_state is null. The fix adds a check to ensure 'pipe_ctx->plane_state' is not null before accessing. This prevents a null pointer dereference. Fou
debian
CVE-2024-50213P4LOWCVSS 5.5fixed in linux 6.11.7-1 (forky)2024
CVE-2024-50213 [MEDIUM] CVE-2024-50213: linux - In the Linux kernel, the following vulnerability has been resolved: drm/tests: ... In the Linux kernel, the following vulnerability has been resolved: drm/tests: hdmi: Fix memory leaks in drm_display_mode_from_cea_vic() modprobe drm_hdmi_state_helper_test and then rmmod it, the following memory leak occurs. The `mode` allocated in drm_mode_duplicate() called by drm_display_mode_from_cea_vic() is not freed, which cause the memory leak: unreferenced
debian
CVE-2024-46705P4LOWCVSS 5.5fixed in linux 6.10.7-1 (forky)2024
CVE-2024-46705 [MEDIUM] CVE-2024-46705: linux - In the Linux kernel, the following vulnerability has been resolved: drm/xe: res... In the Linux kernel, the following vulnerability has been resolved: drm/xe: reset mmio mappings with devm Set our various mmio mappings to NULL. This should make it easier to catch something rogue trying to mess with mmio after device removal. For example, we might unmap everything and then start hitting some mmio address which has already been unmamped by us and th
debian
CVE-2024-50109P4LOWCVSS 5.5fixed in linux 6.11.6-1 (forky)2024
CVE-2024-50109 [MEDIUM] CVE-2024-50109: linux - In the Linux kernel, the following vulnerability has been resolved: md/raid10: ... In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix null ptr dereference in raid10_size() In raid10_run() if raid10_set_queue_limits() succeed, the return value is set to zero, and if following procedures failed raid10_run() will return zero while mddev->private is still NULL, causing null ptr dereference in raid10_size(). Fix the prob
debian
CVE-2024-53116P4LOWCVSS 5.5fixed in linux 6.11.10-1 (forky)2024
CVE-2024-53116 [MEDIUM] CVE-2024-53116: linux - In the Linux kernel, the following vulnerability has been resolved: drm/panthor... In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix handling of partial GPU mapping of BOs This commit fixes the bug in the handling of partial mapping of the buffer objects to the GPU, which caused kernel warnings. Panthor didn't correctly handle the case where the partial mapping spanned multiple scatterlists and the mapping offset
debian
CVE-2023-2166P4MEDIUMCVSS 5.5fixed in linux 6.1.4-1 (bookworm)2023
CVE-2023-2166 [MEDIUM] CVE-2023-2166: linux - A null pointer dereference issue was found in can protocol in net/can/af_can.c i... A null pointer dereference issue was found in can protocol in net/can/af_can.c in the Linux before Linux. ml_priv may not be initialized in the receive path of CAN frames. A local user could use this flaw to crash the system or potentially cause a denial of service. Scope: local bookworm: resolved (fixed in 6.1.4-1) bullseye: resolved (fixed in 5.10.162-1) forky: reso
debian
CVE-2022-50355P4MEDIUMCVSS 5.5fixed in linux 6.0.3-1 (bookworm)2022
CVE-2022-50355 [MEDIUM] CVE-2022-50355: linux - In the Linux kernel, the following vulnerability has been resolved: staging: vt... In the Linux kernel, the following vulnerability has been resolved: staging: vt6655: fix some erroneous memory clean-up loops In some initialization functions of this driver, memory is allocated with 'i' acting as an index variable and increasing from 0. The commit in "Fixes" introduces some clean-up codes in case of allocation failure, which free memory in reverse
debian
CVE-2022-50170P4MEDIUMCVSS 5.5fixed in linux 6.0.2-1 (bookworm)2022
CVE-2022-50170 [MEDIUM] CVE-2022-50170: linux - In the Linux kernel, the following vulnerability has been resolved: kunit: exec... In the Linux kernel, the following vulnerability has been resolved: kunit: executor: Fix a memory leak on failure in kunit_filter_tests It's possible that memory allocation for 'filtered' will fail, but for the copy of the suite to succeed. In this case, the copy could be leaked. Properly free 'copy' in the error case for the allocation of 'filtered' failing. Note t
debian
CVE-2022-50011P4MEDIUMCVSS 5.5fixed in linux 5.19.6-1 (bookworm)2022
CVE-2022-50011 [MEDIUM] CVE-2022-50011: linux - In the Linux kernel, the following vulnerability has been resolved: venus: pm_h... In the Linux kernel, the following vulnerability has been resolved: venus: pm_helpers: Fix warning in OPP during probe Fix the following WARN triggered during Venus driver probe on 5.19.0-rc8-next-20220728: WARNING: CPU: 7 PID: 339 at drivers/opp/core.c:2471 dev_pm_opp_set_config+0x49c/0x610 Modules linked in: qcom_spmi_adc5 rtc_pm8xxx qcom_spmi_adc_tm5 leds_qcom_lp
debian
CVE-2025-37766P4MEDIUMCVSS 5.5fixed in linux 6.1.135-1 (bookworm)2025
CVE-2025-37766 [MEDIUM] CVE-2025-37766: linux - In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm:... In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Prevent division by zero The user can set any speed value. If speed is greater than UINT_MAX/8, division by zero is possible. Found by Linux Verification Center (linuxtesting.org) with SVACE. Scope: local bookworm: resolved (fixed in 6.1.135-1) bullseye: resolved (fixed in 5.10.237-1) fo
debian
CVE-2025-21768P4MEDIUMCVSS 5.5fixed in linux 6.12.16-1 (forky)2025
CVE-2025-21768 [MEDIUM] CVE-2025-21768: linux - In the Linux kernel, the following vulnerability has been resolved: net: ipv6: ... In the Linux kernel, the following vulnerability has been resolved: net: ipv6: fix dst ref loops in rpl, seg6 and ioam6 lwtunnels Some lwtunnels have a dst cache for post-transformation dst. If the packet destination did not change we may end up recording a reference to the lwtunnel in its own cache, and the lwtunnel state will never be freed. Discovered by the ioam
debian
CVE-2024-46684P4LOWCVSS 5.5fixed in linux 6.10.9-1 (forky)2024
CVE-2024-46684 [MEDIUM] CVE-2024-46684: linux - In the Linux kernel, the following vulnerability has been resolved: binfmt_elf_... In the Linux kernel, the following vulnerability has been resolved: binfmt_elf_fdpic: fix AUXV size calculation when ELF_HWCAP2 is defined create_elf_fdpic_tables() does not correctly account the space for the AUX vector when an architecture has ELF_HWCAP2 defined. Prior to the commit 10e29251be0e ("binfmt_elf_fdpic: fix /proc//auxv") it resulted in the last entry o
debian
CVE-2024-56621P4LOWCVSS 5.5fixed in linux 6.12.5-1 (forky)2024
CVE-2024-56621 [MEDIUM] CVE-2024-56621: linux - In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: ... In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Cancel RTC work during ufshcd_remove() Currently, RTC work is only cancelled during __ufshcd_wl_suspend(). When ufshcd is removed in ufshcd_remove(), RTC work is not cancelled. Due to this, any further trigger of the RTC work after ufshcd_remove() would result in a NULL pointer dere
debian
CVE-2025-37847P4LOWCVSS 5.5fixed in linux 6.12.25-1 (forky)2025
CVE-2025-37847 [MEDIUM] CVE-2025-37847: linux - In the Linux kernel, the following vulnerability has been resolved: accel/ivpu:... In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Fix deadlock in ivpu_ms_cleanup() Fix deadlock in ivpu_ms_cleanup() by preventing runtime resume after file_priv->ms_lock is acquired. During a failure in runtime resume, a cold boot is executed, which calls ivpu_ms_cleanup_all(). This function calls ivpu_ms_cleanup() that acquires file_
debian
CVE-2024-26948P4MEDIUMCVSS 5.5fixed in linux 6.8.9-1 (forky)2024
CVE-2024-26948 [MEDIUM] CVE-2024-26948: linux - In the Linux kernel, the following vulnerability has been resolved: drm/amd/dis... In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add a dc_state NULL check in dc_state_release [How] Check wheather state is NULL before releasing it. Scope: local bookworm: open bullseye: open forky: resolved (fixed in 6.8.9-1) sid: resolved (fixed in 6.8.9-1) trixie: resolved (fixed in 6.8.9-1)
debian
Debian Linux vulnerabilities | cvebase