Description
lwIP (Lightweight IP) has a double free vulnerability, which could crash the system, cause a DoS, memory corruption, or allow code execution on the victim system.
Published: 2026-09-22
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: Remote Code Execution
Action: Patch Now
AI Analysis

Impact

This issue is a double free flaw in the lwIP lightweight IP stack. When a packet is processed, the stack can release the same memory region twice, which corrupts heap structures. The corruption can lead to application crashes, denial of service, or provide an escape for arbitrary code execution on the host system.

Affected Systems

The vulnerability impacts any system that implements the lwIP API. The description does not specify affected kernel versions, so every build of lwIP compiled before the patch commit may be vulnerable.

Risk and Exploitability

The CVSS score of 8.7 indicates a high severity and the flaw is exploitable via remote network traffic that triggers the double free. The EPSS score is not available, so an exact exploitation likelihood cannot be quantified, but given the historical exploitation of double frees, a moderate to high risk is plausible. The vulnerability is not listed in the CISA KEV catalog. Attackers can potentially send malformed packets to the lwIP stack from a remote host, causing a crash or enabling memory corruption that could be leveraged for code execution.

Generated by OpenCVE AI on September 22, 2026 at 21:25 UTC.

Remediation

Vendor Solution

Users of lwIP are encouraged to update their version of lwIP using the repository found at  https://cgit.git.savannah.gnu.org/cgit/lwip.git . The commit identifier that contains the fix is f873b6295933e4149a2132adf3e9a2d2a676a5ec.


OpenCVE Recommended Actions

  • Pull the latest lwIP repository and replace the current source with the commit f873b6295933e4149a2132adf3e9a2d2a676a5ec that contains the fix.
  • Rebuild the lwIP library and deploy the updated binary to all devices that use the stack to eliminate the double free area.
  • Execute regression tests, including memory‑corruption checks and fuzzing against the network stack, to confirm the patch removes the vulnerability before returning the system to production.

Generated by OpenCVE AI on September 22, 2026 at 21:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 22 Sep 2026 20:45:00 +0000

Type Values Removed Values Added
Description lwIP (Lightweight IP) has a double free vulnerability, which could crash the system, cause a DoS, memory corruption, or allow code execution on the victim system.
Title Double Free in lwIP (lightweight IP)
Weaknesses CWE-415
References
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}

cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: icscert

Published:

Updated: 2026-09-22T20:25:33.530Z

Reserved: 2026-09-14T16:40:45.500Z

Link: CVE-2026-91018

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-22T21:17:33.290

Modified: 2026-09-22T21:17:33.290

Link: CVE-2026-91018

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-22T21:30:20Z

Weaknesses