LiveActive security incident?Get immediate response
CVE Record

CVE-2026-50524: .NET Framework Denial of Service Vulnerability

Improper validation of specified type of input in .NET Framework allows an unauthorized attacker to deny service over a network.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2026-50524 is a Microsoft .NET denial-of-service flaw. An unauthenticated network attacker could cause affected .NET-based systems to stop serving normally. Microsoft rates it high severity with availability impact only. The source bundle shows no confirmed active exploitation and no CISA KEV listing.

Executive priority

Prioritize remediation for exposed or critical .NET services because the flaw can disrupt availability without authentication. There is no cited evidence of active exploitation, so urgency is high but not emergency-level unless critical services are exposed.

Technical view

The issue is improper input validation, mapped to CWE-1287, in affected Microsoft .NET and Visual Studio versions. CVSS 3.1 is 7.5: network-accessible, low complexity, no privileges, no user interaction, with high availability impact and no confidentiality or integrity impact. Microsoft lists an official remediation.

Likely exposure

Exposure is most relevant where affected .NET versions or Visual Studio components are installed, especially internet-facing or network-reachable .NET services. The bundle lists .NET 8.0.0, 9.0.0, 10.0.0, and specific Visual Studio versions as affected.

Exploitation context

The CVSS vector indicates exploitation could be remote and unauthenticated, but the provided sources do not show public exploitation or in-the-wild activity. KEV is false. Treat this as a high-priority availability risk, not evidence of compromise.

Researcher notes

Evidence is limited to the CVE record and MSRC advisory. The bundle does not include root-cause details, affected APIs, proof-of-concept status, or detection indicators. Avoid assuming exploitability beyond the published CVSS characteristics.

Mitigation direction

  • Review Microsoft’s CVE-2026-50524 advisory for applicable updates.
  • Patch affected .NET runtimes, SDKs, and Visual Studio installations per Microsoft guidance.
  • Prioritize internet-facing and business-critical .NET services.
  • Use normal change control and restart planning for production services.

Validation and detection

  • Inventory installed .NET and Visual Studio versions.
  • Compare findings against Microsoft’s affected product list.
  • Confirm applicable Microsoft updates are installed.
  • Monitor service availability logs for unexplained denial-of-service symptoms.
Prepared
Confidence
high
Sources
3

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 · low confidence lookup

CWE-1287: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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
cve · low confidence lookup

CVE-2026-50524 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
7.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:U/RL:O/RC:C

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
3Timeline events
1ADP providers
2Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical Impact: partial

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
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:U/RL:O/RC:C3.93.6microsoft

Vulnerability scoring details

Base CVSS 3.1 score

7.5High
CVSS 3.1 vector shape for CVE-2026-50524Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:U/RL:O/RC:C

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

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Microsoft.NET 10.010.0.0Listed
Microsoft.NET 8.08.0.0Listed
Microsoft.NET 9.09.0.0Listed
MicrosoftMicrosoft Visual Studio 2022 version 17.1217.12.0Listed
MicrosoftMicrosoft Visual Studio 2022 version 17.1417.14.0Listed
MicrosoftMicrosoft Visual Studio 2026 version 18.718.0Listed
Weakness

CWE details

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

CWE-1287 · source CWE mapping

Improper Validation of Specified Type of Input

Improper Validation of Specified Type of Input represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.