LiveActive security incident?Get immediate response
CVE Record

CVE-2023-33156: Microsoft Defender Elevation of Privilege Vulnerability

Microsoft Defender Elevation of Privilege Vulnerability

MediumCVSS 6.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This is a Microsoft Defender privilege-escalation issue in the Microsoft Malware Protection Engine. A successful local attacker with low privileges could affect system integrity and availability. The available source bundle rates it medium severity, not a remote internet-facing compromise.

Executive priority

Handle through normal patch operations with moderate priority. The issue is not reported as actively exploited, but it affects a security component and can impact integrity and availability after local access.

Technical view

CVE-2023-33156 is mapped to CWE-367, a time-of-check/time-of-use race condition. CVSS 3.1 is 6.3 with local attack vector, high attack complexity, low privileges, no user interaction, and high integrity and availability impact.

Likely exposure

Exposure is limited to environments running the affected Microsoft Malware Protection Engine version 1.1.0.0 as identified in the source bundle. Confirm actual exposure through Defender and engine version inventory.

Exploitation context

The bundle does not identify active exploitation, and KEV is false. CVSS exploit maturity is unproven. The attacker must already have local low-privileged access, and exploitation is high complexity.

Researcher notes

The public bundle is sparse: it names Microsoft Malware Protection Engine 1.1.0.0, CWE-367, CVSS, and the MSRC advisory. It does not provide technical root cause details, proof-of-concept status, or explicit fixed version text.

Mitigation direction

  • Review the Microsoft MSRC advisory for the official remediation path.
  • Update Microsoft Defender or Malware Protection Engine according to Microsoft guidance.
  • Prioritize systems where local users or workloads are less trusted.
  • Monitor Microsoft guidance for corrected engine version details.

Validation and detection

  • Inventory Microsoft Malware Protection Engine versions across managed endpoints.
  • Flag systems reporting version 1.1.0.0 for remediation review.
  • Confirm Defender engine updates are successfully applying.
  • Check vulnerability management data against CVE-2023-33156 status.
Prepared
Confidence
medium
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-367: 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
description · low confidence lookup

Privilege behavior lookup

The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. 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-2023-33156 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
Medium
CVSS
6.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:H/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
0Timeline events
0ADP providers
2Source 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
6.3CVSS 3.1MediumCVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:H/E:U/RL:O/RC:C15.2Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.3Medium
CVSS 3.1 vector shape for CVE-2023-33156Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:H/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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
MicrosoftMicrosoft Malware Protection Engine1.1.0.0Listed
Weakness

CWE details

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

CWE-367 · source CWE mapping

Time-of-check Time-of-use (TOCTOU) Race Condition

Time-of-check Time-of-use (TOCTOU) Race Condition represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.