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 570 of 632
CVE-2023-54112P4UNKNOWNfixed in linux 6.1.55-1 (bookworm)2023
CVE-2023-54112 CVE-2023-54112: linux - In the Linux kernel, the following vulnerability has been resolved: kcm: Fix me...
In the Linux kernel, the following vulnerability has been resolved: kcm: Fix memory leak in error path of kcm_sendmsg() syzbot reported a memory leak like below: BUG: memory leak unreferenced object 0xffff88810b088c00 (size 240): comm "syz-executor186", pid 5012, jiffies 4294943306 (age 13.680s) hex dump (first 32 bytes): 00 89 08 0b 81 88 ff ff 00 00 00 00 00 00 00 00 .....
debian
CVE-2025-40156P4UNKNOWNfixed in linux 6.1.158-1 (bookworm)2025
CVE-2025-40156 CVE-2025-40156: linux - In the Linux kernel, the following vulnerability has been resolved: PM / devfre...
In the Linux kernel, the following vulnerability has been resolved: PM / devfreq: mtk-cci: Fix potential error pointer dereference in probe() The drv->sram_reg pointer could be set to ERR_PTR(-EPROBE_DEFER) which would lead to a error pointer dereference. Use IS_ERR_OR_NULL() to check that the pointer is valid.
Scope: local
bookworm: resolved (fixed in 6.1.158-1)
bullseye: r
debian
CVE-2023-53754P4UNKNOWNfixed in linux 6.1.37-1 (bookworm)2023
CVE-2023-53754 CVE-2023-53754: linux - In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc:...
In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix ioremap issues in lpfc_sli4_pci_mem_setup() When if_type equals zero and pci_resource_start(pdev, PCI_64BIT_BAR4) returns false, drbl_regs_memmap_p is not remapped. This passes a NULL pointer to iounmap(), which can trigger a WARN() on certain arches. When if_type equals six and pci_resource_
debian
CVE-2025-68222P4LOWfixed in linux 6.17.10-1 (forky)2025
CVE-2025-68222 [LOW] CVE-2025-68222: linux - In the Linux kernel, the following vulnerability has been resolved: pinctrl: s3...
In the Linux kernel, the following vulnerability has been resolved: pinctrl: s32cc: fix uninitialized memory in s32_pinctrl_desc s32_pinctrl_desc is allocated with devm_kmalloc(), but not all of its fields are initialized. Notably, num_custom_params is used in pinconf_generic_parse_dt_config(), resulting in intermittent allocation errors, such as the following splat wh
debian
CVE-2023-53732P4UNKNOWNfixed in linux 6.1.82-1 (bookworm)2023
CVE-2023-53732 CVE-2023-53732: linux - In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: F...
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix NULL dereference in ni_write_inode Syzbot reports a NULL dereference in ni_write_inode. When creating a new inode, if allocation fails in mi_init function (called in mi_format_new function), mi->mrec is set to NULL. In the error path of this inode creation, mi->mrec is later dereferenced in ni_
debian
CVE-2025-40098P4LOWfixed in linux 6.17.6-1 (forky)2025
CVE-2025-40098 [LOW] CVE-2025-40098: linux - In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: ...
In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: cs35l41: Fix NULL pointer dereference in cs35l41_get_acpi_mute_state() Return value of a function acpi_evaluate_dsm() is dereferenced without checking for NULL, but it is usually checked for this function. acpi_evaluate_dsm() may return NULL, when acpi_evaluate_object() returns acpi_status o
debian
CVE-2025-39999P4LOWfixed in linux 6.16.11-1 (forky)2025
CVE-2025-39999 [LOW] CVE-2025-39999: linux - In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix...
In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix blk_mq_tags double free while nr_requests grown In the case user trigger tags grow by queue sysfs attribute nr_requests, hctx->sched_tags will be freed directly and replaced with a new allocated tags, see blk_mq_tag_update_depth(). The problem is that hctx->sched_tags is from elevator->et->
debian
CVE-2025-40162P4LOWfixed in linux 6.17.6-1 (forky)2025
CVE-2025-40162 [LOW] CVE-2025-40162: linux - In the Linux kernel, the following vulnerability has been resolved: ASoC: amd/s...
In the Linux kernel, the following vulnerability has been resolved: ASoC: amd/sdw_utils: avoid NULL deref when devm_kasprintf() fails devm_kasprintf() may return NULL on memory allocation failure, but the debug message prints cpus->dai_name before checking it. Move the dev_dbg() call after the NULL check to prevent potential NULL pointer dereference.
Scope: local
bookw
debian
CVE-2025-68295P4UNKNOWNfixed in linux 6.1.159-1 (bookworm)2025
CVE-2025-68295 CVE-2025-68295: 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 memory leak in cifs_construct_tcon() When having a multiuser mount with domain= specified and using cifscreds, cifs_set_cifscreds() will end up setting @ctx->domainname, so it needs to be freed before leaving cifs_construct_tcon(). This fixes the following memory leak reported by kmemleak: m
debian
CVE-2025-40360P4UNKNOWNfixed in linux 6.1.159-1 (bookworm)2025
CVE-2025-40360 CVE-2025-40360: linux - In the Linux kernel, the following vulnerability has been resolved: drm/sysfb: ...
In the Linux kernel, the following vulnerability has been resolved: drm/sysfb: Do not dereference NULL pointer in plane reset The plane state in __drm_gem_reset_shadow_plane() can be NULL. Do not deref that pointer, but forward NULL to the other plane-reset helpers. Clears plane->state to NULL. v2: - fix typo in commit description (Javier)
Scope: local
bookworm: resolved (fi
debian
CVE-2025-68191P4UNKNOWNfixed in linux 6.1.159-1 (bookworm)2025
CVE-2025-68191 CVE-2025-68191: linux - In the Linux kernel, the following vulnerability has been resolved: udp_tunnel:...
In the Linux kernel, the following vulnerability has been resolved: udp_tunnel: use netdev_warn() instead of netdev_WARN() netdev_WARN() uses WARN/WARN_ON to print a backtrace along with file and line information. In this case, udp_tunnel_nic_register() returning an error is just a failed operation, not a kernel bug. udp_tunnel_nic_register() can fail due to a memory allocat
debian
CVE-2022-50889P4UNKNOWNfixed in linux 6.1.4-1 (bookworm)2022
CVE-2022-50889 CVE-2022-50889: linux - In the Linux kernel, the following vulnerability has been resolved: dm integrit...
In the Linux kernel, the following vulnerability has been resolved: dm integrity: Fix UAF in dm_integrity_dtr() Dm_integrity also has the same UAF problem when dm_resume() and dm_destroy() are concurrent. Therefore, cancelling timer again in dm_integrity_dtr().
Scope: local
bookworm: resolved (fixed in 6.1.4-1)
bullseye: resolved (fixed in 5.10.178-1)
forky: resolved (fixed
debian
CVE-2025-40227P4LOWfixed in linux 6.17.6-1 (forky)2025
CVE-2025-40227 [LOW] CVE-2025-40227: linux - In the Linux kernel, the following vulnerability has been resolved: mm/damon/sy...
In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: dealloc commit test ctx always The damon_ctx for testing online DAMON parameters commit inputs is deallocated only when the test fails. This means memory is leaked for every successful online DAMON parameters commit. Fix the leak by always deallocating it.
Scope: local
bookworm: resolve
debian
CVE-2025-40229P4LOWfixed in linux 6.17.6-1 (forky)2025
CVE-2025-40229 [LOW] CVE-2025-40229: linux - In the Linux kernel, the following vulnerability has been resolved: mm/damon/co...
In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: fix potential memory leak by cleaning ops_filter in damon_destroy_scheme Currently, damon_destroy_scheme() only cleans up the filter list but leaves ops_filter untouched, which could lead to memory leaks when a scheme is destroyed. This patch ensures both filter and ops_filter are proper
debian
CVE-2025-40236P4LOWfixed in linux 6.17.6-1 (forky)2025
CVE-2025-40236 [LOW] CVE-2025-40236: linux - In the Linux kernel, the following vulnerability has been resolved: virtio-net:...
In the Linux kernel, the following vulnerability has been resolved: virtio-net: zero unused hash fields When GSO tunnel is negotiated virtio_net_hdr_tnl_from_skb() tries to initialize the tunnel metadata but forget to zero unused rxhash fields. This may leak information to another side. Fixing this by zeroing the unused hash fields.
Scope: local
bookworm: resolved
bull
debian
CVE-2025-40268P4UNKNOWNfixed in linux 6.17.9-1 (forky)2025
CVE-2025-40268 CVE-2025-40268: linux - In the Linux kernel, the following vulnerability has been resolved: cifs: clien...
In the Linux kernel, the following vulnerability has been resolved: cifs: client: fix memory leak in smb3_fs_context_parse_param The user calls fsconfig twice, but when the program exits, free() only frees ctx->source for the second fsconfig, not the first. Regarding fc->source, there is no code in the fs context related to its memory reclamation. To fix this memory leak, re
debian
CVE-2023-53787P4LOWfixed in linux 6.4.11-1 (forky)2023
CVE-2023-53787 [LOW] CVE-2023-53787: linux - In the Linux kernel, the following vulnerability has been resolved: regulator: ...
In the Linux kernel, the following vulnerability has been resolved: regulator: da9063: fix null pointer deref with partial DT config When some of the da9063 regulators do not have corresponding DT nodes a null pointer dereference occurs on boot because such regulators have no init_data causing the pointers calculated in da9063_check_xvp_constraints() to be invalid. Do
debian
CVE-2023-53801P4UNKNOWNfixed in linux 6.1.82-1 (bookworm)2023
CVE-2023-53801 CVE-2023-53801: linux - In the Linux kernel, the following vulnerability has been resolved: iommu/sprd:...
In the Linux kernel, the following vulnerability has been resolved: iommu/sprd: Release dma buffer to avoid memory leak When attaching to a domain, the driver would alloc a DMA buffer which is used to store address mapping table, and it need to be released when the IOMMU domain is freed.
Scope: local
bookworm: resolved (fixed in 6.1.82-1)
bullseye: resolved
forky: resolved (
debian
CVE-2025-40221P4LOWfixed in linux 6.17.6-1 (forky)2025
CVE-2025-40221 [LOW] CVE-2025-40221: linux - In the Linux kernel, the following vulnerability has been resolved: media: pci:...
In the Linux kernel, the following vulnerability has been resolved: media: pci: mg4b: fix uninitialized iio scan data Fix potential leak of uninitialized stack data to userspace by ensuring that the `scan` structure is zeroed before use.
Scope: local
bookworm: resolved
bullseye: resolved
forky: resolved (fixed in 6.17.6-1)
sid: resolved (fixed in 6.17.6-1)
trixie: reso
debian
CVE-2025-40289P4UNKNOWNfixed in linux 6.17.9-1 (forky)2025
CVE-2025-40289 CVE-2025-40289: linux - In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu:...
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: hide VRAM sysfs attributes on GPUs without VRAM Otherwise accessing them can cause a crash.
Scope: local
bookworm: open
bullseye: open
forky: resolved (fixed in 6.17.9-1)
sid: resolved (fixed in 6.17.9-1)
trixie: resolved (fixed in 6.12.63-1)
debian