LiveActive security incident?Get immediate response
CVE Record

CVE-2023-33160: Microsoft SharePoint Server Remote Code Execution Vulnerability

Microsoft SharePoint Server Remote Code Execution Vulnerability

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This is a high-severity SharePoint Server remote code execution flaw. An attacker with low privileges on the network could potentially run code on an affected SharePoint server. For organizations using on-premises SharePoint, this is urgent because compromise could expose documents, alter content, or disrupt collaboration services.

Executive priority

Prioritize remediation in the next patch cycle, sooner for internet-facing or sensitive SharePoint environments. The issue has high impact across confidentiality, integrity, and availability, but the supplied evidence does not establish active exploitation.

Technical view

CVE-2023-33160 affects Microsoft SharePoint Enterprise Server 2016, SharePoint Server 2019, and SharePoint Server Subscription Edition. It is mapped to CWE-502 and carries CVSS 3.1 score 8.8: network attack vector, low complexity, low privileges, no user interaction, and high confidentiality, integrity, and availability impact.

Likely exposure

Exposure is limited to organizations running the affected on-premises SharePoint Server products. Internet-facing, partner-facing, or broadly accessible intranet SharePoint deployments should be prioritized because the CVSS vector is network-reachable and does not require user interaction.

Exploitation context

The provided sources do not show CISA KEV listing or confirmed active exploitation. The CVSS exploit maturity is listed as unproven. Treat this as a serious patching priority, but do not claim exploitation in the wild from the supplied evidence.

Researcher notes

The public bundle identifies CWE-502 and an RCE impact but does not include exploit mechanics. Validation should focus on affected product presence, patch status, exposure path, and compensating access controls rather than proof-of-concept testing.

Mitigation direction

  • Review Microsoft’s CVE-2023-33160 advisory for the applicable SharePoint security update.
  • Apply the vendor-provided update to affected SharePoint Server deployments.
  • Prioritize externally reachable and high-value document management environments.
  • Restrict network access to SharePoint where business requirements allow.
  • Verify backups and recovery procedures before production patch rollout.

Validation and detection

  • Inventory SharePoint Enterprise Server 2016, Server 2019, and Subscription Edition deployments.
  • Compare installed SharePoint patch levels with Microsoft’s CVE-2023-33160 guidance.
  • Identify whether affected SharePoint services are internet-facing or broadly accessible internally.
  • Confirm remediation through vulnerability management scans or configuration evidence.
  • Review relevant SharePoint and Windows logs for unusual server-side activity.
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 · 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-2023-33160 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.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/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
8.8CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C2.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.8High
CVSS 3.1 vector shape for CVE-2023-33160Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/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 SharePoint Enterprise Server 201616.0.0Listed
MicrosoftMicrosoft SharePoint Server 201916.0.0Listed
MicrosoftMicrosoft SharePoint Server Subscription Edition16.0.0Listed
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.