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

net: lapbether: handle NETDEV_PRE_TYPE_CHANGE

lapbeth_data_transmit() expects the underlying device type
to be ARPHRD_ETHER.

Returning NOTIFY_BAD from lapbeth_device_event() makes sure
bonding driver can not break this expectation.
Published: 2026-05-06
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

lapbeth_data_transmit() assumes the underlying device type is ARPHRD_ETHER; if a device of a different type triggers a NETDEV_PRE_TYPE_CHANGE event without proper handling, the function may operate on invalid data, potentially leading to kernel crashes or denial of service. The fix ensures that the bonding driver returns NOTIFY_BAD, preventing the breach of this assumption.

Affected Systems

The flaw is in the Linux kernel’s lapbether networking driver. All distributions shipping a kernel that includes the lapbether code are potentially affected. No specific kernel version numbers are listed, so any system running a kernel before the commit that applies the patch should be treated as vulnerable.

Risk and Exploitability

Because EPSS data is unavailable and the vulnerability is not listed in the CISA KEV catalog, no exploitation probability or formal severity score is provided. The absence of a CVSS score means the formal severity assessment is unknown, but kernel networking bugs typically pose high risk if successfully exploited. Caution is advised while a patch is applied.

Generated by OpenCVE AI on May 6, 2026 at 11:42 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that contains the commit resolving the lapbether device event handling bug.
  • After upgrading, verify that network bonding devices are correctly configured to use Ethernet (ARPHRD_ETHER) or are running a bonding driver that handles pre‑type‑change events.
  • Restart networking services or reboot the system to apply the updated kernel and bonding driver changes.

Generated by OpenCVE AI on May 6, 2026 at 11:42 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 06 May 2026 12:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-704

Wed, 06 May 2026 09:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: net: lapbether: handle NETDEV_PRE_TYPE_CHANGE lapbeth_data_transmit() expects the underlying device type to be ARPHRD_ETHER. Returning NOTIFY_BAD from lapbeth_device_event() makes sure bonding driver can not break this expectation.
Title net: lapbether: handle NETDEV_PRE_TYPE_CHANGE
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-05-06T07:40:32.357Z

Reserved: 2026-05-01T14:12:55.984Z

Link: CVE-2026-43103

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-05-06T10:16:23.867

Modified: 2026-05-06T10:16:23.867

Link: CVE-2026-43103

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-06T11:45:03Z

Weaknesses