CVE-2026-68456

Source
https://cve.org/CVERecord?id=CVE-2026-68456
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68456.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-68456
Downstream
Published
2026-08-15T05:51:17.487Z
Modified
2026-08-18T03:31:24.852631925Z
Summary
usb: atm: ueagle-atm: wait for pre-firmware load in .disconnect()
Details

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

usb: atm: ueagle-atm: wait for pre-firmware load in .disconnect()

ueagle-atm uses the asynchronous requestfirmwarenowait() in .probe(), but does not wait for its completion, not even in .disconnect(); so, if the device is unplugged meanwhile, its teardown runs concurrently with that.

Even though this inconsistency is worth addressing on its own, it has also triggered several bug reports in syzbot over the years (some auto-closed) where the firmware sysfs fallback mechanism (CONFIGFWLOADERUSERHELPER) creates a firmware subdirectory in the device directory during its removal, which might hit unexpected conditions in kernfs, apparently, depending at which point the add and remove operations raced. (See links.)

The pattern is:

usb ?-?: Direct firmware load for ueagle-atm/eagle?.fw failed with error -2 usb ?-?: Falling back to sysfs fallback for: ueagle-atm/eagle?.fw <ERROR> Call trace: ... kernfscreatedirns sysfscreatedirns createdir kobjectaddinternal kobjectaddvarg kobjectadd classdircreateandadd getdeviceparent deviceadd fwloadsysfsfallback fwloadfromuserhelper firmwarefallbacksysfs requestfirmware requestfirmwarework_func ...

(Some variations are observed, after fwloadsysfs_fallback(), e.g., [1].)

While the kernfs side is being looked at, the ueagle-atm side can be fixed by waiting for the pre-firmware load in the .disconnect() handler.

This change has a similar approach to previous work by Andrey Tsygunka [2] (waitforcompletion() in .disconnect()), but it is relatively different in design/implementation; using the Originally-by tag for credit assignment.

This has been tested with: - synthetic reproducer to check the error path; - USB gadget (virtual device) to check the firmware upload path; - QEMU device emulator to check the device ID re-enumeration path; (The latter two were written by Claude; no other code/text in this commit.)

Links (year first reported): 2025 https://syzbot.org/bug?extid=ce1e5a1b4e086b43e56d 2025 https://syzbot.org/bug?extid=9af8471255ac36e34fd4 2024 https://syzbot.org/bug?extid=306212936b13e520679d 2023 https://syzkaller.appspot.com/bug?extid=457452d30bcdda75ead2 2022 https://syzbot.org/bug?extid=782984d6f1701b526edb 2021 https://syzbot.org/bug?id=f3f221579f4ef7e9691281f3c6f56c05f83e8490 2021 https://syzbot.org/bug?id=84d86f0d71394829df6fc53daf6642c045983881 2021 https://syzbot.org/bug?id=3302dc1c0e2b9c94f2e8edb404eabc9267bc6f90

[1] https://syzkaller.appspot.com/bug?extid=457452d30bcdda75ead2 [2] https://lore.kernel.org/lkml/20250410093146.3776801-2-aitsygunka@yandex.ru/

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68456.json"
}
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
b72458a80c75cab832248f536412f386e20a93a0
Fixed
d85f19aaef42a03e3e4765d659c761c8750a7f23
Fixed
76861031b43a18065d13f9ffb8595d25c7576005
Fixed
bbfedc84714064ea4845e6b76f96316eb5bb65d8
Fixed
f2a6abc670104fc3e383ee3b1cf35c070485e3df
Fixed
c581e30ae5b332d8acef64475a211b3f82099941
Fixed
509b51327320bdeaef1969248177a446ded073ab
Fixed
ddcdac47e1f2651c7be60e299f98faf981522797
Fixed
e2674dfbed8a30d57e2bc872c4bfa6c3eec918bf

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.16
Fixed
5.10.261
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.212
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.178
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.145
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.97
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

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