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-2026-64087

Published Jul 19, 2026 EPSS 0.18% (8th pctl)

Overview

CVE-2026-64087 is a known-severity vulnerability. It was published on July 19, 2026.

Technical Description

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

hwmon: (pmbus/adm1266) reject implausible blackbox record_count

adm1266_nvmem_read_blackbox() loops over a record_count that comes

straight from byte 3 of the BLACKBOX_INFO response. The destination

buffer is data->dev_mem, sized for the nvmem cell's declared 2048

bytes (ADM1266_BLACKBOX_MAX_RECORDS * ADM1266_BLACKBOX_SIZE = 32 * 64).

A device that reports a record_count greater than 32 -- whether due

to firmware bugs, bus corruption, or a non-responsive slave returning

0xff -- would walk read_buff past the end of the dev_mem allocation

on the trailing iterations.

Cap record_count at ADM1266_BLACKBOX_MAX_RECORDS (introduced here)

before entering the loop and return -EIO on any larger value, so a

malformed BLACKBOX_INFO response cannot drive the loop out of bounds.

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-2026-64087?

CVE-2026-64087 is a known-severity vulnerability. It was published on July 19, 2026.

How severe is CVE-2026-64087?

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-2026-64087?

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-2026-64087?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-64087 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.