EnGenius Support Portal
  • Vulnerability Policy
  • Security Advisories
    • Apache log4j library vulnerability
    • Fragattack vulnerability
    • TunnelVision vulnerability (bypass VPN encapsulation)
    • Linux Kernel vulnerability analysis and mitigation
Powered by GitBook
On this page
  1. Security Advisories

Linux Kernel vulnerability analysis and mitigation

PreviousTunnelVision vulnerability (bypass VPN encapsulation)

Last updated 5 days ago

CtrlK
  • Overview
  • Technical details
  • Impact
  • Mitigation and workarounds

CVE:

CVE-2025-21759

Publication Date:

2024-Dec-29

Severity:

N/A

Reference:

CVE-2025-21759

Status:

Fixed

Overview

CVE-2025-21759 affects the Linux kernel's IPv6 multicast functionality. The vulnerability was discovered in February 2025 and involves a potential Use-After-Free (UAF) issue in the igmp6send() function. The vulnerability occurs because igmp6send() can be called without RTNL or RCU being held, which could lead to unsafe network pointer fetching (Kernel Git).

Technical details

The vulnerability exists in the igmp6send() function within the IPv6 multicast implementation. The issue stems from insufficient RCU (Read-Copy-Update) protection when accessing network namespace pointers. The function previously used sockallocsendskb() which was problematic because ipv6.igmpsk uses GFPKERNEL allocations that can sleep. The fix involves extending RCU protection and using allocskb() instead, while charging the net->ipv6.igmpsk socket under RCU protection (Kernel Git). The vulnerability has been assigned a CVSS v3.1 score of 5.5 (Medium) (Snyk).

Impact

The vulnerability could lead to a Use-After-Free condition when handling IPv6 multicast operations. This could potentially result in system crashes or memory corruption. The primary impact is on system availability, with a potential for complete loss of availability while the attack is ongoing (Snyk).

Mitigation and workarounds

Upgrade ECS10xx/11xx/12xx/25xx to v1.2.115 to fix thisvulnerability.

Upgrade ECS55xx to v2.2.45 to fix this vulnerability.