{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "8b8c8d69b1a31004517d4c71a490f47bdf3405a2"
            },
            {
              "fixed": "8a2ae3ab348cce44120667277c2198f10cc348b1"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        },
        {
          "events": [
            {
              "introduced": "d7ce17fba6c8e316ca9a554a87edddce6f862435"
            },
            {
              "fixed": "350a0cba90e1bd40b1fe5b396923d2f3a61d1056"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        },
        {
          "events": [
            {
              "introduced": "55576cf1853798e86f620766e23b604c9224c19c"
            },
            {
              "fixed": "2cebc00340a585adeffe321bc41f1937eb79a4dc"
            },
            {
              "fixed": "9cf65270c1c1717c84dcfacd58a782c1186b0cbf"
            },
            {
              "fixed": "dc8570a5b830190bf0b57017c35aef97cd6ad7d9"
            },
            {
              "fixed": "6d0a2c5e210f2fba099129e6183ef81316a6ae48"
            },
            {
              "fixed": "0d23d658d79925076026fff62a49b8c94e0e8922"
            },
            {
              "fixed": "0b950aa7ec95e120b2bde745ca9a7ed3ce49d528"
            },
            {
              "fixed": "29dc2e24f6adb36dcb884acf455644c397a67471"
            },
            {
              "fixed": "03eab318cedd6ae34ecd34533cd986edf5237164"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        },
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "last_affected": "c4f65c2fb0f5c488d4ae606fba94bb98dcf383fd"
            },
            {
              "last_affected": "d6acb54716ffab29f15c66082bd751410b284764"
            },
            {
              "last_affected": "3fbfa415a5dd8fc78076c1ead160a03a058cd9f6"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        },
        {
          "events": [
            {
              "introduced": "4.9.195"
            },
            {
              "fixed": "4.9.207"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        },
        {
          "events": [
            {
              "introduced": "4.14.147"
            },
            {
              "fixed": "4.14.160"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        },
        {
          "events": [
            {
              "introduced": "4.19.77"
            },
            {
              "fixed": "4.20"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        },
        {
          "events": [
            {
              "introduced": "5.2.19"
            },
            {
              "fixed": "5.3"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        },
        {
          "events": [
            {
              "introduced": "5.3.4"
            },
            {
              "fixed": "5.4"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "Linux",
        "name": "Kernel"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "4.9.207"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "4.10.0"
            },
            {
              "fixed": "4.14.160"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "4.15.0"
            },
            {
              "fixed": "5.10.270"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "5.4.0"
            },
            {
              "fixed": "5.15.221"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "5.11.0"
            },
            {
              "fixed": "6.1.188"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "5.16.0"
            },
            {
              "fixed": "6.6.157"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.2.0"
            },
            {
              "fixed": "6.12.110"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.7.0"
            },
            {
              "fixed": "6.18.52"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.13.0"
            },
            {
              "fixed": "7.2.6"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90360.json"
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nregulator: core: use system_freezable_wq for init complete work\n\nschedule_delayed_work() uses system_wq, which is non-freezable, allowing\nregulator_init_complete_work to run concurrently with system suspend. This\nwork fires ~30s after boot to disable unused regulators via I2C. When it\nraces with PM suspend, the I2C adapter may already be suspended, triggering\na -ESHUTDOWN warning in __i2c_transfer():\n\n  WARNING: ... at __i2c_transfer+0x36c/0x3c8\n  Call trace:\n   __i2c_transfer\n   i2c_transfer\n   regmap_i2c_write\n   _regmap_update_bits\n   regulator_disable_regmap\n   _regulator_do_disable\n   regulator_late_cleanup\n   regulator_init_complete_work_function\n   process_one_work\n\nSwitch to system_freezable_wq so the work is frozen before any device\nis suspended, eliminating the race.",
  "id": "CVE-2026-90360",
  "modified": "2026-09-19T03:30:49.700819974Z",
  "published": "2026-09-17T16:09:04.861Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/03eab318cedd6ae34ecd34533cd986edf5237164"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/0b950aa7ec95e120b2bde745ca9a7ed3ce49d528"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/0d23d658d79925076026fff62a49b8c94e0e8922"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/29dc2e24f6adb36dcb884acf455644c397a67471"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/2cebc00340a585adeffe321bc41f1937eb79a4dc"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/350a0cba90e1bd40b1fe5b396923d2f3a61d1056"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/6d0a2c5e210f2fba099129e6183ef81316a6ae48"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/8a2ae3ab348cce44120667277c2198f10cc348b1"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/9cf65270c1c1717c84dcfacd58a782c1186b0cbf"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/dc8570a5b830190bf0b57017c35aef97cd6ad7d9"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90360.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-90360"
    },
    {
      "type": "PACKAGE",
      "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
    }
  ],
  "schema_version": "1.9.0",
  "summary": "regulator: core: use system_freezable_wq for init complete work"
}