CVE-2024-56708

Source
https://cve.org/CVERecord?id=CVE-2024-56708
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-56708.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-56708
Downstream
Related
Published
2024-12-28T09:46:28.885Z
Modified
2026-03-11T07:54:59.643879Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
EDAC/igen6: Avoid segmentation fault on module unload
Details

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

EDAC/igen6: Avoid segmentation fault on module unload

The segmentation fault happens because:

During modprobe: 1. In igen6probe(), igen6pvt will be allocated with kzalloc() 2. In igen6registermci(), mci->pvtinfo will point to &igen6pvt->imc[mc]

During rmmod: 1. In mcirelease() in edacmc.c, it will kfree(mci->pvtinfo) 2. In igen6remove(), it will kfree(igen6_pvt);

Fix this issue by setting mci->pvt_info to NULL to avoid the double kfree.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/56xxx/CVE-2024-56708.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
10590a9d4f23e0a519730d79d39331df60ad2079
Fixed
029ac07bb92d2f7502d47a4916f197a8445d83bf
Fixed
2a80e710bbc088a2511c159ee4d910456c5f0832
Fixed
830cabb61113d92a425dd3038ccedbdfb3c8d079
Fixed
e5c7052664b61f9e2f896702d20552707d0ef60a
Fixed
db60326f2c47b079e36785ace621eb3002db2088
Fixed
fefaae90398d38a1100ccd73b46ab55ff4610fba

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-56708.json"