PatchSiren cyber security CVE debrief
CVE-2024-26855 Linux CVE debrief
CVE-2024-26855 is a Linux kernel availability issue in the ice network driver path. The bug can lead to a NULL pointer dereference in ice_bridge_setlink() when nlmsg_find_attr() returns NULL and the code later iterates nested attributes. The fix adds a NULL check before entering the nested-attribute loop. NVD rates the issue medium severity (CVSS 5.5).
- Vendor
- Linux
- Product
- Unknown
- CVSS
- MEDIUM 5.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2024-04-09
- Original CVE updated
- 2026-05-14
- Advisory published
- 2024-04-09
- Advisory updated
- 2026-05-14
Who should care
Linux kernel maintainers, distribution security teams, and operators running affected kernel builds that include the ice network driver path.
Technical summary
According to the CVE description, ice_bridge_setlink() may dereference br_spec after nlmsg_find_attr() returns NULL, and that NULL value is then used in nla_for_each_nested(). This creates a potential kernel NULL pointer dereference. NVD maps the weakness to CWE-476 and assigns CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H, indicating local, low-privilege conditions with availability impact only. NVD’s affected version criteria include Linux kernel ranges before 5.4.272, 5.10.213, 5.15.152, 6.1.82, 6.6.22, and 6.7.10, plus 6.8-rc1 through rc6.
Defensive priority
Medium. This is a local availability issue rather than a remote code execution flaw, but it can still crash affected kernels and should be patched promptly through normal kernel maintenance.
Recommended defensive actions
- Apply the vendor or distribution kernel update that includes the ice_bridge_setlink() NULL-check fix.
- Verify running kernel versions against the NVD affected-version ranges and confirm you are on a fixed release line.
- If you maintain custom or backported kernels, cherry-pick the upstream stable patch for your branch.
- Reboot into the patched kernel after installation and confirm the new build is active.
- Review any distro or vendor advisories referenced in the NVD record for backport status and package-specific guidance.
Evidence notes
Source evidence ties the issue to a NULL pointer dereference in ice_bridge_setlink() and identifies the fix as a NULL check before nla_for_each_nested(). NVD lists CWE-476, CVSS 5.5 with local/low-privilege availability impact, and provides multiple stable kernel patch references plus mailing-list/vendor references. No KEV entry is present in the supplied data.
Sources and references
Verified primary and authoritative sources
-
CVE-2024-26855 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2024-26855
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2024-26855 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2024-26855
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/06e456a05d669ca30b224b8ed962421770c1496c
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/0e296067ae0d74a10b4933601f9aa9f0ec8f157f
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/1a770927dc1d642b22417c3e668c871689fc58b3
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/37fe99016b12d32100ce670216816dba6c48b309
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/8d95465d9a424200485792858c5b3be54658ce19
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/afdd29726a6de4ba27cd15590661424c888dc596
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/d9fefc51133107e59d192d773be86c1150cfeebb
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.