{
  "affected": [
    {
      "ecosystem_specific": {
        "urgency": "not yet assigned"
      },
      "package": {
        "ecosystem": "Debian:13",
        "name": "linux"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    },
    {
      "ecosystem_specific": {
        "urgency": "not yet assigned"
      },
      "package": {
        "ecosystem": "Debian:14",
        "name": "linux"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "7.1.6-1"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "details": "In the Linux kernel, the following vulnerability has been resolved:  bnxt_en: Handle partially initialized auxiliary devices  bnxt_aux_devices_init() calls auxiliary_device_init() before all fields used by bnxt_aux_dev_release() are initialized.  After auxiliary_device_init() succeeds, later errors must unwind with auxiliary_device_uninit(), which invokes the release callback.  The release callback assumes that aux_priv-\u003eid, aux_priv-\u003eedev, edev-\u003enet and edev-\u003eulp_tbl are all populated.  If allocation fails after auxiliary_device_init(), the release path can otherwise dereference or clear partially initialized state.  Allocate and attach the bnxt_en_dev and ULP table before calling auxiliary_device_init(), so the release callback only sees a fully initialized auxiliary private object.  If auxiliary_device_init() itself fails, free those allocations directly because device_initialize() has not run and the release callback will not be invoked.  This issue was found by a static analysis checker and confirmed by manual source review.",
  "id": "DEBIAN-CVE-2026-68375",
  "modified": "2026-09-14T16:47:39.806942007Z",
  "published": "2026-08-10T13:20:30.423Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://security-tracker.debian.org/tracker/CVE-2026-68375"
    }
  ],
  "upstream": [
    "CVE-2026-68375"
  ]
}