CVE-2026-53327 (GCVE-0-2026-53327)
Vulnerability from cvelistv5
Published
2026-07-01 13:32
Modified
2026-07-04 11:51
Severity ?
VLAI Severity ?
EPSS score ?
Summary
In the Linux kernel, the following vulnerability has been resolved:
debugobjects: Do not fill_pool() if pi_blocked_on
On RT enabled kernels, fill_pool() ends up calling rtlock_lock(), which
asserts if current::pi_blocked_on is set, because a task can obviously only
block on one lock as otherwise the priority inheritenace chain gets
corrupted.
Prevent this by expanding the conditional to take current::pi_blocked_on
into account.
References
Impacted products
| Vendor | Product | Version | ||
|---|---|---|---|---|
| Linux | Linux |
Version: 4bedcc28469a24fe481a8a31b3584e6070457ddb Version: 4bedcc28469a24fe481a8a31b3584e6070457ddb Version: 4bedcc28469a24fe481a8a31b3584e6070457ddb Version: 4bedcc28469a24fe481a8a31b3584e6070457ddb Version: 4bedcc28469a24fe481a8a31b3584e6070457ddb Version: 4bedcc28469a24fe481a8a31b3584e6070457ddb |
||
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"lib/debugobjects.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "8a680d54f1adf3e3aa815578684556716fda6f0c",
"status": "affected",
"version": "4bedcc28469a24fe481a8a31b3584e6070457ddb",
"versionType": "git"
},
{
"lessThan": "a3383df76f0d7a597066df018409eb9e5e698064",
"status": "affected",
"version": "4bedcc28469a24fe481a8a31b3584e6070457ddb",
"versionType": "git"
},
{
"lessThan": "3f6a3b24ab7b9d51f6f4778254bef0e5847beb55",
"status": "affected",
"version": "4bedcc28469a24fe481a8a31b3584e6070457ddb",
"versionType": "git"
},
{
"lessThan": "3a408cae608d9c075dd3a9e5cfc03b3cb0726863",
"status": "affected",
"version": "4bedcc28469a24fe481a8a31b3584e6070457ddb",
"versionType": "git"
},
{
"lessThan": "33bee10644f8fff3b1a0187ad5ad34513e5e8e72",
"status": "affected",
"version": "4bedcc28469a24fe481a8a31b3584e6070457ddb",
"versionType": "git"
},
{
"lessThan": "5f41161059fd0f1bbf18c90f3180e38cc45a14eb",
"status": "affected",
"version": "4bedcc28469a24fe481a8a31b3584e6070457ddb",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"lib/debugobjects.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "5.15"
},
{
"lessThan": "5.15",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.1.*",
"status": "unaffected",
"version": "6.1.177",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.6.*",
"status": "unaffected",
"version": "6.6.144",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.12.*",
"status": "unaffected",
"version": "6.12.95",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.18.*",
"status": "unaffected",
"version": "6.18.37",
"versionType": "semver"
},
{
"lessThanOrEqual": "7.0.*",
"status": "unaffected",
"version": "7.0.13",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "7.1",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.1.177",
"versionStartIncluding": "5.15",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.6.144",
"versionStartIncluding": "5.15",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.12.95",
"versionStartIncluding": "5.15",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.18.37",
"versionStartIncluding": "5.15",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.0.13",
"versionStartIncluding": "5.15",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.1",
"versionStartIncluding": "5.15",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\ndebugobjects: Do not fill_pool() if pi_blocked_on\n\nOn RT enabled kernels, fill_pool() ends up calling rtlock_lock(), which\nasserts if current::pi_blocked_on is set, because a task can obviously only\nblock on one lock as otherwise the priority inheritenace chain gets\ncorrupted.\n\nPrevent this by expanding the conditional to take current::pi_blocked_on\ninto account."
}
],
"providerMetadata": {
"dateUpdated": "2026-07-04T11:51:05.892Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/8a680d54f1adf3e3aa815578684556716fda6f0c"
},
{
"url": "https://git.kernel.org/stable/c/a3383df76f0d7a597066df018409eb9e5e698064"
},
{
"url": "https://git.kernel.org/stable/c/3f6a3b24ab7b9d51f6f4778254bef0e5847beb55"
},
{
"url": "https://git.kernel.org/stable/c/3a408cae608d9c075dd3a9e5cfc03b3cb0726863"
},
{
"url": "https://git.kernel.org/stable/c/33bee10644f8fff3b1a0187ad5ad34513e5e8e72"
},
{
"url": "https://git.kernel.org/stable/c/5f41161059fd0f1bbf18c90f3180e38cc45a14eb"
}
],
"title": "debugobjects: Do not fill_pool() if pi_blocked_on",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2026-53327",
"datePublished": "2026-07-01T13:32:13.493Z",
"dateReserved": "2026-06-09T07:44:35.398Z",
"dateUpdated": "2026-07-04T11:51:05.892Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…