CVE-2024-50278
- EPSS 0.06%
- Veröffentlicht 19.11.2024 02:16:30
- Zuletzt bearbeitet 03.11.2025 23:17:09
In the Linux kernel, the following vulnerability has been resolved: dm cache: fix potential out-of-bounds access on the first resume Out-of-bounds access occurs if the fast device is expanded unexpectedly before the first-time resume of the cache t...
CVE-2024-50279
- EPSS 0.06%
- Veröffentlicht 19.11.2024 02:16:30
- Zuletzt bearbeitet 03.11.2025 23:17:10
In the Linux kernel, the following vulnerability has been resolved: dm cache: fix out-of-bounds access to the dirty bitset when resizing dm-cache checks the dirty bits of the cache blocks to be dropped when shrinking the fast device, but an index b...
CVE-2024-50280
- EPSS 0.04%
- Veröffentlicht 19.11.2024 02:16:30
- Zuletzt bearbeitet 03.11.2025 23:17:10
In the Linux kernel, the following vulnerability has been resolved: dm cache: fix flushing uninitialized delayed_work on cache_ctr error An unexpected WARN_ON from flush_work() may occur when cache creation fails, caused by destroying the uninitial...
CVE-2024-50281
- EPSS 0.04%
- Veröffentlicht 19.11.2024 02:16:30
- Zuletzt bearbeitet 01.10.2025 21:16:16
In the Linux kernel, the following vulnerability has been resolved: KEYS: trusted: dcp: fix NULL dereference in AEAD crypto operation When sealing or unsealing a key blob we currently do not wait for the AEAD cipher operation to finish and simply r...
CVE-2024-50282
- EPSS 0.03%
- Veröffentlicht 19.11.2024 02:16:30
- Zuletzt bearbeitet 03.11.2025 23:17:10
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: add missing size check in amdgpu_debugfs_gprwave_read() Avoid a possible buffer overflow if size is larger than 4K. (cherry picked from commit f5d873f5825b40d886d03bd2...
CVE-2024-50283
- EPSS 0.04%
- Veröffentlicht 19.11.2024 02:16:30
- Zuletzt bearbeitet 03.11.2025 23:17:10
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix slab-use-after-free in smb3_preauth_hash_rsp ksmbd_user_session_put should be called under smb3_preauth_hash_rsp(). It will avoid freeing session before calling smb3_pre...
CVE-2024-50284
- EPSS 0.05%
- Veröffentlicht 19.11.2024 02:16:30
- Zuletzt bearbeitet 03.11.2025 23:17:11
In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix the missing xa_store error check xa_store() can fail, it return xa_err(-EINVAL) if the entry cannot be stored in an XArray, or xa_err(-ENOMEM) if memory allocation faile...
CVE-2024-50285
- EPSS 0.03%
- Veröffentlicht 19.11.2024 02:16:30
- Zuletzt bearbeitet 01.10.2025 21:16:17
In the Linux kernel, the following vulnerability has been resolved: ksmbd: check outstanding simultaneous SMB operations If Client send simultaneous SMB operations to ksmbd, It exhausts too much memory through the "ksmbd_work_cache”. It will cause ...
- EPSS 0.02%
- Veröffentlicht 19.11.2024 02:16:30
- Zuletzt bearbeitet 03.11.2025 23:17:11
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix slab-use-after-free in ksmbd_smb2_session_create There is a race condition between ksmbd_smb2_session_create and ksmbd_expire_session. This patch add missing sessions_ta...
CVE-2024-50287
- EPSS 0.09%
- Veröffentlicht 19.11.2024 02:16:30
- Zuletzt bearbeitet 03.11.2025 23:17:11
In the Linux kernel, the following vulnerability has been resolved: media: v4l2-tpg: prevent the risk of a division by zero As reported by Coverity, the logic at tpg_precalculate_line() blindly rescales the buffer even when scaled_witdh is equal to...