AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2025-68246

HIGH · CVSS 7.5 EPSS 0.36%

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

CyberRota Analysis

This is a high severity vulnerability with a CVSS score of 7.5. It affects Linux. It may be remotely exploitable.

CVE
CVE-2025-68246
Severity
HIGH
CVSS
7.5
EPSS
0.36%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: ksmbd: close accepted socket when per-IP limit rejects connection When the per-IP connection limit is exceeded in ksmbd_kthread_fn(), the code sets ret = -EAGAIN and continues the accept loop without closing the just-accepted socket. That leaks one socket per rejected attempt from a single IP and enables a trivial remote DoS. Release client_sk before continuing. This bug was found with ZeroPath.