CVE-2025-47273
- EPSS 0.09%
- Veröffentlicht 17.05.2025 15:46:11
- Zuletzt bearbeitet 12.06.2025 16:29:01
setuptools is a package that allows users to download, build, install, upgrade, and uninstall Python packages. A path traversal vulnerability in `PackageIndex` is present in setuptools prior to version 78.1.1. An attacker would be allowed to write fi...
CVE-2025-37890
- EPSS 0.02%
- Veröffentlicht 16.05.2025 13:01:12
- Zuletzt bearbeitet 17.11.2025 17:11:57
In the Linux kernel, the following vulnerability has been resolved: net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdisc As described in Gerrard's report [1], we have a UAF case when an hfsc class has a netem child qdisc. The...
CVE-2025-37889
- EPSS 0.02%
- Veröffentlicht 09.05.2025 06:45:50
- Zuletzt bearbeitet 17.11.2025 17:13:03
In the Linux kernel, the following vulnerability has been resolved: ASoC: ops: Consistently treat platform_max as control value This reverts commit 9bdd10d57a88 ("ASoC: ops: Shift tested values in snd_soc_put_volsw() by +min"), and makes some addit...
CVE-2025-37885
- EPSS 0.02%
- Veröffentlicht 09.05.2025 06:45:48
- Zuletzt bearbeitet 12.11.2025 19:36:29
In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Reset IRTE to host control if *new* route isn't postable Restore an IRTE back to host control (remapped or posted MSI mode) if the *new* GSI route prevents posting the IR...
CVE-2025-37884
- EPSS 0.01%
- Veröffentlicht 09.05.2025 06:45:47
- Zuletzt bearbeitet 12.11.2025 19:30:02
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix deadlock between rcu_tasks_trace and event_mutex. Fix the following deadlock: CPU A _free_event() perf_kprobe_destroy() mutex_lock(&event_mutex) perf_trace_eve...
CVE-2025-37883
- EPSS 0.02%
- Veröffentlicht 09.05.2025 06:45:46
- Zuletzt bearbeitet 12.11.2025 19:29:18
In the Linux kernel, the following vulnerability has been resolved: s390/sclp: Add check for get_zeroed_page() Add check for the return value of get_zeroed_page() in sclp_console_init() to prevent null pointer dereference. Furthermore, to solve the...
CVE-2025-37881
- EPSS 0.02%
- Veröffentlicht 09.05.2025 06:45:45
- Zuletzt bearbeitet 12.11.2025 19:27:58
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: aspeed: Add NULL pointer check in ast_vhub_init_dev() The variable d->name, returned by devm_kasprintf(), could be NULL. A pointer check is added to prevent potential ...
CVE-2025-37879
- EPSS 0.02%
- Veröffentlicht 09.05.2025 06:45:43
- Zuletzt bearbeitet 12.11.2025 19:53:46
In the Linux kernel, the following vulnerability has been resolved: 9p/net: fix improper handling of bogus negative read/write replies In p9_client_write() and p9_client_read_once(), if the server incorrectly replies with success but a negative wri...
CVE-2025-37875
- EPSS 0.02%
- Veröffentlicht 09.05.2025 06:44:03
- Zuletzt bearbeitet 12.11.2025 19:52:18
In the Linux kernel, the following vulnerability has been resolved: igc: fix PTM cycle trigger logic Writing to clear the PTM status 'valid' bit while the PTM cycle is triggered results in unreliable PTM operation. To fix this, clear the PTM 'trigg...
CVE-2025-37871
- EPSS 0.02%
- Veröffentlicht 09.05.2025 06:43:59
- Zuletzt bearbeitet 12.11.2025 19:45:36
In the Linux kernel, the following vulnerability has been resolved: nfsd: decrease sc_count directly if fail to queue dl_recall A deadlock warning occurred when invoking nfs4_put_stid following a failed dl_recall queue operation: T1 ...