{ "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", "CVE_data_meta": { "ID": "CVE-2024-38388", "ASSIGNER": "cve@kernel.org", "STATE": "PUBLIC" }, "description": { "description_data": [ { "lang": "eng", "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nALSA: hda/cs_dsp_ctl: Use private_free for control cleanup\n\nUse the control private_free callback to free the associated data\nblock. This ensures that the memory won't leak, whatever way the\ncontrol gets destroyed.\n\nThe original implementation didn't actually remove the ALSA\ncontrols in hda_cs_dsp_control_remove(). It only freed the internal\ntracking structure. This meant it was possible to remove/unload the\namp driver while leaving its ALSA controls still present in the\nsoundcard. Obviously attempting to access them could cause segfaults\nor at least dereferencing stale pointers." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "affects": { "vendor": { "vendor_data": [ { "vendor_name": "Linux", "product": { "product_data": [ { "product_name": "Linux", "version": { "version_data": [ { "version_affected": "<", "version_name": "3233b978af23", "version_value": "191dc1b2ff0f" }, { "version_value": "not down converted", "x_cve_json_5_version_data": { "versions": [ { "version": "6.0", "status": "affected" }, { "version": "0", "lessThan": "6.0", "status": "unaffected", "versionType": "semver" }, { "version": "6.1.93", "lessThanOrEqual": "6.1.*", "status": "unaffected", "versionType": "semver" }, { "version": "6.6.33", "lessThanOrEqual": "6.6.*", "status": "unaffected", "versionType": "semver" }, { "version": "6.9.4", "lessThanOrEqual": "6.9.*", "status": "unaffected", "versionType": "semver" }, { "version": "6.10", "lessThanOrEqual": "*", "status": "unaffected", "versionType": "original_commit_for_fix" } ], "defaultStatus": "affected" } } ] } } ] } } ] } }, "references": { "reference_data": [ { "url": "https://git.kernel.org/stable/c/191dc1b2ff0fb35e7aff15a53224837637df8bff", "refsource": "MISC", "name": "https://git.kernel.org/stable/c/191dc1b2ff0fb35e7aff15a53224837637df8bff" }, { "url": "https://git.kernel.org/stable/c/6e359be4975006ff72818e79dad8fe48293f2eb2", "refsource": "MISC", "name": "https://git.kernel.org/stable/c/6e359be4975006ff72818e79dad8fe48293f2eb2" }, { "url": "https://git.kernel.org/stable/c/3291486af5636540980ea55bae985f3eaa5b0740", "refsource": "MISC", "name": "https://git.kernel.org/stable/c/3291486af5636540980ea55bae985f3eaa5b0740" }, { "url": "https://git.kernel.org/stable/c/172811e3a557d8681a5e2d0f871dc04a2d17eb13", "refsource": "MISC", "name": "https://git.kernel.org/stable/c/172811e3a557d8681a5e2d0f871dc04a2d17eb13" } ] }, "generator": { "engine": "bippy-9e1c9544281a" } }