CVE-2023-54109
Unknown Unknown - Not Provided

Reference Count Leak in Linux rcar_fdp1 Media Driver Fixed

Vulnerability report for CVE-2023-54109, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-12-24

Last updated on: 2025-12-24

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: media: rcar_fdp1: Fix refcount leak in probe and remove function rcar_fcp_get() take reference, which should be balanced with rcar_fcp_put(). Add missing rcar_fcp_put() in fdp1_remove and the error paths of fdp1_probe() to fix this. [hverkuil: resolve merge conflict, remove() is now void]

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-24
Last Modified
2025-12-24
Generated
2026-07-06
AI Q&A
2025-12-24
EPSS Evaluated
2026-07-05
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a reference count leak in the Linux kernel's media subsystem, specifically in the rcar_fdp1 driver. The function rcar_fcp_get() increments a reference count that should be balanced by a corresponding rcar_fcp_put() call. However, the missing rcar_fcp_put() calls in the fdp1_remove function and error paths of fdp1_probe() caused the reference count to leak, potentially leading to resource management issues. The fix adds the missing rcar_fcp_put() calls to properly balance the references.

Impact Analysis

The reference count leak can lead to resource leaks within the kernel, which may cause increased memory usage or instability in the affected media driver. Over time, this could degrade system performance or cause unexpected behavior in media-related functionalities relying on the rcar_fdp1 driver.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2023-54109. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart