CVE-2025-35050
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-10-09

Last updated on: 2025-10-14

Assigner: Cybersecurity and Infrastructure Security Agency (CISA) U.S. Civilian Government

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 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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-10-09
Last Modified
2025-10-14
Generated
2026-05-06
AI Q&A
2025-10-09
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 3 associated CPEs
Vendor Product Version / Range
newforma project_center 2024.3
newforma info_exchange *
microsoft url_rewrite_module 2.0
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-306 The product does not perform any authentication for functionality that requires a provable user identity or consumes a significant amount of resources.
CWE-502 The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability exists in Newforma Info Exchange (NIX), where the system accepts serialized .NET data via the '/remoteweb/remote.rem' endpoint. This allows a remote, unauthenticated attacker to execute arbitrary code with 'NT AUTHORITY\NetworkService' privileges. Because this endpoint is used by Newforma Project Center Server (NPCS), a compromised NIX system can be leveraged to attack an associated NPCS system. The vulnerability arises from the unsafe deserialization of data, enabling remote code execution without authentication.


How can this vulnerability impact me? :

The vulnerability can lead to remote code execution on the affected system with elevated privileges ('NT AUTHORITY\NetworkService'), allowing an attacker to take control of the system remotely without authentication. This can result in unauthorized access, data compromise, disruption of services, and potentially using the compromised system as a pivot point to attack associated systems like Newforma Project Center Server (NPCS).


How can this vulnerability be detected on my network or system? Can you suggest some commands?

Detection can focus on monitoring access to the vulnerable endpoint '/remoteweb/remote.rem' on the Newforma Info Exchange (NIX) system. Network or web server logs should be checked for any requests to this endpoint, especially from unauthenticated sources. Commands to detect such activity could include using web server log analysis tools or command-line tools like 'grep' to search logs for '/remoteweb/remote.rem'. For example, on a system with IIS logs, you could run: grep "/remoteweb/remote.rem" C:\inetpub\logs\LogFiles\W3SVC*\*.log. Additionally, network monitoring tools can be configured to alert on HTTP requests targeting this endpoint.


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation involves restricting network access to the '/remoteweb/remote.rem' endpoint. This can be done by configuring the IIS URL Rewrite Module to block or restrict requests to this endpoint. Using the URL Rewrite Module, administrators can create rules to deny or redirect requests targeting '/remoteweb/remote.rem', effectively preventing exploitation. Additional network-level controls such as firewall rules to block external access to this endpoint can also be applied. [2]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart