CVE-2022-49472
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:01:23
- Zuletzt bearbeitet 01.10.2025 20:16:24
In the Linux kernel, the following vulnerability has been resolved: net: phy: micrel: Allow probing without .driver_data Currently, if the .probe element is present in the phy_driver structure and the .driver_data is not, a NULL pointer dereference...
CVE-2022-49474
- EPSS 0.07%
- Veröffentlicht 26.02.2025 07:01:23
- Zuletzt bearbeitet 24.03.2025 19:59:02
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeout Connecting the same socket twice consecutively in sco_sock_connect() could lead to a race condition where tw...
CVE-2022-49457
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:01:22
- Zuletzt bearbeitet 01.10.2025 20:16:22
In the Linux kernel, the following vulnerability has been resolved: ARM: versatile: Add missing of_node_put in dcscb_init The device_node pointer is returned by of_find_compatible_node with refcount incremented. We should use of_node_put() to avoid...
CVE-2022-49459
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:01:22
- Zuletzt bearbeitet 01.10.2025 20:16:22
In the Linux kernel, the following vulnerability has been resolved: thermal/drivers/broadcom: Fix potential NULL dereference in sr_thermal_probe platform_get_resource() may return NULL, add proper check to avoid potential NULL dereferencing.
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-49462
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:01:22
- Zuletzt bearbeitet 01.10.2025 20:16:22
In the Linux kernel, the following vulnerability has been resolved: drm/msm/a6xx: Fix refcount leak in a6xx_gpu_init of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need anymore. a6xx...
CVE-2022-49467
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:01:22
- Zuletzt bearbeitet 01.10.2025 20:16:23
In the Linux kernel, the following vulnerability has been resolved: drm: msm: fix possible memory leak in mdp5_crtc_cursor_set() drm_gem_object_lookup will call drm_gem_object_get inside. So cursor_bo needs to be put when msm_gem_get_and_pin_iova f...
CVE-2022-49447
- EPSS 0.04%
- 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: ARM: hisi: Add missing of_node_put after of_find_compatible_node of_find_compatible_node will increment the refcount of the returned device_node. Calling of_node_put() to avoid th...
CVE-2022-49450
- EPSS 0.06%
- 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: rxrpc: Fix listen() setting the bar too high for the prealloc rings AF_RXRPC's listen() handler lets you set the backlog up to 32 (if you bump up the sysctl), but whilst the preall...
CVE-2022-49451
- EPSS 0.02%
- 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: firmware: arm_scmi: Fix list protocols enumeration in the base protocol While enumerating protocols implemented by the SCMI platform using BASE_DISCOVER_LIST_PROTOCOLS, the number ...