{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "b72458a80c75cab832248f536412f386e20a93a0"
            },
            {
              "fixed": "d85f19aaef42a03e3e4765d659c761c8750a7f23"
            },
            {
              "fixed": "76861031b43a18065d13f9ffb8595d25c7576005"
            },
            {
              "fixed": "bbfedc84714064ea4845e6b76f96316eb5bb65d8"
            },
            {
              "fixed": "f2a6abc670104fc3e383ee3b1cf35c070485e3df"
            },
            {
              "fixed": "c581e30ae5b332d8acef64475a211b3f82099941"
            },
            {
              "fixed": "509b51327320bdeaef1969248177a446ded073ab"
            },
            {
              "fixed": "ddcdac47e1f2651c7be60e299f98faf981522797"
            },
            {
              "fixed": "e2674dfbed8a30d57e2bc872c4bfa6c3eec918bf"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "Linux",
        "name": "Kernel"
      },
      "ranges": [
        {
          "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"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68456.json"
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: atm: ueagle-atm: wait for pre-firmware load in .disconnect()\n\nueagle-atm uses the asynchronous request_firmware_nowait() in .probe(),\nbut does not wait for its completion, not even in .disconnect(); so, if the\ndevice is unplugged meanwhile, its teardown runs concurrently with that.\n\nEven though this inconsistency is worth addressing on its own, it has also\ntriggered several bug reports in syzbot over the years (some auto-closed)\nwhere the firmware sysfs fallback mechanism (CONFIG_FW_LOADER_USER_HELPER)\ncreates a firmware subdirectory in the device directory during its removal,\nwhich might hit unexpected conditions in kernfs, apparently, depending at\nwhich point the add and remove operations raced. (See links.)\n\nThe pattern is:\n\nusb ?-?: Direct firmware load for ueagle-atm/eagle?.fw failed with error -2\nusb ?-?: Falling back to sysfs fallback for: ueagle-atm/eagle?.fw\n\u003cERROR\u003e\nCall trace:\n ...\n kernfs_create_dir_ns\n sysfs_create_dir_ns\n create_dir\n kobject_add_internal\n kobject_add_varg\n kobject_add\n class_dir_create_and_add\n get_device_parent\n device_add\n fw_load_sysfs_fallback\n fw_load_from_user_helper\n firmware_fallback_sysfs\n _request_firmware\n request_firmware_work_func\n ...\n\n(Some variations are observed, after fw_load_sysfs_fallback(), e.g., [1].)\n\nWhile the kernfs side is being looked at, the ueagle-atm side can be fixed\nby waiting for the pre-firmware load in the .disconnect() handler.\n\nThis change has a similar approach to previous work by Andrey Tsygunka [2]\n(wait_for_completion() in .disconnect()), but it is relatively different in\ndesign/implementation; using the Originally-by tag for credit assignment.\n\nThis has been tested with:\n- synthetic reproducer to check the error path;\n- USB gadget (virtual device) to check the firmware upload path;\n- QEMU device emulator to check the device ID re-enumeration path;\n(The latter two were written by Claude; no other code/text in this commit.)\n\nLinks (year first reported):\n 2025 https://syzbot.org/bug?extid=ce1e5a1b4e086b43e56d\n 2025 https://syzbot.org/bug?extid=9af8471255ac36e34fd4\n 2024 https://syzbot.org/bug?extid=306212936b13e520679d\n 2023 https://syzkaller.appspot.com/bug?extid=457452d30bcdda75ead2\n 2022 https://syzbot.org/bug?extid=782984d6f1701b526edb\n 2021 https://syzbot.org/bug?id=f3f221579f4ef7e9691281f3c6f56c05f83e8490\n 2021 https://syzbot.org/bug?id=84d86f0d71394829df6fc53daf6642c045983881\n 2021 https://syzbot.org/bug?id=3302dc1c0e2b9c94f2e8edb404eabc9267bc6f90\n\n[1] https://syzkaller.appspot.com/bug?extid=457452d30bcdda75ead2\n[2] https://lore.kernel.org/lkml/20250410093146.3776801-2-aitsygunka@yandex.ru/",
  "id": "CVE-2026-68456",
  "modified": "2026-08-18T03:31:24.852631925Z",
  "published": "2026-08-15T05:51:17.487Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/509b51327320bdeaef1969248177a446ded073ab"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/76861031b43a18065d13f9ffb8595d25c7576005"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/bbfedc84714064ea4845e6b76f96316eb5bb65d8"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/c581e30ae5b332d8acef64475a211b3f82099941"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/d85f19aaef42a03e3e4765d659c761c8750a7f23"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/ddcdac47e1f2651c7be60e299f98faf981522797"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/e2674dfbed8a30d57e2bc872c4bfa6c3eec918bf"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/f2a6abc670104fc3e383ee3b1cf35c070485e3df"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68456.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-68456"
    },
    {
      "type": "PACKAGE",
      "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
    }
  ],
  "schema_version": "1.9.0",
  "summary": "usb: atm: ueagle-atm: wait for pre-firmware load in .disconnect()"
}