CVE-2025-71298 (GCVE-0-2025-71298)
Vulnerability from cvelistv5 – Published: 2026-05-08 13:11 – Updated: 2026-05-08 13:11
VLAI?
Title
drm/tests: shmem: Hold reservation lock around madvise
Summary
In the Linux kernel, the following vulnerability has been resolved:
drm/tests: shmem: Hold reservation lock around madvise
Acquire and release the GEM object's reservation lock around calls
to the object's madvide operation. The tests use
drm_gem_shmem_madvise_locked(), which led to errors such as show below.
[ 58.339389] WARNING: CPU: 1 PID: 1352 at drivers/gpu/drm/drm_gem_shmem_helper.c:499 drm_gem_shmem_madvise_locked+0xde/0x140
Only export the new helper drm_gem_shmem_madvise() for Kunit tests.
This is not an interface for regular drivers.
Severity ?
No CVSS data available.
Assigner
References
Impacted products
| Vendor | Product | Version | ||
|---|---|---|---|---|
| Linux | Linux |
Affected:
954907f7147dc43e0d1cd4d430c21d143d5fdf55 , < 9cc77691b5fd615625955cedf726da57543088f1
(git)
Affected: 954907f7147dc43e0d1cd4d430c21d143d5fdf55 , < 07cfcab370da06f26c273306571cbb0bfa3b9c52 (git) Affected: 954907f7147dc43e0d1cd4d430c21d143d5fdf55 , < 607d07d8cc0b835a8701259f08a03dc149b79b4f (git) |
||
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"drivers/gpu/drm/drm_gem_shmem_helper.c",
"drivers/gpu/drm/tests/drm_gem_shmem_test.c",
"include/drm/drm_gem_shmem_helper.h"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "9cc77691b5fd615625955cedf726da57543088f1",
"status": "affected",
"version": "954907f7147dc43e0d1cd4d430c21d143d5fdf55",
"versionType": "git"
},
{
"lessThan": "07cfcab370da06f26c273306571cbb0bfa3b9c52",
"status": "affected",
"version": "954907f7147dc43e0d1cd4d430c21d143d5fdf55",
"versionType": "git"
},
{
"lessThan": "607d07d8cc0b835a8701259f08a03dc149b79b4f",
"status": "affected",
"version": "954907f7147dc43e0d1cd4d430c21d143d5fdf55",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"drivers/gpu/drm/drm_gem_shmem_helper.c",
"drivers/gpu/drm/tests/drm_gem_shmem_test.c",
"include/drm/drm_gem_shmem_helper.h"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "6.16"
},
{
"lessThan": "6.16",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.18.*",
"status": "unaffected",
"version": "6.18.16",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.19.*",
"status": "unaffected",
"version": "6.19.6",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "7.0",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.18.16",
"versionStartIncluding": "6.16",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.19.6",
"versionStartIncluding": "6.16",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.0",
"versionStartIncluding": "6.16",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/tests: shmem: Hold reservation lock around madvise\n\nAcquire and release the GEM object\u0027s reservation lock around calls\nto the object\u0027s madvide operation. The tests use\ndrm_gem_shmem_madvise_locked(), which led to errors such as show below.\n\n[ 58.339389] WARNING: CPU: 1 PID: 1352 at drivers/gpu/drm/drm_gem_shmem_helper.c:499 drm_gem_shmem_madvise_locked+0xde/0x140\n\nOnly export the new helper drm_gem_shmem_madvise() for Kunit tests.\nThis is not an interface for regular drivers."
}
],
"providerMetadata": {
"dateUpdated": "2026-05-08T13:11:09.797Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/9cc77691b5fd615625955cedf726da57543088f1"
},
{
"url": "https://git.kernel.org/stable/c/07cfcab370da06f26c273306571cbb0bfa3b9c52"
},
{
"url": "https://git.kernel.org/stable/c/607d07d8cc0b835a8701259f08a03dc149b79b4f"
}
],
"title": "drm/tests: shmem: Hold reservation lock around madvise",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2025-71298",
"datePublished": "2026-05-08T13:11:09.797Z",
"dateReserved": "2026-05-06T11:31:45.510Z",
"dateUpdated": "2026-05-08T13:11:09.797Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2025-71298\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-05-08T14:16:31.153\",\"lastModified\":\"2026-05-08T14:16:31.153\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\ndrm/tests: shmem: Hold reservation lock around madvise\\n\\nAcquire and release the GEM object\u0027s reservation lock around calls\\nto the object\u0027s madvide operation. The tests use\\ndrm_gem_shmem_madvise_locked(), which led to errors such as show below.\\n\\n[ 58.339389] WARNING: CPU: 1 PID: 1352 at drivers/gpu/drm/drm_gem_shmem_helper.c:499 drm_gem_shmem_madvise_locked+0xde/0x140\\n\\nOnly export the new helper drm_gem_shmem_madvise() for Kunit tests.\\nThis is not an interface for regular drivers.\"}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/07cfcab370da06f26c273306571cbb0bfa3b9c52\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/607d07d8cc0b835a8701259f08a03dc149b79b4f\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/9cc77691b5fd615625955cedf726da57543088f1\",\"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…
Loading…