---
cve: "CVE-2024-26652"
severity: "MEDIUM"
cvss: 4.1
epss: "30%"
vendor: "Linux"
kev: false
exploited: false
published: "2024-03-27 14:15:10"
tags: [cve, security, medium]
source: tsecurity.de CVE-Dossier
exported: "2026-09-10T19:55:00+02:00"
---

# CVE-2024-26652

> 4.1 MEDIUM

## Beschreibung

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

net: pds_core: Fix possible double free in error handling path

When auxiliary_device_add() returns error and then calls
auxiliary_device_uninit(), Callback function pdsc_auxbus_dev_release
calls kfree(padev) to free memory. We shouldn't call kfree(padev)
again in the error handling path.

Fix this by cleaning up the redundant kfree() and putting
the error handling back to where the errors happened.

## CVSS-Vektor

```
CVSS:3.1/AV:P/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L
```

| Metrik | Wert | Bewertung |
|---|---|---|
| AV Angriffsvektor | Physisch | good |
| AC Komplexität | Gering | bad |
| PR Privilegien | Keine | bad |
| UI Interaktion | Erforderlich | good |
| S Scope | Unverändert | good |
| C Vertraulichkeit | Gering | warn |
| I Integrität | Gering | warn |
| A Verfügbarkeit | Gering | warn |

## Patch verfügbar (OSV)

- Kernel ≥ 6.6.22
- Kernel ≥ 6.7.10

## Referenzen

- <https://git.kernel.org/stable/c/995f802abff209514ac2ee03b96224237646cec3>
- <https://git.kernel.org/stable/c/ffda0e962f270b3ec937660afd15b685263232d3>
- <https://git.kernel.org/stable/c/ba18deddd6d502da71fd6b6143c53042271b82bd>

---
_Exportiert aus dem [tsecurity.de CVE-Dossier](https://tsecurity.de/cve?cve=CVE-2024-26652) · Datenquellen: EUVD (ENISA), NVD, OSV, CISA KEV, FIRST EPSS, Exploit-DB, BSI BITS_
