CVE-2025-71144 Vulnerability Analysis & Exploit Details

CVE-2025-71144
Vulnerability Scoring

5.5
/10
Significant Risk

Security assessments indicate that CVE-2025-71144 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-71144 Details

Status: Analyzed

Last updated: 🕡 26 Feb 2026, 18:41 UTC
Originally published on: 🕒 14 Jan 2026, 15:16 UTC

Time between publication and last update: 43 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-71144 Vulnerability Summary

CVE-2025-71144: In the Linux kernel, the following vulnerability has been resolved: mptcp: ensure context reset on disconnect() After the blamed commit below, if the MPC subflow is already in TCP_CLOSE status or has fallback to TCP at mptcp_disconnect() time, mptcp_do_fastclose() skips setting the `send_fastclose flag` and the later __mptcp_close_ssk() does not reset anymore the related subflow context. Any later connection will be created with both the `request_mptcp` flag and the msk-level fallback status off (it is unconditionally cleared at MPTCP disconnect time), leading to a warning in subflow_data_ready(): WARNING: CPU: 26 PID: 8996 at net/mptcp/subflow.c:1519 subflow_data_ready (net/mptcp/subflow.c:1519 (discriminator 13)) Modules linked in: CPU: 26 UID: 0 PID: 8996 Comm: syz.22.39 Not tainted 6.18.0-rc7-05427-g11fc074f6c36 #1 PREEMPT(voluntary) Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011 RIP: 0010:subflow_data_ready (net/mptcp/subflow.c:1519 (discriminator 13)) Code: 90 0f 0b 90 90 e9 04 fe ff ff e8 b7 1e f5 fe 89 ee bf 07 00 00 00 e8 db 19 f5 fe 83 fd 07 0f 84 35 ff ff ff e8 9d 1e f5 fe 90 <0f> 0b 90 e9 27 ff ff ff e8 8f 1e f5 fe 4c 89 e7 48 89 de e8 14 09 RSP: 0018:ffffc9002646fb30 EFLAGS: 00010293 RAX: 0000000000000000 RBX: ffff88813b218000 RCX: ffffffff825c8435 RDX: ffff8881300b3580 RSI: ffffffff825c8443 RDI: 0000000000000005 RBP: 000000000000000b R08: ffffffff825c8435 R09: 000000000000000b R10: 0000000000000005 R11: 0000000000000007 R12: ffff888131ac0000 R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000 FS: 00007f88330af6c0(0000) GS:ffff888a93dd2000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 00007f88330aefe8 CR3: 000000010ff59000 CR4: 0000000000350ef0 Call Trace: <TASK> tcp_data_ready (net/ipv4/tcp_input.c:5356) tcp_data_queue (net/ipv4/tcp_input.c:5445) tcp_rcv_state_process (net/ipv4/tcp_input.c:7165) tcp_v4_do_rcv (net/ipv4/tcp_ipv4.c:1955) __release_sock (include/net/sock.h:1158 (discriminator 6) net/core/sock.c:3180 (discriminator 6)) release_sock (net/core/sock.c:3737) mptcp_sendmsg (net/mptcp/protocol.c:1763 net/mptcp/protocol.c:1857) inet_sendmsg (net/ipv4/af_inet.c:853 (discriminator 7)) __sys_sendto (net/socket.c:727 (discriminator 15) net/socket.c:742 (discriminator 15) net/socket.c:2244 (discriminator 15)) __x64_sys_sendto (net/socket.c:2247) do_syscall_64 (arch/x86/entry/syscall_64.c:63 (discriminator 1) arch/x86/entry/syscall_64.c:94 (discriminator 1)) entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130) RIP: 0033:0x7f883326702d Address the issue setting an explicit `fastclosing` flag at fastclose time, and checking such flag after mptcp_do_fastclose().

Assessing the Risk of CVE-2025-71144

Access Complexity Graph

The exploitability of CVE-2025-71144 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-71144

CVE-2025-71144 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-71144, 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-71144, 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-71144 has no significant impact on data confidentiality.
  • Integrity: None
    CVE-2025-71144 poses no threat to data integrity.
  • Availability: High
    CVE-2025-71144 can disrupt system operations, potentially causing complete denial of service (DoS).

CVE-2025-71144 References

External References

CWE Common Weakness Enumeration

NVD-CWE-noinfo

Vulnerable Configurations

  • cpe:2.3:o:linux:linux_kernel:6.1.159:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.1.159:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.1.160:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.1.160:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.1.161:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.1.161:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.12.60:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.12.60:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.12.61:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.12.61:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.12.62:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.12.62:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.12.63:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.12.63:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.12.64:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.12.64:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17.10:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17.10:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17.11:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17.11:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17.12:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17.12:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17.13:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17.13:*:*:*:*:*:*:*
  • 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:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17:rc6:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17:rc6:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17:rc7:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17:rc7:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.18.1:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.18.1:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.18.2:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.18.2:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.18.3:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.18.3:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.18.4:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.18.4:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.6.119:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.6.119:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.18:-:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.18:-:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.18:rc7:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.18:rc7:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.19:rc1:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.19:rc1:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.19:rc2:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.19:rc2:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.19:rc3:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.19:rc3:*:*:*:*:*:*

Protect Your Infrastructure against CVE-2025-71144: 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-2026-3288 – A security issue was discovered in ingress-nginx where the `nginx.ingress.kubernetes.io/rewrite-target` Ingress annotation can be used to inject co...
  • CVE-2026-31816 – Budibase is a low code platform for creating internal tools, workflows, and admin panels. In 3.31.4 and earlier, the Budibase server's authorized()...
  • CVE-2026-30240 – Budibase is a low code platform for creating internal tools, workflows, and admin panels. In 3.31.5 and earlier, a path traversal vulnerability in ...
  • CVE-2026-25960 – vLLM is an inference and serving engine for large language models (LLMs). The SSRF protection fix for CVE-2026-24779 add in 0.15.1 can be bypassed ...
  • CVE-2026-25737 – Budibase is a low code platform for creating internal tools, workflows, and admin panels. In 3.24.0 and earlier, an arbitrary file upload vulnerabi...