Review reviewHigh

CVE-2023-54012

Linux

In the Linux kernel, the following vulnerability has been resolved: net: fix stack overflow when LRO is disabled for virtual interfaces When the virtual interface's feature is updated, it synchronizes the updated feature for its own lower interface. This propagation logic should be worked as the iteration, not recursively. But it works recursively due to the netdev notification unexpectedly. This problem occurs when it disables LRO only for the team and bonding interface type. team0 | +------+------+-----+-----+ | | | | | team1 team2 team3 ... team200 If team0's LRO feature is updated, it g...

CVSS
7.8
EPSS
0.15%
4.55% percentile
CISA KEV
Not listed
Published
2025.12.24
PRIORITY ASSESSMENT

Review review

The CVSS severity warrants an early asset and exposure review.

Known exploitationNot established by KEV
Exploit probability0.15%
Technical severityCVSS 7.8

Vulnerability overview

In the Linux kernel, the following vulnerability has been resolved: net: fix stack overflow when LRO is disabled for virtual interfaces When the virtual interface's feature is updated, it synchronizes the updated feature for its own lower interface. This propagation logic should be worked as the iteration, not recursively. But it works recursively due to the netdev notification unexpectedly. This problem occurs when it disables LRO only for the team and bonding interface type. team0 | +------+------+-----+-----+ | | | | | team1 team2 team3 ... team200 If team0's LRO feature is updated, it g...

Affected product and versions

Product
Linux
Affected versions
>= fd867d51f889aec11cca235ebb008578780d052d < 9ea0c5f90a27b5b884d880e146e0f65f3052e401, >= fd867d51f889aec11cca235ebb008578780d052d < 4bb955c4d2830a58c08e2a48ab75d75368e3ff36, >= fd867d51f889aec11cca235ebb008578780d052d < cf3b5cd7127cc10c5b12400c545f263f0e5e715c, >= fd867d51f889aec11cca235ebb008578780d052d < ed66e6327a69fec95034cda2ac5b6a57b8b3b622, >= fd867d51f889aec11cca235ebb008578780d052d < 6bf00bb3dc7e5b9fb05488e11616e65d64e975fa, >= fd867d51f889aec11cca235ebb008578780d052d < ae9b15fbe63447bc1d3bba3769f409d17ca6fdf6, >= 4.4
Fixed versions
No verified fixed-version field is available yet

Recommended response sequence

Confirm exposure before applying a vendor-supported change.

Full remediation guide
  1. 1
    Identify

    Confirm that Linux and an affected version are present.

  2. 2
    Prioritize

    Combine exploitation signals with asset exposure and business criticality.

  3. 3
    Remediate

    Follow the vendor advisory or supported update path and preserve rollback options.

  4. 4
    Verify

    Recheck the version, service health, access paths, and relevant logs.

Technical data

CVSS vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CWE
Not available
CVE-2023-54012 — Linux | SECUFOCUS NOW