Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2025-68760

Published Jan 5, 2026

Overview

CVE-2025-68760 is a known-severity vulnerability. It was published on January 5, 2026.

Technical Description

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

iommu/amd: Fix potential out-of-bounds read in iommu_mmio_show

In iommu_mmio_write(), it validates the user-provided offset with the

check: `iommu->dbg_mmio_offset > iommu->mmio_phys_end - 4`.

This assumes a 4-byte access. However, the corresponding

show handler, iommu_mmio_show(), uses readq() to perform an 8-byte

(64-bit) read.

If a user provides an offset equal to `mmio_phys_end - 4`, the check

passes, and will lead to a 4-byte out-of-bounds read.

Fix this by adjusting the boundary check to use sizeof(u64), which

corresponds to the size of the readq() operation.

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2025-68760?

CVE-2025-68760 is a known-severity vulnerability. It was published on January 5, 2026.

How severe is CVE-2025-68760?

CVSS score information is not yet available for this vulnerability. Check back as the CVE record is updated by NVD analysts.

How do I fix or remediate CVE-2025-68760?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2025-68760?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-68760 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.

Browse by year 2026