AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2025-68281

UNKNOWN · CVSS N/A EPSS 0.15%

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

CyberRota Analysis

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

CVE
CVE-2025-68281
Severity
UNKNOWN
CVSS
N/A
EPSS
0.15%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: ASoC: SDCA: bug fix while parsing mipi-sdca-control-cn-list "struct sdca_control" declares "values" field as integer array. But the memory allocated to it is of char array. This causes crash for sdca_parse_function API. This patch addresses the issue by allocating correct data size.