NONE · 0

CVE-2025-68819

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

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

References

FAQ

What is CVE-2025-68819?

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

How severe is CVE-2025-68819?

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

Is there a patch for CVE-2025-68819?

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