CVE-2022-50734

NONE EPSS 10.0%
Published Dec 24, 20256mo ago · Modified Jun 17, 20262w ago
Find Similar
Published Dec 24, 2025 6mo ago
Last Modified Jun 17, 2026 2w ago

Description

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.

Threat Intelligence

EPSS Exploit Probability
10.0% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available

References 4

  • git.kernel.org https://git.kernel.org/stable/c/2bd2774df0ce37920b23819a860a66fdbdd90823
  • git.kernel.org https://git.kernel.org/stable/c/9391cc3a787a58aa224a6440d7f244d780ba2896
  • git.kernel.org https://git.kernel.org/stable/c/b6054b9b239a493672f853b034570cca93ba7a88
  • git.kernel.org https://git.kernel.org/stable/c/bd1244561fa2a4531ded40dbf09c9599084f8b29

Remediation

No remediation data recorded yet

Check vendor advisories and the NVD entry for patch availability.