LiveActive security incident?Get immediate response
CVE Record

CVE-2023-53432: firewire: net: fix use after free in fwnet_finish_incoming_packet()

In the Linux kernel, the following vulnerability has been resolved: firewire: net: fix use after free in fwnet_finish_incoming_packet() The netif_rx() function frees the skb so we can't dereference it to save the skb->len.

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2023-53432 is a Linux kernel use-after-free bug in FireWire networking. A local authenticated user could potentially trigger memory corruption in affected kernels, with CVSS indicating possible confidentiality, integrity, and availability impact. Exposure is most relevant where FireWire networking support is present or enabled.

Executive priority

Treat as high priority for Linux fleets with local multi-user access or FireWire capability. It is not evidenced as internet-remote or actively exploited in the provided sources, but kernel memory-safety flaws can carry serious business impact when exposed.

Technical view

The bug is in fwnet_finish_incoming_packet(). The CVE states netif_rx() frees the skb, but the code later dereferenced skb to read skb->len. That is a CWE-416 use-after-free in the Linux kernel FireWire network driver area, scored CVSS 7.8 with local, low-complexity, low-privilege attack characteristics.

Likely exposure

Likely limited to Linux systems running affected kernel versions with FireWire networking code available. The source data identifies Linux as affected and lists kernel version lines including 2.6.31, 5.15.128, 6.1.47, 6.4.12, and 6.5 context. Confirm exact vendor package status for deployed distributions.

Exploitation context

The provided sources do not show CISA KEV listing or active exploitation. The CVSS vector requires local access and low privileges, with no user interaction. Practical risk depends on whether FireWire networking is built, loaded, reachable, and exposed to local users.

Researcher notes

Focus validation on the FireWire network receive path and whether the skb length is captured before netif_rx(). The source bundle gives stable kernel commit references but not distribution package names, exploit artifacts, or operational mitigations beyond applying fixed kernels.

Mitigation direction

  • Update affected Linux kernels using vendor or distribution security guidance.
  • Prioritize systems where FireWire networking is enabled or hardware is accessible.
  • Disable or restrict unused FireWire networking support where operationally safe.
  • Track the referenced stable kernel fixes in downstream vendor advisories.
  • Do not deploy direct kernel changes outside standard vendor patch processes.

Validation and detection

  • Inventory Linux kernel versions across laptops, workstations, and servers.
  • Check whether FireWire networking modules or configuration are present.
  • Map installed distribution packages to vendor-fixed kernel releases.
  • Confirm the referenced stable commits appear in your kernel source or changelog.
  • Review local access controls on systems with FireWire capability.
Prepared
Confidence
medium
Sources
6

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-416: 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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2023-53432 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
High
CVSS
7.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/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
1ADP providers
5Source links

SSVC decision data

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

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
7.8CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H1.85.9CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

7.8High
CVSS 3.1 vector shape for CVE-2023-53432Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinuxc76acec6d55107b652a37c90b36c00bc8b04dabb, c76acec6d55107b652a37c90b36c00bc8b04dabb, c76acec6d55107b652a37c90b36c00bc8b04dabb, c76acec6d55107b652a37c90b36c00bc8b04dabbunaffected
LinuxLinux2.6.31, 0, 5.15.128, 6.1.47, 6.4.12, 6.5affected
Weakness

CWE details

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

CWE-416 · source CWE mapping

Use After Free

Use After Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.