LiveActive security incident?Get immediate response
CVE Record

CVE-2025-3935: ScreenConnect Exposure to ASP.NET ViewState Code Injection

ScreenConnect versions 25.2.3 and earlier versions may be susceptible to a ViewState code injection attack. ASP.NET Web Forms use ViewState to preserve page and control state, with data encoded using Base64 protected by machine keys.  It is important to note that to obtain these machine keys, privileged system level access must be obtained. If these machine keys are compromised, attackers could create and send a malicious ViewState to the website, potentially leading to remote code execution on the server.  The risk does not originate from a vulnerability introduced by ScreenConnect, but from platform level behavior.  This had no direct impact to ScreenConnect Client. ScreenConnect 2025.4 patch disables ViewState and removes any dependency on it.

HighCVSS 8.1Known exploitedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

ScreenConnect servers at version 25.2.3 or earlier can be exposed to ASP.NET ViewState code injection if attackers obtain the server’s machine keys. That condition could allow remote code execution on the server. CISA lists this CVE in KEV, so treat affected servers as a time-sensitive risk.

Executive priority

High priority. Remote management software is sensitive infrastructure, and CISA KEV confirms known exploitation. Upgrade affected ScreenConnect servers promptly and verify no exposed legacy instances remain.

Technical view

The issue concerns ASP.NET Web Forms ViewState handling. If machine keys are compromised, an attacker can craft malicious ViewState data that the server may process, potentially causing code execution. ConnectWise says ScreenConnect 2025.4 disables ViewState and removes dependency on it. The source describes no direct impact to ScreenConnect Client.

Likely exposure

Exposure is most relevant to ScreenConnect server installations running 25.2.3 or earlier, especially externally reachable instances. The source says privileged system-level access is needed to obtain machine keys, so exploitation depends on prior key compromise or related server compromise.

Exploitation context

Active exploitation is supported by the CISA KEV listing. The public bundle does not provide exploit details, observed campaign information, or indicators. The attack path described requires compromised ASP.NET machine keys, making validation of server version and compromise evidence important.

Researcher notes

Key nuance: ConnectWise frames this as platform-level ASP.NET ViewState behavior, not a ScreenConnect-introduced bug. Exploitability depends on machine-key compromise requiring privileged system-level access. The patch removes ViewState dependency rather than fixing the client.

Mitigation direction

  • Upgrade ScreenConnect servers to 2025.4 or later per ConnectWise guidance.
  • Prioritize externally reachable ScreenConnect servers running 25.2.3 or earlier.
  • Review ConnectWise advisories for any updated vendor instructions.
  • Investigate possible machine-key exposure if compromise is suspected.
  • Do not treat ScreenConnect Client as directly affected based on this source.

Validation and detection

  • Inventory ScreenConnect server versions across owned and hosted environments.
  • Confirm no ScreenConnect server remains on 25.2.3 or earlier.
  • Verify upgraded servers are on 2025.4 or later.
  • Review CISA KEV and ConnectWise bulletins for current guidance.
  • Check server logs and privileged access records for compromise signs.
Prepared
Confidence
high
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-502: Code execution behavior lookup

Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2025-3935 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.1 (3.1)
Known Exploited
Yes
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
4Source links

CISA KEV status

Status
Known exploited
Source
CISA / ADP
Date added
Not provided

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
8.1CVSS 3.1HighCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H2.25.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.1High
CVSS 3.1 vector shape for CVE-2025-3935Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
ConnectWiseScreenConnect<25.2.3unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-502 · source CWE mapping

Deserialization of Untrusted Data

Deserialization of Untrusted Data represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.