LiveActive security incident?Get immediate response
CVE Record

CVE-2023-52459: media: v4l: async: Fix duplicated list deletion

In the Linux kernel, the following vulnerability has been resolved: media: v4l: async: Fix duplicated list deletion The list deletion call dropped here is already called from the helper function in the line before. Having a second list_del() call results in either a warning (with CONFIG_DEBUG_LIST=y): list_del corruption, c46c8198->next is LIST_POISON1 (00000100) If CONFIG_DEBUG_LIST is disabled the operation results in a kernel error due to NULL pointer dereference.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

CVE-2023-52459 is a Linux kernel bug in the media V4L async subsystem. A duplicate list deletion can corrupt kernel list state and may lead to a kernel error through NULL pointer dereference. The public record does not provide CVSS, CWE, or confirmed exploitation evidence.

Executive priority

Track this through normal kernel patch management unless media-enabled Linux systems are business-critical. Escalate if your vendor rates it higher or if exposed systems show kernel crashes linked to this subsystem.

Technical view

The issue is a duplicated list_del() after a helper already removes the entry. With CONFIG_DEBUG_LIST enabled, the kernel warns about list_del corruption. Without that debug option, the same path can produce a NULL pointer dereference. The record identifies Linux kernel impact and stable fix commits.

Likely exposure

Exposure is limited to systems running affected Linux kernel versions that include the vulnerable media V4L async code path. The bundle does not identify distributions, devices, CPEs, or whether typical server configurations are reachable.

Exploitation context

No source in the bundle states active exploitation, and KEV is false. The trigger conditions and attacker prerequisites are not described. Treat this as a kernel reliability and potential denial-of-service concern until vendor advisories clarify reachability.

Researcher notes

The key evidence is the upstream fix description: duplicated deletion after a helper call. The source bundle lacks CVSS, CWE, exploitability analysis, and precise distro package status, so validation should focus on kernel provenance and backported commits.

Mitigation direction

  • Check your Linux distribution advisory for CVE-2023-52459.
  • Update to a kernel containing the referenced stable fix commits.
  • Prioritize systems using camera, video capture, or media V4L functionality.
  • If updates are unavailable, follow vendor guidance for temporary risk reduction.

Validation and detection

  • Inventory Linux kernel versions across affected systems.
  • Confirm whether distro kernels include backports for the referenced fixes.
  • Review kernel logs for list_del corruption or NULL pointer dereference events.
  • Verify whether media V4L async components are built, loaded, or used.
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-2023-52459 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
2ADP providers
4Source links

SSVC decision data

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

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
other:ssvc
CVECVE Program Container
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux28a1295795d85a25f2e7dd391c43969e95fcb341, 28a1295795d85a25f2e7dd391c43969e95fcb341, 28a1295795d85a25f2e7dd391c43969e95fcb341unaffected
LinuxLinux6.6, 0, 6.6.14, 6.7.2, 6.8affected
Weakness

CWE details

No CWE listed

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