CVE-2026-80595
Received Received - Intake

Response Length Validation Bypass in Linux Kernel ims-pcu Driver

Vulnerability report for CVE-2026-80595, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-28

Last updated on: 2026-08-28

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: Input: ims-pcu - add response length checks The driver processes response data from device buffers without verifying that the device actually sent enough data. This can lead to out-of-bounds reads or processing stale data. Add checks for the expected response length before accessing the buffers.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-28
Last Modified
2026-08-28
Generated
2026-09-17
AI Q&A
2026-08-28
EPSS Evaluated
2026-09-15
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
ims-pcu ims-pcu *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is in the Linux kernel driver ims-pcu. It allows a device to send less data than expected, causing the driver to read beyond buffer limits or process old data. This happens because the driver does not check the response length before accessing device buffers.

Detection Guidance

This vulnerability involves insufficient response length checks in the ims-pcu driver of the Linux kernel. Detection requires checking for kernel logs or driver errors related to ims-pcu. Use commands like dmesg | grep ims-pcu or journalctl -k | grep ims-pcu to inspect kernel logs for unusual behavior. If the driver is loaded, verify its version with modinfo ims-pcu and compare against patched versions.

Impact Analysis

This could lead to system crashes, data corruption, or unauthorized memory access. An attacker might exploit it to read sensitive kernel memory or cause denial-of-service conditions on affected systems.

Compliance Impact

This vulnerability involves out-of-bounds reads or processing stale data due to missing response length checks in the Linux kernel driver. It does not directly impact compliance with standards like GDPR or HIPAA, as those focus on data protection and privacy rather than kernel driver vulnerabilities.

Mitigation Strategies

Update the Linux kernel to the latest patched version to resolve the ims-pcu driver vulnerability. Monitor vendor advisories for kernel updates addressing this issue.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-80595. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart