NONE · 0

CVE-2025-68344

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...

Vulnerability 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.

References

FAQ

What is CVE-2025-68344?

CVE-2025-68344 is a documented vulnerability. 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...

How severe is CVE-2025-68344?

CVSS scoring is not yet available for CVE-2025-68344. Check NVD for updates.

Is there a patch for CVE-2025-68344?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.