CVE-2021-47149
- EPSS 0.01%
- Veröffentlicht 25.03.2024 09:15:09
- Zuletzt bearbeitet 12.12.2024 15:40:48
In the Linux kernel, the following vulnerability has been resolved: net: fujitsu: fix potential null-ptr-deref In fmvj18x_get_hwinfo(), if ioremap fails there will be NULL pointer deref. To fix this, check the return value of ioremap and return -1 ...
CVE-2021-47153
- EPSS 0.01%
- Veröffentlicht 25.03.2024 09:15:09
- Zuletzt bearbeitet 16.09.2025 16:24:46
In the Linux kernel, the following vulnerability has been resolved: i2c: i801: Don't generate an interrupt on bus reset Now that the i2c-i801 driver supports interrupts, setting the KILL bit in a attempt to recover from a timed out transaction trig...
CVE-2021-47142
- EPSS 0.01%
- Veröffentlicht 25.03.2024 09:15:08
- Zuletzt bearbeitet 17.12.2024 14:56:12
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix a use-after-free looks like we forget to set ttm->sg to NULL. Hit panic below [ 1235.844104] general protection fault, probably for non-canonical address 0x6b6b6b6...
CVE-2021-47145
- EPSS 0.01%
- Veröffentlicht 25.03.2024 09:15:08
- Zuletzt bearbeitet 20.12.2024 13:54:08
In the Linux kernel, the following vulnerability has been resolved: btrfs: do not BUG_ON in link_to_fixup_dir While doing error injection testing I got the following panic kernel BUG at fs/btrfs/tree-log.c:1862! invalid opcode: 0000 [#1] SMP N...
CVE-2021-47121
- EPSS 0.01%
- Veröffentlicht 15.03.2024 21:15:07
- Zuletzt bearbeitet 07.01.2025 17:30:59
In the Linux kernel, the following vulnerability has been resolved: net: caif: fix memory leak in cfusbl_device_notify In case of caif_enroll_dev() fail, allocated link_support won't be assigned to the corresponding structure. So simply free alloca...
CVE-2021-47122
- EPSS 0.01%
- Veröffentlicht 15.03.2024 21:15:07
- Zuletzt bearbeitet 07.01.2025 17:30:41
In the Linux kernel, the following vulnerability has been resolved: net: caif: fix memory leak in caif_device_notify In case of caif_enroll_dev() fail, allocated link_support won't be assigned to the corresponding structure. So simply free allocate...
CVE-2021-47114
- EPSS 0.01%
- Veröffentlicht 15.03.2024 21:15:06
- Zuletzt bearbeitet 04.04.2025 14:39:41
In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix data corruption by fallocate When fallocate punches holes out of inode size, if original isize is in the middle of last cluster, then the part from isize to the end of t...
CVE-2021-47117
- EPSS 0.01%
- Veröffentlicht 15.03.2024 21:15:06
- Zuletzt bearbeitet 27.02.2025 03:20:09
In the Linux kernel, the following vulnerability has been resolved: ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at failed We got follow bug_on when run fsstress with injecting IO fault: [130747.323114] kernel BUG at fs/ext4/extent...
CVE-2021-47118
- EPSS 0.02%
- Veröffentlicht 15.03.2024 21:15:06
- Zuletzt bearbeitet 27.02.2025 03:20:09
In the Linux kernel, the following vulnerability has been resolved: pid: take a reference when initializing `cad_pid` During boot, kernel_init_freeable() initializes `cad_pid` to the init task's struct pid. Later on, we may change `cad_pid` via a ...
CVE-2021-47103
- EPSS 0.04%
- Veröffentlicht 04.03.2024 18:15:08
- Zuletzt bearbeitet 14.02.2025 15:03:01
In the Linux kernel, the following vulnerability has been resolved: inet: fully convert sk->sk_rx_dst to RCU rules syzbot reported various issues around early demux, one being included in this changelog [1] sk->sk_rx_dst is using RCU protection wi...