Debian

Debian 14 (forky)

13671 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 01.05.2026 14:15:41
  • Zuletzt bearbeitet 08.05.2026 13:52:16

In the Linux kernel, the following vulnerability has been resolved: btrfs: reject root items with drop_progress and zero drop_level [BUG] When recovering relocation at mount time, merge_reloc_root() and btrfs_drop_snapshot() both use BUG_ON(level =...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2026 14:15:40
  • Zuletzt bearbeitet 08.05.2026 18:58:08

In the Linux kernel, the following vulnerability has been resolved: crypto: caam - fix DMA corruption on long hmac keys When a key longer than block size is supplied, it is copied and then hashed into the real key. The memory allocated for the cop...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2026 14:15:40
  • Zuletzt bearbeitet 08.05.2026 14:04:13

In the Linux kernel, the following vulnerability has been resolved: mshv: Fix error handling in mshv_region_pin The current error handling has two issues: First, pin_user_pages_fast() can return a short pin count (less than requested but greater t...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2026 14:15:39
  • Zuletzt bearbeitet 08.05.2026 18:57:17

In the Linux kernel, the following vulnerability has been resolved: crypto: af-alg - fix NULL pointer dereference in scatterwalk The AF_ALG interface fails to unmark the end of a Scatter/Gather List (SGL) when chaining a new af_alg_tsgl structure. ...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2026 14:15:38
  • Zuletzt bearbeitet 08.05.2026 18:54:39

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: replace qrtr_tx_flow radix_tree with xarray to fix memory leak __radix_tree_create() allocates and links intermediate nodes into the tree one by one. If a subsequent all...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2026 14:15:38
  • Zuletzt bearbeitet 08.05.2026 18:55:44

In the Linux kernel, the following vulnerability has been resolved: mpls: add seqcount to protect the platform_label{,s} pair The RCU-protected codepaths (mpls_forward, mpls_dump_routes) can have an inconsistent view of platform_labels vs platform_...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2026 14:15:37
  • Zuletzt bearbeitet 08.05.2026 18:53:20

In the Linux kernel, the following vulnerability has been resolved: net: ipv6: ndisc: fix ndisc_ra_useropt to initialize nduseropt_padX fields to zero to prevent an info-leak When processing Router Advertisements with user options the kernel builds...

  • EPSS 0.06%
  • Veröffentlicht 01.05.2026 14:15:36
  • Zuletzt bearbeitet 08.05.2026 18:48:10

In the Linux kernel, the following vulnerability has been resolved: net: ti: icssg-prueth: fix missing data copy and wrong recycle in ZC RX dispatch emac_dispatch_skb_zc() allocates a new skb via napi_alloc_skb() but never copies the packet data fr...

  • EPSS 0.11%
  • Veröffentlicht 01.05.2026 14:15:35
  • Zuletzt bearbeitet 04.05.2026 18:26:53

In the Linux kernel, the following vulnerability has been resolved: ip6_tunnel: clear skb2->cb[] in ip4ip6_err() Oskar Kjos reported the following problem. ip4ip6_err() calls icmp_send() on a cloned skb whose cb[] was written by the IPv6 receive p...

  • EPSS 0.07%
  • Veröffentlicht 01.05.2026 14:15:35
  • Zuletzt bearbeitet 08.05.2026 18:47:20

In the Linux kernel, the following vulnerability has been resolved: ipv6: icmp: clear skb2->cb[] in ip6_err_gen_icmpv6_unreach() Sashiko AI-review observed: In ip6_err_gen_icmpv6_unreach(), the skb is an outer IPv4 ICMP error packet where its ...