CVE-2024-27075
Published: May 1, 2024
Modified: May 23, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: media: dvb-frontends: avoid stack overflow warnings with clang A previous patch worked around a KASAN issue in stv0367, now a similar problem showed up with clang: drivers/media/dvb-frontends/stv0367.c:1222:12: error: stack frame size (3624) exceeds limit (2048) in 'stv0367ter_set_frontend' [-Werror,-Wframe-larger-than] 1214 | static int stv0367ter_set_frontend(struct dvb_frontend *fe) Rework the stv0367_writereg() function to be simpler and mark both register access functions as noinline_for_stack so the temporary i2c_msg structures do not get duplicated on the stack when KASAN_STACK is enabled.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected 3cd890dbe2a4f14cc44c85bb6cf37e5e22d4dd0e - < c073c8cede5abd3836e83d70d72606d11d0759d4affected 3cd890dbe2a4f14cc44c85bb6cf37e5e22d4dd0e - < fa8b472952ef46eb632825051078c21ce0cafe55affected 3cd890dbe2a4f14cc44c85bb6cf37e5e22d4dd0e - < fb07104a02e87c06c39914d13ed67fd8f839ca82affected 3cd890dbe2a4f14cc44c85bb6cf37e5e22d4dd0e - < d20b64f156de5d10410963fe238d82a4e7e97a2faffected 3cd890dbe2a4f14cc44c85bb6cf37e5e22d4dd0e - < 107052a8cfeff3a97326277192b4f052e4860a8a+12 more versions |
Linux | Linux | affected 4.16unaffected 0 - < 4.16unaffected 4.19.311 - <= 4.19.*unaffected 5.4.273 - <= 5.4.*unaffected 5.10.214 - <= 5.10.*+6 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now