ghsa-p8g3-3wvp-3jxw
Vulnerability from github
Published
2025-12-24 15:30
Modified
2025-12-24 15:30
VLAI Severity ?
Details
In the Linux kernel, the following vulnerability has been resolved:
nvmem: core: Fix memleak in nvmem_register()
dev_set_name will alloc memory for nvmem->dev.kobj.name in nvmem_register, when nvmem_validate_keepouts failed, nvmem's memory will be freed and return, but nobody will free memory for nvmem->dev.kobj.name, there will be memleak, so moving nvmem_validate_keepouts() after device_register() and let the device core deal with cleaning name in error cases.
{
"affected": [],
"aliases": [
"CVE-2022-50734"
],
"database_specific": {
"cwe_ids": [],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2025-12-24T13:16:00Z",
"severity": null
},
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\nnvmem: core: Fix memleak in nvmem_register()\n\ndev_set_name will alloc memory for nvmem-\u003edev.kobj.name in\nnvmem_register, when nvmem_validate_keepouts failed, nvmem\u0027s\nmemory will be freed and return, but nobody will free memory\nfor nvmem-\u003edev.kobj.name, there will be memleak, so moving\nnvmem_validate_keepouts() after device_register() and let\nthe device core deal with cleaning name in error cases.",
"id": "GHSA-p8g3-3wvp-3jxw",
"modified": "2025-12-24T15:30:33Z",
"published": "2025-12-24T15:30:33Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50734"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/2bd2774df0ce37920b23819a860a66fdbdd90823"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/9391cc3a787a58aa224a6440d7f244d780ba2896"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/b6054b9b239a493672f853b034570cca93ba7a88"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/bd1244561fa2a4531ded40dbf09c9599084f8b29"
}
],
"schema_version": "1.4.0",
"severity": []
}
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…