CVE-2026-80733
Received Received - Intake

Kernel Multicast Loopback Warning in Linux

Vulnerability report for CVE-2026-80733, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-03

Last updated on: 2026-09-03

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: net: remove WARN_ON_ONCE() from sk_mc_loop() sk_mc_loop() can be called for sockets that are neither AF_INET nor AF_INET6 (e.g. AF_PACKET sockets when sending packets via raw/packet socket over virtual devices such as VRF or ipvlan). In such cases, sk_family is not AF_INET/AF_INET6 and sk_mc_loop() falls through the switch statement and triggers WARN_ON_ONCE(1). Non-INET sockets do not support IP_MULTICAST_LOOP or IPV6_MULTICAST_LOOP options, so loopback should default to true without generating a warning.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-03
Last Modified
2026-09-03
Generated
2026-09-03
AI Q&A
2026-09-03
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves a warning triggered by sk_mc_loop() when called on sockets not using AF_INET or AF_INET6, such as AF_PACKET sockets. The function incorrectly assumes only INET sockets are used, causing a WARN_ON_ONCE(1) error. Non-INET sockets do not support multicast loop options, so the warning is unnecessary.

Detection Guidance

This vulnerability is related to kernel warnings triggered by sk_mc_loop() when handling non-INET sockets. Detection involves checking kernel logs for WARN_ON_ONCE messages related to sk_mc_loop(). Use commands like dmesg | grep sk_mc_loop or journalctl -k | grep sk_mc_loop to search for these warnings in system logs.

Impact Analysis

This vulnerability may cause kernel warnings or logs when using non-INET sockets like AF_PACKET with virtual devices (e.g., VRF or ipvlan). It does not directly affect security but could lead to system logs being cluttered with warnings or potential performance overhead from repeated warnings.

Mitigation Strategies

Apply the latest Linux kernel update provided by your distribution to resolve the issue. If immediate patching is not possible, monitor kernel logs for related warnings and avoid using AF_PACKET sockets with virtual devices like VRF or ipvlan until patched.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-80733. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart