CVE-2022-49061: Vulnerability in Linux Linux
In the Linux kernel, the following vulnerability has been resolved: net: ethernet: stmmac: fix altr_tse_pcs function when using a fixed-link When using a fixed-link, the altr_tse_pcs driver crashes due to null-pointer dereference as no phy_device is provided to tse_pcs_fix_mac_speed function. Fix this by adding a check for phy_dev before calling the tse_pcs_fix_mac_speed() function. Also clean up the tse_pcs_fix_mac_speed function a bit. There is no need to check for splitter_base and sgmii_adapter_base because the driver will fail if these 2 variables are not derived from the device tree.
AI Analysis
Technical Summary
CVE-2022-49061 is a vulnerability identified in the Linux kernel's Ethernet driver, specifically within the stmmac driver used for managing Ethernet MAC controllers. The issue arises when the driver operates in a fixed-link configuration, where no physical PHY device is present or provided. In this scenario, the function altr_tse_pcs calls tse_pcs_fix_mac_speed without verifying the presence of a valid phy_device pointer. This leads to a null-pointer dereference, causing the driver to crash. The root cause is the absence of a check for the phy_device before invoking tse_pcs_fix_mac_speed. Additionally, the vulnerability description notes that the tse_pcs_fix_mac_speed function contained redundant checks for splitter_base and sgmii_adapter_base, which are unnecessary because the driver fails if these are not derived from the device tree. The fix involves adding a null check for phy_device before calling tse_pcs_fix_mac_speed and cleaning up the function to remove unnecessary checks. This vulnerability is a denial-of-service (DoS) type, as the null-pointer dereference leads to a kernel crash, potentially causing system instability or downtime. The affected versions are specific commits of the Linux kernel, and no known exploits are currently reported in the wild. The vulnerability does not require user interaction or authentication to be triggered if the system is configured with a fixed-link Ethernet setup using the stmmac driver. However, exploitation depends on the system's hardware configuration and driver usage.
Potential Impact
For European organizations, the impact of CVE-2022-49061 primarily involves potential denial-of-service conditions on Linux systems using the stmmac Ethernet driver with fixed-link configurations. This could affect embedded systems, industrial control systems, network appliances, or servers that rely on this driver and configuration. A kernel crash can lead to system downtime, loss of availability, and potential disruption of critical services. Organizations in sectors such as manufacturing, telecommunications, and infrastructure that deploy Linux-based embedded devices or network equipment may be particularly vulnerable. While this vulnerability does not directly lead to privilege escalation or data breach, the resulting system instability could be exploited as part of a broader attack chain or cause operational disruptions. Given the widespread use of Linux in European IT environments, especially in servers and embedded devices, unpatched systems could experience unexpected crashes, impacting business continuity and service reliability.
Mitigation Recommendations
To mitigate CVE-2022-49061, organizations should: 1) Apply the official Linux kernel patches that include the fix for this vulnerability as soon as they become available. Monitor Linux kernel updates and vendor advisories for patched versions. 2) Identify systems using the stmmac Ethernet driver with fixed-link configurations and prioritize patching these devices. 3) For embedded or specialized devices where kernel updates are not straightforward, consider vendor firmware updates or workarounds that disable fixed-link configurations if feasible. 4) Implement robust monitoring and alerting for kernel crashes and system reboots to detect potential exploitation attempts or instability caused by this vulnerability. 5) Conduct thorough testing of kernel updates in controlled environments to ensure compatibility and stability before deployment in production. 6) Maintain an inventory of Linux-based devices and their driver configurations to assess exposure accurately. 7) Engage with hardware and device vendors to confirm support and patch availability for affected devices. These steps go beyond generic advice by focusing on configuration-specific identification, proactive monitoring, and vendor coordination.
Affected Countries
Germany, France, United Kingdom, Netherlands, Italy, Spain, Sweden, Finland
CVE-2022-49061: Vulnerability in Linux Linux
Description
In the Linux kernel, the following vulnerability has been resolved: net: ethernet: stmmac: fix altr_tse_pcs function when using a fixed-link When using a fixed-link, the altr_tse_pcs driver crashes due to null-pointer dereference as no phy_device is provided to tse_pcs_fix_mac_speed function. Fix this by adding a check for phy_dev before calling the tse_pcs_fix_mac_speed() function. Also clean up the tse_pcs_fix_mac_speed function a bit. There is no need to check for splitter_base and sgmii_adapter_base because the driver will fail if these 2 variables are not derived from the device tree.
AI-Powered Analysis
Technical Analysis
CVE-2022-49061 is a vulnerability identified in the Linux kernel's Ethernet driver, specifically within the stmmac driver used for managing Ethernet MAC controllers. The issue arises when the driver operates in a fixed-link configuration, where no physical PHY device is present or provided. In this scenario, the function altr_tse_pcs calls tse_pcs_fix_mac_speed without verifying the presence of a valid phy_device pointer. This leads to a null-pointer dereference, causing the driver to crash. The root cause is the absence of a check for the phy_device before invoking tse_pcs_fix_mac_speed. Additionally, the vulnerability description notes that the tse_pcs_fix_mac_speed function contained redundant checks for splitter_base and sgmii_adapter_base, which are unnecessary because the driver fails if these are not derived from the device tree. The fix involves adding a null check for phy_device before calling tse_pcs_fix_mac_speed and cleaning up the function to remove unnecessary checks. This vulnerability is a denial-of-service (DoS) type, as the null-pointer dereference leads to a kernel crash, potentially causing system instability or downtime. The affected versions are specific commits of the Linux kernel, and no known exploits are currently reported in the wild. The vulnerability does not require user interaction or authentication to be triggered if the system is configured with a fixed-link Ethernet setup using the stmmac driver. However, exploitation depends on the system's hardware configuration and driver usage.
Potential Impact
For European organizations, the impact of CVE-2022-49061 primarily involves potential denial-of-service conditions on Linux systems using the stmmac Ethernet driver with fixed-link configurations. This could affect embedded systems, industrial control systems, network appliances, or servers that rely on this driver and configuration. A kernel crash can lead to system downtime, loss of availability, and potential disruption of critical services. Organizations in sectors such as manufacturing, telecommunications, and infrastructure that deploy Linux-based embedded devices or network equipment may be particularly vulnerable. While this vulnerability does not directly lead to privilege escalation or data breach, the resulting system instability could be exploited as part of a broader attack chain or cause operational disruptions. Given the widespread use of Linux in European IT environments, especially in servers and embedded devices, unpatched systems could experience unexpected crashes, impacting business continuity and service reliability.
Mitigation Recommendations
To mitigate CVE-2022-49061, organizations should: 1) Apply the official Linux kernel patches that include the fix for this vulnerability as soon as they become available. Monitor Linux kernel updates and vendor advisories for patched versions. 2) Identify systems using the stmmac Ethernet driver with fixed-link configurations and prioritize patching these devices. 3) For embedded or specialized devices where kernel updates are not straightforward, consider vendor firmware updates or workarounds that disable fixed-link configurations if feasible. 4) Implement robust monitoring and alerting for kernel crashes and system reboots to detect potential exploitation attempts or instability caused by this vulnerability. 5) Conduct thorough testing of kernel updates in controlled environments to ensure compatibility and stability before deployment in production. 6) Maintain an inventory of Linux-based devices and their driver configurations to assess exposure accurately. 7) Engage with hardware and device vendors to confirm support and patch availability for affected devices. These steps go beyond generic advice by focusing on configuration-specific identification, proactive monitoring, and vendor coordination.
Affected Countries
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Linux
- Date Reserved
- 2025-02-26T01:49:39.243Z
- Cisa Enriched
- false
- Cvss Version
- null
- State
- PUBLISHED
Threat ID: 682d982fc4522896dcbe6a2a
Added to database: 5/21/2025, 9:09:03 AM
Last enriched: 7/1/2025, 1:44:07 AM
Last updated: 1/7/2026, 4:15:43 AM
Views: 49
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2026-20893: Origin validation error in Fujitsu Client Computing Limited Fujitsu Security Solution AuthConductor Client Basic V2
HighCVE-2025-14891: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in ivole Customer Reviews for WooCommerce
MediumCVE-2025-14059: CWE-73 External Control of File Name or Path in roxnor EmailKit – Email Customizer for WooCommerce & WP
MediumCVE-2025-12648: CWE-552 Files or Directories Accessible to External Parties in cbutlerjr WP-Members Membership Plugin
MediumCVE-2025-14631: CWE-476 NULL Pointer Dereference in TP-Link Systems Inc. Archer BE400
HighActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
External Links
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.