Vulnerability Database

319,897

Total vulnerabilities in the database

CVE-2023-53483

In the Linux kernel, the following vulnerability has been resolved:

ACPI: processor: Check for null return of devm_kzalloc() in fch_misc_setup()

devm_kzalloc() may fail, clk_data->name might be NULL and will cause a NULL pointer dereference later.

[ rjw: Subject and changelog edits ]

  • Published: Oct 1, 2025
  • Updated: Jan 24, 2026
  • CVE: CVE-2023-53483
  • Severity: Medium
  • Exploit:

CVSS v3:

  • Severity: Medium
  • Score: 5.5
  • AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

CWEs: