LiveActive security incident?Get immediate response
CVE Record

CVE-2023-53219: media: netup_unidvb: fix use-after-free at del_timer()

In the Linux kernel, the following vulnerability has been resolved: media: netup_unidvb: fix use-after-free at del_timer() When Universal DVB card is detaching, netup_unidvb_dma_fini() uses del_timer() to stop dma->timeout timer. But when timer handler netup_unidvb_dma_timeout() is running, del_timer() could not stop it. As a result, the use-after-free bug could happen. The process is shown below: (cleanup routine) | (timer routine) | mod_timer(&dev->tx_sim_timer, ..) netup_unidvb_finidev() | (wait a time) netup_unidvb_dma_fini() | netup_unidvb_dma_timeout() del_timer(&dma->timeout); | | ndev->pci_dev->dev //USE Fix by changing del_timer() to del_timer_sync().

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2023-53219 is a Linux kernel use-after-free bug in the netup_unidvb media driver used with Universal DVB cards. It is high severity because successful local exploitation could affect confidentiality, integrity, and availability. The provided sources do not show active exploitation or KEV listing.

Executive priority

Treat as a high-priority kernel maintenance item where affected hardware or modules exist, especially on shared Linux systems. For fleets without the driver or hardware, urgency is lower but inventory confirmation is still needed.

Technical view

During Universal DVB card detach, netup_unidvb_dma_fini() used del_timer() on dma->timeout. If netup_unidvb_dma_timeout() was already running, the timer handler could continue and reference freed device state. The kernel fix changes this to del_timer_sync(), preventing concurrent timer-handler use after cleanup.

Likely exposure

Exposure appears limited to Linux systems running affected kernels with the netup_unidvb driver and relevant Universal DVB hardware or module use. The CVSS vector is local, low complexity, low privileges, and no user interaction, so this is not described as a remote-network issue in the sources.

Exploitation context

No provided source states active exploitation, and the bundle marks KEV as false. The vulnerability is a kernel memory safety flaw with local attack requirements. Practical exploitability depends on local access, driver availability, hardware/module state, and kernel hardening.

Researcher notes

The root issue is timer teardown synchronization in netup_unidvb DMA cleanup. The source bundle provides fix commits but not exploit reports, proof-of-concept details, or distribution-specific fixed package versions. Avoid assuming exposure without confirming the driver and kernel lineage.

Mitigation direction

  • Update to a Linux kernel containing the stable netup_unidvb fix.
  • Prioritize distro-provided kernel security updates over manual patching.
  • If unable to patch, check vendor guidance for supported driver disablement.
  • Inventory systems using Universal DVB cards or the netup_unidvb module.
  • Schedule remediation faster on shared or multi-user Linux hosts.

Validation and detection

  • Confirm running kernel versions against vendor advisories for CVE-2023-53219.
  • Check whether netup_unidvb is present, loaded, or packaged.
  • Identify hosts with Universal DVB card usage or media-driver exposure.
  • Verify the installed kernel includes the del_timer_sync() fix.
  • Document exceptions where vendor fixes are unavailable or unconfirmed.
Prepared
Confidence
medium
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.

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-53219 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
9Source 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-53219Attack 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
LinuxLinux52b1eaf4c59a3bbd07afbb4ab4f43418a807d02e, 52b1eaf4c59a3bbd07afbb4ab4f43418a807d02e, 52b1eaf4c59a3bbd07afbb4ab4f43418a807d02e, 52b1eaf4c59a3bbd07afbb4ab4f43418a807d02e, 52b1eaf4c59a3bbd07afbb4ab4f43418a807d02e, 52b1eaf4c59a3bbd07afbb4ab4f43418a807d02e, 52b1eaf4c59a3bbd07afbb4ab4f43418a807d02e, 52b1eaf4c59a3bbd07afbb4ab4f43418a807d02eunaffected
LinuxLinux4.3, 0, 4.14.316, 4.19.284, 5.4.244, 5.10.181, 5.15.113, 6.1.30, 6.3.4, 6.4affected
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.