CVE-2023-54304 (GCVE-0-2023-54304)
Vulnerability from cvelistv5
Published
2025-12-30 12:23
Modified
2025-12-30 12:23
Severity ?
VLAI Severity ?
EPSS score ?
Summary
In the Linux kernel, the following vulnerability has been resolved:
firmware: meson_sm: fix to avoid potential NULL pointer dereference
of_match_device() may fail and returns a NULL pointer.
Fix this by checking the return value of of_match_device.
References
Impacted products
| Vendor | Product | Version | ||
|---|---|---|---|---|
| Linux | Linux |
Version: 525ae72d9f0b5cf027f1c78c84e41c90e86df026 Version: 8cde3c2153e8f57be884c0e73f18bc4de150e870 Version: 8cde3c2153e8f57be884c0e73f18bc4de150e870 Version: 8cde3c2153e8f57be884c0e73f18bc4de150e870 Version: 8cde3c2153e8f57be884c0e73f18bc4de150e870 Version: 8cde3c2153e8f57be884c0e73f18bc4de150e870 Version: 8cde3c2153e8f57be884c0e73f18bc4de150e870 |
||
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"drivers/firmware/meson/meson_sm.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "fba9c24c196310546f13c77ff66d0741155fa771",
"status": "affected",
"version": "525ae72d9f0b5cf027f1c78c84e41c90e86df026",
"versionType": "git"
},
{
"lessThan": "9f4017cac70c04090dd4f672e755d6c875af67d8",
"status": "affected",
"version": "8cde3c2153e8f57be884c0e73f18bc4de150e870",
"versionType": "git"
},
{
"lessThan": "502dfc5875bab9ae5d6a2939146c2c5e5683be40",
"status": "affected",
"version": "8cde3c2153e8f57be884c0e73f18bc4de150e870",
"versionType": "git"
},
{
"lessThan": "bd3a6b6d5dd863dbbe17985c7612159cf4533cad",
"status": "affected",
"version": "8cde3c2153e8f57be884c0e73f18bc4de150e870",
"versionType": "git"
},
{
"lessThan": "68f3209546b5083f8bffa46f7173cc05191eace1",
"status": "affected",
"version": "8cde3c2153e8f57be884c0e73f18bc4de150e870",
"versionType": "git"
},
{
"lessThan": "2d6c4a1a4e6678cb98dd57964f133a995ecc91c1",
"status": "affected",
"version": "8cde3c2153e8f57be884c0e73f18bc4de150e870",
"versionType": "git"
},
{
"lessThan": "f2ed165619c16577c02b703a114a1f6b52026df4",
"status": "affected",
"version": "8cde3c2153e8f57be884c0e73f18bc4de150e870",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"drivers/firmware/meson/meson_sm.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "5.5"
},
{
"lessThan": "5.5",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "5.10.*",
"status": "unaffected",
"version": "5.10.195",
"versionType": "semver"
},
{
"lessThanOrEqual": "5.15.*",
"status": "unaffected",
"version": "5.15.132",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.1.*",
"status": "unaffected",
"version": "6.1.53",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.4.*",
"status": "unaffected",
"version": "6.4.16",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.5.*",
"status": "unaffected",
"version": "6.5.3",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "6.6",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "5.10.195",
"versionStartIncluding": "5.5",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "5.15.132",
"versionStartIncluding": "5.5",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.1.53",
"versionStartIncluding": "5.5",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.4.16",
"versionStartIncluding": "5.5",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.5.3",
"versionStartIncluding": "5.5",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.6",
"versionStartIncluding": "5.5",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nfirmware: meson_sm: fix to avoid potential NULL pointer dereference\n\nof_match_device() may fail and returns a NULL pointer.\n\nFix this by checking the return value of of_match_device."
}
],
"providerMetadata": {
"dateUpdated": "2025-12-30T12:23:38.495Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/fba9c24c196310546f13c77ff66d0741155fa771"
},
{
"url": "https://git.kernel.org/stable/c/9f4017cac70c04090dd4f672e755d6c875af67d8"
},
{
"url": "https://git.kernel.org/stable/c/502dfc5875bab9ae5d6a2939146c2c5e5683be40"
},
{
"url": "https://git.kernel.org/stable/c/bd3a6b6d5dd863dbbe17985c7612159cf4533cad"
},
{
"url": "https://git.kernel.org/stable/c/68f3209546b5083f8bffa46f7173cc05191eace1"
},
{
"url": "https://git.kernel.org/stable/c/2d6c4a1a4e6678cb98dd57964f133a995ecc91c1"
},
{
"url": "https://git.kernel.org/stable/c/f2ed165619c16577c02b703a114a1f6b52026df4"
}
],
"title": "firmware: meson_sm: fix to avoid potential NULL pointer dereference",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2023-54304",
"datePublished": "2025-12-30T12:23:38.495Z",
"dateReserved": "2025-12-30T12:06:44.529Z",
"dateUpdated": "2025-12-30T12:23:38.495Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2023-54304\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-12-30T13:16:19.543\",\"lastModified\":\"2025-12-31T20:42:43.210\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nfirmware: meson_sm: fix to avoid potential NULL pointer dereference\\n\\nof_match_device() may fail and returns a NULL pointer.\\n\\nFix this by checking the return value of of_match_device.\"}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/2d6c4a1a4e6678cb98dd57964f133a995ecc91c1\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/502dfc5875bab9ae5d6a2939146c2c5e5683be40\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/68f3209546b5083f8bffa46f7173cc05191eace1\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/9f4017cac70c04090dd4f672e755d6c875af67d8\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/bd3a6b6d5dd863dbbe17985c7612159cf4533cad\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/f2ed165619c16577c02b703a114a1f6b52026df4\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/fba9c24c196310546f13c77ff66d0741155fa771\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}"
}
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…