LiveActive security incident?Get immediate response
CVE Record

CVE-2026-23023: idpf: fix memory leak in idpf_vport_rel()

In the Linux kernel, the following vulnerability has been resolved: idpf: fix memory leak in idpf_vport_rel() Free vport->rx_ptype_lkup in idpf_vport_rel() to avoid leaking memory during a reset. Reported by kmemleak: unreferenced object 0xff450acac838a000 (size 4096): comm "kworker/u258:5", pid 7732, jiffies 4296830044 hex dump (first 32 bytes): 00 00 00 00 00 10 00 00 00 10 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 10 00 00 00 00 00 00 ................ backtrace (crc 3da81902): __kmalloc_cache_noprof+0x469/0x7a0 idpf_send_get_rx_ptype_msg+0x90/0x570 [idpf] idpf_init_task+0x1ec/0x8d0 [idpf] process_one_work+0x226/0x6d0 worker_thread+0x19e/0x340 kthread+0x10f/0x250 ret_from_fork+0x251/0x2b0 ret_from_fork_asm+0x1a/0x30

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

This Linux kernel issue is a memory leak in the idpf driver during reset handling. It may gradually waste kernel memory when the affected path is exercised. The public record does not show active exploitation, a CVSS score, or attacker requirements.

Executive priority

Treat as a routine kernel maintenance issue unless idpf-dependent systems show resets, memory pressure, or availability sensitivity. Escalate if vendor advisories add severity or exploitability details.

Technical view

idpf_vport_rel() failed to free vport->rx_ptype_lkup, which was allocated in the idpf receive packet type initialization path. kmemleak reported an unreferenced 4096-byte allocation during reset-related worker execution. Stable kernel commits add the missing free.

Likely exposure

Exposure appears limited to Linux systems running affected kernels with the idpf driver present and reset activity occurring. The provided data does not map this to specific distributions, hardware models, or cloud images.

Exploitation context

The source bundle provides no evidence of exploitation in the wild, and KEV is false. It also does not state whether an unprivileged attacker can trigger the leak.

Researcher notes

The record identifies a missing free of rx_ptype_lkup in idpf_vport_rel(). Evidence supports a memory leak, but not impact beyond resource loss, reachable attack surface, privilege requirements, or exploitation.

Mitigation direction

  • Review Linux vendor advisories for fixed kernel packages.
  • Prioritize systems using the idpf driver or affected networking hardware.
  • Apply kernels containing the referenced stable fixes when available.
  • Monitor vendor distribution trackers for backported patches.

Validation and detection

  • Inventory Linux kernel versions across exposed fleets.
  • Check whether the idpf module or driver is present.
  • Review kernel logs for reset loops or memory pressure.
  • Use vendor package metadata to confirm fix inclusion.
Prepared
Confidence
medium
Sources
5

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-2026-23023 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

0CVSS vectors
3Timeline events
0ADP providers
4Source links

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.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux0fe45467a1041ea3657a7fa3a791c84c104fbd34, 0fe45467a1041ea3657a7fa3a791c84c104fbd34, 0fe45467a1041ea3657a7fa3a791c84c104fbd34unaffected
LinuxLinux6.7, 0, 6.12.66, 6.18.6, 6.19affected
Weakness

CWE details

No CWE listed

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