CVE-2026-45844: netfilter: arp_tables: fix IEEE1394 ARP payload parsing

Published May 27, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

netfilter: arptables: fix IEEE1394 ARP payload parsing

Weiming Shi says:

"arppacketmatch() unconditionally parses the ARP payload assuming two hardware addresses are present (source and target). However, IPv4-over-IEEE1394 ARP (RFC 2734) omits the target hardware address field, and arphdrlen() already accounts for this by returning a shorter length for ARPHRDIEEE1394 devices.

As a result, on IEEE1394 interfaces arppacketmatch() advances past a nonexistent target hardware address and reads the wrong bytes for both the target device address comparison and the target IP address. This causes arptables rules to match against garbage data, leading to incorrect filtering decisions: packets that should be accepted may be dropped and vice versa.

The ARP stack in net/ipv4/arp.c (arpcreate and arpprocess) already handles this correctly by skipping the target hardware address for ARPHRDIEEE1394. Apply the same pattern to arppacketmatch()."

Mangle the original patch to always return 0 (no match) in case user matches on the target hardware address which is never present in IEEE1394.

Note that this returns 0 (no match) for either normal and inverse match because matching in the target hardware address in ARPHRDIEEE1394 has never been supported by arptables. This is intentional, matching on the target hardware address should never evaluate true for ARPHRDIEEE1394.

Moreover, adjust arptmangle to drop the packet too as AI suggests:

In arptmangle, the logic assumes a standard ARP layout. Because IEEE1394 (FireWire) omits the target hardware address, the linear pointer arithmetic miscalculates the offset for the target IP address. This causes mangling operations to write to the wrong location, leading to packet corruption. To ensure safety, this patch drops packets (NFDROP) when mangling is requested for these fields on IEEE1394 devices, as the current implementation cannot correctly map the FireWire ARP payload.

This omits both mangling target hardware and IP address. Even if IP address mangling should be possible in IEEE1394, this would require to adjust arptmangle offset calculation, which has never been supported.

Based on patch from Weiming Shi <bestswngs@gmail.com>.

Affected Software

10 affected componentsFixes available
Linux netfilter (arp_tables)
Microsoft azl3 kernel 6.6.139.1-1<6.6.141.1-1
6.6.141.1-1
Linux Linux kernel>=3.10<5.10.258
Linux Linux kernel>=5.11<5.15.209
Linux Linux kernel>=5.16<6.1.175
Linux Linux kernel>=6.2<6.6.141
Linux Linux kernel>=6.7<6.12.91
Linux Linux kernel>=6.13<6.18.33
Linux Linux kernel>=6.19<7.0.10
Linux Linux kernel=7.1-rc1

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade to a fixed release to a version that resolves this vulnerability.

    Fixed in 6.6.141.1-1
  2. Upgrade

    Upgrade netfilter: arp_tables to a version that resolves this vulnerability.

    Patch netfilter: arp_tables: fix IEEE1394 ARP payload parsing
  3. Configuration

    Apply the resolved logic so that for IEEE1394 ARPHRD_IEEE1394 ARP packets, arp_packet_match() returns 0 (no match) and arpt_mangle drops the packet to prevent wrong-byte/offset parsing and incorrect rule matches.

    netfilter arp_tables (arpt_mangle/arp_packet_match) ARP payload matching/mangling behavior for ARPHRD_IEEE1394 = Always return 0 (no match) and drop packets when user address mangling is requested

Event History

May 27, 2026
CVE Published
via MITRE·09:24 AM
Data Sourced
via MITRE·09:24 AM
Description
Data Sourced
via NVD·11:16 AM
RemedyDescriptionSeverityAffected Software
May 28, 2026
Data Sourced
via Microsoft·08:11 AM
DescriptionSeverityWeakness
Data Sourced
via Microsoft·08:11 AM
Affected Software
Updated
via Microsoft·08:11 AM
DescriptionSeverity

Frequently Asked Questions

1

What is the severity of CVE-2026-45844?

The severity of CVE-2026-45844 is rated as risk 23.

2

What does CVE-2026-45844 affect?

CVE-2026-45844 affects the netfilter module in the Linux kernel, specifically the arp_tables functionality.

3

How do I fix CVE-2026-45844?

To fix CVE-2026-45844, update your Linux kernel to the latest version that includes the patched arp_tables functionality.

4

What type of vulnerability is CVE-2026-45844?

CVE-2026-45844 is a vulnerability related to improper parsing of ARP payloads in IPv4-over-IEEE1394.

5

Who reported CVE-2026-45844?

CVE-2026-45844 was reported by Weiming Shi.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203