Entreprise d'experts en Sécurité Informatique : Audits et conseils en cybersécurité
Entreprise française de cybersécurité depuis 2004
☎ 03 60 47 09 81 - info@securiteinfo.com


CVE-2025-39752

Description

In the Linux kernel, the following vulnerability has been resolved:ARM: rockchip: fix kernel hang during smp initializationIn order to bring up secondary CPUs main CPU write trampolinecode to SRAM. The trampoline code is written while secondaryCPUs are powered on (at least that true for RK3188 CPU).Sometimes that leads to kernel hang. Probably because secondaryCPU execute trampoline code while kernel doesn't expect.The patch moves SRAM initialization step to the point where allsecondary CPUs are powered down.That fixes rarely hangs on RK3188:[ 0.091568] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000[ 0.091996] rockchip_smp_prepare_cpus: ncores 4

POC

Reference

No PoCs from references.

Github

- https://github.com/w4zu/Debian_security