Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2023-53103

5.5 · MEDIUM
Published May 2, 2025 linux EPSS 0.19% (9th pctl)

Overview

CVE-2023-53103 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 2, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

bonding: restore bond's IFF_SLAVE flag if a non-eth dev enslave fails

syzbot reported a warning[1] where the bond device itself is a slave and

we try to enslave a non-ethernet device as the first slave which fails

but then in the error path when ether_setup() restores the bond device

it also clears all flags. In my previous fix[2] I restored the

IFF_MASTER flag, but I didn't consider the case that the bond device

itself might also be a slave with IFF_SLAVE set, so we need to restore

that flag as well. Use the bond_ether_setup helper which does the right

thing and restores the bond's flags properly.

Steps to reproduce using a nlmon dev:

$ ip l add nlmon0 type nlmon

$ ip l add bond1 type bond

$ ip l add bond2 type bond

$ ip l set bond1 master bond2

$ ip l set dev nlmon0 master bond1

$ ip -d l sh dev bond1

22: bond1: <BROADCAST,MULTICAST,MASTER> mtu 1500 qdisc noqueue master bond2 state DOWN mode DEFAULT group d

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 4.2.1, < 5.15.104 Affected

Frequently Asked Questions

What is CVE-2023-53103?

CVE-2023-53103 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 2, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2023-53103?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2023-53103?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2023-53103?

CyberStrike's AI-powered security agents can automatically detect CVE-2023-53103 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.