{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2026-80732",
        "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "state": "PUBLISHED",
        "assignerShortName": "Linux",
        "dateReserved": "2026-08-26T14:34:25.789Z",
        "datePublished": "2026-09-03T08:21:49.526Z",
        "dateUpdated": "2026-09-04T04:58:18.567Z"
    },
    "containers": {
        "cna": {
            "providerMetadata": {
                "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
                "shortName": "Linux",
                "dateUpdated": "2026-09-04T04:58:18.567Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nata: pata_sl82c105: fix bridge revision use-after-free\n\npci_get_slot() returns a referenced PCI device. Commit 44c10138fd4b\n(\"PCI: Change all drivers to use pci_device->revision\") replaced a\nconfiguration-space read with direct access to the cached revision field,\nbut left that access after pci_dev_put(). The bridge may therefore be freed\nbefore its revision is read.\n\nRead the revision before dropping the reference."
                }
            ],
            "metrics": [
                {
                    "cvssV3_1": {
                        "version": "3.1",
                        "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
                        "baseScore": 7.8,
                        "baseSeverity": "HIGH"
                    },
                    "scenarios": [
                        {
                            "lang": "en",
                            "value": "AV:L - sl82c105_bridge_revision() is only reached from sl82c105_init_one() during PCI driver probe of onboard SL82C105 hardware, triggered by boot enumeration, udev, or local module/sysfs bind; no network or adjacent protocol path exists.\nAC:L - Once CONFIG_PATA_WINBOND and matching Winbond W83C553 bridge hardware are present, the UAF is a deterministic, synchronous read after pci_dev_put() on every successful probe path—no race, layout dependency, or victim state beyond standard probe.\nPR:L - Probe is initiated automatically by kernel PCI enumeration and udev during boot or hotplug on systems with SL82C105 storage (Netwinder, briq, legacy embedded), so reaching the bug does not require admin action; only local presence on such a host is needed.\nUI:N - Driver probe runs automatically during boot enumeration or udev module load when matching PCI hardware is present; no administrator or victim must mount media, open files, or perform any interactive action.\nS:U - Corrupting or reading freed pci_dev memory affects only the host kernel address space, yielding a standard local kernel compromise or panic rather than crossing a VM, hypervisor, or IOMMU boundary.\nC:H - Reading bridge->revision after pci_dev_put() is a use-after-free of struct pci_dev; if the allocation is reused, the attacker obtains a kernel memory disclosure primitive and can read adjacent freed data.\nI:H - UAF of struct pci_dev enables heap-spray reclamation of the freed object, giving attacker-controlled contents for subsequent kernel dereferences and a well-established path to arbitrary write and privilege escalation.\nA:H - Dereferencing a potentially freed pci_dev during probe can immediately oops or panic the kernel; even without full exploitation, UAF corruption commonly crashes the system on affected legacy embedded hosts."
                        }
                    ]
                }
            ],
            "affected": [
                {
                    "product": "Linux",
                    "vendor": "Linux",
                    "defaultStatus": "unaffected",
                    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                    "programFiles": [
                        "drivers/ata/pata_sl82c105.c"
                    ],
                    "versions": [
                        {
                            "version": "44c10138fd4bbc4b6d6bff0873c24902f2a9da65",
                            "lessThan": "1268ca9418e2217f2b60705cf4a280b689b26678",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "44c10138fd4bbc4b6d6bff0873c24902f2a9da65",
                            "lessThan": "a626dfca96041842053cf2d1efceb436c4cd8dcf",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "44c10138fd4bbc4b6d6bff0873c24902f2a9da65",
                            "lessThan": "5ef87b1b4656d675440ceab32a56e69ad958d3a1",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "44c10138fd4bbc4b6d6bff0873c24902f2a9da65",
                            "lessThan": "fa0dca89b4fb0909ffda7b9ab6051af33270f95e",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "44c10138fd4bbc4b6d6bff0873c24902f2a9da65",
                            "lessThan": "dc711fb137b33c12e6ca22b6a9c9b9f21d49e4de",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "44c10138fd4bbc4b6d6bff0873c24902f2a9da65",
                            "lessThan": "a837deeaa37cc3f0e8c4e5c096787047f272c956",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "44c10138fd4bbc4b6d6bff0873c24902f2a9da65",
                            "lessThan": "56fd78c8c820f527f8003e379ab71004b2e79a44",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "44c10138fd4bbc4b6d6bff0873c24902f2a9da65",
                            "lessThan": "7700a31039cdc6715cb6cce7e7a664ee4e945f67",
                            "status": "affected",
                            "versionType": "git"
                        }
                    ]
                },
                {
                    "product": "Linux",
                    "vendor": "Linux",
                    "defaultStatus": "affected",
                    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                    "programFiles": [
                        "drivers/ata/pata_sl82c105.c"
                    ],
                    "versions": [
                        {
                            "version": "2.6.23",
                            "status": "affected"
                        },
                        {
                            "version": "0",
                            "lessThan": "2.6.23",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "5.10.265",
                            "lessThanOrEqual": "5.10.*",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "5.15.216",
                            "lessThanOrEqual": "5.15.*",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "6.1.183",
                            "lessThanOrEqual": "6.1.*",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "6.6.152",
                            "lessThanOrEqual": "6.6.*",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "6.12.104",
                            "lessThanOrEqual": "6.12.*",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "6.18.45",
                            "lessThanOrEqual": "6.18.*",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "7.1.9",
                            "lessThanOrEqual": "7.1.*",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "7.2",
                            "lessThanOrEqual": "*",
                            "status": "unaffected",
                            "versionType": "original_commit_for_fix"
                        }
                    ]
                }
            ],
            "cpeApplicability": [
                {
                    "nodes": [
                        {
                            "operator": "OR",
                            "negate": false,
                            "cpeMatch": [
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "2.6.23",
                                    "versionEndExcluding": "5.10.265"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "2.6.23",
                                    "versionEndExcluding": "5.15.216"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "2.6.23",
                                    "versionEndExcluding": "6.1.183"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "2.6.23",
                                    "versionEndExcluding": "6.6.152"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "2.6.23",
                                    "versionEndExcluding": "6.12.104"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "2.6.23",
                                    "versionEndExcluding": "6.18.45"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "2.6.23",
                                    "versionEndExcluding": "7.1.9"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "2.6.23",
                                    "versionEndExcluding": "7.2"
                                }
                            ]
                        }
                    ]
                }
            ],
            "references": [
                {
                    "url": "https://git.kernel.org/stable/c/1268ca9418e2217f2b60705cf4a280b689b26678"
                },
                {
                    "url": "https://git.kernel.org/stable/c/a626dfca96041842053cf2d1efceb436c4cd8dcf"
                },
                {
                    "url": "https://git.kernel.org/stable/c/5ef87b1b4656d675440ceab32a56e69ad958d3a1"
                },
                {
                    "url": "https://git.kernel.org/stable/c/fa0dca89b4fb0909ffda7b9ab6051af33270f95e"
                },
                {
                    "url": "https://git.kernel.org/stable/c/dc711fb137b33c12e6ca22b6a9c9b9f21d49e4de"
                },
                {
                    "url": "https://git.kernel.org/stable/c/a837deeaa37cc3f0e8c4e5c096787047f272c956"
                },
                {
                    "url": "https://git.kernel.org/stable/c/56fd78c8c820f527f8003e379ab71004b2e79a44"
                },
                {
                    "url": "https://git.kernel.org/stable/c/7700a31039cdc6715cb6cce7e7a664ee4e945f67"
                }
            ],
            "title": "ata: pata_sl82c105: fix bridge revision use-after-free",
            "x_generator": {
                "engine": "bippy-1.2.0"
            }
        }
    }
}