CVE-2025-68753
Unknown Unknown - Not Provided

BaseFortify

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

Publication date: 2026-01-05

Last updated on: 2026-01-11

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: ALSA: firewire-motu: add bounds check in put_user loop for DSP events In the DSP event handling code, a put_user() loop copies event data. When the user buffer size is not aligned to 4 bytes, it could overwrite beyond the buffer boundary. Fix by adding a bounds check before put_user().

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-01-05
Last Modified
2026-01-11
Generated
2026-07-06
AI Q&A
2026-01-05
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
Mitigation Strategies

Update the Linux kernel to a version that includes the fix for the ALSA firewire-motu bounds check vulnerability. This fix adds a bounds check in the put_user loop for DSP events to prevent buffer overflows. Until the update is applied, avoid processing untrusted or malformed DSP event data that could trigger the vulnerability.

Executive Summary

This vulnerability exists in the Linux kernel's ALSA firewire-motu driver. Specifically, in the DSP event handling code, a loop using put_user() copies event data to a user buffer. If the user buffer size is not aligned to 4 bytes, the loop could write beyond the buffer boundary, potentially causing memory corruption. The issue was fixed by adding a bounds check before each put_user() operation to prevent overwriting beyond the buffer.

Impact Analysis

This vulnerability can lead to memory corruption by writing beyond the intended buffer boundary when handling DSP events. Such memory corruption could cause system instability, crashes, or potentially allow an attacker to execute arbitrary code or escalate privileges if exploited.

Chat Assistant

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

EPSS Chart