CVE Catalog

CVE-2026-97505

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the PCI/sysfs subsystem lacks a CAP_SYS_ADMIN check in __resource_resize_store(). This allows unprivileged users to change BAR sizes, potentially disrupting drivers.

Risk Assessment

An unprivileged user could alter PCI configuration, leading to device disruption and potential privilege escalation.

Recommendation

Install the kernel patch that adds a CAP_SYS_ADMIN check for BAR resize operations.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: PCI/sysfs: Add CAP_SYS_ADMIN check to __resource_resize_store() Currently, the __resource_resize_store() allows writing to the resourceN_resize sysfs attribute to change a BAR's size without checking for capabilities, currently relying only on the file access check. Resizing a BAR modifies PCI device configuration and can disrupt active drivers. After the upcoming conversion to static attributes, it will also trigger resource file updates via sysfs_update_groups(). Add a CAP_SYS_ADMIN check to prevent unprivileged users from performing BAR resize operations.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS