Vulnerability Database

314,343

Total vulnerabilities in the database

CVE-2023-53432

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.

  • Published: Sep 18, 2025
  • Updated: Dec 14, 2025
  • CVE: CVE-2023-53432
  • Severity: High
  • Exploit:

CVSS v3:

  • Severity: High
  • Score: 7.8
  • AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

CWEs: