{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "1a678f6829a8c931fae2b62e4c88dae743c839c9"
            },
            {
              "fixed": "fe9bdea65ba231fcfb155031628bb1e8491b5fe0"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        },
        {
          "events": [
            {
              "introduced": "76031d9536a076bf023bedbdb1b4317fc801dd67"
            },
            {
              "fixed": "cd25e9819620aa1325897912cfb4dd89303325fe"
            },
            {
              "fixed": "75b478096c6bbf57fe366f7f0a8cd5365043ffaa"
            },
            {
              "fixed": "f24df84cbe05e4471c04ac4b921fc0340bbc7752"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        },
        {
          "events": [
            {
              "introduced": "6.12.5"
            },
            {
              "fixed": "6.12.97"
            }
          ],
          "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": "6.12.97"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.13.0"
            },
            {
              "fixed": "6.18.39"
            },
            {
              "fixed": "7.1.4"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68092.json"
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\ntime/jiffies: Register jiffies clocksource before usage\n\nTeddy reported that a XEN HVM has a long boot delay, which was bisected to\nthe recent enhancements to the negative motion detection. It turned out\nthat the jiffies clocksource is used in early boot before it is registered,\nwhich leaves the max_delta_raw field at zero. That causes the read out to\nbe clamped to the max delta of 0, which means time is not making progress.\n\nCure it by ensuring that it is initialized before its first usage in\ntimekeeping_init().",
  "id": "CVE-2026-68092",
  "modified": "2026-08-12T03:51:14.466474243Z",
  "published": "2026-08-10T11:51:47.895Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/75b478096c6bbf57fe366f7f0a8cd5365043ffaa"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/cd25e9819620aa1325897912cfb4dd89303325fe"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/f24df84cbe05e4471c04ac4b921fc0340bbc7752"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/fe9bdea65ba231fcfb155031628bb1e8491b5fe0"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68092.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-68092"
    },
    {
      "type": "PACKAGE",
      "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
    }
  ],
  "schema_version": "1.9.0",
  "summary": "time/jiffies: Register jiffies clocksource before usage"
}