CVE-2026-68324: iommu/intel: Fix out-of-bounds memset in dmar_latency_disable()

Published Aug 10, 2026
·
Updated

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

iommu/intel: Fix out-of-bounds memset in dmarlatencydisable()

dmarlatencydisable() intends to zero out only the single latencystatistic entry for the given type, but the memset size was computed as sizeof(lstat) DMARLATENCYNUM, which clears the entire array starting from &lstat[type].

When type > 0, this writes beyond the end of the allocated array, corrupting adjacent memory.

Fix by using sizeof(lstat) to clear only the target entry.

Affected Software

1 affected component
Linux Kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Modify dmar_latency_disable() so the out-of-bounds memset is corrected by using sizeof(*lstat) to clear only the single latency_statistic entry for the given type, rather than using sizeof(*lstat) * DMAR_LATENCY_NUM which corrupts adjacent memory by clearing beyond the allocated array starting from &lstat[type].

    Linux kernel dmar_latency_disable() memset size = sizeof(*lstat) to clear only the target entry (latency_statistic entry) instead of clearing the entire array

Event History

Aug 10, 2026
CVE Published
via MITRE·12:03 PM
Data Sourced
via MITRE·12:03 PM
Description
Data Sourced
via NVD·01:20 PM
Description
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-68324?

CVE-2026-68324 has a risk rating of 41, indicating a medium level of severity.

2

How do I fix CVE-2026-68324?

To fix CVE-2026-68324, update your Linux kernel to the latest version where the vulnerability has been patched.

3

What systems are affected by CVE-2026-68324?

CVE-2026-68324 affects systems running an affected version of the Linux kernel with Intel IOMMU support.

4

What impact does CVE-2026-68324 have on my system?

CVE-2026-68324 could lead to out-of-bounds memory writes, potentially compromising system integrity and stability.

5

Is CVE-2026-68324 a critical vulnerability?

CVE-2026-68324 is not classified as critical but poses risks that warrant timely response and remediation.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203