CVE-2026-68354

Source
https://cve.org/CVERecord?id=CVE-2026-68354
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68354.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-68354
Downstream
Published
2026-08-10T12:03:31.348Z
Modified
2026-08-15T11:31:09.520132597Z
Severity
  • 8.8 (High) CVSS_V3 - CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
firewire: net: Fix fragmented datagram reassembly
Details

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

firewire: net: Fix fragmented datagram reassembly

fwnetfragnew() keeps a sorted list of received fragments for a partial datagram. When a new fragment is adjacent to an existing fragment, the code checks whether the new fragment also closes the gap to the next or previous list entry.

Those neighbor lookups currently assume that the current fragment always has a real next or previous fragment. At a list edge, the next or previous entry is the list head, not a struct fwnetfragmentinfo.

The gap checks also compare against the old edge of the current fragment instead of the edge after adding the new fragment. As a result, a fragment that bridges two existing ranges may leave two adjacent ranges unmerged, so fwnetpdis_complete() can miss a complete datagram.

Check for the list head before looking up the neighboring fragment, and compare the neighbor against the new fragment's far edge when deciding whether to merge all three ranges.

This issue was found by a static analysis checker and confirmed by manual source review.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68354.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
c76acec6d55107b652a37c90b36c00bc8b04dabb
Fixed
b7d633c7c92321be98724b1d365e8ce507f2f349
Fixed
22e05b8ddbcf7d22c7f1598786e86635547e554d
Fixed
0177e578d7a885037b0fb82286c12e9d0360cc10
Fixed
2a5aa4e9b89227d1a1690fb8d5b81e5f3b261999
Fixed
d52a13adbb8ccbab99cd3bad36804e87d8b5c052

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68354.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.31
Fixed
6.6.148
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.101
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.42
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68354.json"