CVE-2026-23374
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:27:55
- Zuletzt bearbeitet 27.04.2026 14:16:30
In the Linux kernel, the following vulnerability has been resolved: blktrace: fix __this_cpu_read/write in preemptible context tracing_record_cmdline() internally uses __this_cpu_read() and __this_cpu_write() on the per-CPU variable trace_cmdline_s...
CVE-2026-23375
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:27:55
- Zuletzt bearbeitet 24.04.2026 16:31:31
In the Linux kernel, the following vulnerability has been resolved: mm: thp: deny THP for files on anonymous inodes file_thp_enabled() incorrectly allows THP for files on anonymous inodes (e.g. guest_memfd and secretmem). These files are created vi...
CVE-2026-23373
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:27:54
- Zuletzt bearbeitet 24.04.2026 16:35:27
In the Linux kernel, the following vulnerability has been resolved: wifi: rsi: Don't default to -EOPNOTSUPP in rsi_mac80211_config This triggers a WARN_ON in ieee80211_hw_conf_init and isn't the expected behavior from the driver - other drivers def...
CVE-2026-23372
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:27:53
- Zuletzt bearbeitet 24.04.2026 16:36:05
In the Linux kernel, the following vulnerability has been resolved: nfc: rawsock: cancel tx_work before socket teardown In rawsock_release(), cancel any pending tx_work and purge the write queue before orphaning the socket. rawsock_tx_work runs on...
CVE-2026-23371
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:27:52
- Zuletzt bearbeitet 24.04.2026 16:36:24
In the Linux kernel, the following vulnerability has been resolved: sched/deadline: Fix missing ENQUEUE_REPLENISH during PI de-boosting Running stress-ng --schedpolicy 0 on an RT kernel on a big machine might lead to the following WARNINGs (edited)...
CVE-2026-23370
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:27:51
- Zuletzt bearbeitet 24.04.2026 16:37:55
In the Linux kernel, the following vulnerability has been resolved: platform/x86: dell-wmi-sysman: Don't hex dump plaintext password data set_new_password() hex dumps the entire buffer, which contains plaintext password data, including current and ...
CVE-2026-23369
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:27:50
- Zuletzt bearbeitet 24.04.2026 16:38:18
In the Linux kernel, the following vulnerability has been resolved: i2c: i801: Revert "i2c: i801: replace acpi_lock with I2C bus lock" This reverts commit f707d6b9e7c18f669adfdb443906d46cfbaaa0c1. Under rare circumstances, multiple udev threads ca...
CVE-2026-23367
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:27:49
- Zuletzt bearbeitet 24.04.2026 18:41:25
In the Linux kernel, the following vulnerability has been resolved: wifi: radiotap: reject radiotap with unknown bits The radiotap parser is currently only used with the radiotap namespace (not with vendor namespaces), but if the undefined field 18...
CVE-2026-23368
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:27:49
- Zuletzt bearbeitet 24.04.2026 18:41:33
In the Linux kernel, the following vulnerability has been resolved: net: phy: register phy led_triggers during probe to avoid AB-BA deadlock There is an AB-BA deadlock when both LEDS_TRIGGER_NETDEV and LED_TRIGGER_PHY are enabled: [ 1362.049207] [...
CVE-2026-23366
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:27:48
- Zuletzt bearbeitet 24.04.2026 18:41:12
In the Linux kernel, the following vulnerability has been resolved: drm/client: Do not destroy NULL modes 'modes' in drm_client_modeset_probe may fail to kcalloc. If this occurs, we jump to 'out', calling modes_destroy on it, which dereferences it...