{"uuid": "a07f2022-332e-487e-aa31-c7eabe9c48a1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2024-56745", "type": "seen", "source": "https://t.me/cvedetector/13892", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2024-56745 - Linux PCI Memory Leak Vulnerability\", \n  \"Content\": \"CVE ID : CVE-2024-56745 \nPublished : Dec. 29, 2024, 12:15 p.m. | 44\u00a0minutes ago \nDescription : In the Linux kernel, the following vulnerability has been resolved:  \n  \nPCI: Fix reset_method_store() memory leak  \n  \nIn reset_method_store(), a string is allocated via kstrndup() and assigned  \nto the local \"options\". options is then used in with strsep() to find  \nspaces:  \n  \n  while ((name = strsep(&amp;options, \" \")) != NULL) {  \n  \nIf there are no remaining spaces, then options is set to NULL by strsep(),  \nso the subsequent kfree(options) doesn't free the memory allocated via  \nkstrndup().  \n  \nFix by using a separate tmp_options to iterate with strsep() so options is  \npreserved. \nSeverity: 0.0 | NA \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"29 Dec 2024\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2024-12-29T14:02:25.000000Z"}