CVE-2026-53065 | In the Linux kernel, the following vulnerability has been resolved: ASoC: sti: use managed regmap_field allocations The regmap_field objects allocated at player init are never freed and may leak resources if the driver is removed. Switch to devm_regmap_field_alloc() to automatically limit the lifetime of the allocations the lifetime of the device.
In the Linux kernel, the following vulnerability has been resolved:
ASoC: sti: use managed regmap_field allocations
The regmap_field objects allocated at player init are never freed and
may leak resources if the driver is removed.
Switch to devm_regmap_field_alloc() to automatically limit the lifetime
of the allocations the lifetime of the device.
- 🔗 git.kernel.org/stable/c/4b8dba4527727623a97948aff9f0969a…
- 🔗 git.kernel.org/stable/c/c3af3bcfc1deb3b230cc266a2ac75bca…
- 🔗 git.kernel.org/stable/c/43b67761d486d719128e164536e58de5…
- 🔗 git.kernel.org/stable/c/002a5f925d42eca8ad547e55a4ae2271…
- 🔗 git.kernel.org/stable/c/9641071e3a8e0bc664477a0e54db5f98…
- 🔗 git.kernel.org/stable/c/a3f3c332882c98ae7553af372191116d…
- 🔗 git.kernel.org/stable/c/7422a11a753daacbc2409513cf65e1de…
- 🔗 git.kernel.org/stable/c/1696fad8b259a2d46e51cd6e17e4bcdb…
Zero-Day & Vulnerability Intelligence Hub
Echtzeit-Tracking mit EPSS Exploit-Wahrscheinlichkeiten, Angriffsvektor-Decodern und KI-Patch-Anleitungen.
📊 Historien-Charts — Criticals-Trend · Vendors · EPSS-Verteilung
| Tier | 2026-08-30 | 2026-09-18 |
|---|---|---|
| ≥90 % | 0 | 0 |
| ≥50 % | 0 | 0 |
| ≥10 % | 0 | 0 |
| <10 % | 300 | 300 |
CVE-2026-53065 | In the Linux kernel, the following vulnerability has been resolved: ASoC: sti: use managed regmap_field allocations The regmap_field objects allocated at player init are never freed and may leak resources if the driver is removed. Switch to devm_regmap_field_alloc() to automatically limit the lifetime of the allocations the lifetime of the device.
In the Linux kernel, the following vulnerability has been resolved: ASoC: sti: use managed regmap_field allocations The regmap_field objects allocated at player init are never freed and may leak resources if the driver is removed. Switch