Linux

Linux Kernel

12164 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Published 03.07.2025 08:35:31
  • Last modified 03.07.2025 15:13:53

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: make sure that ptp_rate is not 0 before configuring EST If the ptp_rate recorded earlier in the driver happens to be 0, this bogus value will propagate up to EST confi...

  • EPSS 0.03%
  • Published 03.07.2025 08:35:31
  • Last modified 03.07.2025 15:13:53

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: make sure that ptp_rate is not 0 before configuring timestamping The stmmac platform drivers that do not open-code the clk_ptp_rate value after having retrieved the de...

  • EPSS 0.03%
  • Published 03.07.2025 08:35:30
  • Last modified 03.07.2025 15:13:53

In the Linux kernel, the following vulnerability has been resolved: net: fix udp gso skb_segment after pull from frag_list Commit a1e40ac5b5e9 ("net: gso: fix udp gso fraglist segmentation after pull from frag_list") detected invalid geometry in fr...

  • EPSS 0.03%
  • Published 03.07.2025 08:35:29
  • Last modified 03.07.2025 15:13:53

In the Linux kernel, the following vulnerability has been resolved: net: wwan: t7xx: Fix napi rx poll issue When driver handles the napi rx polling requests, the netdev might have been released by the dellink logic triggered by the disconnect opera...

  • EPSS 0.04%
  • Published 03.07.2025 08:35:28
  • Last modified 03.07.2025 15:13:53

In the Linux kernel, the following vulnerability has been resolved: gve: add missing NULL check for gve_alloc_pending_packet() in TX DQO gve_alloc_pending_packet() can return NULL, but gve_tx_add_skb_dqo() did not check for this case before derefer...

  • EPSS 0.04%
  • Published 03.07.2025 08:35:27
  • Last modified 03.07.2025 15:13:53

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_set_pipapo_avx2: fix initial map fill If the first field doesn't cover the entire start map, then we must zero out the remainder, else we leak those bits into the nex...

  • EPSS 0.03%
  • Published 03.07.2025 08:35:27
  • Last modified 03.07.2025 15:13:53

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mld: avoid panic on init failure In case of an error during init, in_hw_restart will be set, but it will never get cleared. Instead, we will retry to init again, and...

  • EPSS 0.04%
  • Published 03.07.2025 08:35:26
  • Last modified 03.07.2025 15:13:53

In the Linux kernel, the following vulnerability has been resolved: scsi: core: ufs: Fix a hang in the error handler ufshcd_err_handling_prepare() calls ufshcd_rpm_get_sync(). The latter function can only succeed if UFSHCD_EH_IN_PROGRESS is not set...

  • EPSS 0.03%
  • Published 03.07.2025 08:35:25
  • Last modified 03.07.2025 15:13:53

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Protect mgmt_pending list with its own lock This uses a mutex to protect from concurrent access of mgmt_pending list which can cause crashes like: ===============...

  • EPSS 0.03%
  • Published 03.07.2025 08:35:25
  • Last modified 03.07.2025 15:13:53

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Fix UAF on mgmt_remove_adv_monitor_complete This reworks MGMT_OP_REMOVE_ADV_MONITOR to not use mgmt_pending_add to avoid crashes like bellow: ====================...