AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2023-54260

UNKNOWN · CVSS N/A EPSS 0.18%

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

CyberRota Analysis

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

CVE
CVE-2023-54260
Severity
UNKNOWN
CVSS
N/A
EPSS
0.18%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix lost destroy smbd connection when MR allocate failed If the MR allocate failed, the smb direct connection info is NULL, then smbd_destroy() will directly return, then the connection info will be leaked. Let's set the smb direct connection info to the server before call smbd_destroy().