FKIE_CVE-2023-54005
Vulnerability from fkie_nvd - Published: 2025-12-24 11:15 - Updated: 2026-06-17 06:46
Severity
Summary
In the Linux kernel, the following vulnerability has been resolved:
binder: fix memory leak in binder_init()
In binder_init(), the destruction of binder_alloc_shrinker_init() is not
performed in the wrong path, which will cause memory leaks. So this commit
introduces binder_alloc_shrinker_exit() and calls it in the wrong path to
fix that.
References
Impacted products
| Vendor | Product | Version |
|---|
{
"affected": [
{
"affectedData": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"drivers/android/binder.c",
"drivers/android/binder_alloc.c",
"drivers/android/binder_alloc.h"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "486dd742ba186ea333664c517d6775b06b1448ca",
"status": "affected",
"version": "f2517eb76f1f2f7f89761f9db2b202e89931738c",
"versionType": "git"
},
{
"lessThan": "ceb0f8cc987fb3d25c06b9662e08a42f99651207",
"status": "affected",
"version": "f2517eb76f1f2f7f89761f9db2b202e89931738c",
"versionType": "git"
},
{
"lessThan": "b97dad01c12169991f895de3d4f61b8115d12bab",
"status": "affected",
"version": "f2517eb76f1f2f7f89761f9db2b202e89931738c",
"versionType": "git"
},
{
"lessThan": "d7e5e2b87f5d27469075b6326b6b358e38cd9dcb",
"status": "affected",
"version": "f2517eb76f1f2f7f89761f9db2b202e89931738c",
"versionType": "git"
},
{
"lessThan": "03eebad96233397f951d8e9fafd82a1674a77284",
"status": "affected",
"version": "f2517eb76f1f2f7f89761f9db2b202e89931738c",
"versionType": "git"
},
{
"lessThan": "f11a26633eb6d3bb24a10b1bacc4e4a9b0c6389f",
"status": "affected",
"version": "f2517eb76f1f2f7f89761f9db2b202e89931738c",
"versionType": "git"
},
{
"lessThan": "ee95051c0c1928051f86198bf5e554277a53b26b",
"status": "affected",
"version": "f2517eb76f1f2f7f89761f9db2b202e89931738c",
"versionType": "git"
},
{
"lessThan": "adb9743d6a08778b78d62d16b4230346d3508986",
"status": "affected",
"version": "f2517eb76f1f2f7f89761f9db2b202e89931738c",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"drivers/android/binder.c",
"drivers/android/binder_alloc.c",
"drivers/android/binder_alloc.h"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "4.14"
},
{
"lessThan": "4.14",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "4.14.*",
"status": "unaffected",
"version": "4.14.324",
"versionType": "semver"
},
{
"lessThanOrEqual": "4.19.*",
"status": "unaffected",
"version": "4.19.292",
"versionType": "semver"
},
{
"lessThanOrEqual": "5.4.*",
"status": "unaffected",
"version": "5.4.254",
"versionType": "semver"
},
{
"lessThanOrEqual": "5.10.*",
"status": "unaffected",
"version": "5.10.191",
"versionType": "semver"
},
{
"lessThanOrEqual": "5.15.*",
"status": "unaffected",
"version": "5.15.127",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.1.*",
"status": "unaffected",
"version": "6.1.46",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.4.*",
"status": "unaffected",
"version": "6.4.11",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "6.5",
"versionType": "original_commit_for_fix"
}
]
}
],
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nbinder: fix memory leak in binder_init()\n\nIn binder_init(), the destruction of binder_alloc_shrinker_init() is not\nperformed in the wrong path, which will cause memory leaks. So this commit\nintroduces binder_alloc_shrinker_exit() and calls it in the wrong path to\nfix that."
}
],
"id": "CVE-2023-54005",
"lastModified": "2026-06-17T06:46:31.353",
"metrics": {},
"published": "2025-12-24T11:15:53.430",
"references": [
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"url": "https://git.kernel.org/stable/c/03eebad96233397f951d8e9fafd82a1674a77284"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"url": "https://git.kernel.org/stable/c/486dd742ba186ea333664c517d6775b06b1448ca"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"url": "https://git.kernel.org/stable/c/adb9743d6a08778b78d62d16b4230346d3508986"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"url": "https://git.kernel.org/stable/c/b97dad01c12169991f895de3d4f61b8115d12bab"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"url": "https://git.kernel.org/stable/c/ceb0f8cc987fb3d25c06b9662e08a42f99651207"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"url": "https://git.kernel.org/stable/c/d7e5e2b87f5d27469075b6326b6b358e38cd9dcb"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"url": "https://git.kernel.org/stable/c/ee95051c0c1928051f86198bf5e554277a53b26b"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"url": "https://git.kernel.org/stable/c/f11a26633eb6d3bb24a10b1bacc4e4a9b0c6389f"
}
],
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"vulnStatus": "Deferred"
}
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…