LiveActive security incident?Get immediate response
CVE Record

CVE-2024-35796: net: ll_temac: platform_get_resource replaced by wrong function

In the Linux kernel, the following vulnerability has been resolved: net: ll_temac: platform_get_resource replaced by wrong function The function platform_get_resource was replaced with devm_platform_ioremap_resource_byname and is called using 0 as name. This eventually ends up in platform_get_resource_byname in the call stack, where it causes a null pointer in strcmp. if (type == resource_type(r) && !strcmp(r->name, name)) It should have been replaced with devm_platform_ioremap_resource.

MediumCVSS 5.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This Linux kernel flaw can crash affected systems through a null pointer bug in the ll_temac network driver path. The business impact is availability loss, not data theft or tampering. Sources rate it medium severity and require local low-privileged access.

Executive priority

Treat as a normal-priority availability patch unless affected systems are mission-critical or hard to reboot. It is not currently evidenced as exploited in the provided sources, but kernel denial-of-service issues can still disrupt operations.

Technical view

A wrong replacement of platform_get_resource with devm_platform_ioremap_resource_byname passed 0 as a name. That reaches platform_get_resource_byname and can trigger strcmp on a null pointer. The intended replacement is devm_platform_ioremap_resource. CVSS is 5.5, local, low complexity, low privileges, availability high.

Likely exposure

Exposure is most relevant to Linux systems running affected kernel versions where the ll_temac driver code is present and reachable. The provided data lists Linux kernel versions and stable commit references, but does not define specific distributions beyond a Debian LTS advisory reference.

Exploitation context

The source bundle does not show active exploitation, and KEV is false. The CVSS vector indicates exploitation requires local access with low privileges and no user interaction. Impact is denial of service through kernel crash behavior, with no stated confidentiality or integrity impact.

Researcher notes

Evidence supports a null pointer dereference caused by an API substitution mistake in ll_temac resource mapping. The source bundle includes stable kernel commits and Debian LTS notice, but does not provide exploit details, broad distribution mapping, or non-Linux product impact.

Mitigation direction

  • Apply vendor Linux kernel updates containing the referenced stable fixes.
  • For Debian LTS systems, follow the cited Debian security advisory.
  • Prioritize systems where the ll_temac driver is enabled or deployed.
  • If updates are delayed, check vendor guidance for supported workarounds.

Validation and detection

  • Inventory Linux kernel versions across affected server and device fleets.
  • Check whether the ll_temac driver is built, loaded, or required.
  • Compare installed kernels against vendor advisories and stable fix commits.
  • Confirm updated kernels are running after maintenance reboots.
Prepared
Confidence
high
Sources
10

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-35796 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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
2ADP providers
9Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

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.

ScoreVersionSeverityVectorExploitImpactSource
5.5CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H1.83.6CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

5.5Medium
CVSS 3.1 vector shape for CVE-2024-35796Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc
CVECVE Program Container
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinuxbd69058f50d5ffa659423bcfa6fe6280ce9c760a, bd69058f50d5ffa659423bcfa6fe6280ce9c760a, bd69058f50d5ffa659423bcfa6fe6280ce9c760a, bd69058f50d5ffa659423bcfa6fe6280ce9c760a, bd69058f50d5ffa659423bcfa6fe6280ce9c760a, bd69058f50d5ffa659423bcfa6fe6280ce9c760a, bd69058f50d5ffa659423bcfa6fe6280ce9c760a, 77c8cfdf808410be84be56aff7e0e186b8c5a879unaffected
LinuxLinux5.9, 0, 5.10.215, 5.15.154, 6.1.84, 6.6.24, 6.7.12, 6.8.3, 6.9affected
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.