LiveActive security incident?Get immediate response
CVE Record

CVE-2024-43485: .NET and Visual Studio Denial of Service Vulnerability

.NET and Visual Studio Denial of Service Vulnerability

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This is a Microsoft .NET, Visual Studio, and PowerShell denial-of-service vulnerability. A remote unauthenticated attacker could cause affected systems or applications to lose availability. The sources do not indicate data theft or code execution. Business urgency is highest where exposed services depend on affected .NET or PowerShell components.

Executive priority

Treat as a high-priority availability risk, especially for public-facing .NET services. It is not described as data compromise or active exploitation in the provided sources, but patching should be scheduled promptly for critical systems.

Technical view

CVE-2024-43485 is rated CVSS 7.5 with network attack vector, low complexity, no privileges, no user interaction, and high availability impact only. The assigned CWE is CWE-407, indicating inefficient algorithmic complexity. Microsoft lists affected .NET 6.0/8.0, Visual Studio 2022 versions, and PowerShell 7.2/7.4/7.5.

Likely exposure

Organizations are most exposed if they run public or critical internal applications on affected .NET runtimes, use affected PowerShell versions operationally, or maintain vulnerable Visual Studio installations on developer workstations.

Exploitation context

The provided bundle says this CVE is not in KEV, and no cited source states active exploitation. CVSS indicates remote unauthenticated denial of service is plausible, but the bundle does not provide exploit details or observed attacks.

Researcher notes

Key unknowns are exploit mechanics, affected code paths, and real-world exploitation. The available evidence supports remote unauthenticated availability impact and official Microsoft remediation, but not weaponized exploit availability or compromise of confidentiality or integrity.

Mitigation direction

  • Apply Microsoft security updates for affected .NET, Visual Studio, and PowerShell products.
  • Use MSRC guidance to confirm exact fixed versions and servicing channels.
  • Prioritize internet-facing and business-critical .NET services.
  • Update container images and build agents containing affected runtimes.
  • Reduce unnecessary external exposure for services using affected components.

Validation and detection

  • Inventory installed .NET runtimes, SDKs, Visual Studio versions, and PowerShell versions.
  • Compare discovered versions with the MSRC advisory for CVE-2024-43485.
  • Check application hosts, CI runners, developer workstations, and container base images.
  • Confirm vulnerability scanners detect the patched state after updates.
  • Monitor critical services for abnormal availability or resource exhaustion 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-407: 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-2024-43485 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-2024-43485Attack 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 6.06.0.0Listed
Microsoft.NET 8.08.0.0Listed
MicrosoftMicrosoft Visual Studio 2022 version 17.1017.10Listed
MicrosoftMicrosoft Visual Studio 2022 version 17.1117.11Listed
MicrosoftMicrosoft Visual Studio 2022 version 17.617.6.0Listed
MicrosoftMicrosoft Visual Studio 2022 version 17.817.8.0Listed
MicrosoftPowerShell 7.27.2.0Listed
MicrosoftPowerShell 7.47.4.0Listed
MicrosoftPowerShell 7.57.5.0Listed
Weakness

CWE details

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

CWE-407 · source CWE mapping

Inefficient Algorithmic Complexity

Inefficient Algorithmic Complexity represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.