{ "dataType": "CVE_RECORD", "cveMetadata": { "cveId": "CVE-2023-52498", "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "state": "PUBLISHED", "assignerShortName": "Linux", "dateReserved": "2024-02-20T12:30:33.305Z", "datePublished": "2024-02-29T15:52:14.029Z", "dateUpdated": "2026-05-23T15:25:44.786Z" }, "containers": { "cna": { "providerMetadata": { "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "shortName": "Linux", "dateUpdated": "2026-05-23T15:25:44.786Z" }, "descriptions": [ { "lang": "en", "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nPM: sleep: Fix possible deadlocks in core system-wide PM code\n\nIt is reported that in low-memory situations the system-wide resume core\ncode deadlocks, because async_schedule_dev() executes its argument\nfunction synchronously if it cannot allocate memory (and not only in\nthat case) and that function attempts to acquire a mutex that is already\nheld. Executing the argument function synchronously from within\ndpm_async_fn() may also be problematic for ordering reasons (it may\ncause a consumer device's resume callback to be invoked before a\nrequisite supplier device's one, for example).\n\nAddress this by changing the code in question to use\nasync_schedule_dev_nocall() for scheduling the asynchronous\nexecution of device suspend and resume functions and to directly\nrun them synchronously if async_schedule_dev_nocall() returns false." } ], "affected": [ { "product": "Linux", "vendor": "Linux", "defaultStatus": "unaffected", "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git", "programFiles": [ "drivers/base/power/main.c" ], "versions": [ { "version": "0552e05fdfea191a2cf3a0abd33574b5ef9ca818", "lessThan": "f46eb832389f162ad13cb780d0b8cde93641990d", "status": "affected", "versionType": "git" }, { "version": "0552e05fdfea191a2cf3a0abd33574b5ef9ca818", "lessThan": "a1d62c775b07213c73f81ae842424c74dd14b5f0", "status": "affected", "versionType": "git" }, { "version": "0552e05fdfea191a2cf3a0abd33574b5ef9ca818", "lessThan": "e1c9d32c98309ae764893a481552d3f99d46cb34", "status": "affected", "versionType": "git" }, { "version": "0552e05fdfea191a2cf3a0abd33574b5ef9ca818", "lessThan": "e681e29d1f59a04ef773296e4bebb17b1b79f8fe", "status": "affected", "versionType": "git" }, { "version": "0552e05fdfea191a2cf3a0abd33574b5ef9ca818", "lessThan": "9bd3dce27b01c51295b60e1433e1dadfb16649f7", "status": "affected", "versionType": "git" }, { "version": "0552e05fdfea191a2cf3a0abd33574b5ef9ca818", "lessThan": "7839d0078e0d5e6cc2fa0b0dfbee71de74f1e557", "status": "affected", "versionType": "git" }, { "version": "5d56260c5e9fdbbba59655f63622f6159bf0e595", "status": "affected", "versionType": "git" }, { "version": "76d587bd579a08ddcd51274c6d9fff4e885e184d", "status": "affected", "versionType": "git" }, { "version": "7dce99d3182a1495bd14cac8403ee471ecdb7ea4", "status": "affected", "versionType": "git" }, { "version": "0390e974020ebbbb64580fc205ecc892d1fdd462", "status": "affected", "versionType": "git" }, { "version": "4.14.171", "lessThan": "4.15", "status": "affected", "versionType": "semver" }, { "version": "4.19.103", "lessThan": "4.20", "status": "affected", "versionType": "semver" }, { "version": "5.4.19", "lessThan": "5.5", "status": "affected", "versionType": "semver" }, { "version": "5.5.3", "lessThan": "5.6", "status": "affected", "versionType": "semver" } ] }, { "product": "Linux", "vendor": "Linux", "defaultStatus": "affected", "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git", "programFiles": [ "drivers/base/power/main.c" ], "versions": [ { "version": "5.6", "status": "affected" }, { "version": "0", "lessThan": "5.6", "status": "unaffected", "versionType": "semver" }, { "version": "5.10.210", "lessThanOrEqual": "5.10.*", "status": "unaffected", "versionType": "semver" }, { "version": "5.15.149", "lessThanOrEqual": "5.15.*", "status": "unaffected", "versionType": "semver" }, { "version": "6.1.76", "lessThanOrEqual": "6.1.*", "status": "unaffected", "versionType": "semver" }, { "version": "6.6.15", "lessThanOrEqual": "6.6.*", "status": "unaffected", "versionType": "semver" }, { "version": "6.7.3", "lessThanOrEqual": "6.7.*", "status": "unaffected", "versionType": "semver" }, { "version": "6.8", "lessThanOrEqual": "*", "status": "unaffected", "versionType": "original_commit_for_fix" } ] } ], "cpeApplicability": [ { "nodes": [ { "operator": "OR", "negate": false, "cpeMatch": [ { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "5.6", "versionEndExcluding": "5.10.210" }, { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "5.6", "versionEndExcluding": "5.15.149" }, { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "5.6", "versionEndExcluding": "6.1.76" }, { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "5.6", "versionEndExcluding": "6.6.15" }, { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "5.6", "versionEndExcluding": "6.7.3" }, { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "5.6", "versionEndExcluding": "6.8" }, { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "4.14.171" }, { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "4.19.103" }, { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "5.4.19" }, { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "5.5.3" } ] } ] } ], "references": [ { "url": "https://git.kernel.org/stable/c/f46eb832389f162ad13cb780d0b8cde93641990d" }, { "url": "https://git.kernel.org/stable/c/a1d62c775b07213c73f81ae842424c74dd14b5f0" }, { "url": "https://git.kernel.org/stable/c/e1c9d32c98309ae764893a481552d3f99d46cb34" }, { "url": "https://git.kernel.org/stable/c/e681e29d1f59a04ef773296e4bebb17b1b79f8fe" }, { "url": "https://git.kernel.org/stable/c/9bd3dce27b01c51295b60e1433e1dadfb16649f7" }, { "url": "https://git.kernel.org/stable/c/7839d0078e0d5e6cc2fa0b0dfbee71de74f1e557" } ], "title": "PM: sleep: Fix possible deadlocks in core system-wide PM code", "x_generator": { "engine": "bippy-1.2.0" } }, "adp": [ { "providerMetadata": { "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE", "dateUpdated": "2024-08-02T23:03:20.585Z" }, "title": "CVE Program Container", "references": [ { "url": "https://git.kernel.org/stable/c/f46eb832389f162ad13cb780d0b8cde93641990d", "tags": [ "x_transferred" ] }, { "url": "https://git.kernel.org/stable/c/a1d62c775b07213c73f81ae842424c74dd14b5f0", "tags": [ "x_transferred" ] }, { "url": "https://git.kernel.org/stable/c/e1c9d32c98309ae764893a481552d3f99d46cb34", "tags": [ "x_transferred" ] }, { "url": "https://git.kernel.org/stable/c/e681e29d1f59a04ef773296e4bebb17b1b79f8fe", "tags": [ "x_transferred" ] }, { "url": "https://git.kernel.org/stable/c/9bd3dce27b01c51295b60e1433e1dadfb16649f7", "tags": [ "x_transferred" ] }, { "url": "https://git.kernel.org/stable/c/7839d0078e0d5e6cc2fa0b0dfbee71de74f1e557", "tags": [ "x_transferred" ] }, { "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html", "tags": [ "x_transferred" ] } ] }, { "metrics": [ { "other": { "type": "ssvc", "content": { "id": "CVE-2023-52498", "role": "CISA Coordinator", "options": [ { "Exploitation": "none" }, { "Automatable": "no" }, { "Technical Impact": "partial" } ], "version": "2.0.3", "timestamp": "2024-09-10T15:57:20.713823Z" } } } ], "title": "CISA ADP Vulnrichment", "providerMetadata": { "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP", "dateUpdated": "2024-09-11T17:33:51.225Z" } } ] }, "dataVersion": "5.2" }