CVE-2025-38145
- EPSS 0.05%
- Veröffentlicht 03.07.2025 08:35:51
- Zuletzt bearbeitet 18.12.2025 21:24:17
In the Linux kernel, the following vulnerability has been resolved: soc: aspeed: Add NULL check in aspeed_lpc_enable_snoop() devm_kasprintf() returns NULL when memory allocation fails. Currently, aspeed_lpc_enable_snoop() does not check for this ca...
CVE-2025-38143
- EPSS 0.05%
- Veröffentlicht 03.07.2025 08:35:44
- Zuletzt bearbeitet 18.12.2025 21:24:10
In the Linux kernel, the following vulnerability has been resolved: backlight: pm8941: Add NULL check in wled_configure() devm_kasprintf() returns NULL when memory allocation fails. Currently, wled_configure() does not check for this case, which re...
CVE-2025-38142
- EPSS 0.02%
- Veröffentlicht 03.07.2025 08:35:43
- Zuletzt bearbeitet 18.12.2025 21:24:03
In the Linux kernel, the following vulnerability has been resolved: hwmon: (asus-ec-sensors) check sensor index in read_string() Prevent a potential invalid memory access when the requested sensor is not found. find_ec_sensor_index() may return a ...
CVE-2025-38138
- EPSS 0.05%
- Veröffentlicht 03.07.2025 08:35:40
- Zuletzt bearbeitet 17.12.2025 18:12:41
In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: Add NULL check in udma_probe() devm_kasprintf() returns NULL when memory allocation fails. Currently, udma_probe() does not check for this case, which results in a N...
CVE-2025-38136
- EPSS 0.04%
- Veröffentlicht 03.07.2025 08:35:39
- Zuletzt bearbeitet 17.12.2025 18:12:36
In the Linux kernel, the following vulnerability has been resolved: usb: renesas_usbhs: Reorder clock handling and power management in probe Reorder the initialization sequence in `usbhs_probe()` to enable runtime PM before accessing registers, pre...
CVE-2025-38135
- EPSS 0.04%
- 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.02%
- 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.03%
- 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.03%
- Veröffentlicht 03.07.2025 08:35:30
- Zuletzt bearbeitet 17.12.2025 18:11: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...
CVE-2025-38122
- EPSS 0.03%
- 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...