Linux

Linux

6776 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.04%
  • Veröffentlicht 25.07.2025 16:15:32
  • Zuletzt bearbeitet 22.12.2025 19:35:28

In the Linux kernel, the following vulnerability has been resolved: tipc: Fix use-after-free in tipc_conn_close(). syzbot reported a null-ptr-deref in tipc_conn_close() during netns dismantle. [0] tipc_topsrv_stop() iterates tipc_net(net)->topsrv-...

  • EPSS 0.04%
  • Veröffentlicht 25.07.2025 16:15:32
  • Zuletzt bearbeitet 22.12.2025 19:36:22

In the Linux kernel, the following vulnerability has been resolved: netlink: Fix wraparounds of sk->sk_rmem_alloc. Netlink has this pattern in some places if (atomic_read(&sk->sk_rmem_alloc) > sk->sk_rcvbuf) atomic_add(skb->truesize, &sk->sk_...

  • EPSS 0.04%
  • Veröffentlicht 25.07.2025 16:15:32
  • Zuletzt bearbeitet 22.12.2025 19:38:00

In the Linux kernel, the following vulnerability has been resolved: perf: Revert to requiring CAP_SYS_ADMIN for uprobes Jann reports that uprobes can be used destructively when used in the middle of an instruction. The kernel only verifies there is...

  • EPSS 0.01%
  • Veröffentlicht 25.07.2025 16:15:31
  • Zuletzt bearbeitet 19.11.2025 17:57:50

In the Linux kernel, the following vulnerability has been resolved: ALSA: ad1816a: Fix potential NULL pointer deref in snd_card_ad1816a_pnp() Use pr_warn() instead of dev_warn() when 'pdev' is NULL to avoid a potential NULL pointer dereference.

  • EPSS 0.03%
  • Veröffentlicht 25.07.2025 16:15:31
  • Zuletzt bearbeitet 22.12.2025 21:54:17

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Reject SEV{-ES} intra host migration if vCPU creation is in-flight Reject migration of SEV{-ES} state if either the source or destination VM is actively creating a vCPU, ...

  • EPSS 0.03%
  • Veröffentlicht 25.07.2025 16:15:31
  • Zuletzt bearbeitet 22.12.2025 21:49:31

In the Linux kernel, the following vulnerability has been resolved: ipmi:msghandler: Fix potential memory corruption in ipmi_create_user() The "intf" list iterator is an invalid pointer if the correct "intf->intf_num" is not found. Calling atomic_...

  • EPSS 0.04%
  • Veröffentlicht 25.07.2025 16:15:31
  • Zuletzt bearbeitet 22.12.2025 21:49:38

In the Linux kernel, the following vulnerability has been resolved: net/sched: Abort __tc_modify_qdisc if parent class does not exist Lion's patch [1] revealed an ancient bug in the qdisc API. Whenever a user creates/modifies a qdisc specifying as ...

  • EPSS 0.04%
  • Veröffentlicht 25.07.2025 16:15:31
  • Zuletzt bearbeitet 22.12.2025 21:49:45

In the Linux kernel, the following vulnerability has been resolved: atm: clip: Fix NULL pointer dereference in vcc_sendmsg() atmarpd_dev_ops does not implement the send method, which may cause crash as bellow. BUG: kernel NULL pointer dereference,...

  • EPSS 0.04%
  • Veröffentlicht 25.07.2025 16:15:31
  • Zuletzt bearbeitet 22.12.2025 21:50:30

In the Linux kernel, the following vulnerability has been resolved: atm: clip: Fix infinite recursive call of clip_push(). syzbot reported the splat below. [0] This happens if we call ioctl(ATMARP_MKIP) more than once. During the first call, clip...

  • EPSS 0.04%
  • Veröffentlicht 25.07.2025 16:15:31
  • Zuletzt bearbeitet 22.12.2025 21:50:42

In the Linux kernel, the following vulnerability has been resolved: atm: clip: Fix potential null-ptr-deref in to_atmarpd(). atmarpd is protected by RTNL since commit f3a0592b37b8 ("[ATM]: clip causes unregister hang"). However, it is not enough b...