AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2023-53724

UNKNOWN · CVSS N/A EPSS 0.19%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2025-10-22 · Last synced 2026-08-04

CyberRota Analysis

This vulnerability has an unknown severity rating. It affects Linux, F5.

CVE
CVE-2023-53724
Severity
UNKNOWN
CVSS
N/A
EPSS
0.19%
Linux F5

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: mfd: pcf50633-adc: Fix potential memleak in pcf50633_adc_async_read() `req` is allocated in pcf50633_adc_async_read(), but adc_enqueue_request() could fail to insert the `req` into queue. We need to check the return value and free it in the case of failure.