CVE-2025-39874 Vulnerability Analysis & Exploit Details

CVE-2025-39874
Vulnerability Scoring

5.5
/10
Significant Risk

Security assessments indicate that CVE-2025-39874 presents a notable risk, potentially requiring prompt mitigation.

Attack Complexity Details

  • Attack Complexity: Low
    Exploits can be performed without significant complexity or special conditions.
  • Attack Vector: Local
    Vulnerability requires local system access.
  • Privileges Required: Low
    Some privileges are necessary to exploit the vulnerability.
  • Scope: Unchanged
    Exploit remains within the originally vulnerable component.
  • User Interaction: None
    No user interaction is necessary for exploitation.

CVE-2025-39874 Details

Status: Analyzed

Last updated: 🕡 12 Dec 2025, 18:48 UTC
Originally published on: 🕕 23 Sep 2025, 06:15 UTC

Time between publication and last update: 80 days

CVSS Release: version 3

CVSS3 Source

nvd@nist.gov

CVSS3 Type

Primary

CVSS3 Vector

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

CVE-2025-39874 Vulnerability Summary

CVE-2025-39874: In the Linux kernel, the following vulnerability has been resolved: macsec: sync features on RTM_NEWLINK Syzkaller managed to lock the lower device via ETHTOOL_SFEATURES: netdev_lock include/linux/netdevice.h:2761 [inline] netdev_lock_ops include/net/netdev_lock.h:42 [inline] netdev_sync_lower_features net/core/dev.c:10649 [inline] __netdev_update_features+0xcb1/0x1be0 net/core/dev.c:10819 netdev_update_features+0x6d/0xe0 net/core/dev.c:10876 macsec_notify+0x2f5/0x660 drivers/net/macsec.c:4533 notifier_call_chain+0x1b3/0x3e0 kernel/notifier.c:85 call_netdevice_notifiers_extack net/core/dev.c:2267 [inline] call_netdevice_notifiers net/core/dev.c:2281 [inline] netdev_features_change+0x85/0xc0 net/core/dev.c:1570 __dev_ethtool net/ethtool/ioctl.c:3469 [inline] dev_ethtool+0x1536/0x19b0 net/ethtool/ioctl.c:3502 dev_ioctl+0x392/0x1150 net/core/dev_ioctl.c:759 It happens because lower features are out of sync with the upper: __dev_ethtool (real_dev) netdev_lock_ops(real_dev) ETHTOOL_SFEATURES __netdev_features_change netdev_sync_upper_features disable LRO on the lower if (old_features != dev->features) netdev_features_change fires NETDEV_FEAT_CHANGE macsec_notify NETDEV_FEAT_CHANGE netdev_update_features (for each macsec dev) netdev_sync_lower_features if (upper_features != lower_features) netdev_lock_ops(lower) # lower == real_dev stuck ... netdev_unlock_ops(real_dev) Per commit af5f54b0ef9e ("net: Lock lower level devices when updating features"), we elide the lock/unlock when the upper and lower features are synced. Makes sure the lower (real_dev) has proper features after the macsec link has been created. This makes sure we never hit the situation where we need to sync upper flags to the lower.

Assessing the Risk of CVE-2025-39874

Access Complexity Graph

The exploitability of CVE-2025-39874 depends on two key factors: attack complexity (the level of effort required to execute an exploit) and privileges required (the access level an attacker needs).

Exploitability Analysis for CVE-2025-39874

CVE-2025-39874 presents an accessible attack vector with minimal effort required. Restricting access controls and implementing security updates are critical to reducing exploitation risks.

Understanding AC and PR

A lower complexity and fewer privilege requirements make exploitation easier. Security teams should evaluate these aspects to determine the urgency of mitigation strategies, such as patch management and access control policies.

Attack Complexity (AC) measures the difficulty in executing an exploit. A high AC means that specific conditions must be met, making an attack more challenging, while a low AC means the vulnerability can be exploited with minimal effort.

Privileges Required (PR) determine the level of system access necessary for an attack. Vulnerabilities requiring no privileges are more accessible to attackers, whereas high privilege requirements limit exploitation to authorized users with elevated access.

CVSS Score Breakdown Chart

Above is the CVSS Sub-score Breakdown for CVE-2025-39874, illustrating how Base, Impact, and Exploitability factors combine to form the overall severity rating. A higher sub-score typically indicates a more severe or easier-to-exploit vulnerability.

CIA Impact Analysis

Below is the Impact Analysis for CVE-2025-39874, showing how Confidentiality, Integrity, and Availability might be affected if the vulnerability is exploited. Higher values usually signal greater potential damage.

  • Confidentiality: None
    CVE-2025-39874 has no significant impact on data confidentiality.
  • Integrity: None
    CVE-2025-39874 poses no threat to data integrity.
  • Availability: High
    CVE-2025-39874 can disrupt system operations, potentially causing complete denial of service (DoS).

CVE-2025-39874 References

External References

CWE Common Weakness Enumeration

NVD-CWE-noinfo

Vulnerable Configurations

  • cpe:2.3:o:linux:linux_kernel:6.15:-:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15:-:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15.1:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15.1:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15.2:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15.2:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15.3:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15.3:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15.4:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15.4:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15.5:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15.5:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15.6:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15.6:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15.7:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15.7:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15.8:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15.8:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15.9:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15.9:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15.10:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15.10:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15.11:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15.11:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15:rc1:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15:rc1:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15:rc2:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15:rc2:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15:rc3:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15:rc3:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15:rc4:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15:rc4:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15:rc5:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15:rc5:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15:rc6:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15:rc6:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15:rc7:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15:rc7:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.16:-:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.16:-:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.16.1:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.16.1:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.16.2:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.16.2:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.16.3:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.16.3:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.16.4:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.16.4:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.16.5:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.16.5:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.16.6:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.16.6:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.16.7:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.16.7:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17:rc1:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17:rc1:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17:rc2:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17:rc2:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17:rc3:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17:rc3:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17:rc4:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17:rc4:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17:rc5:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17:rc5:*:*:*:*:*:*

Protect Your Infrastructure against CVE-2025-39874: Combat Critical CVE Threats

Stay updated with real-time CVE vulnerabilities and take action to secure your systems. Enhance your cybersecurity posture with the latest threat intelligence and mitigation techniques. Develop the skills necessary to defend against CVEs and secure critical infrastructures. Join the top cybersecurity professionals safeguarding today's infrastructures.

Other 5 Recently Published CVEs Vulnerabilities

  • CVE-2025-14298 – The FiboSearch – Ajax Search for WooCommerce plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's `thegem_te_search` ...
  • CVE-2025-12492 – The Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin plugin for WordPress is vulnerab...
  • CVE-2025-13619 – The Flex Store Users plugin for WordPress is vulnerable to Privilege Escalation in all versions up to, and including, 1.1.0. This is due to the 'fs...
  • CVE-2025-12820 – The Pure WC Variation Swatches WordPress plugin through 1.1.7 does not have an authorization check when updating its settings, which could allow an...
  • CVE-2025-14735 – The "Amazon affiliate lite Plugin" plugin for WordPress is vulnerable to Stored Cross-Site Scripting via admin settings in all versions up to, and ...