CVE-2026-53310 (GCVE-0-2026-53310)
Vulnerability from cvelistv5 – Published: 2026-06-26 19:41 – Updated: 2026-06-26 19:41
VLAI
Title
soc/tegra: cbb: Fix cross-fabric target timeout lookup
Summary
In the Linux kernel, the following vulnerability has been resolved:
soc/tegra: cbb: Fix cross-fabric target timeout lookup
When a fabric receives an error interrupt, the error may have
occurred on a different fabric. The target timeout lookup was using
the wrong base address (cbb->regs) with offsets from a different
fabric's target map, causing a kernel page fault.
Unable to handle kernel paging request at virtual address ffff80000954cc00
pc : tegra234_cbb_get_tmo_slv+0xc/0x28
Call trace:
tegra234_cbb_get_tmo_slv+0xc/0x28
print_err_notifier+0x6c0/0x7d0
tegra234_cbb_isr+0xe4/0x1b4
Add tegra234_cbb_get_fabric() to look up the correct fabric device
using fab_id, and use its base address for accessing target timeout
registers.
Severity
5.5 (Medium)
Assigner
References
Impacted products
2 products
| Vendor | Product | Version | |
|---|---|---|---|
| Linux | Linux |
Affected:
25de5c8fe0801361182b41c42f086bd089feda14 , < c892d0d4fe5ec05d3fdfb1616c3c0e3c12ef5abc
(git)
Affected: 25de5c8fe0801361182b41c42f086bd089feda14 , < 8445d69a5cabd8d6cb2bf0f8b798be205f53afa2 (git) Affected: 25de5c8fe0801361182b41c42f086bd089feda14 , < a5f51b04cbb3ae0f9cb2c4488952b775ebb0ccbf (git) |
|
| Linux | Linux |
Affected:
6.17
Unaffected: 0 , < 6.17 (semver) Unaffected: 6.18.33 , ≤ 6.18.* (semver) Unaffected: 7.0.10 , ≤ 7.0.* (semver) Unaffected: 7.1 , ≤ * (original_commit_for_fix) |
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"drivers/soc/tegra/cbb/tegra234-cbb.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "c892d0d4fe5ec05d3fdfb1616c3c0e3c12ef5abc",
"status": "affected",
"version": "25de5c8fe0801361182b41c42f086bd089feda14",
"versionType": "git"
},
{
"lessThan": "8445d69a5cabd8d6cb2bf0f8b798be205f53afa2",
"status": "affected",
"version": "25de5c8fe0801361182b41c42f086bd089feda14",
"versionType": "git"
},
{
"lessThan": "a5f51b04cbb3ae0f9cb2c4488952b775ebb0ccbf",
"status": "affected",
"version": "25de5c8fe0801361182b41c42f086bd089feda14",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"drivers/soc/tegra/cbb/tegra234-cbb.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "6.17"
},
{
"lessThan": "6.17",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.18.*",
"status": "unaffected",
"version": "6.18.33",
"versionType": "semver"
},
{
"lessThanOrEqual": "7.0.*",
"status": "unaffected",
"version": "7.0.10",
"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.18.33",
"versionStartIncluding": "6.17",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.0.10",
"versionStartIncluding": "6.17",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.1",
"versionStartIncluding": "6.17",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nsoc/tegra: cbb: Fix cross-fabric target timeout lookup\n\nWhen a fabric receives an error interrupt, the error may have\noccurred on a different fabric. The target timeout lookup was using\nthe wrong base address (cbb-\u003eregs) with offsets from a different\nfabric\u0027s target map, causing a kernel page fault.\n\n Unable to handle kernel paging request at virtual address ffff80000954cc00\n pc : tegra234_cbb_get_tmo_slv+0xc/0x28\n Call trace:\n tegra234_cbb_get_tmo_slv+0xc/0x28\n print_err_notifier+0x6c0/0x7d0\n tegra234_cbb_isr+0xe4/0x1b4\n\nAdd tegra234_cbb_get_fabric() to look up the correct fabric device\nusing fab_id, and use its base address for accessing target timeout\nregisters."
}
],
"providerMetadata": {
"dateUpdated": "2026-06-26T19:41:04.227Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/c892d0d4fe5ec05d3fdfb1616c3c0e3c12ef5abc"
},
{
"url": "https://git.kernel.org/stable/c/8445d69a5cabd8d6cb2bf0f8b798be205f53afa2"
},
{
"url": "https://git.kernel.org/stable/c/a5f51b04cbb3ae0f9cb2c4488952b775ebb0ccbf"
}
],
"title": "soc/tegra: cbb: Fix cross-fabric target timeout lookup",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2026-53310",
"datePublished": "2026-06-26T19:41:04.227Z",
"dateReserved": "2026-06-09T07:44:35.397Z",
"dateUpdated": "2026-06-26T19:41:04.227Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-53310",
"date": "2026-07-07",
"epss": "0.00112",
"percentile": "0.01645"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-53310\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-06-26T20:17:24.330\",\"lastModified\":\"2026-07-06T20:14:15.220\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nsoc/tegra: cbb: Fix cross-fabric target timeout lookup\\n\\nWhen a fabric receives an error interrupt, the error may have\\noccurred on a different fabric. The target timeout lookup was using\\nthe wrong base address (cbb-\u003eregs) with offsets from a different\\nfabric\u0027s target map, causing a kernel page fault.\\n\\n Unable to handle kernel paging request at virtual address ffff80000954cc00\\n pc : tegra234_cbb_get_tmo_slv+0xc/0x28\\n Call trace:\\n tegra234_cbb_get_tmo_slv+0xc/0x28\\n print_err_notifier+0x6c0/0x7d0\\n tegra234_cbb_isr+0xe4/0x1b4\\n\\nAdd tegra234_cbb_get_fabric() to look up the correct fabric device\\nusing fab_id, and use its base address for accessing target timeout\\nregisters.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/soc/tegra/cbb/tegra234-cbb.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"25de5c8fe0801361182b41c42f086bd089feda14\",\"lessThan\":\"c892d0d4fe5ec05d3fdfb1616c3c0e3c12ef5abc\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"25de5c8fe0801361182b41c42f086bd089feda14\",\"lessThan\":\"8445d69a5cabd8d6cb2bf0f8b798be205f53afa2\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"25de5c8fe0801361182b41c42f086bd089feda14\",\"lessThan\":\"a5f51b04cbb3ae0f9cb2c4488952b775ebb0ccbf\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/soc/tegra/cbb/tegra234-cbb.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6.17\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"6.17\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.33\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.0.10\",\"lessThanOrEqual\":\"7.0.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.1\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"NVD-CWE-noinfo\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.17\",\"versionEndExcluding\":\"6.18.33\",\"matchCriteriaId\":\"4F0E1027-1081-4E2B-9D56-AF79BAFF146B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.19\",\"versionEndExcluding\":\"7.0.10\",\"matchCriteriaId\":\"A13475D2-59BF-4716-94B5-7C1D239A2CF4\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/8445d69a5cabd8d6cb2bf0f8b798be205f53afa2\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/a5f51b04cbb3ae0f9cb2c4488952b775ebb0ccbf\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/c892d0d4fe5ec05d3fdfb1616c3c0e3c12ef5abc\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}"
}
}
Loading…
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…