CVE-2024-49973: r8169: add tally counter fields added with RTL8125
In the Linux kernel, the following vulnerability has been resolved:
r8169: add tally counter fields added with RTL8125
RTL8125 added fields to the tally counter, what may result in the chip
dma'ing these new fields to unallocated memory. Therefore make sure
that the allocated memory area is big enough to hold all of the
tally counter values, even if we use only parts of it.
Security readout for executives and security teams
Plain-English summary
A Linux Realtek network driver may let RTL8125 hardware write statistics beyond an allocated memory buffer. That can corrupt kernel memory, potentially affecting confidentiality, integrity, and availability. Exploitation requires local, low-privileged access according to the supplied CVSS assessment, so this is serious but not inherently an internet-facing flaw.
Executive priority
Treat this as a high-priority kernel maintenance issue on confirmed RTL8125/r8169 systems, particularly multi-user hosts and appliances. Local access requirements reduce immediate internet-driven urgency, but kernel-memory corruption justifies prompt remediation. Deprioritize only after confirming the affected driver and hardware are absent.
Technical view
The r8169 driver allocated a tally-counter buffer too small for fields introduced with RTL8125. The device could DMA the additional counters into adjacent, unallocated memory. The kernel fix enlarges the allocation to accommodate every counter field, even though the driver uses only some fields.
Likely exposure
Exposure is most likely on Linux systems using the r8169 driver with RTL8125-class hardware and a kernel lacking the relevant stable fix. The bundle's flattened version list is ambiguous, so kernel version numbers alone should not be treated as a definitive affected-or-fixed matrix.
Exploitation context
The supplied CVSS 3.1 vector rates this 7.8 and describes a local, low-complexity attack requiring low privileges and no user interaction. The bundle marks it absent from KEV and provides no evidence of active exploitation, public exploitation, or remote reachability.
Researcher notes
The root condition is an undersized DMA destination for RTL8125 tally counters, creating an out-of-bounds device write into kernel memory. The sources establish the defect and correction direction but do not document a demonstrated exploit, reliable attack primitive, or complete affected-version boundaries. Validate against exact vendor kernel builds.
Mitigation direction
Install a vendor-supported kernel containing the applicable stable fix.
Match distribution or appliance advisories to the deployed kernel build.
Prioritize systems confirmed to use r8169 with RTL8125 hardware.
Apply normal change controls because remediation changes kernel and driver code.
Validation and detection
Inventory kernel versions, network hardware, and loaded r8169 drivers.
Confirm the installed kernel includes the distribution fix or referenced stable commit.
Review vendor advisories because the supplied version representation is incomplete.
After updating, verify normal networking and kernel stability under representative workloads.
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-2024-49973 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.
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.