CVE-2025-38135
- EPSS 0.12%
- Veröffentlicht 03.07.2025 08:35:38
- Zuletzt bearbeitet 17.12.2025 18:12:25
In the Linux kernel, the following vulnerability has been resolved: serial: Fix potential null-ptr-deref in mlb_usio_probe() devm_ioremap() can return NULL on error. Currently, mlb_usio_probe() does not check for this case, which could result in a ...
CVE-2025-38131
- EPSS 0.07%
- Veröffentlicht 03.07.2025 08:35:35
- Zuletzt bearbeitet 17.12.2025 18:12:21
In the Linux kernel, the following vulnerability has been resolved: coresight: prevent deactivate active config while enabling the config While enable active config via cscfg_csdev_enable_active_config(), active config could be deactivated via conf...
CVE-2025-38126
- EPSS 0.1%
- Veröffentlicht 03.07.2025 08:35:31
- Zuletzt bearbeitet 17.12.2025 18:12:12
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...
CVE-2025-38124
- EPSS 0.1%
- Veröffentlicht 03.07.2025 08:35:30
- Zuletzt bearbeitet 12.05.2026 13:16:43
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...
CVE-2025-38122
- EPSS 0.09%
- Veröffentlicht 03.07.2025 08:35:28
- Zuletzt bearbeitet 17.12.2025 18:11:35
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...
CVE-2025-38120
- EPSS 0.11%
- Veröffentlicht 03.07.2025 08:35:27
- Zuletzt bearbeitet 17.12.2025 18:49:29
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...
CVE-2025-38119
- EPSS 0.13%
- Veröffentlicht 03.07.2025 08:35:26
- Zuletzt bearbeitet 19.01.2026 13:16:08
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...
CVE-2025-38118
- EPSS 0.07%
- Veröffentlicht 03.07.2025 08:35:25
- Zuletzt bearbeitet 17.12.2025 18:29:15
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: ====================...
CVE-2025-38115
- EPSS 0.12%
- Veröffentlicht 03.07.2025 08:35:23
- Zuletzt bearbeitet 17.12.2025 18:13:53
In the Linux kernel, the following vulnerability has been resolved: net_sched: sch_sfq: fix a potential crash on gso_skb handling SFQ has an assumption of always being able to queue at least one packet. However, after the blamed commit, sch->q.len...
CVE-2025-38113
- EPSS 0.1%
- Veröffentlicht 03.07.2025 08:35:22
- Zuletzt bearbeitet 17.12.2025 18:28:18
In the Linux kernel, the following vulnerability has been resolved: ACPI: CPPC: Fix NULL pointer dereference when nosmp is used With nosmp in cmdline, other CPUs are not brought up, leaving their cpc_desc_ptr NULL. CPU0's iteration via for_each_pos...