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 523 of 632
CVE-2023-53716P4UNKNOWNfixed in linux 6.1.37-1 (bookworm)2023
CVE-2023-53716 CVE-2023-53716: linux - In the Linux kernel, the following vulnerability has been resolved: net: fix sk...
In the Linux kernel, the following vulnerability has been resolved: net: fix skb leak in __skb_tstamp_tx() Commit 50749f2dd685 ("tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp.") added a call to skb_orphan_frags_rx() to fix leaks with zerocopy skbs. But it ended up adding a leak of its own. When skb_orphan_frags_rx() fails, the function just returns, leaking
debian
CVE-2022-50643P4UNKNOWNfixed in linux 6.0.6-1 (bookworm)2022
CVE-2022-50643 CVE-2022-50643: linux - In the Linux kernel, the following vulnerability has been resolved: cifs: Fix x...
In the Linux kernel, the following vulnerability has been resolved: cifs: Fix xid leak in cifs_copy_file_range() If the file is used by swap, before return -EOPNOTSUPP, should free the xid, otherwise, the xid will be leaked.
Scope: local
bookworm: resolved (fixed in 6.0.6-1)
bullseye: resolved (fixed in 5.10.158-1)
forky: resolved (fixed in 6.0.6-1)
sid: resolved (fixed in 6
debian
CVE-2022-50558P4UNKNOWNfixed in linux 6.1.4-1 (bookworm)2022
CVE-2022-50558 CVE-2022-50558: linux - In the Linux kernel, the following vulnerability has been resolved: regmap-irq:...
In the Linux kernel, the following vulnerability has been resolved: regmap-irq: Use the new num_config_regs property in regmap_add_irq_chip_fwnode Commit faa87ce9196d ("regmap-irq: Introduce config registers for irq types") added the num_config_regs, then commit 9edd4f5aee84 ("regmap-irq: Deprecate type registers and virtual registers") suggested to replace num_type_reg with
debian
CVE-2025-40197P4UNKNOWNfixed in linux 6.1.158-1 (bookworm)2025
CVE-2025-40197 CVE-2025-40197: linux - In the Linux kernel, the following vulnerability has been resolved: media: mc: ...
In the Linux kernel, the following vulnerability has been resolved: media: mc: Clear minor number before put device The device minor should not be cleared after the device is released.
Scope: local
bookworm: resolved (fixed in 6.1.158-1)
bullseye: resolved (fixed in 5.10.247-1)
forky: resolved (fixed in 6.17.6-1)
sid: resolved (fixed in 6.17.6-1)
trixie: resolved (fixed in 6
debian
CVE-2026-23036P4LOWfixed in linux 6.18.8-1 (forky)2026
CVE-2026-23036 [LOW] CVE-2026-23036: linux - In the Linux kernel, the following vulnerability has been resolved: btrfs: rele...
In the Linux kernel, the following vulnerability has been resolved: btrfs: release path before iget_failed() in btrfs_read_locked_inode() In btrfs_read_locked_inode() if we fail to lookup the inode, we jump to the 'out' label with a path that has a read locked leaf and then we call iget_failed(). This can result in a ABBA deadlock, since iget_failed() triggers inode ev
debian
CVE-2025-40239P4LOWfixed in linux 6.17.6-1 (forky)2025
CVE-2025-40239 [LOW] CVE-2025-40239: linux - In the Linux kernel, the following vulnerability has been resolved: net: phy: m...
In the Linux kernel, the following vulnerability has been resolved: net: phy: micrel: always set shared->phydev for LAN8814 Currently, during the LAN8814 PTP probe shared->phydev is only set if PTP clock gets actually set, otherwise the function will return before setting it. This is an issue as shared->phydev is unconditionally being used when IRQ is being handled, es
debian
CVE-2023-53714P4UNKNOWNfixed in linux 6.1.52-1 (bookworm)2023
CVE-2023-53714 CVE-2023-53714: linux - In the Linux kernel, the following vulnerability has been resolved: drm/stm: lt...
In the Linux kernel, the following vulnerability has been resolved: drm/stm: ltdc: fix late dereference check In ltdc_crtc_set_crc_source(), struct drm_crtc was dereferenced in a container_of() before the pointer check. This could cause a kernel panic. Fix this smatch warning: drivers/gpu/drm/stm/ltdc.c:1124 ltdc_crtc_set_crc_source() warn: variable dereferenced before check
debian
CVE-2025-40312P4UNKNOWNfixed in linux 6.1.159-1 (bookworm)2025
CVE-2025-40312 CVE-2025-40312: linux - In the Linux kernel, the following vulnerability has been resolved: jfs: Verify...
In the Linux kernel, the following vulnerability has been resolved: jfs: Verify inode mode when loading from disk The inode mode loaded from corrupted disk can be invalid. Do like what commit 0a9e74051313 ("isofs: Verify inode mode when loading from disk") does.
Scope: local
bookworm: resolved (fixed in 6.1.159-1)
bullseye: resolved (fixed in 5.10.247-1)
forky: resolved (fix
debian
CVE-2025-40308P4UNKNOWNfixed in linux 6.1.159-1 (bookworm)2025
CVE-2025-40308 CVE-2025-40308: linux - In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ...
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: bcsp: receive data only if registered Currently, bcsp_recv() can be called even when the BCSP protocol has not been registered. This leads to a NULL pointer dereference, as shown in the following stack trace: KASAN: null-ptr-deref in range [0x0000000000000108-0x000000000000010f] RIP: 0010:bcsp_rec
debian
CVE-2025-40103P4UNKNOWNfixed in linux 6.1.158-1 (bookworm)2025
CVE-2025-40103 CVE-2025-40103: linux - In the Linux kernel, the following vulnerability has been resolved: smb: client...
In the Linux kernel, the following vulnerability has been resolved: smb: client: Fix refcount leak for cifs_sb_tlink Fix three refcount inconsistency issues related to `cifs_sb_tlink`. Comments for `cifs_sb_tlink` state that `cifs_put_tlink()` needs to be called after successful calls to `cifs_sb_tlink()`. Three calls fail to update refcount accordingly, leading to possible
debian
CVE-2025-40083P4UNKNOWNfixed in linux 6.1.159-1 (bookworm)2025
CVE-2025-40083 CVE-2025-40083: linux - In the Linux kernel, the following vulnerability has been resolved: net/sched: ...
In the Linux kernel, the following vulnerability has been resolved: net/sched: sch_qfq: Fix null-deref in agg_dequeue To prevent a potential crash in agg_dequeue (net/sched/sch_qfq.c) when cl->qdisc->ops->peek(cl->qdisc) returns NULL, we check the return value before using it, similar to the existing approach in sch_hfsc.c. To avoid code duplication, the following changes ar
debian
CVE-2023-53802P4UNKNOWNfixed in linux 6.1.20-1 (bookworm)2023
CVE-2023-53802 CVE-2023-53802: linux - In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k...
In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: htc_hst: free skb in ath9k_htc_rx_msg() if there is no callback function It is stated that ath9k_htc_rx_msg() either frees the provided skb or passes its management to another callback function. However, the skb is not freed in case there is no another callback function, and Syzkaller was able t
debian
CVE-2023-53766P4UNKNOWNfixed in linux 6.1.52-1 (bookworm)2023
CVE-2023-53766 CVE-2023-53766: linux - In the Linux kernel, the following vulnerability has been resolved: FS: JFS: Ch...
In the Linux kernel, the following vulnerability has been resolved: FS: JFS: Check for read-only mounted filesystem in txBegin This patch adds a check for read-only mounted filesystem in txBegin before starting a transaction potentially saving from NULL pointer deref.
Scope: local
bookworm: resolved (fixed in 6.1.52-1)
bullseye: resolved (fixed in 5.10.197-1)
forky: resolved
debian
CVE-2022-50634P4UNKNOWNfixed in linux 6.1.4-1 (bookworm)2022
CVE-2022-50634 CVE-2022-50634: linux - In the Linux kernel, the following vulnerability has been resolved: power: supp...
In the Linux kernel, the following vulnerability has been resolved: power: supply: cw2015: Fix potential null-ptr-deref in cw_bat_probe() cw_bat_probe() calls create_singlethread_workqueue() and not checked the ret value, which may return NULL. And a null-ptr-deref may happen: cw_bat_probe() create_singlethread_workqueue() # failed, cw_bat->wq is NULL queue_delayed_work() qu
debian
CVE-2023-54115P4UNKNOWNfixed in linux 6.1.52-1 (bookworm)2023
CVE-2023-54115 CVE-2023-54115: linux - In the Linux kernel, the following vulnerability has been resolved: pcmcia: rsr...
In the Linux kernel, the following vulnerability has been resolved: pcmcia: rsrc_nonstatic: Fix memory leak in nonstatic_release_resource_db() When nonstatic_release_resource_db() frees all resources associated with an PCMCIA socket, it forgets to free socket_data too, causing a memory leak observable with kmemleak: unreferenced object 0xc28d1000 (size 64): comm "systemd-ude
debian
CVE-2023-54010P4UNKNOWNfixed in linux 6.1.37-1 (bookworm)2023
CVE-2023-54010 CVE-2023-54010: linux - In the Linux kernel, the following vulnerability has been resolved: ACPICA: ACP...
In the Linux kernel, the following vulnerability has been resolved: ACPICA: ACPICA: check null return of ACPI_ALLOCATE_ZEROED in acpi_db_display_objects ACPICA commit 0d5f467d6a0ba852ea3aad68663cbcbd43300fd4 ACPI_ALLOCATE_ZEROED may fails, object_info might be null and will cause null pointer dereference later.
Scope: local
bookworm: resolved (fixed in 6.1.37-1)
bullseye: re
debian
CVE-2023-54087P4UNKNOWNfixed in linux 6.1.20-1 (bookworm)2023
CVE-2023-54087 CVE-2023-54087: linux - In the Linux kernel, the following vulnerability has been resolved: ubi: Fix po...
In the Linux kernel, the following vulnerability has been resolved: ubi: Fix possible null-ptr-deref in ubi_free_volume() It willl cause null-ptr-deref in the following case: uif_init() ubi_add_volume() cdev_add() -> if it fails, call kill_volumes() device_register() kill_volumes() -> if ubi_add_volume() fails call this function ubi_free_volume() cdev_del() device_unregister
debian
CVE-2025-68204P4UNKNOWNfixed in linux 6.1.159-1 (bookworm)2025
CVE-2025-68204 CVE-2025-68204: linux - In the Linux kernel, the following vulnerability has been resolved: pmdomain: a...
In the Linux kernel, the following vulnerability has been resolved: pmdomain: arm: scmi: Fix genpd leak on provider registration failure If of_genpd_add_provider_onecell() fails during probe, the previously created generic power domains are not removed, leading to a memory leak and potential kernel crash later in genpd_debug_add(). Add proper error handling to unwind the ini
debian
CVE-2025-68185P4UNKNOWNfixed in linux 6.1.159-1 (bookworm)2025
CVE-2025-68185 CVE-2025-68185: linux - In the Linux kernel, the following vulnerability has been resolved: nfs4_setup_...
In the Linux kernel, the following vulnerability has been resolved: nfs4_setup_readdir(): insufficient locking for ->d_parent->d_inode dereferencing Theoretically it's an oopsable race, but I don't believe one can manage to hit it on real hardware; might become doable on a KVM, but it still won't be easy to attack. Anyway, it's easy to deal with - since xdr_encode_hyper() is
debian
CVE-2025-68177P4UNKNOWNfixed in linux 6.1.159-1 (bookworm)2025
CVE-2025-68177 CVE-2025-68177: linux - In the Linux kernel, the following vulnerability has been resolved: cpufreq/lon...
In the Linux kernel, the following vulnerability has been resolved: cpufreq/longhaul: handle NULL policy in longhaul_exit longhaul_exit() was calling cpufreq_cpu_get(0) without checking for a NULL policy pointer. On some systems, this could lead to a NULL dereference and a kernel warning or panic. This patch adds a check using unlikely() and returns early if the policy is NU
debian