CVE-2022-49368: net: ethernet: mtk_eth_soc: out of bounds read in mtk_hwlro_get_fdir_entry()
In the Linux kernel, the following vulnerability has been resolved:
net: ethernet: mtk_eth_soc: out of bounds read in mtk_hwlro_get_fdir_entry()
The "fsp->location" variable comes from user via ethtool_get_rxnfc().
Check that it is valid to prevent an out of bounds read.
Security readout for executives and security teams
Plain-English summary
CVE-2022-49368 is a Linux kernel flaw in the MediaTek Ethernet driver. A local, low-privileged user could supply an invalid receive-filter location through ethtool handling, causing the kernel to read outside expected memory. The public record rates it high because it may expose sensitive information or affect system availability.
Executive priority
Treat as high priority where MediaTek-based Linux systems allow local users or untrusted workloads. For general servers without this driver or hardware path, urgency is lower but still requires normal kernel patch governance.
Technical view
The issue is a CWE-125 out-of-bounds read in mtk_hwlro_get_fdir_entry() in the Linux mtk_eth_soc Ethernet driver. The vulnerable path trusts fsp->location from ethtool_get_rxnfc(); the fix validates that location before use. CVSS 3.1 is 7.1: local attack, low complexity, low privileges, no user interaction, high confidentiality and availability impact.
Likely exposure
Exposure is most relevant to Linux systems using the MediaTek mtk_eth_soc Ethernet driver and affected kernel lines identified in the CVE data. This is not described as remotely reachable; the CVSS vector requires local access and low privileges.
Exploitation context
The provided sources do not show CISA KEV listing or active exploitation. Exploitation requires local access and interaction with ethtool receive-flow classification handling. The record does not provide public exploit details, and none should be assumed.
Researcher notes
Evidence is limited to the CVE record and Linux stable references. The root condition is missing bounds validation for a user-influenced ethtool location value. The supplied data names fixed commits but does not provide distribution-specific package status or exploit telemetry.
Mitigation direction
Update affected Linux kernels to vendor-supported builds containing the referenced stable fixes.
Prioritize systems using MediaTek Ethernet hardware or the mtk_eth_soc driver.
Check distribution advisories for exact fixed package versions before rollout.
Restrict unnecessary local shell access on exposed systems.
Monitor kernel logs for instability until patched.
Validation and detection
Inventory Linux hosts and identify kernels using the mtk_eth_soc driver.
Compare running kernel builds with vendor advisories and referenced stable commits.
Confirm patched builds include validation for fsp->location in mtk_hwlro_get_fdir_entry().
Review local user access on affected appliances or embedded systems.
Track whether downstream vendors backported the kernel fix.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-125: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-125 · source CWE mapping
Out-of-bounds Read
Out-of-bounds Read represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.