CVE-2022-49497
- EPSS 0.09%
- Veröffentlicht 26.02.2025 07:01:25
- Zuletzt bearbeitet 01.10.2025 20:16:30
In the Linux kernel, the following vulnerability has been resolved: net: remove two BUG() from skb_checksum_help() I have a syzbot report that managed to get a crash in skb_checksum_help() If syzbot can trigger these BUG(), it makes sense to repla...
CVE-2022-49486
- EPSS 0.11%
- Veröffentlicht 26.02.2025 07:01:24
- Zuletzt bearbeitet 01.10.2025 20:16:28
In the Linux kernel, the following vulnerability has been resolved: ASoC: fsl: Fix refcount leak in imx_sgtl5000_probe of_find_i2c_device_by_node() takes a reference, In error paths, we should call put_device() to drop the reference to aviod refoun...
CVE-2022-49469
- EPSS 0.07%
- Veröffentlicht 26.02.2025 07:01:23
- Zuletzt bearbeitet 22.10.2025 17:22:59
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix anon_dev leak in create_subvol() When btrfs_qgroup_inherit(), btrfs_alloc_tree_block, or btrfs_insert_root() fail in create_subvol(), we return without freeing anon_dev....
CVE-2022-49460
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:01:22
- Zuletzt bearbeitet 22.10.2025 17:23:12
In the Linux kernel, the following vulnerability has been resolved: PM / devfreq: rk3399_dmc: Disable edev on remove() Otherwise we hit an unablanced enable-count when unbinding the DFI device: [ 1279.659119] ------------[ cut here ]------------ [...
CVE-2022-49465
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:01:22
- Zuletzt bearbeitet 21.01.2026 16:08:09
In the Linux kernel, the following vulnerability has been resolved: blk-throttle: Set BIO_THROTTLED when bio has been throttled 1.In current process, all bio will set the BIO_THROTTLED flag after __blk_throtl_bio(). 2.If bio needs to be throttled,...
CVE-2022-49449
- EPSS 0.1%
- Veröffentlicht 26.02.2025 07:01:21
- Zuletzt bearbeitet 01.10.2025 20:16:20
In the Linux kernel, the following vulnerability has been resolved: pinctrl: renesas: rzn1: Fix possible null-ptr-deref in sh_pfc_map_resources() It will cause null-ptr-deref when using 'res', if platform_get_resource() returns NULL, so move using ...
CVE-2022-49453
- EPSS 0.17%
- Veröffentlicht 26.02.2025 07:01:21
- Zuletzt bearbeitet 01.10.2025 20:16:21
In the Linux kernel, the following vulnerability has been resolved: soc: ti: ti_sci_pm_domains: Check for null return of devm_kcalloc The allocation funciton devm_kcalloc may fail and return a null pointer, which would cause a null-pointer derefere...
CVE-2022-49437
- EPSS 0.07%
- Veröffentlicht 26.02.2025 07:01:20
- Zuletzt bearbeitet 01.10.2025 20:16:18
In the Linux kernel, the following vulnerability has been resolved: powerpc/xive: Fix refcount leak in xive_spapr_init of_find_compatible_node() returns a node pointer with refcount incremented, we should use of_node_put() on it when done. Add miss...
CVE-2022-49440
- EPSS 0.13%
- Veröffentlicht 26.02.2025 07:01:20
- Zuletzt bearbeitet 22.10.2025 17:25:49
In the Linux kernel, the following vulnerability has been resolved: powerpc/rtas: Keep MSR[RI] set when calling RTAS RTAS runs in real mode (MSR[DR] and MSR[IR] unset) and in 32-bit big endian mode (MSR[SF,LE] unset). The change in MSR is done in ...
CVE-2022-49443
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:01:20
- Zuletzt bearbeitet 01.10.2025 20:16:19
In the Linux kernel, the following vulnerability has been resolved: list: fix a data-race around ep->rdllist ep_poll() first calls ep_events_available() with no lock held and checks if ep->rdllist is empty by list_empty_careful(), which reads rdlli...