{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2026-72149",
        "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "state": "PUBLISHED",
        "assignerShortName": "Linux",
        "dateReserved": "2026-08-09T03:40:39.908Z",
        "datePublished": "2026-08-15T05:53:20.695Z",
        "dateUpdated": "2026-08-17T05:40:59.373Z"
    },
    "containers": {
        "cna": {
            "providerMetadata": {
                "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
                "shortName": "Linux",
                "dateUpdated": "2026-08-17T05:40:59.373Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "In the Linux kernel, the following vulnerability has been resolved:\n\ndmaengine: tegra: Fix burst size calculation\n\nCurrently, the Tegra GPC DMA hardware requires the transfer length to\nbe a multiple of the max burst size configured for the channel. When a\nclient requests a transfer where the length is not evenly divisible by\nthe configured max burst size, the DMA hangs with partial burst at\nthe end.\n\nFix this by reducing the burst size to the largest power-of-2 value\nthat evenly divides the transfer length. For example, a 40-byte\ntransfer with a 16-byte max burst will now use an 8-byte burst\n(40 / 8 = 5 complete bursts) instead of causing a hang.\n\nThis issue was observed with the PL011 UART driver where TX DMA\ntransfers of arbitrary lengths were stuck."
                }
            ],
            "metrics": [
                {
                    "cvssV3_1": {
                        "version": "3.1",
                        "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
                        "baseScore": 7.5,
                        "baseSeverity": "HIGH"
                    },
                    "scenarios": [
                        {
                            "lang": "en",
                            "value": "AV:N - On Tegra embedded systems (Jetson gateways, automotive ECUs, industrial controllers), UART/I2C/SPI slaves using GPC DMA are routinely bridged to TCP/UDP or cellular backhaul; remote peers can deliver crafted-length byte streams that reach tegra_dma_prep_slave_sg() without local shell access.\nAC:L - The attacker controls transfer length (e.g., 40 bytes against a 16-byte burst); word-aligned mismatches are deterministic for many sizes and the bug was reproduced with arbitrary PL011 TX DMA lengths, requiring no race, timing window, or special memory layout.\nPR:N - Network-exposed serial/fieldbus gateways and modem UART paths routinely accept unauthenticated remote traffic forwarded into kernel DMA slave transfers; no local OS account, dialout membership, or root capability on the Tegra host is required.\nUI:N - Exploitation requires only attacker-supplied I/O of a chosen length through an exposed peripheral path; no victim must open a device, mount media, or perform any other action.\nS:U - The DMA engine hang and resulting peripheral denial occur entirely within the host kernel; no VM, hypervisor, or IOMMU security boundary is crossed.\nC:N - The flaw is a hardware DMA configuration hang with no out-of-bounds access, use-after-free, or information leak; the controller stalls on a partial burst without exposing kernel memory contents.\nI:N - No memory corruption or attacker-controlled writes occur; impact is limited to stalling DMA completion and hanging the affected channel/peripheral rather than modifying data or hijacking control flow.\nA:H - A mismatched burst leaves the GPC DMA channel permanently busy (tegra_dma_pause() times out, no EOC IRQ), wedging UART/I2C/SPI DMA paths and blocking driver completion until reboot—a deadlock-style denial of service."
                        }
                    ]
                }
            ],
            "affected": [
                {
                    "product": "Linux",
                    "vendor": "Linux",
                    "defaultStatus": "unaffected",
                    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                    "programFiles": [
                        "drivers/dma/tegra186-gpc-dma.c"
                    ],
                    "versions": [
                        {
                            "version": "ee17028009d49fffed8cc963455d33b1fd3f1d08",
                            "lessThan": "735951baa311c66353405dcac39375dd66441db0",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "ee17028009d49fffed8cc963455d33b1fd3f1d08",
                            "lessThan": "8f0f5de1091119679d87f60dfb1acbff4b2a0ed3",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "ee17028009d49fffed8cc963455d33b1fd3f1d08",
                            "lessThan": "a3b76b54e06d73166af4d1a284a0e0711889060c",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "ee17028009d49fffed8cc963455d33b1fd3f1d08",
                            "lessThan": "7926c1e4be86379945fb5f168888ac4d2aaf6c91",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "ee17028009d49fffed8cc963455d33b1fd3f1d08",
                            "lessThan": "6e37e9e230c7e848bd8e8cd4db15bb18bcf11ad1",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "ee17028009d49fffed8cc963455d33b1fd3f1d08",
                            "lessThan": "4651df83b6c796daead3447e8fd874322918ee4f",
                            "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/dma/tegra186-gpc-dma.c"
                    ],
                    "versions": [
                        {
                            "version": "5.19",
                            "status": "affected"
                        },
                        {
                            "version": "0",
                            "lessThan": "5.19",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "6.1.178",
                            "lessThanOrEqual": "6.1.*",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "6.6.145",
                            "lessThanOrEqual": "6.6.*",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "6.12.97",
                            "lessThanOrEqual": "6.12.*",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "6.18.40",
                            "lessThanOrEqual": "6.18.*",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "7.1.5",
                            "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": "5.19",
                                    "versionEndExcluding": "6.1.178"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "5.19",
                                    "versionEndExcluding": "6.6.145"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "5.19",
                                    "versionEndExcluding": "6.12.97"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "5.19",
                                    "versionEndExcluding": "6.18.40"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "5.19",
                                    "versionEndExcluding": "7.1.5"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "5.19",
                                    "versionEndExcluding": "7.2"
                                }
                            ]
                        }
                    ]
                }
            ],
            "references": [
                {
                    "url": "https://git.kernel.org/stable/c/735951baa311c66353405dcac39375dd66441db0"
                },
                {
                    "url": "https://git.kernel.org/stable/c/8f0f5de1091119679d87f60dfb1acbff4b2a0ed3"
                },
                {
                    "url": "https://git.kernel.org/stable/c/a3b76b54e06d73166af4d1a284a0e0711889060c"
                },
                {
                    "url": "https://git.kernel.org/stable/c/7926c1e4be86379945fb5f168888ac4d2aaf6c91"
                },
                {
                    "url": "https://git.kernel.org/stable/c/6e37e9e230c7e848bd8e8cd4db15bb18bcf11ad1"
                },
                {
                    "url": "https://git.kernel.org/stable/c/4651df83b6c796daead3447e8fd874322918ee4f"
                }
            ],
            "title": "dmaengine: tegra: Fix burst size calculation",
            "x_generator": {
                "engine": "bippy-1.2.0"
            }
        }
    }
}