{ "dataType": "CVE_RECORD", "cveMetadata": { "cveId": "CVE-2024-27075", "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "state": "PUBLISHED", "assignerShortName": "Linux", "dateReserved": "2024-02-19T14:20:24.217Z", "datePublished": "2024-05-01T13:04:44.494Z", "dateUpdated": "2026-05-23T15:41:55.362Z" }, "containers": { "cna": { "providerMetadata": { "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "shortName": "Linux", "dateUpdated": "2026-05-23T15:41:55.362Z" }, "descriptions": [ { "lang": "en", "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nmedia: dvb-frontends: avoid stack overflow warnings with clang\n\nA previous patch worked around a KASAN issue in stv0367, now a similar\nproblem showed up with clang:\n\ndrivers/media/dvb-frontends/stv0367.c:1222:12: error: stack frame size (3624) exceeds limit (2048) in 'stv0367ter_set_frontend' [-Werror,-Wframe-larger-than]\n 1214 | static int stv0367ter_set_frontend(struct dvb_frontend *fe)\n\nRework the stv0367_writereg() function to be simpler and mark both\nregister access functions as noinline_for_stack so the temporary\ni2c_msg structures do not get duplicated on the stack when KASAN_STACK\nis enabled." } ], "affected": [ { "product": "Linux", "vendor": "Linux", "defaultStatus": "unaffected", "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git", "programFiles": [ "drivers/media/dvb-frontends/stv0367.c" ], "versions": [ { "version": "3cd890dbe2a4f14cc44c85bb6cf37e5e22d4dd0e", "lessThan": "c073c8cede5abd3836e83d70d72606d11d0759d4", "status": "affected", "versionType": "git" }, { "version": "3cd890dbe2a4f14cc44c85bb6cf37e5e22d4dd0e", "lessThan": "fa8b472952ef46eb632825051078c21ce0cafe55", "status": "affected", "versionType": "git" }, { "version": "3cd890dbe2a4f14cc44c85bb6cf37e5e22d4dd0e", "lessThan": "fb07104a02e87c06c39914d13ed67fd8f839ca82", "status": "affected", "versionType": "git" }, { "version": "3cd890dbe2a4f14cc44c85bb6cf37e5e22d4dd0e", "lessThan": "d20b64f156de5d10410963fe238d82a4e7e97a2f", "status": "affected", "versionType": "git" }, { "version": "3cd890dbe2a4f14cc44c85bb6cf37e5e22d4dd0e", "lessThan": "107052a8cfeff3a97326277192b4f052e4860a8a", "status": "affected", "versionType": "git" }, { "version": "3cd890dbe2a4f14cc44c85bb6cf37e5e22d4dd0e", "lessThan": "8fad9c5bb00d3a9508d18bbfe832e33a47377730", "status": "affected", "versionType": "git" }, { "version": "3cd890dbe2a4f14cc44c85bb6cf37e5e22d4dd0e", "lessThan": "d6b4895197ab5a47cb81c6852d49320b05052960", "status": "affected", "versionType": "git" }, { "version": "3cd890dbe2a4f14cc44c85bb6cf37e5e22d4dd0e", "lessThan": "ed514ecf4f29c80a2f09ae3c877059b401efe893", "status": "affected", "versionType": "git" }, { "version": "3cd890dbe2a4f14cc44c85bb6cf37e5e22d4dd0e", "lessThan": "7a4cf27d1f0538f779bf31b8c99eda394e277119", "status": "affected", "versionType": "git" }, { "version": "dc4bc70259daba144f799e40a99413a86c601006", "status": "affected", "versionType": "git" }, { "version": "d1d85ae79d5e5592dccba6890658c0999b864ddc", "status": "affected", "versionType": "git" }, { "version": "ad91b2e392be4339e09eefd8479675b4232ddfa1", "status": "affected", "versionType": "git" }, { "version": "ec1eeaf5b6c12b561d9a90588987e44a2e2f8b1a", "status": "affected", "versionType": "git" }, { "version": "4.4.168", "lessThan": "4.5", "status": "affected", "versionType": "semver" }, { "version": "4.9.82", "lessThan": "4.10", "status": "affected", "versionType": "semver" }, { "version": "4.14.20", "lessThan": "4.15", "status": "affected", "versionType": "semver" }, { "version": "4.15.4", "lessThan": "4.16", "status": "affected", "versionType": "semver" } ] }, { "product": "Linux", "vendor": "Linux", "defaultStatus": "affected", "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git", "programFiles": [ "drivers/media/dvb-frontends/stv0367.c" ], "versions": [ { "version": "4.16", "status": "affected" }, { "version": "0", "lessThan": "4.16", "status": "unaffected", "versionType": "semver" }, { "version": "4.19.311", "lessThanOrEqual": "4.19.*", "status": "unaffected", "versionType": "semver" }, { "version": "5.4.273", "lessThanOrEqual": "5.4.*", "status": "unaffected", "versionType": "semver" }, { "version": "5.10.214", "lessThanOrEqual": "5.10.*", "status": "unaffected", "versionType": "semver" }, { "version": "5.15.153", "lessThanOrEqual": "5.15.*", "status": "unaffected", "versionType": "semver" }, { "version": "6.1.83", "lessThanOrEqual": "6.1.*", "status": "unaffected", "versionType": "semver" }, { "version": "6.6.23", "lessThanOrEqual": "6.6.*", "status": "unaffected", "versionType": "semver" }, { "version": "6.7.11", "lessThanOrEqual": "6.7.*", "status": "unaffected", "versionType": "semver" }, { "version": "6.8.2", "lessThanOrEqual": "6.8.*", "status": "unaffected", "versionType": "semver" }, { "version": "6.9", "lessThanOrEqual": "*", "status": "unaffected", "versionType": "original_commit_for_fix" } ] } ], "cpeApplicability": [ { "nodes": [ { "operator": "OR", "negate": false, "cpeMatch": [ { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "4.16", "versionEndExcluding": "4.19.311" }, { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "4.16", "versionEndExcluding": "5.4.273" }, { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "4.16", "versionEndExcluding": "5.10.214" }, { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "4.16", "versionEndExcluding": "5.15.153" }, { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "4.16", "versionEndExcluding": "6.1.83" }, { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "4.16", "versionEndExcluding": "6.6.23" }, { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "4.16", "versionEndExcluding": "6.7.11" }, { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "4.16", "versionEndExcluding": "6.8.2" }, { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "4.16", "versionEndExcluding": "6.9" }, { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "4.4.168" }, { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "4.9.82" }, { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "4.14.20" }, { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "4.15.4" } ] } ] } ], "references": [ { "url": "https://git.kernel.org/stable/c/c073c8cede5abd3836e83d70d72606d11d0759d4" }, { "url": "https://git.kernel.org/stable/c/fa8b472952ef46eb632825051078c21ce0cafe55" }, { "url": "https://git.kernel.org/stable/c/fb07104a02e87c06c39914d13ed67fd8f839ca82" }, { "url": "https://git.kernel.org/stable/c/d20b64f156de5d10410963fe238d82a4e7e97a2f" }, { "url": "https://git.kernel.org/stable/c/107052a8cfeff3a97326277192b4f052e4860a8a" }, { "url": "https://git.kernel.org/stable/c/8fad9c5bb00d3a9508d18bbfe832e33a47377730" }, { "url": "https://git.kernel.org/stable/c/d6b4895197ab5a47cb81c6852d49320b05052960" }, { "url": "https://git.kernel.org/stable/c/ed514ecf4f29c80a2f09ae3c877059b401efe893" }, { "url": "https://git.kernel.org/stable/c/7a4cf27d1f0538f779bf31b8c99eda394e277119" } ], "title": "media: dvb-frontends: avoid stack overflow warnings with clang", "x_generator": { "engine": "bippy-1.2.0" } }, "adp": [ { "metrics": [ { "other": { "type": "ssvc", "content": { "timestamp": "2024-06-18T19:39:34.512362Z", "id": "CVE-2024-27075", "options": [ { "Exploitation": "none" }, { "Automatable": "no" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "version": "2.0.3" } } } ], "title": "CISA ADP Vulnrichment", "providerMetadata": { "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP", "dateUpdated": "2024-06-18T19:39:53.100Z" } }, { "providerMetadata": { "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE", "dateUpdated": "2024-08-02T00:27:57.815Z" }, "title": "CVE Program Container", "references": [ { "url": "https://git.kernel.org/stable/c/c073c8cede5abd3836e83d70d72606d11d0759d4", "tags": [ "x_transferred" ] }, { "url": "https://git.kernel.org/stable/c/fa8b472952ef46eb632825051078c21ce0cafe55", "tags": [ "x_transferred" ] }, { "url": "https://git.kernel.org/stable/c/fb07104a02e87c06c39914d13ed67fd8f839ca82", "tags": [ "x_transferred" ] }, { "url": "https://git.kernel.org/stable/c/d20b64f156de5d10410963fe238d82a4e7e97a2f", "tags": [ "x_transferred" ] }, { "url": "https://git.kernel.org/stable/c/107052a8cfeff3a97326277192b4f052e4860a8a", "tags": [ "x_transferred" ] }, { "url": "https://git.kernel.org/stable/c/8fad9c5bb00d3a9508d18bbfe832e33a47377730", "tags": [ "x_transferred" ] }, { "url": "https://git.kernel.org/stable/c/d6b4895197ab5a47cb81c6852d49320b05052960", "tags": [ "x_transferred" ] }, { "url": "https://git.kernel.org/stable/c/ed514ecf4f29c80a2f09ae3c877059b401efe893", "tags": [ "x_transferred" ] }, { "url": "https://git.kernel.org/stable/c/7a4cf27d1f0538f779bf31b8c99eda394e277119", "tags": [ "x_transferred" ] }, { "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html", "tags": [ "x_transferred" ] }, { "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html", "tags": [ "x_transferred" ] } ] } ] }, "dataVersion": "5.2" }