CVE-2023-54025 (GCVE-0-2023-54025)
Vulnerability from cvelistv5 – Published: 2025-12-24 10:55 – Updated: 2026-05-11 19:53
VLAI
EPSS
VEX
Title
wifi: rsi: Do not configure WoWlan in shutdown hook if not enabled
Summary
In the Linux kernel, the following vulnerability has been resolved:
wifi: rsi: Do not configure WoWlan in shutdown hook if not enabled
In case WoWlan was never configured during the operation of the system,
the hw->wiphy->wowlan_config will be NULL. rsi_config_wowlan() checks
whether wowlan_config is non-NULL and if it is not, then WARNs about it.
The warning is valid, as during normal operation the rsi_config_wowlan()
should only ever be called with non-NULL wowlan_config. In shutdown this
rsi_config_wowlan() should only ever be called if WoWlan was configured
before by the user.
Add checks for non-NULL wowlan_config into the shutdown hook. While at it,
check whether the wiphy is also non-NULL before accessing wowlan_config .
Drop the single-use wowlan_config variable, just inline it into function
call.
Severity
No CVSS data available.
Assigner
References
6 references
Impacted products
2 products
| Vendor | Product | Version | CPE status | |
|---|---|---|---|---|
| Linux | Linux |
Affected:
16bbc3eb83728c03138191a5d23d84d38175fa26 , < b2aeb97fd470206e67f7b3b4a3e68212a13f747b
(git)
Affected: 16bbc3eb83728c03138191a5d23d84d38175fa26 , < 4391fa180856ff84a2cef4a92694a689eebb855e (git) Affected: 16bbc3eb83728c03138191a5d23d84d38175fa26 , < eb205a06908122f50b1dd1baa43f7c8036bfc7dc (git) Affected: 16bbc3eb83728c03138191a5d23d84d38175fa26 , < 1b51236aa49a0564280bd45c94118cab6d9b0fbd (git) Affected: 16bbc3eb83728c03138191a5d23d84d38175fa26 , < b601468539c1d97539097bfc87ad11f1704b7eb7 (git) Affected: 16bbc3eb83728c03138191a5d23d84d38175fa26 , < b241e260820b68c09586e8a0ae0fc23c0e3215bd (git) |
guessed | |
| Linux | Linux |
Affected:
5.7
Unaffected: 0 , < 5.7 (semver) Unaffected: 5.10.188 , ≤ 5.10.* (semver) Unaffected: 5.15.121 , ≤ 5.15.* (semver) Unaffected: 6.1.39 , ≤ 6.1.* (semver) Unaffected: 6.3.13 , ≤ 6.3.* (semver) Unaffected: 6.4.4 , ≤ 6.4.* (semver) Unaffected: 6.5 , ≤ * (original_commit_for_fix) |
guessed |
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"drivers/net/wireless/rsi/rsi_91x_sdio.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "b2aeb97fd470206e67f7b3b4a3e68212a13f747b",
"status": "affected",
"version": "16bbc3eb83728c03138191a5d23d84d38175fa26",
"versionType": "git"
},
{
"lessThan": "4391fa180856ff84a2cef4a92694a689eebb855e",
"status": "affected",
"version": "16bbc3eb83728c03138191a5d23d84d38175fa26",
"versionType": "git"
},
{
"lessThan": "eb205a06908122f50b1dd1baa43f7c8036bfc7dc",
"status": "affected",
"version": "16bbc3eb83728c03138191a5d23d84d38175fa26",
"versionType": "git"
},
{
"lessThan": "1b51236aa49a0564280bd45c94118cab6d9b0fbd",
"status": "affected",
"version": "16bbc3eb83728c03138191a5d23d84d38175fa26",
"versionType": "git"
},
{
"lessThan": "b601468539c1d97539097bfc87ad11f1704b7eb7",
"status": "affected",
"version": "16bbc3eb83728c03138191a5d23d84d38175fa26",
"versionType": "git"
},
{
"lessThan": "b241e260820b68c09586e8a0ae0fc23c0e3215bd",
"status": "affected",
"version": "16bbc3eb83728c03138191a5d23d84d38175fa26",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"drivers/net/wireless/rsi/rsi_91x_sdio.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "5.7"
},
{
"lessThan": "5.7",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "5.10.*",
"status": "unaffected",
"version": "5.10.188",
"versionType": "semver"
},
{
"lessThanOrEqual": "5.15.*",
"status": "unaffected",
"version": "5.15.121",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.1.*",
"status": "unaffected",
"version": "6.1.39",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.3.*",
"status": "unaffected",
"version": "6.3.13",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.4.*",
"status": "unaffected",
"version": "6.4.4",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "6.5",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "5.10.188",
"versionStartIncluding": "5.7",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "5.15.121",
"versionStartIncluding": "5.7",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.1.39",
"versionStartIncluding": "5.7",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.3.13",
"versionStartIncluding": "5.7",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.4.4",
"versionStartIncluding": "5.7",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.5",
"versionStartIncluding": "5.7",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: rsi: Do not configure WoWlan in shutdown hook if not enabled\n\nIn case WoWlan was never configured during the operation of the system,\nthe hw-\u003ewiphy-\u003ewowlan_config will be NULL. rsi_config_wowlan() checks\nwhether wowlan_config is non-NULL and if it is not, then WARNs about it.\nThe warning is valid, as during normal operation the rsi_config_wowlan()\nshould only ever be called with non-NULL wowlan_config. In shutdown this\nrsi_config_wowlan() should only ever be called if WoWlan was configured\nbefore by the user.\n\nAdd checks for non-NULL wowlan_config into the shutdown hook. While at it,\ncheck whether the wiphy is also non-NULL before accessing wowlan_config .\nDrop the single-use wowlan_config variable, just inline it into function\ncall."
}
],
"providerMetadata": {
"dateUpdated": "2026-05-11T19:53:58.606Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/b2aeb97fd470206e67f7b3b4a3e68212a13f747b"
},
{
"url": "https://git.kernel.org/stable/c/4391fa180856ff84a2cef4a92694a689eebb855e"
},
{
"url": "https://git.kernel.org/stable/c/eb205a06908122f50b1dd1baa43f7c8036bfc7dc"
},
{
"url": "https://git.kernel.org/stable/c/1b51236aa49a0564280bd45c94118cab6d9b0fbd"
},
{
"url": "https://git.kernel.org/stable/c/b601468539c1d97539097bfc87ad11f1704b7eb7"
},
{
"url": "https://git.kernel.org/stable/c/b241e260820b68c09586e8a0ae0fc23c0e3215bd"
}
],
"title": "wifi: rsi: Do not configure WoWlan in shutdown hook if not enabled",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2023-54025",
"datePublished": "2025-12-24T10:55:54.440Z",
"dateReserved": "2025-12-24T10:53:46.179Z",
"dateUpdated": "2026-05-11T19:53:58.606Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2023-54025",
"date": "2026-09-16",
"epss": "0.00196",
"percentile": "0.09527"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2023-54025\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-12-24T11:15:55.510\",\"lastModified\":\"2026-06-17T06:46:33.623\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nwifi: rsi: Do not configure WoWlan in shutdown hook if not enabled\\n\\nIn case WoWlan was never configured during the operation of the system,\\nthe hw-\u003ewiphy-\u003ewowlan_config will be NULL. rsi_config_wowlan() checks\\nwhether wowlan_config is non-NULL and if it is not, then WARNs about it.\\nThe warning is valid, as during normal operation the rsi_config_wowlan()\\nshould only ever be called with non-NULL wowlan_config. In shutdown this\\nrsi_config_wowlan() should only ever be called if WoWlan was configured\\nbefore by the user.\\n\\nAdd checks for non-NULL wowlan_config into the shutdown hook. While at it,\\ncheck whether the wiphy is also non-NULL before accessing wowlan_config .\\nDrop the single-use wowlan_config variable, just inline it into function\\ncall.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/net/wireless/rsi/rsi_91x_sdio.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"16bbc3eb83728c03138191a5d23d84d38175fa26\",\"lessThan\":\"b2aeb97fd470206e67f7b3b4a3e68212a13f747b\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"16bbc3eb83728c03138191a5d23d84d38175fa26\",\"lessThan\":\"4391fa180856ff84a2cef4a92694a689eebb855e\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"16bbc3eb83728c03138191a5d23d84d38175fa26\",\"lessThan\":\"eb205a06908122f50b1dd1baa43f7c8036bfc7dc\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"16bbc3eb83728c03138191a5d23d84d38175fa26\",\"lessThan\":\"1b51236aa49a0564280bd45c94118cab6d9b0fbd\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"16bbc3eb83728c03138191a5d23d84d38175fa26\",\"lessThan\":\"b601468539c1d97539097bfc87ad11f1704b7eb7\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"16bbc3eb83728c03138191a5d23d84d38175fa26\",\"lessThan\":\"b241e260820b68c09586e8a0ae0fc23c0e3215bd\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/net/wireless/rsi/rsi_91x_sdio.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"5.7\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"5.7\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.10.188\",\"lessThanOrEqual\":\"5.10.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.15.121\",\"lessThanOrEqual\":\"5.15.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.1.39\",\"lessThanOrEqual\":\"6.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.3.13\",\"lessThanOrEqual\":\"6.3.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.4.4\",\"lessThanOrEqual\":\"6.4.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.5\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/1b51236aa49a0564280bd45c94118cab6d9b0fbd\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/4391fa180856ff84a2cef4a92694a689eebb855e\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/b241e260820b68c09586e8a0ae0fc23c0e3215bd\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/b2aeb97fd470206e67f7b3b4a3e68212a13f747b\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/b601468539c1d97539097bfc87ad11f1704b7eb7\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/eb205a06908122f50b1dd1baa43f7c8036bfc7dc\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
"redhat_vex": {
"aggregate_severity": "None",
"current_release_date": "2026-06-30T10:18:27+00:00",
"cve": "CVE-2023-54025",
"id": "CVE-2023-54025",
"initial_release_date": "2023-01-01T00:00:00+00:00",
"product_status:known_not_affected": "274",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "kernel: wifi: rsi: Do not configure WoWlan in shutdown hook if not enabled",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2023/cve-2023-54025.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "moderate",
"current_release_date": "2026-09-07T16:43:55Z",
"cve": "CVE-2023-54025",
"id": "CVE-2023-54025",
"initial_release_date": "2025-12-25T00:57:24Z",
"product_status:known_affected": "401",
"product_status:known_not_affected": "282",
"product_status:recommended": "408",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2023-54025",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2023-54025.json",
"version": "38"
}
}
}
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.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
Browse all ATT&CK techniques and the vulnerabilities related to each.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
Browse all ATT&CK techniques and the vulnerabilities related to each.
Loading…
Related by attack behaviour
Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.
Loading…