VYPR
Unrated severityNVD Advisory· Published Dec 24, 2025· Updated Apr 15, 2026

CVE-2025-68344

CVE-2025-68344

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.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected products

44

Patches

Vulnerability mechanics

References

8

News mentions

0

No linked articles in our index yet.