CVE-2025-38147
- EPSS 0.11%
- Veröffentlicht 03.07.2025 08:35:52
- Zuletzt bearbeitet 18.12.2025 21:06:32
In the Linux kernel, the following vulnerability has been resolved: calipso: Don't call calipso functions for AF_INET sk. syzkaller reported a null-ptr-deref in txopt_get(). [0] The offset 0x70 was of struct ipv6_txoptions in struct ipv6_pinfo, so...
CVE-2025-38145
- EPSS 0.14%
- 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.14%
- 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.06%
- 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-38140
- EPSS 0.09%
- Veröffentlicht 03.07.2025 08:35:41
- Zuletzt bearbeitet 20.11.2025 20:11:16
In the Linux kernel, the following vulnerability has been resolved: dm: limit swapping tables for devices with zone write plugs dm_revalidate_zones() only allowed new or previously unzoned devices to call blk_revalidate_disk_zones(). If the device ...
CVE-2025-38138
- EPSS 0.16%
- 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.11%
- 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.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-38132
- EPSS 0.11%
- Veröffentlicht 03.07.2025 08:35:35
- Zuletzt bearbeitet 20.11.2025 20:12:12
In the Linux kernel, the following vulnerability has been resolved: coresight: holding cscfg_csdev_lock while removing cscfg from csdev There'll be possible race scenario for coresight config: CPU0 CPU1 (pe...