Linux

Linux Kernel

12162 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.05%
  • Veröffentlicht 19.08.2025 17:15:34
  • Zuletzt bearbeitet 28.08.2025 15:15:53

In the Linux kernel, the following vulnerability has been resolved: pptp: ensure minimal skb length in pptp_xmit() Commit aabc6596ffb3 ("net: ppp: Add bound checking for skb data on ppp_sync_txmung") fixed ppp_sync_txmunge() We need a similar fix ...

  • EPSS 0.04%
  • Veröffentlicht 19.08.2025 17:15:34
  • Zuletzt bearbeitet 28.08.2025 15:15:53

In the Linux kernel, the following vulnerability has been resolved: powerpc/eeh: Make EEH driver device hotplug safe Multiple race conditions existed between the PCIe hotplug driver and the EEH driver, leading to a variety of kernel oopses of the s...

  • EPSS 0.05%
  • Veröffentlicht 19.08.2025 17:15:34
  • Zuletzt bearbeitet 28.08.2025 15:15:53

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid panic in f2fs_evict_inode As syzbot [1] reported as below: R10: 0000000000000100 R11: 0000000000000206 R12: 00007ffe17473450 R13: 00007f28b1c10854 R14: 00000000...

  • EPSS 0.05%
  • Veröffentlicht 19.08.2025 17:15:34
  • Zuletzt bearbeitet 28.08.2025 15:15:54

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid UAF in f2fs_sync_inode_meta() syzbot reported an UAF issue as below: [1] [2] [1] https://syzkaller.appspot.com/text?tag=CrashReport&x=16594c60580000 ==========...

  • EPSS 0.05%
  • Veröffentlicht 19.08.2025 17:15:33
  • Zuletzt bearbeitet 28.08.2025 15:15:53

In the Linux kernel, the following vulnerability has been resolved: perf/core: Exit early on perf_mmap() fail When perf_mmap() fails to allocate a buffer, it still invokes the event_mapped() callback of the related event. On X86 this might increase...

  • EPSS 0.03%
  • Veröffentlicht 19.08.2025 17:15:33
  • Zuletzt bearbeitet 20.08.2025 14:40:17

In the Linux kernel, the following vulnerability has been resolved: sunrpc: fix handling of server side tls alerts Scott Mayhew discovered a security exploit in NFS over TLS in tls_alert_recv() due to its assumption it can read data from the msg it...

  • EPSS 0.02%
  • Veröffentlicht 19.08.2025 17:15:33
  • Zuletzt bearbeitet 20.08.2025 14:40:17

In the Linux kernel, the following vulnerability has been resolved: nfsd: avoid ref leak in nfsd_open_local_fh() If two calls to nfsd_open_local_fh() race and both successfully call nfsd_file_acquire_local(), they will both get an extra reference t...

  • EPSS 0.03%
  • Veröffentlicht 19.08.2025 17:15:33
  • Zuletzt bearbeitet 20.08.2025 14:40:17

In the Linux kernel, the following vulnerability has been resolved: net/sched: mqprio: fix stack out-of-bounds write in tc entry parsing TCA_MQPRIO_TC_ENTRY_INDEX is validated using NLA_POLICY_MAX(NLA_U32, TC_QOPT_MAX_QUEUE), which allows the value...

  • EPSS 0.05%
  • Veröffentlicht 19.08.2025 17:15:33
  • Zuletzt bearbeitet 28.08.2025 15:15:53

In the Linux kernel, the following vulnerability has been resolved: benet: fix BUG when creating VFs benet crashes as soon as SRIOV VFs are created: kernel BUG at mm/vmalloc.c:3457! Oops: invalid opcode: 0000 [#1] SMP KASAN NOPTI CPU: 4 UID: 0 ...

  • EPSS 0.02%
  • Veröffentlicht 19.08.2025 17:15:33
  • Zuletzt bearbeitet 20.08.2025 14:40:17

In the Linux kernel, the following vulnerability has been resolved: eth: fbnic: unlink NAPIs from queues on error to open CI hit a UaF in fbnic in the AF_XDP portion of the queues.py test. The UaF is in the __sk_mark_napi_id_once() call in xsk_bind...