CVE-2023-53495: net: ethernet: mvpp2_main: fix possible OOB write in mvpp2_ethtool_get_rxnfc()
In the Linux kernel, the following vulnerability has been resolved:
net: ethernet: mvpp2_main: fix possible OOB write in mvpp2_ethtool_get_rxnfc()
rules is allocated in ethtool_get_rxnfc and the size is determined by
rule_cnt from user space. So rule_cnt needs to be check before using
rules to avoid OOB writing or NULL pointer dereference.
Security readout for executives and security teams
Plain-English summary
A Linux networking driver flaw can let a low-privileged local user trigger unsafe kernel memory access. Successful abuse could potentially compromise confidentiality, integrity, or availability. Exposure is limited to affected kernels using the Marvell PPv2 Ethernet driver; the supplied evidence does not establish remote or active exploitation.
Executive priority
Treat as a high-priority, scoped kernel update. Accelerate remediation where untrusted users have local access and mvpp2 hardware is present. Systems without that driver are unlikely to be exposed through this code path, but version and backport status require vendor confirmation.
Technical view
In mvpp2_ethtool_get_rxnfc(), a user-controlled rule count determines allocation size for the rules buffer. Insufficient validation can cause an out-of-bounds write or NULL-pointer dereference. CVSS 3.1 rates it 7.8: local access, low privileges, low complexity, no user interaction, and potentially high confidentiality, integrity, and availability impact.
Likely exposure
Prioritize Linux hosts or appliances using the mvpp2 Marvell PPv2 Ethernet driver and an affected kernel release. The supplied version data is ambiguous and includes duplicate hashes, so confirm exposure against the running distribution's advisory and package changelog rather than relying solely on the listed versions.
Exploitation context
The supplied CVSS vector requires local access and low privileges; it does not describe a network-reachable attack. The CVE is not listed as KEV, and the provided sources contain no evidence of active exploitation or a public exploit. Practical exploitability beyond crashes is not established here.
Researcher notes
The core defect is inadequate validation of user-supplied rule_cnt before using the allocated rules buffer. The documented outcomes are an out-of-bounds write or NULL dereference. The bundle provides several stable-kernel fix commits but insufficiently clear affected-version boundaries; assess branch-specific ancestry and distribution backports.
Mitigation direction
Install a vendor-supported kernel containing the applicable stable fix.
Check distribution advisories for backported fixes before comparing version numbers.
Restrict unnecessary local accounts and privileged network-configuration access until patched.
Prioritize exposed multi-user systems and appliances using the mvpp2 driver.
Validation and detection
Record the running kernel and determine whether the mvpp2 driver is present or loaded.
Compare installed kernel packages with the distribution's CVE advisory and changelog.
Confirm the vendor kernel includes the applicable referenced stable commit.
After updating, verify the new kernel is running and networking operates normally.
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.
cve · low confidence lookup
CVE-2023-53495 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
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.
1CVSS vectors
3Timeline events
0ADP providers
7Source links
CVSS vector scores
1 official score
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.