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

ata: pata_sl82c105: fix bridge revision use-after-free

pci_get_slot() returns a referenced PCI device. Commit 44c10138fd4b
("PCI: Change all drivers to use pci_device->revision") replaced a
configuration-space read with direct access to the cached revision field,
but left that access after pci_dev_put(). The bridge may therefore be freed
before its revision is read.

Read the revision before dropping the reference.
Published: 2026-09-03
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: Use‑after‑free leading to kernel memory corruption
Action: Immediate Patch
AI Analysis

Impact

The Linux kernel ATA driver for the SL82C105 bridge contains a use‑after‑free flaw: a reference to a PCI device is released with pci_dev_put() before the driver reads the cached revision field. This can corrupt kernel memory. It could potentially allow an attacker to alter kernel data or trigger a denial of service; that potential impact is inferred from the nature of the vulnerability.

Affected Systems

All Linux kernel builds that include the unpatched ATA SL82C105 driver are affected. The issue was corrected in commit 44c10138fd4b; any kernel version prior to that commit that still contains the buggy code path is at risk. Vendor labels indicate the affected product is the Linux kernel.

Risk and Exploitability

The CVSS score of 7.8 indicates high severity. The EPSS score of less than 1% points to a low probability of exploitation in the wild. The vulnerability is not listed in the CISA KEV catalog. The attack likely requires local privileged access to trigger, although the exact vector is not detailed in the advisory and is inferred from the driver’s context.

Generated by OpenCVE AI on September 4, 2026 at 08:53 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel update that includes commit 44c10138fd4b
  • Rebuild and reinstall any custom kernel modules to ensure they contain the fixed source
  • Restart affected systems so the patched kernel and driver are loaded

Generated by OpenCVE AI on September 4, 2026 at 08:53 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4777-1 linux security update
Debian DLA Debian DLA DLA-4788-1 linux-6.12 security update
History

Fri, 04 Sep 2026 09:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Fri, 04 Sep 2026 07:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Fri, 04 Sep 2026 05:15:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Thu, 03 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Thu, 03 Sep 2026 07:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ata: pata_sl82c105: fix bridge revision use-after-free pci_get_slot() returns a referenced PCI device. Commit 44c10138fd4b ("PCI: Change all drivers to use pci_device->revision") replaced a configuration-space read with direct access to the cached revision field, but left that access after pci_dev_put(). The bridge may therefore be freed before its revision is read. Read the revision before dropping the reference.
Title ata: pata_sl82c105: fix bridge revision use-after-free
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-09-04T04:58:18.567Z

Reserved: 2026-08-26T14:34:25.789Z

Link: CVE-2026-80732

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-03T13:06:11.900

Modified: 2026-09-04T05:17:13.770

Link: CVE-2026-80732

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T09:00:05Z

Weaknesses