Security Advisory

CVE-2025-68344

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-12-24 10:32:37
Last updated 2026-05-11 21:51:22
Assigner Linux
State PUBLISHED

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.