LiveActive security incident?Get immediate response
CVE Record

CVE-2023-33170: ASP.NET and Visual Studio Security Feature Bypass Vulnerability

ASP.NET and Visual Studio Security Feature Bypass Vulnerability

HighCVSS 8.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2023-33170 is a Microsoft ASP.NET and Visual Studio security feature bypass vulnerability. The business concern is that affected developer or runtime environments could fail to enforce an intended security control, with high potential confidentiality, integrity, and availability impact per the supplied CVSS score.

Executive priority

Treat as high priority for patch management, especially where ASP.NET applications or build infrastructure are business-critical. There is no active exploitation evidence in the supplied sources, but the impact rating warrants timely remediation.

Technical view

The bundle identifies a CWE-362 race-condition issue affecting Microsoft Visual Studio 2022 lines and .NET 6.0 and 7.0. CVSS 3.1 is 8.1 with network attack vector, high complexity, no privileges, no user interaction, unchanged scope, and high C/I/A impact.

Likely exposure

Organizations may be exposed where affected .NET 6.0, .NET 7.0, or Visual Studio 2022 17.0, 17.2, 17.4, or 17.6 installations remain unpatched. The bundle does not specify affected operating systems, hosted services, or exact fixed versions.

Exploitation context

The source bundle says this CVE is not in KEV and provides no cited evidence of active exploitation. The CVSS temporal vector marks exploit maturity as proof-of-concept, but no exploit details are included here.

Researcher notes

Evidence is sparse in the bundle beyond Microsoft’s title, affected products, CVSS, CWE-362, and Fedora notices. Avoid assuming a specific bypass mechanism, vulnerable endpoint, or exploit path without reading vendor details not included here.

Mitigation direction

  • Apply Microsoft security updates for affected .NET and Visual Studio versions.
  • Consult the MSRC advisory for exact fixed versions and deployment guidance.
  • Review Fedora package announcements if using Fedora-packaged .NET components.
  • Prioritize internet-facing ASP.NET workloads and shared developer build environments.
  • Track remediation through normal patch compliance reporting.

Validation and detection

  • Inventory .NET 6.0 and 7.0 runtimes and SDKs across servers and build systems.
  • Inventory Visual Studio 2022 installations, especially 17.0, 17.2, 17.4, and 17.6 lines.
  • Compare installed versions against the Microsoft advisory’s fixed-version guidance.
  • Confirm package updates from Fedora advisories where Fedora packages are deployed.
  • Check asset management for lingering unsupported or pinned .NET versions.
Prepared
Confidence
medium
Sources
7

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-362: 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-2023-33170 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
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/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
0Timeline events
0ADP providers
6Source links

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:H/E:P/RL:O/RC:C2.25.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.1High
CVSS 3.1 vector shape for CVE-2023-33170Attack 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/E:P/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
MicrosoftMicrosoft Visual Studio 2022 version 17.217.2.0Listed
MicrosoftMicrosoft Visual Studio 2022 version 17.017.0.0Listed
MicrosoftMicrosoft Visual Studio 2022 version 17.417.4.0Listed
MicrosoftMicrosoft Visual Studio 2022 version 17.617.6.0Listed
Microsoft.NET 6.06.0.0Listed
Microsoft.NET 7.07.0.0Listed
Weakness

CWE details

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

CWE-362 · source CWE mapping

Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.