CVE-2023-53757: irqchip/irq-mvebu-gicp: Fix refcount leak in mvebu_gicp_probe
In the Linux kernel, the following vulnerability has been resolved:
irqchip/irq-mvebu-gicp: Fix refcount leak in mvebu_gicp_probe
of_irq_find_parent() returns a node pointer with refcount incremented,
We should use of_node_put() on it when not needed anymore.
Add missing of_node_put() to avoid refcount leak.
Security readout for executives and security teams
Plain-English summary
This is a Linux kernel resource-management bug in the irq-mvebu-gicp probe path. A reference counter is incremented and not released, creating a leak. The sources do not provide a CVSS score, concrete security impact, or evidence of active exploitation.
Executive priority
Treat as a routine kernel maintenance item unless vendor guidance identifies higher impact. There is no sourced evidence of active exploitation or broad emergency exposure, but affected kernels should still be updated through normal patch cycles.
Technical view
of_irq_find_parent() returns a device-tree node with an incremented reference count. mvebu_gicp_probe() failed to call of_node_put() when finished, causing a refcount leak. Stable kernel commits add the missing release. Impact is not quantified in the provided CVE data.
Likely exposure
Exposure is limited to Linux systems running affected kernel versions or commits that include the irq-mvebu-gicp code path. The bundle lists Linux as the affected product, but does not identify distributions, appliances, or cloud images.
Exploitation context
No active exploitation is supported by the supplied evidence. The CVE is not marked KEV, and the source bundle provides no public exploit, attack prerequisites, or demonstrated security outcome beyond the refcount leak.
Researcher notes
The evidence supports a narrow kernel refcount leak fix, not a confirmed privilege escalation, remote compromise, or denial-of-service scenario. Severity, CWE, and CVSS are absent, so exploitability and operational impact remain incomplete from the supplied sources.
Mitigation direction
Check vendor kernel advisories for your exact distribution or device.
Update to a kernel containing the referenced stable fix for your branch.
Prioritize systems using the irq-mvebu-gicp driver path.
Track this through normal kernel patch management unless vendor guidance says otherwise.
Validation and detection
Inventory Linux kernel versions across affected assets.
Compare running kernels against the affected versions and stable commit references.
Confirm vendor packages include the missing of_node_put() fix.
Review device-tree and kernel configuration for irq-mvebu-gicp usage.
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-53757 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
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
9Source links
Vulnerability timeline
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
CVE publishedCVE Program
The CVE record was published.
Dec 8, 2025, 01:19 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.