CVE-2026-64522 (GCVE-0-2026-64522)
Vulnerability from cvelistv5 – Published: 2026-07-25 09:14 – Updated: 2026-07-25 09:14
VLAI
EPSS
VEX
Title
net/mlx5e: Fix eswitch mode block underflow on IPsec acquire SA
Summary
In the Linux kernel, the following vulnerability has been resolved:
net/mlx5e: Fix eswitch mode block underflow on IPsec acquire SA
mlx5e_xfrm_add_state() handles acquire-flow temporary SAs by allocating
software state and skipping hardware offload setup.
That path jumps to the common success label before taking the eswitch mode
block. After tunnel-mode validation was moved earlier, the common success
label unconditionally calls mlx5_eswitch_unblock_mode(). For acquire SAs,
this decrements esw->offloads.num_block_mode without a matching increment.
Return directly after installing the acquire SA offload handle, so only the
paths that successfully called mlx5_eswitch_block_mode() call the matching
unblock.
Severity
No CVSS data available.
Assigner
References
Impacted products
2 products
| Vendor | Product | Version | |
|---|---|---|---|
| Linux | Linux |
Affected:
22239eb258bc1e6ccdb2d3502fce1cc2b2a88386 , < b5bd4249e430f5963d559708ee96a671716d2400
(git)
Affected: 22239eb258bc1e6ccdb2d3502fce1cc2b2a88386 , < ecafd8284e527666e83261e6e57a7c7341d591cb (git) Affected: 22239eb258bc1e6ccdb2d3502fce1cc2b2a88386 , < abe003b33223ff33552f291644bf35d9c2f992fb (git) Affected: 993c4ba71596c30418ba5a0ddcf4f9c2f431466a (git) Affected: 6.17.4 , < 6.18 (semver) |
|
| Linux | Linux |
Affected:
6.18
Unaffected: 0 , < 6.18 (semver) Unaffected: 6.18.34 , ≤ 6.18.* (semver) Unaffected: 7.0.11 , ≤ 7.0.* (semver) Unaffected: 7.1 , ≤ * (original_commit_for_fix) |
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "b5bd4249e430f5963d559708ee96a671716d2400",
"status": "affected",
"version": "22239eb258bc1e6ccdb2d3502fce1cc2b2a88386",
"versionType": "git"
},
{
"lessThan": "ecafd8284e527666e83261e6e57a7c7341d591cb",
"status": "affected",
"version": "22239eb258bc1e6ccdb2d3502fce1cc2b2a88386",
"versionType": "git"
},
{
"lessThan": "abe003b33223ff33552f291644bf35d9c2f992fb",
"status": "affected",
"version": "22239eb258bc1e6ccdb2d3502fce1cc2b2a88386",
"versionType": "git"
},
{
"status": "affected",
"version": "993c4ba71596c30418ba5a0ddcf4f9c2f431466a",
"versionType": "git"
},
{
"lessThan": "6.18",
"status": "affected",
"version": "6.17.4",
"versionType": "semver"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "6.18"
},
{
"lessThan": "6.18",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.18.*",
"status": "unaffected",
"version": "6.18.34",
"versionType": "semver"
},
{
"lessThanOrEqual": "7.0.*",
"status": "unaffected",
"version": "7.0.11",
"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.34",
"versionStartIncluding": "6.18",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.0.11",
"versionStartIncluding": "6.18",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.1",
"versionStartIncluding": "6.18",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionStartIncluding": "6.17.4",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/mlx5e: Fix eswitch mode block underflow on IPsec acquire SA\n\nmlx5e_xfrm_add_state() handles acquire-flow temporary SAs by allocating\nsoftware state and skipping hardware offload setup.\n\nThat path jumps to the common success label before taking the eswitch mode\nblock. After tunnel-mode validation was moved earlier, the common success\nlabel unconditionally calls mlx5_eswitch_unblock_mode(). For acquire SAs,\nthis decrements esw-\u003eoffloads.num_block_mode without a matching increment.\n\nReturn directly after installing the acquire SA offload handle, so only the\npaths that successfully called mlx5_eswitch_block_mode() call the matching\nunblock."
}
],
"providerMetadata": {
"dateUpdated": "2026-07-25T09:14:47.404Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/b5bd4249e430f5963d559708ee96a671716d2400"
},
{
"url": "https://git.kernel.org/stable/c/ecafd8284e527666e83261e6e57a7c7341d591cb"
},
{
"url": "https://git.kernel.org/stable/c/abe003b33223ff33552f291644bf35d9c2f992fb"
}
],
"title": "net/mlx5e: Fix eswitch mode block underflow on IPsec acquire SA",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2026-64522",
"datePublished": "2026-07-25T09:14:47.404Z",
"dateReserved": "2026-07-19T15:36:31.794Z",
"dateUpdated": "2026-07-25T09:14:47.404Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-64522",
"date": "2026-07-25",
"epss": "0.00206",
"percentile": "0.10862"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-64522\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-07-25T10:17:38.497\",\"lastModified\":\"2026-07-25T10:17:38.497\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nnet/mlx5e: Fix eswitch mode block underflow on IPsec acquire SA\\n\\nmlx5e_xfrm_add_state() handles acquire-flow temporary SAs by allocating\\nsoftware state and skipping hardware offload setup.\\n\\nThat path jumps to the common success label before taking the eswitch mode\\nblock. After tunnel-mode validation was moved earlier, the common success\\nlabel unconditionally calls mlx5_eswitch_unblock_mode(). For acquire SAs,\\nthis decrements esw-\u003eoffloads.num_block_mode without a matching increment.\\n\\nReturn directly after installing the acquire SA offload handle, so only the\\npaths that successfully called mlx5_eswitch_block_mode() call the matching\\nunblock.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"22239eb258bc1e6ccdb2d3502fce1cc2b2a88386\",\"lessThan\":\"b5bd4249e430f5963d559708ee96a671716d2400\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"22239eb258bc1e6ccdb2d3502fce1cc2b2a88386\",\"lessThan\":\"ecafd8284e527666e83261e6e57a7c7341d591cb\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"22239eb258bc1e6ccdb2d3502fce1cc2b2a88386\",\"lessThan\":\"abe003b33223ff33552f291644bf35d9c2f992fb\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"993c4ba71596c30418ba5a0ddcf4f9c2f431466a\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"6.17.4\",\"lessThan\":\"6.18\",\"versionType\":\"semver\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6.18\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"6.18\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.34\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.0.11\",\"lessThanOrEqual\":\"7.0.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.1\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/abe003b33223ff33552f291644bf35d9c2f992fb\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/b5bd4249e430f5963d559708ee96a671716d2400\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/ecafd8284e527666e83261e6e57a7c7341d591cb\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}"
}
}
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…
The MITRE ATT&CK techniques below are AI-generated suggestions, inferred from the description of the
vulnerability by the CIRCL/vulnerability-attack-technique-classification-roberta-base
model, served locally by ML-Gateway.
They have not been verified by an analyst and are provided for guidance only.
Loading…
Loading…