{ "dataType": "CVE_RECORD", "dataVersion": "5.2", "cveMetadata": { "cveId": "CVE-2025-68799", "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "state": "PUBLISHED", "assignerShortName": "Linux", "dateReserved": "2025-12-24T10:30:51.042Z", "datePublished": "2026-01-13T15:29:09.012Z", "dateUpdated": "2026-08-05T12:11:33.021Z" }, "containers": { "cna": { "providerMetadata": { "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "shortName": "Linux", "dateUpdated": "2026-08-05T12:11:33.021Z" }, "descriptions": [ { "lang": "en", "value": "In the Linux kernel, the following vulnerability has been resolved:\n\ncaif: fix integer underflow in cffrml_receive()\n\nThe cffrml_receive() function extracts a length field from the packet\nheader and, when FCS is disabled, subtracts 2 from this length without\nvalidating that len >= 2.\n\nIf an attacker sends a malicious packet with a length field of 0 or 1\nto an interface with FCS disabled, the subtraction causes an integer\nunderflow.\n\nThis can lead to memory exhaustion and kernel instability, potential\ninformation disclosure if padding contains uninitialized kernel memory.\n\nFix this by validating that len >= 2 before performing the subtraction." } ], "metrics": [ { "cvssV3_1": { "version": "3.1", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H", "baseScore": 8.1, "baseSeverity": "HIGH" }, "scenarios": [ { "lang": "en", "value": "AV:A - The malicious CAIF frame originates from a directly connected modem or remote processor over a non-routable USB or virtio link. This makes the attacker logically adjacent rather than an arbitrary Internet host.\nAC:L - A length field of 0 or 1 deterministically triggers the underflow on FCS-disabled USB and virtio interfaces. No race, timing, or uncontrolled memory-layout condition is required.\nPR:N - The framing header is parsed before CAIF channel demultiplexing, authentication, or service-level checks. A malicious CAIF peer requires no Linux credentials or capabilities.\nUI:N - Once the CAIF interface is active, the peer can trigger the vulnerability merely by supplying a malformed frame. No victim action is required.\nS:U - The vulnerable framing code and the affected kernel memory and availability remain within the same kernel security authority. No VM, IOMMU, or sandbox boundary is crossed.\nC:H - The underflow can expose approximately 64 KiB of newly allocated, uninitialized kernel heap as skb data, and the fix identifies possible disclosure of this padding. Conservatively, this constitutes a substantial kernel-memory disclosure.\nI:N - The skb helpers allocate sufficient capacity before extending the packet, so the bug does not create an out-of-bounds write, use-after-free, or attacker-controlled overwrite. No integrity impact is established.\nA:H - Each tiny malicious frame can force an approximately 64 KiB atomic skb expansion and unratelimited error logging. Repeated frames can cause memory exhaustion, severe resource pressure, and kernel instability." } ] } ], "affected": [ { "product": "Linux", "vendor": "Linux", "defaultStatus": "unaffected", "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git", "programFiles": [ "net/caif/cffrml.c" ], "versions": [ { "version": "b482cd2053e3b90a7b33a78c63cdb6badf2ec383", "lessThan": "f407f1c9f45bbf5c99fd80b3f3f4a94fdbe35691", "status": "affected", "versionType": "git" }, { "version": "b482cd2053e3b90a7b33a78c63cdb6badf2ec383", "lessThan": "c54091eec6fed19e94182aa05dd6846600a642f7", "status": "affected", "versionType": "git" }, { "version": "b482cd2053e3b90a7b33a78c63cdb6badf2ec383", "lessThan": "785c7be6361630070790f6235b696da156ac71b3", "status": "affected", "versionType": "git" }, { "version": "b482cd2053e3b90a7b33a78c63cdb6badf2ec383", "lessThan": "f818cd472565f8b0c2c409b040e0121c5cf8592c", "status": "affected", "versionType": "git" }, { "version": "b482cd2053e3b90a7b33a78c63cdb6badf2ec383", "lessThan": "4ec29714aa4e0601ea29d2f02b461fc0ac92c2c3", "status": "affected", "versionType": "git" }, { "version": "b482cd2053e3b90a7b33a78c63cdb6badf2ec383", "lessThan": "21fdcc00656a60af3c7aae2dea8dd96abd35519c", "status": "affected", "versionType": "git" }, { "version": "b482cd2053e3b90a7b33a78c63cdb6badf2ec383", "lessThan": "8a11ff0948b5ad09b71896b7ccc850625f9878d1", "status": "affected", "versionType": "git" } ] }, { "product": "Linux", "vendor": "Linux", "defaultStatus": "affected", "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git", "programFiles": [ "net/caif/cffrml.c" ], "versions": [ { "version": "2.6.35", "status": "affected" }, { "version": "0", "lessThan": "2.6.35", "status": "unaffected", "versionType": "semver" }, { "version": "5.10.248", "lessThanOrEqual": "5.10.*", "status": "unaffected", "versionType": "semver" }, { "version": "5.15.198", "lessThanOrEqual": "5.15.*", "status": "unaffected", "versionType": "semver" }, { "version": "6.1.160", "lessThanOrEqual": "6.1.*", "status": "unaffected", "versionType": "semver" }, { "version": "6.6.120", "lessThanOrEqual": "6.6.*", "status": "unaffected", "versionType": "semver" }, { "version": "6.12.64", "lessThanOrEqual": "6.12.*", "status": "unaffected", "versionType": "semver" }, { "version": "6.18.3", "lessThanOrEqual": "6.18.*", "status": "unaffected", "versionType": "semver" }, { "version": "6.19", "lessThanOrEqual": "*", "status": "unaffected", "versionType": "original_commit_for_fix" } ] } ], "cpeApplicability": [ { "nodes": [ { "operator": "OR", "negate": false, "cpeMatch": [ { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "2.6.35", "versionEndExcluding": "5.10.248" }, { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "2.6.35", "versionEndExcluding": "5.15.198" }, { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "2.6.35", "versionEndExcluding": "6.1.160" }, { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "2.6.35", "versionEndExcluding": "6.6.120" }, { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "2.6.35", "versionEndExcluding": "6.12.64" }, { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "2.6.35", "versionEndExcluding": "6.18.3" }, { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "2.6.35", "versionEndExcluding": "6.19" } ] } ] } ], "references": [ { "url": "https://git.kernel.org/stable/c/f407f1c9f45bbf5c99fd80b3f3f4a94fdbe35691" }, { "url": "https://git.kernel.org/stable/c/c54091eec6fed19e94182aa05dd6846600a642f7" }, { "url": "https://git.kernel.org/stable/c/785c7be6361630070790f6235b696da156ac71b3" }, { "url": "https://git.kernel.org/stable/c/f818cd472565f8b0c2c409b040e0121c5cf8592c" }, { "url": "https://git.kernel.org/stable/c/4ec29714aa4e0601ea29d2f02b461fc0ac92c2c3" }, { "url": "https://git.kernel.org/stable/c/21fdcc00656a60af3c7aae2dea8dd96abd35519c" }, { "url": "https://git.kernel.org/stable/c/8a11ff0948b5ad09b71896b7ccc850625f9878d1" } ], "title": "caif: fix integer underflow in cffrml_receive()", "x_generator": { "engine": "bippy-1.2.0" } } } }