CVE-2025-37817
Severity CVSS v4.0:
Pending analysis
Type:
CWE-415
Double Free
Publication date:
08/05/2025
Last modified:
12/11/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
mcb: fix a double free bug in chameleon_parse_gdd()<br />
<br />
In chameleon_parse_gdd(), if mcb_device_register() fails, &#39;mdev&#39;<br />
would be released in mcb_device_register() via put_device().<br />
Thus, goto &#39;err&#39; label and free &#39;mdev&#39; again causes a double free.<br />
Just return if mcb_device_register() fails.
Impact
Base Score 3.x
7.80
Severity 3.x
HIGH
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 3.15 (including) | 5.4.293 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.5 (including) | 5.10.237 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.11 (including) | 5.15.181 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (including) | 6.1.136 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (including) | 6.6.89 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (including) | 6.12.26 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.14.5 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.15:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.15:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.15:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/4ffe8c9fb561e4427dd1a3056cd5b3685b74f78d
- https://git.kernel.org/stable/c/59f993cd36b6e28a394ba3d977e8ffe5c9884e3b
- https://git.kernel.org/stable/c/7c7f1bfdb2249f854a736d9b79778c7e5a29a150
- https://git.kernel.org/stable/c/96838eb1836fd372e42be5db84f0b333b65146a6
- https://git.kernel.org/stable/c/bcc7d58ee5173e34306026bd01e1fbf75e169d37
- https://git.kernel.org/stable/c/c5b8a549ef1fcc6066b037a3962c79d60465ba0b
- https://git.kernel.org/stable/c/d70184958b0ea8c0fd52e2b456654b503e769fc8
- https://git.kernel.org/stable/c/df1a5d5c6134224f9298e5189230f9d29ae50cac
- https://lists.debian.org/debian-lts-announce/2025/05/msg00030.html
- https://lists.debian.org/debian-lts-announce/2025/05/msg00045.html



