CVE-2025-68819: media: dvb-usb: dtv5100: fix out-of-bounds in dtv5100_i2c_msg()
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.
Security readout for executives and security teams
Plain-English summary
A flaw in Linux’s dtv5100 digital-TV USB driver allows a locally authenticated user to supply an oversized read length, causing memory access beyond an internal buffer. Successful exploitation could compromise confidentiality, integrity, or system availability. Exposure depends on the affected driver being present and reachable.
Executive priority
Treat as an expedited kernel remediation for systems exposing the dtv5100 driver to untrusted local users. Prioritize shared endpoints, appliances, and multi-user hosts. Scope first, because the issue is driver-specific and not remotely exploitable according to the supplied CVSS vector.
Technical view
The dtv5100_i2c_msg() function failed to validate the user-controlled rlen value against sizeof(st->data). An oversized value can produce an out-of-bounds access involving st->data. Linux stable fixes add range checking, with separate commits supplied for supported kernel branches.
Likely exposure
Most relevant to Linux systems running an affected kernel where the dvb-usb dtv5100 driver is installed and accessible. The CVSS vector requires local access and low privileges, with no user interaction. Systems without this driver or already carrying the appropriate stable fix are unlikely to be exposed.
Exploitation context
The supplied CVSS score is 7.8 and indicates potentially high confidentiality, integrity, and availability impact. Exploitation requires local, low-privileged access. The bundle reports that this CVE is not in KEV and provides no evidence of active exploitation.
Researcher notes
The source bundle identifies the vulnerable function and missing length check but does not provide a CWE, exploit evidence, or detailed reachability conditions. Its affected-version data mixes release identifiers and commit hashes, so branch-specific status should be confirmed through the listed stable commits and distributor guidance.
Mitigation direction
Update to a vendor-supported kernel containing the applicable Linux stable fix.
Match the running kernel branch to the appropriate referenced stable commit.
Consult the Linux distributor’s advisory for exact fixed package versions.
Prioritize shared systems where untrusted users can obtain local access.
Validation and detection
Inventory kernel versions across systems that may use DVB-USB hardware.
Determine whether the dtv5100 driver is present, loaded, or operationally required.
Verify the applicable stable commit or vendor backport is installed.
Recheck the distributor’s package changelog after updating.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2025-68819 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
0ADP providers
8Source links
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.