CVE-2025-35050
Published: 09 October 2025
Summary
CVE-2025-35050 is a critical-severity Missing Authentication for Critical Function (CWE-306) vulnerability in Newforma Project Center. Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 48.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 AC-14 (Permitted Actions Without Identification or Authentication) and AC-3 (Access Enforcement).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly addresses the missing authentication for the critical deserialization function at the '/remoteweb/remote.rem' endpoint, preventing unauthenticated remote code execution.
Enforces boundary protection to restrict network access to the vulnerable '/remoteweb/remote.rem' endpoint as recommended in the advisory, blocking remote exploitation.
Mandates enforcement of access control policies to require authentication or authorization for the deserialization endpoint, mitigating unauthenticated arbitrary code execution.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The vulnerability allows unauthenticated remote code execution via a public-facing web endpoint accepting untrusted .NET deserialization payloads, directly mapping to exploitation of public-facing applications.
NVD Description
Newforma Info Exchange (NIX) accepts serialized .NET data via the '/remoteweb/remote.rem' endpoint, allowing a remote, unauthenticated attacker to execute arbitrary code with 'NT AUTHORITY\NetworkService' privileges. The vulnerable endpoint is used by Newforma Project Center Server (NPCS), so a compromised NIX…
more
system can be used to attack an associated NPCS system. To mitigate this vulnerability, restrict network access to the '/remoteweb/remote.rem' endpoint, for example using the IIS URL Rewrite Module.
Deeper analysisAI
CVE-2025-35050 is a critical vulnerability in Newforma Info Exchange (NIX), where the '/remoteweb/remote.rem' endpoint accepts serialized .NET data, enabling remote code execution. This flaw affects NIX deployments, particularly those integrated with Newforma Project Center Server (NPCS), as the endpoint is utilized by NPCS. Assigned a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), it is linked to CWE-306 (Missing Authentication for Critical Function) and CWE-502 (Deserialization of Untrusted Data).
A remote, unauthenticated attacker can exploit this vulnerability by sending malicious serialized .NET payloads to the exposed endpoint, resulting in arbitrary code execution under 'NT AUTHORITY\NetworkService' privileges on the NIX system. Once compromised, the attacker can leverage the NIX system to target an associated NPCS instance, potentially expanding the scope of the compromise within the environment.
Advisories recommend mitigating the vulnerability by restricting network access to the '/remoteweb/remote.rem' endpoint, such as through the IIS URL Rewrite Module. No patches are explicitly mentioned in the available details.
Details
- CWE(s)