CVE-2024-27075

Source
https://cve.org/CVERecord?id=CVE-2024-27075
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-27075.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-27075
Downstream
Related
Published
2024-05-01T13:04:44.494Z
Modified
2026-03-20T12:35:23.723197Z
Summary
media: dvb-frontends: avoid stack overflow warnings with clang
Details

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 'stv0367tersetfrontend' [-Werror,-Wframe-larger-than] 1214 | static int stv0367tersetfrontend(struct dvb_frontend *fe)

Rework the stv0367writereg() function to be simpler and mark both register access functions as noinlineforstack so the temporary i2cmsg structures do not get duplicated on the stack when KASAN_STACK is enabled.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/27xxx/CVE-2024-27075.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
3cd890dbe2a4f14cc44c85bb6cf37e5e22d4dd0e
Fixed
c073c8cede5abd3836e83d70d72606d11d0759d4
Fixed
fa8b472952ef46eb632825051078c21ce0cafe55
Fixed
fb07104a02e87c06c39914d13ed67fd8f839ca82
Fixed
d20b64f156de5d10410963fe238d82a4e7e97a2f
Fixed
107052a8cfeff3a97326277192b4f052e4860a8a
Fixed
8fad9c5bb00d3a9508d18bbfe832e33a47377730
Fixed
d6b4895197ab5a47cb81c6852d49320b05052960
Fixed
ed514ecf4f29c80a2f09ae3c877059b401efe893
Fixed
7a4cf27d1f0538f779bf31b8c99eda394e277119
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Last affected
dc4bc70259daba144f799e40a99413a86c601006
Last affected
d1d85ae79d5e5592dccba6890658c0999b864ddc
Last affected
ad91b2e392be4339e09eefd8479675b4232ddfa1
Last affected
ec1eeaf5b6c12b561d9a90588987e44a2e2f8b1a

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-27075.json"