Linux

Linux Kernel

12162 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 13:08:50
  • Zuletzt bearbeitet 17.09.2025 14:18:55

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: HWS, Fix memory leak in hws_action_get_shared_stc_nic error flow When an invalid stc_type is provided, the function allocates memory for shared_stc but jumps to unlock_an...

  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 13:08:49
  • Zuletzt bearbeitet 17.09.2025 14:18:55

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix lockdep assertion on sync reset unload event Fix lockdep assertion triggered during sync reset unload event. When the sync reset flow is initiated using the devlink r...

  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 13:08:48
  • Zuletzt bearbeitet 17.09.2025 14:18:55

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: HWS, Fix memory leak in hws_pool_buddy_init error path In the error path of hws_pool_buddy_init(), the buddy allocator cleanup doesn't free the allocator structure itself...

  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 13:08:48
  • Zuletzt bearbeitet 17.09.2025 14:18:55

In the Linux kernel, the following vulnerability has been resolved: fbnic: Move phylink resume out of service_task and into open/close The fbnic driver was presenting with the following locking assert coming out of a PM resume: [ 42.208116][ T16...

  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 13:00:27
  • Zuletzt bearbeitet 17.09.2025 14:18:55

In the Linux kernel, the following vulnerability has been resolved: trace/fgraph: Fix the warning caused by missing unregister notifier This warning was triggered during testing on v6.16: notifier callback ftrace_suspend_notifier_call already regi...

  • EPSS 0.03%
  • Veröffentlicht 16.09.2025 13:00:26
  • Zuletzt bearbeitet 17.09.2025 14:18:55

In the Linux kernel, the following vulnerability has been resolved: atm: atmtcp: Prevent arbitrary write in atmtcp_recv_control(). syzbot reported the splat below. [0] When atmtcp_v_open() or atmtcp_v_close() is called via connect() or close(), at...

  • EPSS 0.04%
  • Veröffentlicht 16.09.2025 13:00:25
  • Zuletzt bearbeitet 17.09.2025 14:18:55

In the Linux kernel, the following vulnerability has been resolved: net: rose: include node references in rose_neigh refcount Current implementation maintains two separate reference counting mechanisms: the 'count' field in struct rose_neigh tracks...

  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 13:00:24
  • Zuletzt bearbeitet 17.09.2025 14:18:55

In the Linux kernel, the following vulnerability has been resolved: net: rose: convert 'use' field to refcount_t The 'use' field in struct rose_neigh is used as a reference counter but lacks atomicity. This can lead to race conditions where a rose_...

  • EPSS 0.03%
  • Veröffentlicht 16.09.2025 13:00:23
  • Zuletzt bearbeitet 17.09.2025 14:18:55

In the Linux kernel, the following vulnerability has been resolved: HID: asus: fix UAF via HID_CLAIMED_INPUT validation After hid_hw_start() is called hidinput_connect() will eventually be called to set up the device with the input layer since the ...

  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 13:00:23
  • Zuletzt bearbeitet 17.09.2025 14:18:55

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix race with concurrent opens in rename(2) Besides sending the rename request to the server, the rename process also involves closing any deferred close, waiting for ...