- EPSS 0.03%
- Published 18.06.2025 11:03:45
- Last modified 18.06.2025 13:47:40
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().
- EPSS 0.04%
- Published 18.06.2025 11:03:45
- Last modified 18.06.2025 13:47:40
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...
- EPSS 0.04%
- Published 18.06.2025 11:03:44
- Last modified 18.06.2025 13:47:40
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...
- EPSS 0.03%
- Published 18.06.2025 11:03:43
- Last modified 18.06.2025 13:47:40
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...
- EPSS 0.04%
- Published 18.06.2025 11:03:43
- Last modified 18.06.2025 13:47:40
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...
- EPSS 0.04%
- Published 18.06.2025 11:03:42
- Last modified 18.06.2025 13:47:40
In the Linux kernel, the following vulnerability has been resolved: ARM: OMAP2+: Fix refcount leak in omapdss_init_of omapdss_find_dss_of_node() calls of_find_compatible_node() to get device node. of_find_compatible_node() returns a node pointer wi...
- EPSS 0.04%
- Published 18.06.2025 11:03:42
- Last modified 18.06.2025 13:47:40
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.
- EPSS 0.04%
- Published 18.06.2025 11:03:41
- Last modified 18.06.2025 13:47:40
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...
- EPSS 0.03%
- Published 18.06.2025 11:03:40
- Last modified 18.06.2025 13:47:40
In the Linux kernel, the following vulnerability has been resolved: soc: qcom: ocmem: Fix refcount leak in of_get_ocmem of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need anymore. Ad...
- EPSS 0.04%
- Published 18.06.2025 11:03:40
- Last modified 18.06.2025 13:47:40
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...