CVE-2026-72156

UnknownEPSS 0.21%

Last modified

CVE-2026-72156 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: fpga: microchip-spi: fix zero header_size OOB read in mpf_ops_parse_header() mpf_ops_parse_header() reads header_size from the bitstream at MPF_HEADER_SIZE_OFFSET (24). When header_size is zero, the expression *(buf + header_size - 1) reads one byte before the buffer start. Since initial_header_size is set to 71 in mpf_ops, the fpga-mgr core guarantees the buffer is large enough to reach MPF_HEADER_SIZE_OFFSET. The only real gap is the zero header_size case, which cannot be resolved by providing a larger buffer, so return -EINVAL.. EPSS estimates a 0.21% chance of exploitation in the next 30 days.

Description

In the Linux kernel, the following vulnerability has been resolved: fpga: microchip-spi: fix zero header_size OOB read in mpf_ops_parse_header() mpf_ops_parse_header() reads header_size from the bitstream at MPF_HEADER_SIZE_OFFSET (24). When header_size is zero, the expression *(buf + header_size - 1) reads one byte before the buffer start. Since initial_header_size is set to 71 in mpf_ops, the fpga-mgr core guarantees the buffer is large enough to reach MPF_HEADER_SIZE_OFFSET. The only real gap is the zero header_size case, which cannot be resolved by providing a larger buffer, so return -EINVAL.

Metrics

EPSS Probability
0.21%

10.9th percentile

Probability of exploitation in the next 30 days. Learn more

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= 5f8d4a9008307e0bf210906948953386935d361c, < e45ec24d8e986d79a8e07f49a816c414ad283622; >= 5f8d4a9008307e0bf210906948953386935d361c, < 0d3766fecd9b2db39a18b48021c15c522997ec25; >= 5f8d4a9008307e0bf210906948953386935d361c, < a1baee24df72ec8fd1d6925c1d5162ffff4ee3bf; >= 5f8d4a9008307e0bf210906948953386935d361c, < c9ef79e34bc1eac4fd59051e5c7b96a74e59d46f; >= 5f8d4a9008307e0bf210906948953386935d361c, < 3da8eaf5469eda2353b72038d644fabddb848ce1; >= 5f8d4a9008307e0bf210906948953386935d361c, < 43a1974da6bc7ce8f4d1dc1d03d56997428c29c3
LinuxLinux6.0

References

Timeline

Published
Last Modified
Status
Received

Frequently Asked Questions

What is CVE-2026-72156?
In the Linux kernel, the following vulnerability has been resolved: fpga: microchip-spi: fix zero header_size OOB read in mpf_ops_parse_header() mpf_ops_parse_header() reads header_size from the bitstream at MPF_HEADER_SIZE_OFFSET (24). When header_size is zero, the expression *(buf + header_size - 1) reads one byte before the buffer start. Since initial_header_size is set to 71 in mpf_ops, the fpga-mgr core guarantees the buffer is large enough to reach MPF_HEADER_SIZE_OFFSET. The only real gap is the zero header_size case, which cannot be resolved by providing a larger buffer, so return -EINVAL.
How severe is CVE-2026-72156?
Severity scoring for CVE-2026-72156 is pending analysis. The EPSS model estimates a 0.21% probability of exploitation in the next 30 days.
How do I fix CVE-2026-72156?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-72156?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST