Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-35050

CVE-2025-35050: Newforma Project Center RCE Vulnerability

CVE-2025-35050 is a remote code execution flaw in Newforma Project Center that allows unauthenticated attackers to execute arbitrary code. This article covers the technical details, affected systems, and mitigation strategies.

Published: March 25, 2026

CVE-2025-35050 Overview

CVE-2025-35050 is a critical insecure deserialization vulnerability affecting Newforma Info Exchange (NIX), a component of the Newforma Project Center architecture. The vulnerability exists in the /remoteweb/remote.rem endpoint, which accepts serialized .NET data without proper authentication or validation. A remote, unauthenticated attacker can exploit this flaw to execute arbitrary code with NT AUTHORITY\NetworkService privileges on the target system.

The vulnerable endpoint is used by Newforma Project Center Server (NPCS) for communication purposes, meaning a compromised NIX system can be leveraged as a pivot point to attack associated NPCS systems, significantly expanding the potential blast radius of a successful exploit.

Critical Impact

Unauthenticated remote code execution with NetworkService privileges, enabling full system compromise and potential lateral movement to connected Newforma Project Center Server systems.

Affected Products

  • Newforma Project Center version 2024.3
  • Newforma Info Exchange (NIX) component
  • Newforma Project Center Server (NPCS) - exposed via NIX compromise

Discovery Timeline

  • 2025-10-09 - CVE-2025-35050 published to NVD
  • 2026-01-09 - Last updated in NVD database

Technical Details for CVE-2025-35050

Vulnerability Analysis

This vulnerability is classified under CWE-306 (Missing Authentication for Critical Function), though the underlying exploitation mechanism involves insecure deserialization of .NET objects. The /remoteweb/remote.rem endpoint is designed to handle .NET remoting requests between NIX and NPCS components but fails to implement proper authentication controls.

.NET remoting endpoints that accept serialized objects are inherently dangerous when exposed without authentication. An attacker can craft malicious serialized payloads containing objects that, when deserialized by the server, trigger code execution through gadget chains present in the .NET framework or application dependencies.

The fact that the vulnerable endpoint operates under NT AUTHORITY\NetworkService privileges means successful exploitation grants the attacker significant system access, including the ability to interact with network resources, access local files, and potentially escalate privileges further.

Root Cause

The root cause of this vulnerability is the absence of authentication controls on the /remoteweb/remote.rem endpoint combined with the inherent risks of .NET remoting deserialization. The endpoint accepts and processes serialized .NET data from any network-accessible client without verifying the identity or authorization of the requester. This design flaw allows attackers to submit arbitrary serialized payloads that are processed by the server's .NET runtime.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker with network access to the NIX server can send specially crafted HTTP requests to the /remoteweb/remote.rem endpoint containing malicious serialized .NET objects.

The exploitation process typically involves:

  1. Identifying a network-accessible NIX server with the vulnerable endpoint
  2. Crafting a serialized .NET payload using known deserialization gadget chains (such as those leveraging TypeConfuseDelegate, TextFormattingRunProperties, or similar gadgets)
  3. Sending the payload via HTTP POST to the /remoteweb/remote.rem endpoint
  4. The server deserializes the payload, triggering the embedded gadget chain and executing attacker-controlled code

Once code execution is achieved with NetworkService privileges, the attacker can establish persistent access, exfiltrate data, or pivot to attack the associated NPCS system.

Detection Methods for CVE-2025-35050

Indicators of Compromise

  • Unusual HTTP POST requests to the /remoteweb/remote.rem endpoint from external or unauthorized IP addresses
  • Unexpected process spawning from the IIS worker process (w3wp.exe) running the NIX application
  • New network connections established by the NetworkService account to unfamiliar destinations
  • Suspicious .NET remoting traffic patterns or anomalous serialized object payloads in IIS logs
  • Evidence of lateral movement attempts from the NIX server to NPCS systems

Detection Strategies

  • Monitor IIS access logs for requests targeting /remoteweb/remote.rem, particularly from non-standard source IPs
  • Implement network intrusion detection rules to identify .NET remoting traffic to this specific endpoint
  • Deploy endpoint detection and response (EDR) solutions to detect anomalous process execution originating from IIS worker processes
  • Configure SIEM alerts for authentication-less access patterns to the vulnerable endpoint

Monitoring Recommendations

  • Enable detailed IIS logging including request bodies for forensic analysis capabilities
  • Implement network segmentation monitoring to detect unauthorized communication between NIX and NPCS systems
  • Deploy file integrity monitoring on the NIX server to detect unauthorized file modifications
  • Monitor Windows Security event logs for suspicious service account activity under NetworkService context

How to Mitigate CVE-2025-35050

Immediate Actions Required

  • Restrict network access to the /remoteweb/remote.rem endpoint using firewall rules or IIS URL Rewrite Module
  • Implement network segmentation to limit which systems can communicate with NIX servers
  • Review IIS logs for any evidence of prior exploitation attempts
  • Audit all Newforma Project Center deployments to identify exposed NIX instances
  • Contact Newforma support for guidance on vendor-provided patches or updates

Patch Information

At the time of publication, organizations should consult Newforma directly for official patches addressing this vulnerability. Review the CISA CSAF Document for additional advisory details and the CVE-2025-35050 Record for current status information. The Newforma Info Exchange Overview provides additional context about the affected component.

Workarounds

  • Use the IIS URL Rewrite Module to block access to the /remoteweb/remote.rem endpoint from unauthorized sources
  • Implement IP allowlisting to restrict endpoint access to only trusted NPCS systems
  • Place NIX servers behind a reverse proxy or web application firewall (WAF) with request inspection capabilities
  • Disable the /remoteweb/remote.rem endpoint if not operationally required
bash
# IIS URL Rewrite configuration to block unauthorized access
# Add to web.config in the NIX application root
# This rule blocks all external access to the vulnerable endpoint

# Navigate to IIS Manager > URL Rewrite > Add Rule(s)
# Create a Request Blocking rule:
# Pattern: ^remoteweb/remote\.rem$
# Block request based on: URL Path
# How to block: Abort Request

# Alternative: Use IP Address restriction in IIS
# IIS Manager > IP Address and Domain Restrictions
# Deny all except specific trusted NPCS server IPs

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechNewforma Project Center

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.35%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/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
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-306
  • Technical References
  • Microsoft URL Rewrite Module Guide

  • Newforma Info Exchange Overview

  • CISA CSAF Document

  • CVE-2025-35050 Record
  • Related CVEs
  • CVE-2025-35051: Newforma Project Center RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English