CVE-2025-68344
Unknown Unknown - Not Provided

Integer Overflow in Linux ALSA Wavefront Sample Validation

Vulnerability report for CVE-2025-68344, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-12-24

Last updated on: 2025-12-24

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: ALSA: wavefront: Fix integer overflow in sample size validation The wavefront_send_sample() function has an integer overflow issue when validating sample size. The header->size field is u32 but gets cast to int for comparison with dev->freemem Fix by using unsigned comparison to avoid integer overflow.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-24
Last Modified
2025-12-24
Generated
2026-07-06
AI Q&A
2025-12-24
EPSS Evaluated
2026-07-05
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is an integer overflow issue in the Linux kernel's ALSA wavefront driver. Specifically, the wavefront_send_sample() function incorrectly handles the sample size validation by casting a 32-bit unsigned integer (u32) to a signed integer (int) for comparison, which can cause an integer overflow. The fix involves using an unsigned comparison to prevent this overflow.

Impact Analysis

The integer overflow in sample size validation could potentially lead to incorrect memory handling, which might cause unexpected behavior such as crashes or memory corruption in the ALSA wavefront driver. This could affect system stability or security depending on how the driver is used.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-68344. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart