CVE-2022-48657
- EPSS 0.02%
- Veröffentlicht 28.04.2024 13:15:07
- Zuletzt bearbeitet 21.11.2024 07:33:42
In the Linux kernel, the following vulnerability has been resolved: arm64: topology: fix possible overflow in amu_fie_setup() cpufreq_get_hw_max_freq() returns max frequency in kHz as *unsigned int*, while freq_inv_set_max_ratio() gets passed this ...
CVE-2022-48658
- EPSS 0.02%
- Veröffentlicht 28.04.2024 13:15:07
- Zuletzt bearbeitet 21.11.2024 07:33:42
In the Linux kernel, the following vulnerability has been resolved: mm: slub: fix flush_cpu_slab()/__free_slab() invocations in task context. Commit 5a836bf6b09f ("mm: slub: move flush_cpu_slab() invocations __free_slab() invocations out of IRQ con...
CVE-2022-48659
- EPSS 0.01%
- Veröffentlicht 28.04.2024 13:15:07
- Zuletzt bearbeitet 21.11.2024 07:33:43
In the Linux kernel, the following vulnerability has been resolved: mm/slub: fix to return errno if kmalloc() fails In create_unique_id(), kmalloc(, GFP_KERNEL) can fail due to out-of-memory, if it fails, return errno correctly rather than triggeri...
CVE-2022-48660
- EPSS 0.02%
- Veröffentlicht 28.04.2024 13:15:07
- Zuletzt bearbeitet 21.11.2024 07:33:43
In the Linux kernel, the following vulnerability has been resolved: gpiolib: cdev: Set lineevent_state::irq after IRQ register successfully When running gpio test on nxp-ls1028 platform with below command gpiomon --num-events=3 --rising-edge gpioch...
CVE-2022-48661
- EPSS 0.02%
- Veröffentlicht 28.04.2024 13:15:07
- Zuletzt bearbeitet 21.11.2024 07:33:43
In the Linux kernel, the following vulnerability has been resolved: gpio: mockup: Fix potential resource leakage when register a chip If creation of software node fails, the locally allocated string array is left unfreed. Free it on error path.
CVE-2022-48662
- EPSS 0.02%
- Veröffentlicht 28.04.2024 13:15:07
- Zuletzt bearbeitet 21.11.2024 07:33:43
In the Linux kernel, the following vulnerability has been resolved: drm/i915/gem: Really move i915_gem_context.link under ref protection i915_perf assumes that it can use the i915_gem_context reference to protect its i915->gem.contexts.list iterati...
CVE-2022-48663
- EPSS 0.02%
- Veröffentlicht 28.04.2024 13:15:07
- Zuletzt bearbeitet 14.01.2025 14:53:12
In the Linux kernel, the following vulnerability has been resolved: gpio: mockup: fix NULL pointer dereference when removing debugfs We now remove the device's debugfs entries when unbinding the driver. This now causes a NULL-pointer dereference on...
CVE-2022-48631
- EPSS 0.02%
- Veröffentlicht 28.04.2024 13:15:06
- Zuletzt bearbeitet 19.09.2025 14:56:13
In the Linux kernel, the following vulnerability has been resolved: ext4: fix bug in extents parsing when eh_entries == 0 and eh_depth > 0 When walking through an inode extents, the ext4_ext_binsearch_idx() function assumes that the extent header h...
CVE-2022-48632
- EPSS 0.02%
- Veröffentlicht 28.04.2024 13:15:06
- Zuletzt bearbeitet 03.03.2025 17:47:59
In the Linux kernel, the following vulnerability has been resolved: i2c: mlxbf: prevent stack overflow in mlxbf_i2c_smbus_start_transaction() memcpy() is called in a loop while 'operation->length' upper bound is not checked and 'data_idx' also incr...
CVE-2022-48633
- EPSS 0.01%
- Veröffentlicht 28.04.2024 13:15:06
- Zuletzt bearbeitet 19.09.2025 14:56:52
In the Linux kernel, the following vulnerability has been resolved: drm/gma500: Fix WARN_ON(lock->magic != lock) error psb_gem_unpin() calls dma_resv_lock() but the underlying ww_mutex gets destroyed by drm_gem_object_release() move the drm_gem_obj...