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

time/jiffies: Register jiffies clocksource before usage

Teddy reported that a XEN HVM has a long boot delay, which was bisected to
the recent enhancements to the negative motion detection. It turned out
that the jiffies clocksource is used in early boot before it is registered,
which leaves the max_delta_raw field at zero. That causes the read out to
be clamped to the max delta of 0, which means time is not making progress.

Cure it by ensuring that it is initialized before its first usage in
timekeeping_init().
Published: 2026-08-10
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in the Linux kernel causes the jiffies clocksource to be used before it is fully registered. The uninitialized field max_delta_raw remains zero, so the time read is clamped to zero and the system clock does not advance. This results in a long boot delay or a complete halt of the timekeeping subsystem, which can manifest as a denial of service during startup, especially in virtualized environments such as XEN HVM.

Affected Systems

All Linux kernel implementations are potentially affected. The flaw exists in the core timekeeping code and is not limited to a specific distribution or kernel version, so any system running a Linux kernel that has not applied the fix is vulnerable.

Risk and Exploitability

The vulnerability has no publicly available exploitation code and is not listed in the CISA KEV catalog. The EPSS score is < 1% and the CVSS score is 5.5, indicating moderate severity. The defect can lead to a denial of service during boot. Based on the description, it is inferred that exploitation would require triggering the code path during early boot, implying the attacker would need control over the boot process or kernel execution. This inference is based on the nature of the bug; the CVE does not explicitly state attacker capabilities.

Generated by OpenCVE AI on August 13, 2026 at 11:06 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply an up‑to‑date kernel that includes the fix for jiffies initialization. The patch ensures max_delta_raw is set before timekeeping_init() uses it.
  • If an immediate kernel upgrade is not possible, consider temporarily disabling or bypassing the early jiffies usage in custom kernel modules or configuration settings that defer timekeeping_start until after the clocksource is ready.
  • Monitor boot logs for “timekeeping” or “jiffies” errors and verify that the kernel reports a correctly initialized clocksource before the system completes boot.

Generated by OpenCVE AI on August 13, 2026 at 11:06 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 09:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-457

Wed, 12 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-908
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Low


Mon, 10 Aug 2026 20:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-457

Mon, 10 Aug 2026 12:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: time/jiffies: Register jiffies clocksource before usage Teddy reported that a XEN HVM has a long boot delay, which was bisected to the recent enhancements to the negative motion detection. It turned out that the jiffies clocksource is used in early boot before it is registered, which leaves the max_delta_raw field at zero. That causes the read out to be clamped to the max delta of 0, which means time is not making progress. Cure it by ensuring that it is initialized before its first usage in timekeeping_init().
Title time/jiffies: Register jiffies clocksource before usage
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-17T04:58:40.365Z

Reserved: 2026-07-30T09:28:09.367Z

Link: CVE-2026-68092

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-10T12:17:22.030

Modified: 2026-08-17T05:18:08.450

Link: CVE-2026-68092

cve-icon Redhat

Severity : Low

Publid Date: 2026-08-10T00:00:00Z

Links: CVE-2026-68092 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T11:15:05Z

Weaknesses
  • CWE-908

    Use of Uninitialized Resource