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 572 of 632
CVE-2023-54181P4UNKNOWNfixed in linux 6.1.55-1 (bookworm)2023
CVE-2023-54181 CVE-2023-54181: linux - In the Linux kernel, the following vulnerability has been resolved: bpf: Fix is... In the Linux kernel, the following vulnerability has been resolved: bpf: Fix issue in verifying allow_ptr_leaks After we converted the capabilities of our networking-bpf program from cap_sys_admin to cap_net_admin+cap_bpf, our networking-bpf program failed to start. Because it failed the bpf verifier, and the error log is "R3 pointer comparison prohibited". A simple reproduc
debian
CVE-2023-54222P4UNKNOWNfixed in linux 6.1.37-1 (bookworm)2023
CVE-2023-54222 CVE-2023-54222: linux - In the Linux kernel, the following vulnerability has been resolved: hte: tegra-... In the Linux kernel, the following vulnerability has been resolved: hte: tegra-194: Fix off by one in tegra_hte_map_to_line_id() The "map_sz" is the number of elements in the "m" array so the > comparison needs to be changed to >= to prevent an out of bounds read. Scope: local bookworm: resolved (fixed in 6.1.37-1) bullseye: resolved forky: resolved (fixed in 6.3.7-1) sid: r
debian
CVE-2023-54171P4UNKNOWNfixed in linux 6.1.52-1 (bookworm)2023
CVE-2023-54171 CVE-2023-54171: linux - In the Linux kernel, the following vulnerability has been resolved: tracing: Fi... In the Linux kernel, the following vulnerability has been resolved: tracing: Fix memory leak of iter->temp when reading trace_pipe kmemleak reports: unreferenced object 0xffff88814d14e200 (size 256): comm "cat", pid 336, jiffies 4294871818 (age 779.490s) hex dump (first 32 bytes): 04 00 01 03 00 00 00 00 08 00 00 00 00 00 00 00 ................ 0c d8 c8 9b ff ff ff ff 04 5a
debian
CVE-2022-50888P4UNKNOWNfixed in linux 6.1.4-1 (bookworm)2022
CVE-2022-50888 CVE-2022-50888: linux - In the Linux kernel, the following vulnerability has been resolved: remoteproc:... In the Linux kernel, the following vulnerability has been resolved: remoteproc: qcom: q6v5: Fix potential null-ptr-deref in q6v5_wcss_init_mmio() q6v5_wcss_init_mmio() will call platform_get_resource_byname() that may fail and return NULL. devm_ioremap() will use res->start as input, which may causes null-ptr-deref. Check the ret value of platform_get_resource_byname() to av
debian
CVE-2026-23049P4UNKNOWNfixed in linux 6.1.162-1 (bookworm)2026
CVE-2026-23049 CVE-2026-23049: linux - In the Linux kernel, the following vulnerability has been resolved: drm/panel-s... In the Linux kernel, the following vulnerability has been resolved: drm/panel-simple: fix connector type for DataImage SCF0700C48GGU18 panel The connector type for the DataImage SCF0700C48GGU18 panel is missing and devm_drm_panel_bridge_add() requires connector type to be set. This leads to a warning and a backtrace in the kernel log and panel does not work: " WARNING: CPU:
debian
CVE-2026-23176P4UNKNOWNfixed in linux 6.1.164-1 (bookworm)2026
CVE-2026-23176 CVE-2026-23176: linux - In the Linux kernel, the following vulnerability has been resolved: platform/x8... In the Linux kernel, the following vulnerability has been resolved: platform/x86: toshiba_haps: Fix memory leaks in add/remove routines toshiba_haps_add() leaks the haps object allocated by it if it returns an error after allocating that object successfully. toshiba_haps_remove() does not free the object pointed to by toshiba_haps before clearing that pointer, so it becomes
debian
CVE-2023-54247P4UNKNOWNfixed in linux 6.1.112-1 (bookworm)2023
CVE-2023-54247 CVE-2023-54247: linux - In the Linux kernel, the following vulnerability has been resolved: bpf: Silenc... In the Linux kernel, the following vulnerability has been resolved: bpf: Silence a warning in btf_type_id_size() syzbot reported a warning in [1] with the following stacktrace: WARNING: CPU: 0 PID: 5005 at kernel/bpf/btf.c:1988 btf_type_id_size+0x2d9/0x9d0 kernel/bpf/btf.c:1988 ... RIP: 0010:btf_type_id_size+0x2d9/0x9d0 kernel/bpf/btf.c:1988 ... Call Trace: map_check_btf ker
debian
CVE-2022-50883P4UNKNOWNfixed in linux 6.1.4-1 (bookworm)2022
CVE-2022-50883 CVE-2022-50883: linux - In the Linux kernel, the following vulnerability has been resolved: bpf: Preven... In the Linux kernel, the following vulnerability has been resolved: bpf: Prevent decl_tag from being referenced in func_proto arg Syzkaller managed to hit another decl_tag issue: btf_func_proto_check kernel/bpf/btf.c:4506 [inline] btf_check_all_types kernel/bpf/btf.c:4734 [inline] btf_parse_type_sec+0x1175/0x1980 kernel/bpf/btf.c:4763 btf_parse kernel/bpf/btf.c:5042 [inline]
debian
CVE-2025-40066P4LOWfixed in linux 6.17.6-1 (forky)2025
CVE-2025-40066 [LOW] CVE-2025-40066: linux - In the Linux kernel, the following vulnerability has been resolved: wifi: mt76:... In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: Check phy before init msta_link in mt7996_mac_sta_add_links() In order to avoid a possible NULL pointer dereference in mt7996_mac_sta_init_link routine, move the phy pointer check before running mt7996_mac_sta_init_link() in mt7996_mac_sta_add_links routine. Scope: local bookworm: r
debian
CVE-2023-53721P4LOWfixed in linux 6.5.6-1 (forky)2023
CVE-2023-53721 [LOW] CVE-2023-53721: linux - In the Linux kernel, the following vulnerability has been resolved: wifi: ath12... In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Fix a NULL pointer dereference in ath12k_mac_op_hw_scan() In ath12k_mac_op_hw_scan(), the return value of kzalloc() is directly used in memcpy(), which may lead to a NULL pointer dereference on failure of kzalloc(). Fix this bug by adding a check of arg.extraie.ptr. Tested-on: WCN7850 hw2
debian
CVE-2023-54185P4UNKNOWNfixed in linux 6.1.52-1 (bookworm)2023
CVE-2023-54185 CVE-2023-54185: linux - In the Linux kernel, the following vulnerability has been resolved: btrfs: remo... In the Linux kernel, the following vulnerability has been resolved: btrfs: remove BUG_ON()'s in add_new_free_space() At add_new_free_space() we have these BUG_ON()'s that are there to deal with any failure to add free space to the in memory free space cache. Such failures are mostly -ENOMEM that should be very rare. However there's no need to have these BUG_ON()'s, we can ju
debian
CVE-2022-50854P4UNKNOWNfixed in linux 6.0.7-1 (bookworm)2022
CVE-2022-50854 CVE-2022-50854: linux - In the Linux kernel, the following vulnerability has been resolved: nfc: virtua... In the Linux kernel, the following vulnerability has been resolved: nfc: virtual_ncidev: Fix memory leak in virtual_nci_send() skb should be free in virtual_nci_send(), otherwise kmemleak will report memleak. Steps for reproduction (simulated in qemu): cd tools/testing/selftests/nci make ./nci_dev BUG: memory leak unreferenced object 0xffff888107588000 (size 208): comm "nci_
debian
CVE-2025-68727P4UNKNOWNfixed in linux 6.1.162-1 (bookworm)2025
CVE-2025-68727 CVE-2025-68727: linux - In the Linux kernel, the following vulnerability has been resolved: ntfs3: Fix ... In the Linux kernel, the following vulnerability has been resolved: ntfs3: Fix uninit buffer allocated by __getname() Fix uninit errors caused after buffer allocation given to 'de'; by initializing the buffer with zeroes. The fix was found by using KMSAN. Scope: local bookworm: resolved (fixed in 6.1.162-1) bullseye: resolved forky: resolved (fixed in 6.17.13-1) sid: resolve
debian
CVE-2025-68732P4UNKNOWNfixed in linux 6.1.162-1 (bookworm)2025
CVE-2025-68732 CVE-2025-68732: linux - In the Linux kernel, the following vulnerability has been resolved: gpu: host1x... In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix race in syncpt alloc/free Fix race condition between host1x_syncpt_alloc() and host1x_syncpt_put() by using kref_put_mutex() instead of kref_put() + manual mutex locking. This ensures no thread can acquire the syncpt_mutex after the refcount drops to zero but before syncpt_release acquires i
debian
CVE-2025-40260P4LOWfixed in linux 6.17.10-1 (forky)2025
CVE-2025-40260 [LOW] CVE-2025-40260: linux - In the Linux kernel, the following vulnerability has been resolved: sched_ext: ... In the Linux kernel, the following vulnerability has been resolved: sched_ext: Fix scx_enable() crash on helper kthread creation failure A crash was observed when the sched_ext selftests runner was terminated with Ctrl+\ while test 15 was running: NIP [c00000000028fa58] scx_enable.constprop.0+0x358/0x12b0 LR [c00000000028fa2c] scx_enable.constprop.0+0x32c/0x12b0 Call T
debian
CVE-2023-54313P4UNKNOWNfixed in linux 6.1.52-1 (bookworm)2023
CVE-2023-54313 CVE-2023-54313: linux - In the Linux kernel, the following vulnerability has been resolved: ovl: fix nu... In the Linux kernel, the following vulnerability has been resolved: ovl: fix null pointer dereference in ovl_get_acl_rcu() Following process: P1 P2 path_openat link_path_walk may_lookup inode_permission(rcu) ovl_permission acl_permission_check check_acl get_cached_acl_rcu ovl_get_inode_acl realinode = ovl_inode_real(ovl_inode) drop_cache __dentry_kill(ovl_dentry) iput(ovl_in
debian
CVE-2025-40267P4LOWfixed in linux 6.17.9-1 (forky)2025
CVE-2025-40267 [LOW] CVE-2025-40267: linux - In the Linux kernel, the following vulnerability has been resolved: io_uring/rw... In the Linux kernel, the following vulnerability has been resolved: io_uring/rw: ensure allocated iovec gets cleared for early failure A previous commit reused the recyling infrastructure for early cleanup, but this is not enough for the case where our internal caches have overflowed. If this happens, then the allocated iovec can get leaked if the request is also abort
debian
CVE-2025-71198P4UNKNOWNfixed in linux 6.18.8-1 (forky)2025
CVE-2025-71198 CVE-2025-71198: linux - In the Linux kernel, the following vulnerability has been resolved: iio: imu: s... In the Linux kernel, the following vulnerability has been resolved: iio: imu: st_lsm6dsx: fix iio_chan_spec for sensors without event detection The st_lsm6dsx_acc_channels array of struct iio_chan_spec has a non-NULL event_spec field, indicating support for IIO events. However, event detection is not supported for all sensors, and if userspace tries to configure acceleromete
debian
CVE-2023-54036P4UNKNOWNfixed in linux 6.1.20-1 (bookworm)2023
CVE-2023-54036 CVE-2023-54036: linux - In the Linux kernel, the following vulnerability has been resolved: wifi: rtl8x... In the Linux kernel, the following vulnerability has been resolved: wifi: rtl8xxxu: Fix memory leaks with RTL8723BU, RTL8192EU The wifi + bluetooth combo chip RTL8723BU can leak memory (especially?) when it's connected to a bluetooth audio device. The busy bluetooth traffic generates lots of C2H (card to host) messages, which are not freed correctly. To fix this, move the de
debian
CVE-2025-68744P4LOWfixed in linux 6.17.13-1 (forky)2025
CVE-2025-68744 [LOW] CVE-2025-68744: linux - In the Linux kernel, the following vulnerability has been resolved: bpf: Free s... In the Linux kernel, the following vulnerability has been resolved: bpf: Free special fields when update [lru_,]percpu_hash maps As [lru_,]percpu_hash maps support BPF_KPTR_{REF,PERCPU}, missing calls to 'bpf_obj_free_fields()' in 'pcpu_copy_value()' could cause the memory referenced by BPF_KPTR_{REF,PERCPU} fields to be held until the map gets freed. Fix this by calli
debian
Debian Linux vulnerabilities | cvebase