- EPSS 0.05%
- Veröffentlicht 22.10.2025 13:23:31
- Zuletzt bearbeitet 22.10.2025 21:12:48
In the Linux kernel, the following vulnerability has been resolved: class: fix possible memory leak in __class_register() If class_add_groups() returns error, the 'cp->subsys' need be unregister, and the 'cp' need be freed. We can not call kset_un...
- EPSS 0.05%
- Veröffentlicht 22.10.2025 13:23:30
- Zuletzt bearbeitet 22.10.2025 21:12:48
In the Linux kernel, the following vulnerability has been resolved: serial: pch: Fix PCI device refcount leak in pch_request_dma() As comment of pci_get_slot() says, it returns a pci_device with its refcount increased. The caller must decrement the...
- EPSS 0.02%
- Veröffentlicht 22.10.2025 13:23:30
- Zuletzt bearbeitet 22.10.2025 21:12:48
In the Linux kernel, the following vulnerability has been resolved: ima: Fix memory leak in __ima_inode_hash() Commit f3cc6b25dcc5 ("ima: always measure and audit files in policy") lets measurement or audit happen even if the file digest cannot be ...
- EPSS 0.04%
- Veröffentlicht 22.10.2025 13:23:29
- Zuletzt bearbeitet 22.10.2025 21:12:48
In the Linux kernel, the following vulnerability has been resolved: drm/omap: dss: Fix refcount leak bugs In dss_init_ports() and __dss_uninit_ports(), we should call of_node_put() for the reference returned by of_graph_get_port_by_id() in fail pat...
- EPSS 0.04%
- Veröffentlicht 22.10.2025 13:23:29
- Zuletzt bearbeitet 22.10.2025 21:12:48
In the Linux kernel, the following vulnerability has been resolved: xen/privcmd: Fix a possible warning in privcmd_ioctl_mmap_resource() As 'kdata.num' is user-controlled data, if user tries to allocate memory larger than(>=) MAX_ORDER, then kcallo...
- EPSS 0.03%
- Veröffentlicht 22.10.2025 13:23:28
- Zuletzt bearbeitet 22.10.2025 21:12:48
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7915: fix mt7915_rate_txpower_get() resource leaks Coverity message: variable "buf" going out of scope leaks the storage. Addresses-Coverity-ID: 1527799 ("Resource l...
- EPSS 0.03%
- Veröffentlicht 22.10.2025 13:23:27
- Zuletzt bearbeitet 22.10.2025 21:12:48
In the Linux kernel, the following vulnerability has been resolved: btrfs: call __btrfs_remove_free_space_cache_locked on cache load failure Now that lockdep is staying enabled through our entire CI runs I started seeing the following stack in gene...
- EPSS 0.04%
- Veröffentlicht 22.10.2025 13:23:27
- Zuletzt bearbeitet 22.10.2025 21:12:48
In the Linux kernel, the following vulnerability has been resolved: ASoC: audio-graph-card: fix refcount leak of cpu_ep in __graph_for_each_link() The of_get_next_child() returns a node with refcount incremented, and decrements the refcount of prev...
- EPSS 0.04%
- Veröffentlicht 22.10.2025 13:23:26
- Zuletzt bearbeitet 22.10.2025 21:12:48
In the Linux kernel, the following vulnerability has been resolved: platform/chrome: fix memory corruption in ioctl If "s_mem.bytes" is larger than the buffer size it leads to memory corruption.
- EPSS 0.04%
- Veröffentlicht 22.10.2025 13:23:25
- Zuletzt bearbeitet 22.10.2025 21:12:48
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_hid: fix f_hidg lifetime vs cdev The embedded struct cdev does not have its lifetime correctly tied to the enclosing struct f_hidg, so there is a use-after-free if /...