CVE-2022-50204
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:03:45
- Zuletzt bearbeitet 19.11.2025 12:46:30
In the Linux kernel, the following vulnerability has been resolved: ARM: OMAP2+: pdata-quirks: Fix refcount leak bug In pdata_quirks_init_clocks(), the loop contains of_find_node_by_name() but without corresponding of_node_put().
CVE-2022-50205
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:03:45
- Zuletzt bearbeitet 19.11.2025 12:46:09
In the Linux kernel, the following vulnerability has been resolved: ext2: Add more validity checks for inode counts Add checks verifying number of inodes stored in the superblock matches the number computed from number of inodes per group. Also ver...
CVE-2022-50203
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:03:44
- Zuletzt bearbeitet 19.11.2025 12:46:38
In the Linux kernel, the following vulnerability has been resolved: ARM: OMAP2+: display: Fix refcount leak bug In omapdss_init_fbdev(), of_find_node_by_name() will return a node pointer with refcount incremented. We should use of_node_put() when i...
CVE-2022-50201
- EPSS 0.07%
- Veröffentlicht 18.06.2025 11:03:43
- Zuletzt bearbeitet 19.11.2025 12:46:59
In the Linux kernel, the following vulnerability has been resolved: selinux: fix memleak in security_read_state_kernel() In this function, it directly returns the result of __security_read_policy without freeing the allocated memory in *data, cause...
CVE-2022-50202
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:03:43
- Zuletzt bearbeitet 19.11.2025 12:46:51
In the Linux kernel, the following vulnerability has been resolved: PM: hibernate: defer device probing when resuming from hibernation syzbot is reporting hung task at misc_open() [1], for there is a race window of AB-BA deadlock which involves pro...
CVE-2022-50200
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:03:42
- Zuletzt bearbeitet 19.11.2025 12:47:13
In the Linux kernel, the following vulnerability has been resolved: selinux: Add boundary check in put_entry() Just like next_entry(), boundary check is necessary to prevent memory out-of-bound access.
CVE-2022-50198
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:03:41
- Zuletzt bearbeitet 19.11.2025 12:47:43
In the Linux kernel, the following vulnerability has been resolved: ARM: OMAP2+: Fix refcount leak in omap3xxx_prm_late_init of_find_matching_node() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need a...
CVE-2022-50197
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:03:40
- Zuletzt bearbeitet 19.11.2025 12:47:52
In the Linux kernel, the following vulnerability has been resolved: cpufreq: zynq: Fix refcount leak in zynq_get_revision of_find_compatible_node() returns a node pointer with refcount incremented, we should use of_node_put() on it when done. Add m...
CVE-2022-50191
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:03:36
- Zuletzt bearbeitet 19.11.2025 12:49:26
In the Linux kernel, the following vulnerability has been resolved: regulator: of: Fix refcount leak bug in of_get_regulation_constraints() We should call the of_node_put() for the reference returned by of_get_child_by_name() which has increased th...
CVE-2022-50185
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:03:32
- Zuletzt bearbeitet 19.11.2025 12:51:22
In the Linux kernel, the following vulnerability has been resolved: drm/radeon: fix potential buffer overflow in ni_set_mc_special_registers() The last case label can write two buffers 'mc_reg_address[j]' and 'mc_data[j]' with 'j' offset equal to S...