- EPSS 0.02%
- Veröffentlicht 16.04.2025 14:11:49
- Zuletzt bearbeitet 01.05.2025 15:16:19
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2025-22027
- EPSS 0.13%
- Veröffentlicht 16.04.2025 14:11:48
- Zuletzt bearbeitet 03.11.2025 20:17:38
In the Linux kernel, the following vulnerability has been resolved: media: streamzap: fix race between device disconnection and urb callback Syzkaller has reported a general protection fault at function ir_raw_event_store_with_filter(). This crash ...
CVE-2025-22028
- EPSS 0.18%
- Veröffentlicht 16.04.2025 14:11:48
- Zuletzt bearbeitet 28.10.2025 19:05:26
In the Linux kernel, the following vulnerability has been resolved: media: vimc: skip .s_stream() for stopped entities Syzbot reported [1] a warning prompted by a check in call_s_stream() that checks whether .s_stream() operation is warranted for u...
CVE-2025-22026
- EPSS 0.18%
- Veröffentlicht 16.04.2025 14:11:47
- Zuletzt bearbeitet 06.04.2026 13:40:05
In the Linux kernel, the following vulnerability has been resolved: nfsd: don't ignore the return code of svc_proc_register() Currently, nfsd_proc_stat_init() ignores the return value of svc_proc_register(). If the procfile creation fails, then the...
CVE-2025-22025
- EPSS 0.19%
- Veröffentlicht 16.04.2025 14:11:46
- Zuletzt bearbeitet 03.11.2025 20:17:38
In the Linux kernel, the following vulnerability has been resolved: nfsd: put dl_stid if fail to queue dl_recall Before calling nfsd4_run_cb to queue dl_recall to the callback_wq, we increment the reference count of dl_stid. We expect that after th...
CVE-2024-58094
- EPSS 0.16%
- Veröffentlicht 16.04.2025 14:11:43
- Zuletzt bearbeitet 28.10.2025 18:54:50
In the Linux kernel, the following vulnerability has been resolved: jfs: add check read-only before truncation in jfs_truncate_nolock() Added a check for "read-only" mode in the `jfs_truncate_nolock` function to avoid errors related to writing to a...
CVE-2024-58095
- EPSS 0.15%
- Veröffentlicht 16.04.2025 14:11:43
- Zuletzt bearbeitet 28.10.2025 18:55:30
In the Linux kernel, the following vulnerability has been resolved: jfs: add check read-only before txBeginAnon() call Added a read-only check before calling `txBeginAnon` in `extAlloc` and `extRecord`. This prevents modification attempts on a read...
CVE-2025-22022
- EPSS 0.18%
- Veröffentlicht 16.04.2025 10:23:27
- Zuletzt bearbeitet 19.01.2026 13:16:07
In the Linux kernel, the following vulnerability has been resolved: usb: xhci: Apply the link chain quirk on NEC isoc endpoints Two clearly different specimens of NEC uPD720200 (one with start/stop bug, one without) were seen to cause IOMMU faults ...
CVE-2025-22021
- EPSS 0.17%
- Veröffentlicht 16.04.2025 10:20:37
- Zuletzt bearbeitet 03.11.2025 20:17:38
In the Linux kernel, the following vulnerability has been resolved: netfilter: socket: Lookup orig tuple for IPv6 SNAT nf_sk_lookup_slow_v4 does the conntrack lookup for IPv4 packets to restore the original 5-tuple in case of SNAT, to be able to fi...
CVE-2025-22019
- EPSS 0.16%
- Veröffentlicht 16.04.2025 10:20:36
- Zuletzt bearbeitet 28.10.2025 19:12:34
In the Linux kernel, the following vulnerability has been resolved: bcachefs: bch2_ioctl_subvolume_destroy() fixes bch2_evict_subvolume_inodes() was getting stuck - due to incorrectly pruning the dcache. Also, fix missing permissions checks.