CVE-2022-49447: Vulnerability in Linux Linux
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 the refcount leak
AI Analysis
Technical Summary
CVE-2022-49447 is a vulnerability identified in the Linux kernel specifically affecting the ARM architecture's HiSilicon (hisi) platform code. The issue arises from improper reference count management in the device tree handling code. The function of_find_compatible_node() is used to locate device nodes compatible with a given hardware identifier and increments the reference count of the returned device_node structure. However, the affected code failed to call of_node_put() to decrement this reference count after use, resulting in a reference count leak. Over time, this leak can lead to resource exhaustion in kernel memory management, potentially causing system instability or denial of service due to kernel memory depletion. The vulnerability is rooted in a missing cleanup step in the device tree node handling, which is a critical component in the Linux kernel for hardware abstraction and configuration. The vulnerability has been addressed by adding the missing of_node_put() call to properly decrement the reference count and prevent the leak. The affected versions are identified by a specific commit hash, indicating this is a source-level issue in the kernel code. There are currently no known exploits in the wild, and no CVSS score has been assigned. The vulnerability does not appear to require user interaction or elevated privileges to manifest, but it is limited to ARM-based HiSilicon platforms running affected Linux kernel versions.
Potential Impact
For European organizations, the impact of CVE-2022-49447 is primarily related to systems running Linux on ARM-based HiSilicon hardware. This includes embedded systems, network devices, and potentially IoT devices that utilize this platform. The reference count leak can cause gradual resource exhaustion, leading to kernel instability or crashes, which may result in denial of service conditions. Critical infrastructure or industrial control systems using affected hardware could experience operational disruptions. However, since this vulnerability does not directly allow code execution or privilege escalation, the confidentiality and integrity impacts are limited. The main risk is availability degradation. Organizations relying on ARM HiSilicon Linux systems should be aware of potential service interruptions if the vulnerability is exploited or triggered by workload patterns. Given the lack of known exploits, the immediate threat level is moderate, but unpatched systems remain at risk of stability issues over time.
Mitigation Recommendations
To mitigate CVE-2022-49447, organizations should promptly update their Linux kernel to a version that includes the patch fixing the missing of_node_put() call. Kernel maintainers have addressed this in the source code, so applying the latest stable kernel releases or vendor-provided updates is critical. For embedded or specialized devices, coordinate with hardware vendors or device manufacturers to obtain patched firmware or kernel updates. Additionally, monitor system logs and kernel memory usage for signs of resource leaks or instability that could indicate the vulnerability is affecting operations. Implementing kernel memory usage monitoring tools and alerting on abnormal patterns can provide early detection. Where possible, isolate affected devices from critical networks to reduce impact if a denial of service occurs. Avoid running untrusted code or workloads that might trigger excessive device node lookups on vulnerable systems. Finally, maintain an inventory of ARM HiSilicon Linux systems to ensure all are accounted for in patching efforts.
Affected Countries
Germany, France, United Kingdom, Netherlands, Italy, Spain, Poland, Sweden, Finland
CVE-2022-49447: Vulnerability in Linux Linux
Description
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 the refcount leak
AI-Powered Analysis
Technical Analysis
CVE-2022-49447 is a vulnerability identified in the Linux kernel specifically affecting the ARM architecture's HiSilicon (hisi) platform code. The issue arises from improper reference count management in the device tree handling code. The function of_find_compatible_node() is used to locate device nodes compatible with a given hardware identifier and increments the reference count of the returned device_node structure. However, the affected code failed to call of_node_put() to decrement this reference count after use, resulting in a reference count leak. Over time, this leak can lead to resource exhaustion in kernel memory management, potentially causing system instability or denial of service due to kernel memory depletion. The vulnerability is rooted in a missing cleanup step in the device tree node handling, which is a critical component in the Linux kernel for hardware abstraction and configuration. The vulnerability has been addressed by adding the missing of_node_put() call to properly decrement the reference count and prevent the leak. The affected versions are identified by a specific commit hash, indicating this is a source-level issue in the kernel code. There are currently no known exploits in the wild, and no CVSS score has been assigned. The vulnerability does not appear to require user interaction or elevated privileges to manifest, but it is limited to ARM-based HiSilicon platforms running affected Linux kernel versions.
Potential Impact
For European organizations, the impact of CVE-2022-49447 is primarily related to systems running Linux on ARM-based HiSilicon hardware. This includes embedded systems, network devices, and potentially IoT devices that utilize this platform. The reference count leak can cause gradual resource exhaustion, leading to kernel instability or crashes, which may result in denial of service conditions. Critical infrastructure or industrial control systems using affected hardware could experience operational disruptions. However, since this vulnerability does not directly allow code execution or privilege escalation, the confidentiality and integrity impacts are limited. The main risk is availability degradation. Organizations relying on ARM HiSilicon Linux systems should be aware of potential service interruptions if the vulnerability is exploited or triggered by workload patterns. Given the lack of known exploits, the immediate threat level is moderate, but unpatched systems remain at risk of stability issues over time.
Mitigation Recommendations
To mitigate CVE-2022-49447, organizations should promptly update their Linux kernel to a version that includes the patch fixing the missing of_node_put() call. Kernel maintainers have addressed this in the source code, so applying the latest stable kernel releases or vendor-provided updates is critical. For embedded or specialized devices, coordinate with hardware vendors or device manufacturers to obtain patched firmware or kernel updates. Additionally, monitor system logs and kernel memory usage for signs of resource leaks or instability that could indicate the vulnerability is affecting operations. Implementing kernel memory usage monitoring tools and alerting on abnormal patterns can provide early detection. Where possible, isolate affected devices from critical networks to reduce impact if a denial of service occurs. Avoid running untrusted code or workloads that might trigger excessive device node lookups on vulnerable systems. Finally, maintain an inventory of ARM HiSilicon Linux systems to ensure all are accounted for in patching efforts.
Affected Countries
For access to advanced analysis and higher rate limits, contact root@offseq.com
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Linux
- Date Reserved
- 2025-02-26T02:08:31.571Z
- Cisa Enriched
- false
- Cvss Version
- null
- State
- PUBLISHED
Threat ID: 682d982ec4522896dcbe5a53
Added to database: 5/21/2025, 9:09:02 AM
Last enriched: 6/30/2025, 7:26:10 AM
Last updated: 7/28/2025, 5:23:53 AM
Views: 14
Related Threats
CVE-2025-8690: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in addix Simple Responsive Slider
MediumCVE-2025-8688: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in ebernstein Inline Stock Quotes
MediumCVE-2025-8685: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in emilien Wp chart generator
MediumCVE-2025-8621: CWE-80 Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) in odn Mosaic Generator
MediumCVE-2025-8568: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in prabode GMap Generator
MediumActions
Updates to AI analysis are available only with a Pro account. Contact root@offseq.com for access.
External Links
Need enhanced features?
Contact root@offseq.com for Pro access with improved analysis and higher rate limits.