CVE-2026-91018
8.8lwIP · lwIP API
A double free vulnerability in the lwIP API allows unauthenticated attackers to trigger system crashes, denial of service, memory corruption, or potential remote code execution.
Executive summary
The lwIP API is vulnerable to a critical double free flaw that could allow unauthenticated attackers to achieve remote code execution or cause system instability.
Vulnerability
This vulnerability is a double free memory management flaw (CWE-415) within the lwIP API. It allows an unauthenticated attacker on an adjacent network to manipulate memory allocation, leading to potential arbitrary code execution or a denial of service state.
Business impact
The CVSS score of 8.8 reflects the high severity of this vulnerability, as it permits unauthenticated remote code execution in a critical networking component. Because lwIP is widely used in embedded systems and industrial devices, successful exploitation could lead to total system compromise, loss of availability for critical infrastructure, or unauthorized access to sensitive operational networks.
Remediation
Immediate Action: Update the lwIP software by pulling the latest changes from the official repository at https://cgit.git.savannah.gnu.org/cgit/lwip.git, specifically ensuring the inclusion of commit identifier f873b6295933e4149a2132adf3e9a2d2a676a5ec.
Proactive Monitoring: Monitor network traffic for anomalous packet patterns directed at the device API and review system logs for recurring segmentation faults or unexpected process restarts.
Compensating Controls: Implement network segmentation to restrict access to the affected device API to trusted internal segments, thereby reducing the attack surface for unauthenticated actors.
Exploitation status
Public Exploit Available: Unknown.
Analyst recommendation
Given the high CVSS score and the critical nature of the lwIP stack in network communications, this vulnerability poses a significant risk to system integrity. Administrators must prioritize updating to the patched version identified in the vendor repository immediately. Failure to address this flaw may leave embedded systems susceptible to complete takeover by unauthenticated attackers.
More lwIP CVEs
History
- Disclosed CVE record published
- Collected by CVE Brief via github
- Analyst report written
- Published in the daily brief high section
Sources
Originally found and disclosed by Eric Evenchick of Tetrel Security reported this vulnerability to CISA., per the CVE Program record.