{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2026-72049",
        "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "state": "PUBLISHED",
        "assignerShortName": "Linux",
        "dateReserved": "2026-08-09T03:40:39.902Z",
        "datePublished": "2026-08-15T05:52:06.989Z",
        "dateUpdated": "2026-08-15T05:52:06.989Z"
    },
    "containers": {
        "cna": {
            "providerMetadata": {
                "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
                "shortName": "Linux",
                "dateUpdated": "2026-08-15T05:52:06.989Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nieee802154: admin-gate legacy LLSEC dump operations\n\nIn net/ieee802154/netlink.c, the legacy IEEE802154_NL family ops table\nbuilds the LLSEC dump entries (LLSEC_LIST_KEY, LLSEC_LIST_DEV,\nLLSEC_LIST_DEVKEY, LLSEC_LIST_SECLEVEL) with IEEE802154_DUMP() which\nsets no .flags, so generic netlink runs them ungated. The modern\nnl802154 family admin-gates the equivalent reads via\nNL802154_CMD_GET_SEC_KEY and friends with .flags = GENL_ADMIN_PERM.\n\nAny local uid that can open AF_NETLINK / NETLINK_GENERIC can resolve\nthe \"802.15.4 MAC\" family and dump LLSEC_LIST_KEY on any wpan netdev\nthat has an LLSEC key installed; the dump handler writes the raw\n16-byte AES-128 key bytes (IEEE802154_ATTR_LLSEC_KEY_BYTES, copied\nverbatim from struct ieee802154_llsec_key.key) into the reply.\nRecovering the AES key compromises 802.15.4 LLSEC link confidentiality\nand authenticity, since LLSEC uses CCM* and the same key authenticates\nand encrypts frames.\n\nImpact: any local uid with no capabilities can read the raw 16-byte\nAES-128 LLSEC key from the kernel keytable on any wpan netdev that has\nan administrator-installed LLSEC key, by issuing an LLSEC_LIST_KEY\ndump on the legacy IEEE802154_NL generic-netlink family.\n\nIntroduce IEEE802154_DUMP_PRIV() mirroring IEEE802154_DUMP() but\nsetting .flags = GENL_ADMIN_PERM, and use it for the four LLSEC dump\nentries. LIST_PHY and LIST_IFACE retain IEEE802154_DUMP() because the\nmodern nl802154 family exposes their equivalents to unprivileged\nreaders by design (NL802154_CMD_GET_WPAN_PHY and\nNL802154_CMD_GET_INTERFACE carry \"can be retrieved by unprivileged\nusers\" annotations)."
                }
            ],
            "affected": [
                {
                    "product": "Linux",
                    "vendor": "Linux",
                    "defaultStatus": "unaffected",
                    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                    "programFiles": [
                        "net/ieee802154/ieee802154.h",
                        "net/ieee802154/netlink.c"
                    ],
                    "versions": [
                        {
                            "version": "3e9c156e2c210ab67b12b1b692983a6b97c19d3f",
                            "lessThan": "3465035ba18b1ed50f8d201897d14135d20532b0",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "3e9c156e2c210ab67b12b1b692983a6b97c19d3f",
                            "lessThan": "dffe745760f38fac0b8288e0dc4759b23d9888ff",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "3e9c156e2c210ab67b12b1b692983a6b97c19d3f",
                            "lessThan": "e84708ef7521f3bffc85a449954042018abbd60e",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "3e9c156e2c210ab67b12b1b692983a6b97c19d3f",
                            "lessThan": "5abe94a205539d27945cda3ba43fdcfe295cf2c8",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "3e9c156e2c210ab67b12b1b692983a6b97c19d3f",
                            "lessThan": "09fd25cd8cd80a6b3edef04e53a7324d06ac2180",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "3e9c156e2c210ab67b12b1b692983a6b97c19d3f",
                            "lessThan": "1905ebabe638c946aced00c4bb664da26cac56d5",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "3e9c156e2c210ab67b12b1b692983a6b97c19d3f",
                            "lessThan": "6383248058956f2a52d720b1e9f8921099cdae04",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "3e9c156e2c210ab67b12b1b692983a6b97c19d3f",
                            "lessThan": "9c1e0b6d49471a712511d23fc9d06901561135e8",
                            "status": "affected",
                            "versionType": "git"
                        }
                    ]
                },
                {
                    "product": "Linux",
                    "vendor": "Linux",
                    "defaultStatus": "affected",
                    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                    "programFiles": [
                        "net/ieee802154/ieee802154.h",
                        "net/ieee802154/netlink.c"
                    ],
                    "versions": [
                        {
                            "version": "3.16",
                            "status": "affected"
                        },
                        {
                            "version": "0",
                            "lessThan": "3.16",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "5.10.261",
                            "lessThanOrEqual": "5.10.*",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "5.15.212",
                            "lessThanOrEqual": "5.15.*",
                            "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-rc1",
                            "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": "3.16",
                                    "versionEndExcluding": "5.10.261"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "3.16",
                                    "versionEndExcluding": "5.15.212"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "3.16",
                                    "versionEndExcluding": "6.1.178"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "3.16",
                                    "versionEndExcluding": "6.6.145"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "3.16",
                                    "versionEndExcluding": "6.12.97"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "3.16",
                                    "versionEndExcluding": "6.18.40"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "3.16",
                                    "versionEndExcluding": "7.1.5"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "3.16",
                                    "versionEndExcluding": "7.2-rc1"
                                }
                            ]
                        }
                    ]
                }
            ],
            "references": [
                {
                    "url": "https://git.kernel.org/stable/c/3465035ba18b1ed50f8d201897d14135d20532b0"
                },
                {
                    "url": "https://git.kernel.org/stable/c/dffe745760f38fac0b8288e0dc4759b23d9888ff"
                },
                {
                    "url": "https://git.kernel.org/stable/c/e84708ef7521f3bffc85a449954042018abbd60e"
                },
                {
                    "url": "https://git.kernel.org/stable/c/5abe94a205539d27945cda3ba43fdcfe295cf2c8"
                },
                {
                    "url": "https://git.kernel.org/stable/c/09fd25cd8cd80a6b3edef04e53a7324d06ac2180"
                },
                {
                    "url": "https://git.kernel.org/stable/c/1905ebabe638c946aced00c4bb664da26cac56d5"
                },
                {
                    "url": "https://git.kernel.org/stable/c/6383248058956f2a52d720b1e9f8921099cdae04"
                },
                {
                    "url": "https://git.kernel.org/stable/c/9c1e0b6d49471a712511d23fc9d06901561135e8"
                }
            ],
            "title": "ieee802154: admin-gate legacy LLSEC dump operations",
            "x_generator": {
                "engine": "bippy-1.2.0"
            }
        }
    }
}