AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-52993

CRITICAL · CVSS 9.8 EPSS 0.37%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2026-06-24 · Last synced 2026-08-04

CyberRota Analysis

This is a critical severity vulnerability with a CVSS score of 9.8. It affects Linux.

CVE
CVE-2026-52993
Severity
CRITICAL
CVSS
9.8
EPSS
0.37%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: tipc: fix double-free in tipc_buf_append() tipc_msg_validate() can potentially reallocate the skb it is validating, freeing the old one. In tipc_buf_append(), it was being called with a pointer to a local variable which was a copy of the caller's skb pointer. If the skb was reallocated and validation subsequently failed, the error handling path would free the original skb pointer, which had already been freed, leading to double-free. Fix this by checking if head now points to a newly allocated reassembled skb. If it does, reassign *headbuf for later freeing operations.

Related CVEs

Other vulnerabilities affecting the same vendor(s)