Security readout for executives and security teams
Plain-English summary
CVE-2023-26545 is a Linux kernel memory-management flaw in MPLS networking code. A low-privileged local user could potentially crash or disrupt the system, but the attack requires local access and high complexity. Public sources do not show active exploitation.
Executive priority
Treat this as a moderate operational stability risk, not an internet-scale emergency. Patch during normal kernel maintenance, faster on multi-user servers or appliances where local privilege boundaries matter.
Technical view
Linux kernels before 6.1.13 contain a double free in net/mpls/af_mpls.c during device rename handling when sysctl table registration fails. The CVSS vector is local, high complexity, low privileges, no user interaction, and high availability impact only. The referenced upstream commit and 6.1.13 changelog identify the fix.
Likely exposure
Exposure is most relevant to Linux systems running kernels before 6.1.13 or downstream vendor kernels without the upstream fix. Debian LTS and NetApp advisories indicate downstream product and distribution tracking, but the bundle does not provide a complete affected-product matrix.
Exploitation context
The source bundle lists KEV as false and provides no cited evidence of active exploitation or public weaponization. The CVSS vector indicates exploitation is local, requires low privileges, and is high complexity, with impact limited to availability.
Researcher notes
Focus review on the MPLS device rename path and allocation-failure handling around sysctl table registration. Evidence supports denial-of-service risk through double free, but the provided sources do not establish confidentiality or integrity impact.
Mitigation direction
- Upgrade to Linux kernel 6.1.13 or a vendor kernel containing the upstream fix.
- Apply the relevant Debian LTS linux package updates if using affected Debian LTS kernels.
- Review NetApp advisory NTAP-20230316-0009 for product-specific remediation status.
- Track vendor security notices for backported fixes in non-mainline kernels.
Validation and detection
- Inventory Linux kernel versions and identify systems below 6.1.13.
- Confirm vendor kernel changelogs include commit fda6c89fe3d9aca073495a664e1d5aea28cd4377 or equivalent backport.
- Check Debian hosts for the relevant DLA 3403-1 or DLA 3404-1 security updates.
- Prioritize validation on shared systems where untrusted users have local access.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-415: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCVE-2023-26545 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Medium
- CVSS
- 4.7 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H13.6Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
4.7MediumVector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/torvalds/linux/commit/fda6c89fe3d9aca073495a664e1d5aea28cd4377CVE reference
- https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=fda6c89fe3d9aca073495a664e1d5aea28cd4377CVE reference
- https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.13CVE reference
- https://security.netapp.com/advisory/ntap-20230316-0009/CVE reference
- [debian-lts-announce] 20230502 [SECURITY] [DLA 3404-1] linux-5.10 security updateCVE reference · mailing-list
- [debian-lts-announce] 20230503 [SECURITY] [DLA 3403-1] linux security updateCVE reference · mailing-list
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Double Free
Double Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
