AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2024-56745

MEDIUM · CVSS 5.5 EPSS 0.21%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2024-12-29 · Last synced 2026-08-04

CyberRota Analysis

This is a medium severity vulnerability with a CVSS score of 5.5. It affects Linux.

CVE
CVE-2024-56745
Severity
MEDIUM
CVSS
5.5
EPSS
0.21%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix reset_method_store() memory leak In reset_method_store(), a string is allocated via kstrndup() and assigned to the local "options". options is then used in with strsep() to find spaces: while ((name = strsep(&options, " ")) != NULL) { If there are no remaining spaces, then options is set to NULL by strsep(), so the subsequent kfree(options) doesn't free the memory allocated via kstrndup(). Fix by using a separate tmp_options to iterate with strsep() so options is preserved.

Related CVEs

Other vulnerabilities affecting the same vendor(s)