Cyber Resilience

CVE-2025-7972

High

Published: 14 August 2025

Published
14 August 2025
Modified
29 October 2025
KEV Added
Patch
CVSS Score v4 8.4 CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:H/SC:N/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0073 73.0th percentile
Risk Priority 17 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-7972 is a high-severity Incorrect User Management (CWE-286) vulnerability in Rockwellautomation Factorytalk Linx. Its CVSS base score is 8.4 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 27.0% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 CM-6 (Configuration Settings) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2025-7972, published on 2025-08-14, is a security vulnerability in the FactoryTalk Linx Network Browser. The issue allows an attacker to disable FTSP token validation by modifying the process.env.NODE_ENV variable to 'development'. This bypass enables unauthorized access to create, update, and delete FTLinx drivers. It carries a CVSS v3.1 base score of 9.1 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H) and maps to CWE-286 (Incorrect Authorization).

Unauthenticated attackers can exploit this vulnerability remotely over the network with low attack complexity and no user interaction required. Exploitation bypasses authentication controls, allowing manipulation of FTLinx drivers and resulting in high impacts to integrity and availability, though no confidentiality impact.

The Rockwell Automation security advisory provides details on mitigation; refer to https://www.rockwellautomation.com/en-us/trust-center/security-advisories/advisory.SD1735.html.

EU & UK References

Vulnerability details

A security issue exists within the FactoryTalk Linx Network Browser. By modifying the process.env.NODE_ENV to ‘development’, the attacker can disable FTSP token validation. This bypass allows access to create, update, and delete FTLinx drivers.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Remote unauthenticated authentication bypass in a network-exposed component (FactoryTalk Linx Network Browser) directly enables T1190.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-9161Same vendor: Rockwellautomation
CVE-2025-9064Same vendor: Rockwellautomation
CVE-2025-9282Same vendor: Rockwellautomation
CVE-2025-9281Same vendor: Rockwellautomation
CVE-2025-0498Same vendor: Rockwellautomation
CVE-2025-9279Same vendor: Rockwellautomation
CVE-2025-9465Same vendor: Rockwellautomation
CVE-2025-0497Same vendor: Rockwellautomation
CVE-2025-0477Same vendor: Rockwellautomation
CVE-2025-9283Same vendor: Rockwellautomation

Affected Assets

rockwellautomation
factorytalk linx
≤ 6.50

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates the CVE by identifying, reporting, and correcting the flaw enabling FTSP token validation bypass via NODE_ENV modification.

prevent

Ensures secure configuration settings prevent deployment or runtime use of NODE_ENV='development' that disables token validation in production.

prevent

Enforces approved access authorizations to block unauthorized create, update, and delete operations on FTLinx drivers despite the token bypass.

References