In the Linux kernel, the following vulnerability has been resolved:
phonet: fix rtm_phonet_notify() skb allocation
fill_route() stores three components in the skb:
- struct rtmsg
- RTA_DST (u8)
- RTA_OIF (u32)
Therefore, rtm_phonet_notify() should use
NLMSG_ALIGN(sizeof(struct rtmsg)) +
nla_total_size(1) +
nla_total_size(4)
Security readout for executives and security teams
Plain-English summary
CVE-2024-36946 is a Linux kernel bug in the Phonet networking code. The public record says a route notification allocated too little buffer space for the data it stores. The available sources do not state impact, CVSS score, or active exploitation.
Executive priority
Treat as a patch-management item with uncertain severity. Prioritize vendor kernel updates, especially on internet-facing or multi-tenant Linux systems, but do not assume active exploitation from current sources.
Technical view
The fix changes rtm_phonet_notify() skb sizing to include aligned struct rtmsg plus netlink attributes RTA_DST and RTA_OIF. Sources list Linux kernel as affected and provide stable kernel commits. Impact and attacker requirements are not described in the provided record.
Likely exposure
Systems running affected Linux kernels with the Phonet code present are potentially exposed. Exposure is most relevant for Linux servers, appliances, and products that track upstream stable kernels. Confirm with distro or vendor advisories.
Exploitation context
No KEV listing is present, and the provided sources do not claim active exploitation. They also do not define whether exploitation is local, remote, or requires specific Phonet configuration.
Researcher notes
The record is sparse: no CWE, CVSS, exploitability statement, or impact class is provided. Analysis should focus on the referenced Phonet skb allocation fix and downstream vendor backports rather than assumptions about exploitability.
Mitigation direction
Apply kernel updates from your Linux distribution or appliance vendor.
For Debian LTS, review and apply the referenced June 2024 advisories.
For NetApp products, review the vendor advisory for product-specific status.
If self-maintaining kernels, include the relevant upstream stable fix.
Validation and detection
Inventory Linux kernel versions across servers, containers hosts, and appliances.
Compare versions against vendor advisories and upstream stable fixes.
Check kernel package changelogs for the CVE or referenced fix commits.
Prioritize systems where Phonet support is enabled or required.
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-36946 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.