Linux

Linux

6442 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.05%
  • Veröffentlicht 05.09.2025 17:20:31
  • Zuletzt bearbeitet 03.11.2025 18:16:38

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_reject: don't leak dst refcount for loopback packets recent patches to add a WARN() when replacing skb dst entry found an old bug: WARNING: include/linux/skbuff.h:11...

  • EPSS 0.02%
  • Veröffentlicht 05.09.2025 17:20:30
  • Zuletzt bearbeitet 25.11.2025 21:51:00

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix vm_bind_ioctl double free bug If the argument check during an array bind fails, the bind_ops are freed twice as seen below. Fix this by setting bind_ops to NULL after f...

  • EPSS 0.02%
  • Veröffentlicht 04.09.2025 15:33:27
  • Zuletzt bearbeitet 25.11.2025 21:50:46

In the Linux kernel, the following vulnerability has been resolved: io_uring/net: commit partial buffers on retry Ring provided buffers are potentially only valid within the single execution context in which they were acquired. io_uring deals with ...

  • EPSS 0.04%
  • Veröffentlicht 04.09.2025 15:33:26
  • Zuletzt bearbeitet 03.11.2025 18:16:37

In the Linux kernel, the following vulnerability has been resolved: smb3: fix for slab out of bounds on mount to ksmbd With KASAN enabled, it is possible to get a slab out of bounds during mount to ksmbd due to missing check in parse_server_interfa...

  • EPSS 0.05%
  • Veröffentlicht 04.09.2025 15:33:26
  • Zuletzt bearbeitet 03.11.2025 18:16:38

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Validate UAC3 power domain descriptors, too UAC3 power domain descriptors need to be verified with its variable bLength for avoiding the unexpected OOB accesses by...

  • EPSS 0.05%
  • Veröffentlicht 04.09.2025 15:33:25
  • Zuletzt bearbeitet 03.11.2025 18:16:37

In the Linux kernel, the following vulnerability has been resolved: netlink: avoid infinite retry looping in netlink_unicast() netlink_attachskb() checks for the socket's read memory allocation constraints. Firstly, it has: rmem < READ_ONCE(sk->...

  • EPSS 0.02%
  • Veröffentlicht 04.09.2025 15:33:24
  • Zuletzt bearbeitet 25.11.2025 21:50:39

In the Linux kernel, the following vulnerability has been resolved: net: ftgmac100: fix potential NULL pointer access in ftgmac100_phy_disconnect After the call to phy_disconnect() netdev->phydev is reset to NULL. So fixed_phy_unregister() would be...

  • EPSS 0.04%
  • Veröffentlicht 04.09.2025 15:33:23
  • Zuletzt bearbeitet 03.11.2025 18:16:37

In the Linux kernel, the following vulnerability has been resolved: net: usb: asix_devices: add phy_mask for ax88772 mdio bus Without setting phy_mask for ax88772 mdio bus, current driver may create at most 32 mdio phy devices with phy address rang...

  • EPSS 0.07%
  • Veröffentlicht 04.09.2025 15:33:22
  • Zuletzt bearbeitet 03.11.2025 18:16:37

In the Linux kernel, the following vulnerability has been resolved: nfsd: handle get_client_locked() failure in nfsd4_setclientid_confirm() Lei Lu recently reported that nfsd4_setclientid_confirm() did not check the return value from get_client_loc...

  • EPSS 0.04%
  • Veröffentlicht 04.09.2025 15:33:16
  • Zuletzt bearbeitet 03.11.2025 18:16:37

In the Linux kernel, the following vulnerability has been resolved: LoongArch: BPF: Fix jump offset calculation in tailcall The extra pass of bpf_int_jit_compile() skips JIT context initialization which essentially skips offset calculation leaving ...