Duty Analyst: Joseph McCarthy

CVE-2026-43499

Published: 2026-05-21 13:16:19 | Last modified: 2026-07-24 15:17:21

HIGH CVSS 7.8
No EPSS data

Description

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

rtmutex: Use waiter::task instead of current in remove_waiter()

remove_waiter() is used by the slowlock paths, but it is also used for
proxy-lock rollback in rt_mutex_start_proxy_lock() when invoked from
futex_requeue().

In the latter case waiter::task is not current, but remove_waiter()
operates on current for the dequeue operation. That results in several
problems:

1) the rbtree dequeue happens without waiter::task::pi_lock being held

2) the waiter task's pi_blocked_on state is not cleared, which leaves a
dangling pointer primed for UAF around.

3) rt_mutex_adjust_prio_chain() operates on the wrong top priority waiter
task

Use waiter::task instead of current in all related operations in
remove_waiter() to cure those problems.

[ tglx: Fixup rt_mutex_adjust_prio_chain(), add a comment and amend the
changelog ]

CVSS details

Severity
high
Score
7.8
Vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

EPSS

This CVE is not currently listed in the EPSS dataset.

Show JSON
{
    "cve": {
        "id": "CVE-2026-43499",
        "cveTags": [],
        "metrics": {
            "cvssMetricV31": [
                {
                    "type": "Secondary",
                    "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
                    "cvssData": {
                        "scope": "UNCHANGED",
                        "version": "3.1",
                        "baseScore": 7.8,
                        "attackVector": "LOCAL",
                        "baseSeverity": "HIGH",
                        "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
                        "integrityImpact": "HIGH",
                        "userInteraction": "NONE",
                        "attackComplexity": "LOW",
                        "availabilityImpact": "HIGH",
                        "privilegesRequired": "LOW",
                        "confidentialityImpact": "HIGH"
                    },
                    "impactScore": 5.9,
                    "exploitabilityScore": 1.8
                }
            ]
        },
        "affected": [
            {
                "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
                "affectedData": [
                    {
                        "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                        "vendor": "Linux",
                        "product": "Linux",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "8161239a8bcce9ad6b537c04a1fa3b5c68bae693",
                                "lessThan": "f3fa3424bceb128d2be4b3745506b22844b87db7",
                                "versionType": "git"
                            },
                            {
                                "status": "affected",
                                "version": "8161239a8bcce9ad6b537c04a1fa3b5c68bae693",
                                "lessThan": "838ce5cb5d93c3ab8b27e75bc6ad905a94b752fd",
                                "versionType": "git"
                            },
                            {
                                "status": "affected",
                                "version": "8161239a8bcce9ad6b537c04a1fa3b5c68bae693",
                                "lessThan": "d8cce4773c2b23d819baf5abedc62f7b430e8745",
                                "versionType": "git"
                            },
                            {
                                "status": "affected",
                                "version": "8161239a8bcce9ad6b537c04a1fa3b5c68bae693",
                                "lessThan": "8a1fc8d698ac5e5916e3082a0f74450d71f9611f",
                                "versionType": "git"
                            },
                            {
                                "status": "affected",
                                "version": "8161239a8bcce9ad6b537c04a1fa3b5c68bae693",
                                "lessThan": "6d52dfcb2a5db86e346cf51f8fcf2071b8085166",
                                "versionType": "git"
                            },
                            {
                                "status": "affected",
                                "version": "8161239a8bcce9ad6b537c04a1fa3b5c68bae693",
                                "lessThan": "3fb7394a837740770f0d6b4b30567e60786a63f2",
                                "versionType": "git"
                            },
                            {
                                "status": "affected",
                                "version": "8161239a8bcce9ad6b537c04a1fa3b5c68bae693",
                                "lessThan": "88614876370aac8ad1050ad785a4c095ba17ac11",
                                "versionType": "git"
                            },
                            {
                                "status": "affected",
                                "version": "8161239a8bcce9ad6b537c04a1fa3b5c68bae693",
                                "lessThan": "3bfdc63936dd4773109b7b8c280c0f3b5ae7d349",
                                "versionType": "git"
                            }
                        ],
                        "programFiles": [
                            "kernel/locking/rtmutex.c"
                        ],
                        "defaultStatus": "unaffected"
                    },
                    {
                        "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                        "vendor": "Linux",
                        "product": "Linux",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "2.6.39"
                            },
                            {
                                "status": "unaffected",
                                "version": "0",
                                "lessThan": "2.6.39",
                                "versionType": "semver"
                            },
                            {
                                "status": "unaffected",
                                "version": "5.10.261",
                                "versionType": "semver",
                                "lessThanOrEqual": "5.10.*"
                            },
                            {
                                "status": "unaffected",
                                "version": "5.15.212",
                                "versionType": "semver",
                                "lessThanOrEqual": "5.15.*"
                            },
                            {
                                "status": "unaffected",
                                "version": "6.1.175",
                                "versionType": "semver",
                                "lessThanOrEqual": "6.1.*"
                            },
                            {
                                "status": "unaffected",
                                "version": "6.6.140",
                                "versionType": "semver",
                                "lessThanOrEqual": "6.6.*"
                            },
                            {
                                "status": "unaffected",
                                "version": "6.12.86",
                                "versionType": "semver",
                                "lessThanOrEqual": "6.12.*"
                            },
                            {
                                "status": "unaffected",
                                "version": "6.18.27",
                                "versionType": "semver",
                                "lessThanOrEqual": "6.18.*"
                            },
                            {
                                "status": "unaffected",
                                "version": "7.0.4",
                                "versionType": "semver",
                                "lessThanOrEqual": "7.0.*"
                            },
                            {
                                "status": "unaffected",
                                "version": "7.1",
                                "versionType": "original_commit_for_fix",
                                "lessThanOrEqual": "*"
                            }
                        ],
                        "programFiles": [
                            "kernel/locking/rtmutex.c"
                        ],
                        "defaultStatus": "affected"
                    }
                ]
            }
        ],
        "published": "2026-05-21T13:16:19.300",
        "references": [
            {
                "url": "https://git.kernel.org/stable/c/3bfdc63936dd4773109b7b8c280c0f3b5ae7d349",
                "tags": [
                    "Patch"
                ],
                "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
            },
            {
                "url": "https://git.kernel.org/stable/c/3fb7394a837740770f0d6b4b30567e60786a63f2",
                "tags": [
                    "Patch"
                ],
                "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
            },
            {
                "url": "https://git.kernel.org/stable/c/6d52dfcb2a5db86e346cf51f8fcf2071b8085166",
                "tags": [
                    "Patch"
                ],
                "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
            },
            {
                "url": "https://git.kernel.org/stable/c/838ce5cb5d93c3ab8b27e75bc6ad905a94b752fd",
                "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
            },
            {
                "url": "https://git.kernel.org/stable/c/88614876370aac8ad1050ad785a4c095ba17ac11",
                "tags": [
                    "Patch"
                ],
                "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
            },
            {
                "url": "https://git.kernel.org/stable/c/8a1fc8d698ac5e5916e3082a0f74450d71f9611f",
                "tags": [
                    "Patch"
                ],
                "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
            },
            {
                "url": "https://git.kernel.org/stable/c/d8cce4773c2b23d819baf5abedc62f7b430e8745",
                "tags": [
                    "Patch"
                ],
                "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
            },
            {
                "url": "https://git.kernel.org/stable/c/f3fa3424bceb128d2be4b3745506b22844b87db7",
                "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
            },
            {
                "url": "http://www.openwall.com/lists/oss-security/2026/07/08/12",
                "source": "af854a3a-2127-422b-91ae-364da2661108"
            }
        ],
        "vulnStatus": "Modified",
        "weaknesses": [
            {
                "type": "Primary",
                "source": "nvd@nist.gov",
                "description": [
                    {
                        "lang": "en",
                        "value": "CWE-416"
                    }
                ]
            }
        ],
        "descriptions": [
            {
                "lang": "en",
                "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nrtmutex: Use waiter::task instead of current in remove_waiter()\n\nremove_waiter() is used by the slowlock paths, but it is also used for\nproxy-lock rollback in rt_mutex_start_proxy_lock() when invoked from\nfutex_requeue().\n\nIn the latter case waiter::task is not current, but remove_waiter()\noperates on current for the dequeue operation. That results in several\nproblems:\n\n  1) the rbtree dequeue happens without waiter::task::pi_lock being held\n\n  2) the waiter task's pi_blocked_on state is not cleared, which leaves a\n     dangling pointer primed for UAF around.\n\n  3) rt_mutex_adjust_prio_chain() operates on the wrong top priority waiter\n     task\n\nUse waiter::task instead of current in all related operations in\nremove_waiter() to cure those problems.\n\n[ tglx: Fixup rt_mutex_adjust_prio_chain(), add a comment and amend the\n  \tchangelog ]"
            },
            {
                "lang": "es",
                "value": "En el kernel de Linux, la siguiente vulnerabilidad ha sido resuelta:\n\nrtmutex: Usar waiter::task en lugar de current en remove_waiter()\n\nremove_waiter() es usado por las rutas de slowlock, pero tambi\u00e9n es usado para la reversi\u00f3n de bloqueo de proxy en rt_mutex_start_proxy_lock() cuando es invocado desde futex_requeue().\n\nEn este \u00faltimo caso, waiter::task no es current, pero remove_waiter() opera en current para la operaci\u00f3n de desencolado. Eso resulta en varios problemas:\n\n  1) el desencolado de rbtree ocurre sin que waiter::task::pi_lock est\u00e9 retenido\n\n  2) el estado pi_blocked_on de la tarea de espera no se borra, lo que deja un puntero colgante preparado para UAF.\n\n  3) rt_mutex_adjust_prio_chain() opera en la tarea de espera de m\u00e1xima prioridad incorrecta\n\nUsar waiter::task en lugar de current en todas las operaciones relacionadas en remove_waiter() para solucionar esos problemas.\n\n[ tglx: Corregir rt_mutex_adjust_prio_chain(), a\u00f1adir un comentario y modificar el registro de cambios ]"
            }
        ],
        "lastModified": "2026-07-24T15:17:20.787",
        "configurations": [
            {
                "nodes": [
                    {
                        "negate": false,
                        "cpeMatch": [
                            {
                                "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                "vulnerable": true,
                                "matchCriteriaId": "0C6D7D14-6525-4171-992F-7F8ADC8215B2",
                                "versionEndExcluding": "6.1.175",
                                "versionStartIncluding": "2.6.39"
                            },
                            {
                                "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                "vulnerable": true,
                                "matchCriteriaId": "A1A92866-F406-43B5-B2D1-CFC274753E9D",
                                "versionEndExcluding": "6.6.140",
                                "versionStartIncluding": "6.2"
                            },
                            {
                                "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                "vulnerable": true,
                                "matchCriteriaId": "55DA1C62-9991-451E-B8A8-E0004E00F789",
                                "versionEndExcluding": "6.12.86",
                                "versionStartIncluding": "6.7"
                            },
                            {
                                "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                "vulnerable": true,
                                "matchCriteriaId": "A10AC84F-C058-47D5-85B4-E6E51A613B74",
                                "versionEndExcluding": "6.18.27",
                                "versionStartIncluding": "6.13"
                            },
                            {
                                "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                "vulnerable": true,
                                "matchCriteriaId": "CDB78D6D-22C3-4154-B0D0-94AF1CE5C2E3",
                                "versionEndExcluding": "7.0.4",
                                "versionStartIncluding": "6.19"
                            }
                        ],
                        "operator": "OR"
                    }
                ]
            }
        ],
        "sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
    }
}