CVE-2022-49683
In the Linux kernel, the following vulnerability has been resolved: iio: adc: adi-axi-adc: Fix refcount leak in adi_axi_adc_attach_client of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not…
Does this matter?
Lower severity and a low EPSS score (0.26%). Track it; it rarely justifies an emergency change on its own.
Description
In the Linux kernel, the following vulnerability has been resolved: iio: adc: adi-axi-adc: Fix refcount leak in adi_axi_adc_attach_client of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need anymore. Add missing of_node_put() to avoid refcount leak.
- CVSS 3.1
- 5.5 MEDIUMCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
- EPSS
- 0.26% probability · 18th percentile
- CISA KEV
- Not listed
- Affected
- linux/linux kernel
- Source
- 416baaa9-dc9f-4396-8d5f-8c081fb06d67
References
- https://git.kernel.org/stable/c/501652a2ad5450b4908e1f204ce75b2414c305b7Patch
- https://git.kernel.org/stable/c/5eaa84e1605035a90a64d25b6cba79e89d188175Patch
- https://git.kernel.org/stable/c/ab7bf025cee89db73c649216ddd2bc589c3d3862Patch
- https://git.kernel.org/stable/c/ada7b0c0dedafd7d059115adf49e48acba3153a8Patch
Source: NVD record, EPSS from FIRST.org, KEV from CISA. Refreshed daily.