net/iucv: Avoid explicit cpumask var allocation on stack
Summary
| CVE | CVE-2024-42094 |
|---|---|
| State | PUBLISHED |
| Assigner | Linux |
| Source Priority | CVE Program / NVD first with legacy fallback |
| Published | 2024-07-29 18:15:11 UTC |
| Updated | 2026-05-12 12:17:04 UTC |
| Description | In the Linux kernel, the following vulnerability has been resolved: net/iucv: Avoid explicit cpumask var allocation on stack For CONFIG_CPUMASK_OFFSTACK=y kernel, explicit allocation of cpumask variable on stack is not recommended since it can cause potential stack overflow. Instead, kernel code should always use *cpumask_var API(s) to allocate cpumask var in config-neutral way, leaving allocation strategy to CONFIG_CPUMASK_OFFSTACK. Use *cpumask_var API(s) to address it. |
Risk And Classification
Primary CVSS: v3.1 7.1 HIGH from [email protected]
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Problem Types: CWE-787
CVSS v3.1 Breakdown
Attack Vector
LocalAttack Complexity
LowPrivileges Required
LowUser Interaction
NoneScope
UnchangedConfidentiality
HighIntegrity
NoneAvailability
HighCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
NVD Known Affected Configurations (CPE 2.3)
| Type | Vendor | Product | Version | Update | Edition | Language |
|---|---|---|---|---|---|---|
| Operating System | Linux | Linux Kernel | All | All | All | All |
Vendor Declared Affected Products
| Source | Vendor | Product | Version | Platforms |
|---|---|---|---|---|
| CNA | Linux | Linux | affected 2356f4cb191100a5e92d537f13e5efdbc697e9cb 2b085521be5292016097b5e7ca81b26be3f7098d git | Not specified |
| CNA | Linux | Linux | affected 2356f4cb191100a5e92d537f13e5efdbc697e9cb 842afb47d84536fc976fece8fb6c54bea711ad1a git | Not specified |
| CNA | Linux | Linux | affected 2356f4cb191100a5e92d537f13e5efdbc697e9cb 9dadab0db7d904413ea1cdaa13f127da05c31e71 git | Not specified |
| CNA | Linux | Linux | affected 2356f4cb191100a5e92d537f13e5efdbc697e9cb 0af718a690acc089aa1bbb95a93df833d864ef53 git | Not specified |
| CNA | Linux | Linux | affected 2356f4cb191100a5e92d537f13e5efdbc697e9cb d85ca8179a54ff8cf1e1f8c3c9e3799831319bae git | Not specified |
| CNA | Linux | Linux | affected 2356f4cb191100a5e92d537f13e5efdbc697e9cb 724e7965af054079242b8d6f7e50ee226730a756 git | Not specified |
| CNA | Linux | Linux | affected 2356f4cb191100a5e92d537f13e5efdbc697e9cb 2d090c7f7be3b26fcb80ac04d08a4a8062b1d959 git | Not specified |
| CNA | Linux | Linux | affected 2356f4cb191100a5e92d537f13e5efdbc697e9cb be4e1304419c99a164b4c0e101c7c2a756b635b9 git | Not specified |
| CNA | Linux | Linux | affected 2.6.21 | Not specified |
| CNA | Linux | Linux | unaffected 2.6.21 semver | Not specified |
| CNA | Linux | Linux | unaffected 4.19.317 4.19.* semver | Not specified |
| CNA | Linux | Linux | unaffected 5.4.279 5.4.* semver | Not specified |
| CNA | Linux | Linux | unaffected 5.10.221 5.10.* semver | Not specified |
| CNA | Linux | Linux | unaffected 5.15.162 5.15.* semver | Not specified |
| CNA | Linux | Linux | unaffected 6.1.97 6.1.* semver | Not specified |
| CNA | Linux | Linux | unaffected 6.6.37 6.6.* semver | Not specified |
| CNA | Linux | Linux | unaffected 6.9.8 6.9.* semver | Not specified |
| CNA | Linux | Linux | unaffected 6.10 * original_commit_for_fix | Not specified |
| ADP | Siemens | RUGGEDCOM RST2428P | affected V3.1 custom | Not specified |
| ADP | Siemens | RUGGEDCOM RST2428P | unaffected * custom | Not specified |
| ADP | Siemens | SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 Family | unaffected * custom | Not specified |
| ADP | Siemens | SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 Family | unaffected * custom | Not specified |
| ADP | Siemens | SCALANCE XCM-/XRM-/XCH-/XRH-300 Family | affected V3.1 custom | Not specified |
| ADP | Siemens | SCALANCE XCM-/XRM-/XCH-/XRH-300 Family | unaffected * custom | Not specified |
| ADP | Siemens | SIMATIC S7-1500 TM MFP - GNU/Linux Subsystem | affected * custom | Not specified |
References
| Reference | Source | Link | Tags |
|---|---|---|---|
| git.kernel.org/stable/c/9dadab0db7d904413ea1cdaa13f127da05c31e71 | af854a3a-2127-422b-91ae-364da2661108 | git.kernel.org | Patch |
| git.kernel.org/stable/c/be4e1304419c99a164b4c0e101c7c2a756b635b9 | af854a3a-2127-422b-91ae-364da2661108 | git.kernel.org | Patch |
| cert-portal.siemens.com/productcert/html/ssa-265688.html | 0b142b55-0307-4c5a-b3c9-f314f3fb7c5e | cert-portal.siemens.com | |
| git.kernel.org/stable/c/0af718a690acc089aa1bbb95a93df833d864ef53 | af854a3a-2127-422b-91ae-364da2661108 | git.kernel.org | Patch |
| git.kernel.org/stable/c/2d090c7f7be3b26fcb80ac04d08a4a8062b1d959 | af854a3a-2127-422b-91ae-364da2661108 | git.kernel.org | Patch |
| git.kernel.org/stable/c/842afb47d84536fc976fece8fb6c54bea711ad1a | af854a3a-2127-422b-91ae-364da2661108 | git.kernel.org | Patch |
| git.kernel.org/stable/c/2b085521be5292016097b5e7ca81b26be3f7098d | af854a3a-2127-422b-91ae-364da2661108 | git.kernel.org | Patch |
| git.kernel.org/stable/c/d85ca8179a54ff8cf1e1f8c3c9e3799831319bae | af854a3a-2127-422b-91ae-364da2661108 | git.kernel.org | Patch |
| cert-portal.siemens.com/productcert/html/ssa-613116.html | 0b142b55-0307-4c5a-b3c9-f314f3fb7c5e | cert-portal.siemens.com | |
| git.kernel.org/stable/c/724e7965af054079242b8d6f7e50ee226730a756 | af854a3a-2127-422b-91ae-364da2661108 | git.kernel.org | Patch |
| cert-portal.siemens.com/productcert/html/ssa-355557.html | 0b142b55-0307-4c5a-b3c9-f314f3fb7c5e | cert-portal.siemens.com | |
| lists.debian.org/debian-lts-announce/2025/01/msg00001.html | af854a3a-2127-422b-91ae-364da2661108 | lists.debian.org | |
| CVE Program record | CVE.ORG | www.cve.org | canonical |
| NVD vulnerability detail | NVD | nvd.nist.gov | canonical, analysis |
No vendor comments have been submitted for this CVE.
There are currently no legacy QID mappings associated with this CVE.