CVE-2024-50246
- EPSS 0.22%
- Veröffentlicht 09.11.2024 11:15:10
- Zuletzt bearbeitet 04.08.2026 11:21:36
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add rough attr alloc_size check
CVE-2024-50247
- EPSS 0.23%
- Veröffentlicht 09.11.2024 11:15:10
- Zuletzt bearbeitet 04.08.2026 11:21:36
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Check if more than chunk-size bytes are written A incorrectly formatted chunk may decompress into more than LZNT_CHUNK_SIZE bytes and a index out of bounds will occur in ...
CVE-2024-50241
- EPSS 0.47%
- Veröffentlicht 09.11.2024 11:15:09
- Zuletzt bearbeitet 04.08.2026 11:21:36
In the Linux kernel, the following vulnerability has been resolved: NFSD: Initialize struct nfsd4_copy earlier Ensure the refcount and async_copies fields are initialized early. cleanup_async_copy() will reference these fields if an error occurs in...
CVE-2024-50242
- EPSS 0.23%
- Veröffentlicht 09.11.2024 11:15:09
- Zuletzt bearbeitet 03.11.2025 23:17:05
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Additional check in ntfs_file_release
CVE-2024-50217
- EPSS 0.28%
- Veröffentlicht 09.11.2024 11:15:07
- Zuletzt bearbeitet 04.08.2026 11:21:33
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix use-after-free of block device file in __btrfs_free_extra_devids() Mounting btrfs from two images (which have the same one fsid and two different dev_uuids) in certain e...
CVE-2024-50211
- EPSS 0.21%
- Veröffentlicht 08.11.2024 06:15:17
- Zuletzt bearbeitet 04.08.2026 11:21:33
In the Linux kernel, the following vulnerability has been resolved: udf: refactor inode_bmap() to handle error Refactor inode_bmap() to handle error since udf_next_aext() can return error now. On situations like ftruncate, udf_extend_file() can now...
CVE-2024-50196
- EPSS 0.21%
- Veröffentlicht 08.11.2024 06:15:16
- Zuletzt bearbeitet 03.11.2025 23:17:01
In the Linux kernel, the following vulnerability has been resolved: pinctrl: ocelot: fix system hang on level based interrupts The current implementation only calls chained_irq_enter() and chained_irq_exit() if it detects pending interrupts. ``` f...
CVE-2024-50183
- EPSS 0.16%
- Veröffentlicht 08.11.2024 06:15:15
- Zuletzt bearbeitet 03.11.2025 23:16:58
In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Ensure DA_ID handling completion before deleting an NPIV instance Deleting an NPIV instance requires all fabric ndlps to be released before an NPIV's resources can be t...
CVE-2024-50187
- EPSS 0.23%
- Veröffentlicht 08.11.2024 06:15:15
- Zuletzt bearbeitet 04.08.2026 11:21:30
In the Linux kernel, the following vulnerability has been resolved: drm/vc4: Stop the active perfmon before being destroyed Upon closing the file descriptor, the active performance monitor is not stopped. Although all perfmons are destroyed in `vc4...
CVE-2024-50166
- EPSS 0.22%
- Veröffentlicht 07.11.2024 10:15:07
- Zuletzt bearbeitet 01.10.2025 21:15:56
In the Linux kernel, the following vulnerability has been resolved: fsl/fman: Fix refcount handling of fman-related devices In mac_probe() there are multiple calls to of_find_device_by_node(), fman_bind() and fman_port_bind() which takes references...