CVE-2022-48867 (GCVE-0-2022-48867)
Vulnerability from cvelistv5 – Published: 2024-08-21 06:09 – Updated: 2025-05-04 08:25
VLAI?
Summary
In the Linux kernel, the following vulnerability has been resolved:
dmaengine: idxd: Prevent use after free on completion memory
On driver unload any pending descriptors are flushed at the
time the interrupt is freed:
idxd_dmaengine_drv_remove() ->
drv_disable_wq() ->
idxd_wq_free_irq() ->
idxd_flush_pending_descs().
If there are any descriptors present that need to be flushed this
flow triggers a "not present" page fault as below:
BUG: unable to handle page fault for address: ff391c97c70c9040
#PF: supervisor read access in kernel mode
#PF: error_code(0x0000) - not-present page
The address that triggers the fault is the address of the
descriptor that was freed moments earlier via:
drv_disable_wq()->idxd_wq_free_resources()
Fix the use after free by freeing the descriptors after any possible
usage. This is done after idxd_wq_reset() to ensure that the memory
remains accessible during possible completion writes by the device.
Severity ?
No CVSS data available.
Assigner
References
Impacted products
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2022-48867",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-09-10T16:05:41.653435Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-09-12T17:32:54.768Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"drivers/dma/idxd/device.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "b9e8e3fcfec625fc1c2f68f684448aeeb882625b",
"status": "affected",
"version": "63c14ae6c161dec8ff3be49277edc75a769e054a",
"versionType": "git"
},
{
"lessThan": "1beeec45f9ac31eba52478379f70a5fa9c2ad005",
"status": "affected",
"version": "63c14ae6c161dec8ff3be49277edc75a769e054a",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"drivers/dma/idxd/device.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "5.19"
},
{
"lessThan": "5.19",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.1.*",
"status": "unaffected",
"version": "6.1.8",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "6.2",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.1.8",
"versionStartIncluding": "5.19",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.2",
"versionStartIncluding": "5.19",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\ndmaengine: idxd: Prevent use after free on completion memory\n\nOn driver unload any pending descriptors are flushed at the\ntime the interrupt is freed:\nidxd_dmaengine_drv_remove() -\u003e\n\tdrv_disable_wq() -\u003e\n\t\tidxd_wq_free_irq() -\u003e\n\t\t\tidxd_flush_pending_descs().\n\nIf there are any descriptors present that need to be flushed this\nflow triggers a \"not present\" page fault as below:\n\n BUG: unable to handle page fault for address: ff391c97c70c9040\n #PF: supervisor read access in kernel mode\n #PF: error_code(0x0000) - not-present page\n\nThe address that triggers the fault is the address of the\ndescriptor that was freed moments earlier via:\ndrv_disable_wq()-\u003eidxd_wq_free_resources()\n\nFix the use after free by freeing the descriptors after any possible\nusage. This is done after idxd_wq_reset() to ensure that the memory\nremains accessible during possible completion writes by the device."
}
],
"providerMetadata": {
"dateUpdated": "2025-05-04T08:25:07.385Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/b9e8e3fcfec625fc1c2f68f684448aeeb882625b"
},
{
"url": "https://git.kernel.org/stable/c/1beeec45f9ac31eba52478379f70a5fa9c2ad005"
}
],
"title": "dmaengine: idxd: Prevent use after free on completion memory",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2022-48867",
"datePublished": "2024-08-21T06:09:57.153Z",
"dateReserved": "2024-07-16T11:38:08.921Z",
"dateUpdated": "2025-05-04T08:25:07.385Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"5.19\", \"versionEndExcluding\": \"6.1.8\", \"matchCriteriaId\": \"14893A53-0846-4D56-BC73-9FC4261FDAB2\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\ndmaengine: idxd: Prevent use after free on completion memory\\n\\nOn driver unload any pending descriptors are flushed at the\\ntime the interrupt is freed:\\nidxd_dmaengine_drv_remove() -\u003e\\n\\tdrv_disable_wq() -\u003e\\n\\t\\tidxd_wq_free_irq() -\u003e\\n\\t\\t\\tidxd_flush_pending_descs().\\n\\nIf there are any descriptors present that need to be flushed this\\nflow triggers a \\\"not present\\\" page fault as below:\\n\\n BUG: unable to handle page fault for address: ff391c97c70c9040\\n #PF: supervisor read access in kernel mode\\n #PF: error_code(0x0000) - not-present page\\n\\nThe address that triggers the fault is the address of the\\ndescriptor that was freed moments earlier via:\\ndrv_disable_wq()-\u003eidxd_wq_free_resources()\\n\\nFix the use after free by freeing the descriptors after any possible\\nusage. This is done after idxd_wq_reset() to ensure that the memory\\nremains accessible during possible completion writes by the device.\"}, {\"lang\": \"es\", \"value\": \"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: dmaengine: idxd: evita el use after free la memoria al finalizar. Al descargar el controlador, los descriptores pendientes se eliminan en el momento en que se libera la interrupci\\u00f3n: idxd_dmaengine_drv_remove() -\u0026gt; drv_disable_wq() -\u0026gt; idxd_wq_free_irq () -\u0026gt; idxd_flush_pending_descs(). Si hay alg\\u00fan descriptor presente que deba eliminarse, este flujo desencadena un error de p\\u00e1gina \\\"no presente\\\" como se muestra a continuaci\\u00f3n: ERROR: no se puede manejar el error de p\\u00e1gina para la direcci\\u00f3n: ff391c97c70c9040 #PF: acceso de lectura del supervisor en modo kernel #PF: error_code(0x0000 ) - p\\u00e1gina no presente La direcci\\u00f3n que desencadena la falla es la direcci\\u00f3n del descriptor que se liber\\u00f3 momentos antes a trav\\u00e9s de: drv_disable_wq()-\u0026gt;idxd_wq_free_resources() Corrige el use-after-free liberando los descriptores despu\\u00e9s de cualquier posible uso. Esto se hace despu\\u00e9s de idxd_wq_reset() para garantizar que la memoria permanezca accesible durante posibles escrituras completas por parte del dispositivo.\"}]",
"id": "CVE-2022-48867",
"lastModified": "2024-09-06T14:15:33.733",
"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:H/I:H/A:H\", \"baseScore\": 7.8, \"baseSeverity\": \"HIGH\", \"attackVector\": \"LOCAL\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"LOW\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 1.8, \"impactScore\": 5.9}]}",
"published": "2024-08-21T07:15:03.860",
"references": "[{\"url\": \"https://git.kernel.org/stable/c/1beeec45f9ac31eba52478379f70a5fa9c2ad005\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"tags\": [\"Patch\"]}, {\"url\": \"https://git.kernel.org/stable/c/b9e8e3fcfec625fc1c2f68f684448aeeb882625b\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"tags\": [\"Patch\"]}]",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"vulnStatus": "Analyzed",
"weaknesses": "[{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-416\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2022-48867\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2024-08-21T07:15:03.860\",\"lastModified\":\"2024-09-06T14:15:33.733\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\ndmaengine: idxd: Prevent use after free on completion memory\\n\\nOn driver unload any pending descriptors are flushed at the\\ntime the interrupt is freed:\\nidxd_dmaengine_drv_remove() -\u003e\\n\\tdrv_disable_wq() -\u003e\\n\\t\\tidxd_wq_free_irq() -\u003e\\n\\t\\t\\tidxd_flush_pending_descs().\\n\\nIf there are any descriptors present that need to be flushed this\\nflow triggers a \\\"not present\\\" page fault as below:\\n\\n BUG: unable to handle page fault for address: ff391c97c70c9040\\n #PF: supervisor read access in kernel mode\\n #PF: error_code(0x0000) - not-present page\\n\\nThe address that triggers the fault is the address of the\\ndescriptor that was freed moments earlier via:\\ndrv_disable_wq()-\u003eidxd_wq_free_resources()\\n\\nFix the use after free by freeing the descriptors after any possible\\nusage. This is done after idxd_wq_reset() to ensure that the memory\\nremains accessible during possible completion writes by the device.\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: dmaengine: idxd: evita el use after free la memoria al finalizar. Al descargar el controlador, los descriptores pendientes se eliminan en el momento en que se libera la interrupci\u00f3n: idxd_dmaengine_drv_remove() -\u0026gt; drv_disable_wq() -\u0026gt; idxd_wq_free_irq () -\u0026gt; idxd_flush_pending_descs(). Si hay alg\u00fan descriptor presente que deba eliminarse, este flujo desencadena un error de p\u00e1gina \\\"no presente\\\" como se muestra a continuaci\u00f3n: ERROR: no se puede manejar el error de p\u00e1gina para la direcci\u00f3n: ff391c97c70c9040 #PF: acceso de lectura del supervisor en modo kernel #PF: error_code(0x0000 ) - p\u00e1gina no presente La direcci\u00f3n que desencadena la falla es la direcci\u00f3n del descriptor que se liber\u00f3 momentos antes a trav\u00e9s de: drv_disable_wq()-\u0026gt;idxd_wq_free_resources() Corrige el use-after-free liberando los descriptores despu\u00e9s de cualquier posible uso. Esto se hace despu\u00e9s de idxd_wq_reset() para garantizar que la memoria permanezca accesible durante posibles escrituras completas por parte del dispositivo.\"}],\"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:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-416\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.19\",\"versionEndExcluding\":\"6.1.8\",\"matchCriteriaId\":\"14893A53-0846-4D56-BC73-9FC4261FDAB2\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/1beeec45f9ac31eba52478379f70a5fa9c2ad005\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/b9e8e3fcfec625fc1c2f68f684448aeeb882625b\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
"vulnrichment": {
"containers": "{\"cna\": {\"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2024-08-21T06:09:57.153Z\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\ndmaengine: idxd: Prevent use after free on completion memory\\n\\nOn driver unload any pending descriptors are flushed at the\\ntime the interrupt is freed:\\nidxd_dmaengine_drv_remove() -\u003e\\n\\tdrv_disable_wq() -\u003e\\n\\t\\tidxd_wq_free_irq() -\u003e\\n\\t\\t\\tidxd_flush_pending_descs().\\n\\nIf there are any descriptors present that need to be flushed this\\nflow triggers a \\\"not present\\\" page fault as below:\\n\\n BUG: unable to handle page fault for address: ff391c97c70c9040\\n #PF: supervisor read access in kernel mode\\n #PF: error_code(0x0000) - not-present page\\n\\nThe address that triggers the fault is the address of the\\ndescriptor that was freed moments earlier via:\\ndrv_disable_wq()-\u003eidxd_wq_free_resources()\\n\\nFix the use after free by freeing the descriptors after any possible\\nusage. This is done after idxd_wq_reset() to ensure that the memory\\nremains accessible during possible completion writes by the device.\"}], \"affected\": [{\"product\": \"Linux\", \"vendor\": \"Linux\", \"defaultStatus\": \"unaffected\", \"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"programFiles\": [\"drivers/dma/idxd/device.c\"], \"versions\": [{\"version\": \"63c14ae6c161\", \"lessThan\": \"b9e8e3fcfec6\", \"status\": \"affected\", \"versionType\": \"git\"}, {\"version\": \"63c14ae6c161\", \"lessThan\": \"1beeec45f9ac\", \"status\": \"affected\", \"versionType\": \"git\"}]}, {\"product\": \"Linux\", \"vendor\": \"Linux\", \"defaultStatus\": \"affected\", \"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"programFiles\": [\"drivers/dma/idxd/device.c\"], \"versions\": [{\"version\": \"5.19\", \"status\": \"affected\"}, {\"version\": \"0\", \"lessThan\": \"5.19\", \"status\": \"unaffected\", \"versionType\": \"custom\"}, {\"version\": \"6.1.8\", \"lessThanOrEqual\": \"6.1.*\", \"status\": \"unaffected\", \"versionType\": \"custom\"}, {\"version\": \"6.2\", \"lessThanOrEqual\": \"*\", \"status\": \"unaffected\", \"versionType\": \"original_commit_for_fix\"}]}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/b9e8e3fcfec625fc1c2f68f684448aeeb882625b\"}, {\"url\": \"https://git.kernel.org/stable/c/1beeec45f9ac31eba52478379f70a5fa9c2ad005\"}], \"title\": \"dmaengine: idxd: Prevent use after free on completion memory\", \"x_generator\": {\"engine\": \"bippy-c9c4e1df01b2\"}}, \"adp\": [{\"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2022-48867\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-09-10T16:05:41.653435Z\"}}}], \"providerMetadata\": {\"shortName\": \"CISA-ADP\", \"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"dateUpdated\": \"2024-09-11T12:42:11.978Z\"}, \"title\": \"CISA ADP Vulnrichment\"}]}",
"cveMetadata": "{\"cveId\": \"CVE-2022-48867\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"state\": \"PUBLISHED\", \"assignerShortName\": \"Linux\", \"dateReserved\": \"2024-07-16T11:38:08.921Z\", \"datePublished\": \"2024-08-21T06:09:57.153Z\", \"dateUpdated\": \"2024-08-21T06:09:57.153Z\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
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…