VYPR
Unrated severityNVD Advisory· Published Jan 13, 2026· Updated Apr 15, 2026

CVE-2025-68819

CVE-2025-68819

Description

In the Linux kernel, the following vulnerability has been resolved:

media: dvb-usb: dtv5100: fix out-of-bounds in dtv5100_i2c_msg()

rlen value is a user-controlled value, but dtv5100_i2c_msg() does not check the size of the rlen value. Therefore, if it is set to a value larger than sizeof(st->data), an out-of-bounds vuln occurs for st->data.

Therefore, we need to add proper range checking to prevent this vuln.

AI Insight

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

Missing size check in Linux kernel's dtv5100 I2C function allows out-of-bounds write, potentially leading to memory corruption.

Vulnerability

In the Linux kernel's media: dvb-usb subsystem, the dtv5100_i2c_msg() function in the dtv5100 driver lacks a bounds check on the user-controlled rlen value. When rlen is larger than the allocated buffer st->data, an out-of-bounds write occurs, corrupting adjacent memory [1][2][3].

Exploitation

The out-of-bounds condition is triggered by a malicious USB device that sends a crafted I2C message with an oversized rlen. The attacker requires physical access or the ability to inject a malicious USB device. No authentication is needed beyond device connection.

Impact

A successful exploit allows overwriting kernel memory beyond the intended buffer, potentially leading to denial of service or arbitrary code execution with kernel privileges.

Mitigation

The vulnerability is fixed by adding proper size validation in the affected driver. Patches have been applied to stable kernel trees [1][2][3]. Users should update to a patched kernel version.

AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

1

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

7

News mentions

0

No linked articles in our index yet.