CVE-2026-64157 (GCVE-0-2026-64157)
Vulnerability from cvelistv5 – Published: 2026-07-19 15:40 – Updated: 2026-07-19 15:40
VLAI
EPSS
VEX
Title
netfs: Fix partial invalidation of streaming-write folio
Summary
In the Linux kernel, the following vulnerability has been resolved:
netfs: Fix partial invalidation of streaming-write folio
In netfs_invalidate_folio(), if the region of a partial invalidation
overlaps the front (but not all) of a dirty write cached in a streaming
write page (dirty, but not uptodate, with the dirty region tracked by a
netfs_folio struct), the function modifies the dirty region - but
incorrectly as it moves the region forward by setting the start to the
start, not the end, of the invalidation region.
Fix this by setting finfo->dirty_offset to the end of the invalidation
region (iend).
Severity
No CVSS data available.
Assigner
References
Impacted products
2 products
| Vendor | Product | Version | |
|---|---|---|---|
| Linux | Linux |
Affected:
cce6bfa6ca0e30af9927b0074c97fe6a92f28092 , < f6b2569ae29b666fd15ff2848684c445ba442a39
(git)
Affected: cce6bfa6ca0e30af9927b0074c97fe6a92f28092 , < 3d9601c029b934b5b6a10f99791467b10eb6b211 (git) Affected: cce6bfa6ca0e30af9927b0074c97fe6a92f28092 , < 6a3d27116be2c5fb9a03d5cf37c486ac517f3689 (git) Affected: cce6bfa6ca0e30af9927b0074c97fe6a92f28092 , < 6d91acc7fb85d33ea58fca9b964a32a453937f4b (git) Affected: e2814004138a541110d4b2dc254a8f619c2c4ce0 (git) Affected: 6.10.8 , < 6.11 (semver) |
|
| Linux | Linux |
Affected:
6.11
Unaffected: 0 , < 6.11 (semver) Unaffected: 6.12.92 , ≤ 6.12.* (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": [
"fs/netfs/misc.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "f6b2569ae29b666fd15ff2848684c445ba442a39",
"status": "affected",
"version": "cce6bfa6ca0e30af9927b0074c97fe6a92f28092",
"versionType": "git"
},
{
"lessThan": "3d9601c029b934b5b6a10f99791467b10eb6b211",
"status": "affected",
"version": "cce6bfa6ca0e30af9927b0074c97fe6a92f28092",
"versionType": "git"
},
{
"lessThan": "6a3d27116be2c5fb9a03d5cf37c486ac517f3689",
"status": "affected",
"version": "cce6bfa6ca0e30af9927b0074c97fe6a92f28092",
"versionType": "git"
},
{
"lessThan": "6d91acc7fb85d33ea58fca9b964a32a453937f4b",
"status": "affected",
"version": "cce6bfa6ca0e30af9927b0074c97fe6a92f28092",
"versionType": "git"
},
{
"status": "affected",
"version": "e2814004138a541110d4b2dc254a8f619c2c4ce0",
"versionType": "git"
},
{
"lessThan": "6.11",
"status": "affected",
"version": "6.10.8",
"versionType": "semver"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"fs/netfs/misc.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "6.11"
},
{
"lessThan": "6.11",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.12.*",
"status": "unaffected",
"version": "6.12.92",
"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.12.92",
"versionStartIncluding": "6.11",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.18.34",
"versionStartIncluding": "6.11",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.0.11",
"versionStartIncluding": "6.11",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.1",
"versionStartIncluding": "6.11",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionStartIncluding": "6.10.8",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfs: Fix partial invalidation of streaming-write folio\n\nIn netfs_invalidate_folio(), if the region of a partial invalidation\noverlaps the front (but not all) of a dirty write cached in a streaming\nwrite page (dirty, but not uptodate, with the dirty region tracked by a\nnetfs_folio struct), the function modifies the dirty region - but\nincorrectly as it moves the region forward by setting the start to the\nstart, not the end, of the invalidation region.\n\nFix this by setting finfo-\u003edirty_offset to the end of the invalidation\nregion (iend)."
}
],
"providerMetadata": {
"dateUpdated": "2026-07-19T15:40:44.964Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/f6b2569ae29b666fd15ff2848684c445ba442a39"
},
{
"url": "https://git.kernel.org/stable/c/3d9601c029b934b5b6a10f99791467b10eb6b211"
},
{
"url": "https://git.kernel.org/stable/c/6a3d27116be2c5fb9a03d5cf37c486ac517f3689"
},
{
"url": "https://git.kernel.org/stable/c/6d91acc7fb85d33ea58fca9b964a32a453937f4b"
}
],
"title": "netfs: Fix partial invalidation of streaming-write folio",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2026-64157",
"datePublished": "2026-07-19T15:40:44.964Z",
"dateReserved": "2026-07-19T07:54:57.038Z",
"dateUpdated": "2026-07-19T15:40:44.964Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-64157",
"date": "2026-07-20",
"epss": "0.00168",
"percentile": "0.0638"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-64157\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-07-19T16:17:57.703\",\"lastModified\":\"2026-07-19T16:17:57.703\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nnetfs: Fix partial invalidation of streaming-write folio\\n\\nIn netfs_invalidate_folio(), if the region of a partial invalidation\\noverlaps the front (but not all) of a dirty write cached in a streaming\\nwrite page (dirty, but not uptodate, with the dirty region tracked by a\\nnetfs_folio struct), the function modifies the dirty region - but\\nincorrectly as it moves the region forward by setting the start to the\\nstart, not the end, of the invalidation region.\\n\\nFix this by setting finfo-\u003edirty_offset to the end of the invalidation\\nregion (iend).\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"fs/netfs/misc.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"cce6bfa6ca0e30af9927b0074c97fe6a92f28092\",\"lessThan\":\"f6b2569ae29b666fd15ff2848684c445ba442a39\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"cce6bfa6ca0e30af9927b0074c97fe6a92f28092\",\"lessThan\":\"3d9601c029b934b5b6a10f99791467b10eb6b211\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"cce6bfa6ca0e30af9927b0074c97fe6a92f28092\",\"lessThan\":\"6a3d27116be2c5fb9a03d5cf37c486ac517f3689\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"cce6bfa6ca0e30af9927b0074c97fe6a92f28092\",\"lessThan\":\"6d91acc7fb85d33ea58fca9b964a32a453937f4b\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"e2814004138a541110d4b2dc254a8f619c2c4ce0\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"6.10.8\",\"lessThan\":\"6.11\",\"versionType\":\"semver\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"fs/netfs/misc.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6.11\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"6.11\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.92\",\"lessThanOrEqual\":\"6.12.*\",\"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/3d9601c029b934b5b6a10f99791467b10eb6b211\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/6a3d27116be2c5fb9a03d5cf37c486ac517f3689\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/6d91acc7fb85d33ea58fca9b964a32a453937f4b\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/f6b2569ae29b666fd15ff2848684c445ba442a39\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2026-07-20T12:12:09+00:00",
"cve": "CVE-2026-64157",
"id": "CVE-2026-64157",
"initial_release_date": "2026-07-19T00:00:00+00:00",
"product_status:known_affected": "76",
"product_status:known_not_affected": "198",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "kernel: netfs: Fix partial invalidation of streaming-write folio",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-64157.json",
"version": "3"
}
}
}
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…