LiveActive security incident?Get immediate response
CVE Record

CVE-2023-3513: RazerCentralService Unsafe Deserialization Escalation of Privilege

Improper Privilege Control in RazerCentralSerivce Named Pipe in Razer RazerCentral <=7.11.0.558 on Windows allows a malicious actor with local access to gain SYSTEM privilege via communicating with the named pipe as a low-privilege user and triggering an insecure .NET deserialization.

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This is a local privilege escalation in Razer Central on Windows. A user who already has low-level access to a machine could abuse RazerCentralService to gain SYSTEM privileges. It is serious for shared or compromised endpoints, but the source bundle does not show remote exploitation or active exploitation.

Executive priority

Treat this as a high-priority endpoint hardening issue, not an internet-wide emergency. It can turn a limited local compromise into full machine control, so remediate affected business systems promptly after confirming vendor guidance.

Technical view

RazerCentralService exposes a named pipe reachable by a low-privilege local user. The flaw combines improper privilege control with unsafe .NET deserialization, allowing escalation to SYSTEM on Razer Central versions up to 7.11.0.558 on Windows.

Likely exposure

Exposure is likely limited to Windows endpoints running Razer Central 7.11.0.558 or earlier. Risk is highest on shared workstations, developer machines, gaming laptops used for business, or endpoints where an attacker may already have local user access.

Exploitation context

The CVE is not listed as KEV in the provided bundle, and no cited source claims active exploitation. Exploitation requires local access with low privileges, then could materially worsen a foothold by reaching SYSTEM.

Researcher notes

The public description identifies named pipe access and insecure .NET deserialization as the core issues, mapped to CWE-269 and CWE-502. The bundle lacks patch details, exploit-in-the-wild evidence, and broader product impact data, so avoid expanding scope beyond Razer Central on Windows.

Mitigation direction

  • Inventory Windows systems for Razer Central installations and versions.
  • Check Razer guidance for a fixed version or vendor-recommended remediation.
  • Remove Razer Central where it is not operationally required.
  • Prioritize remediation on shared or high-value endpoints.
  • Monitor affected endpoints for suspicious local privilege escalation behavior.

Validation and detection

  • Confirm whether Razer Central is installed on Windows endpoints.
  • Record installed versions and compare against 7.11.0.558 or earlier.
  • Verify whether RazerCentralService is present on exposed systems.
  • Review EDR telemetry for unexpected SYSTEM-level process activity.
  • Document exceptions where vendor remediation cannot yet be applied.
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 · medium confidence lookup

CWE-269: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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
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
cve · low confidence lookup

CVE-2023-3513 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.8 (3.1)
Known Exploited
No
Published

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

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
7.8CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H1.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

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

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
RazerRazer Central0unaffected
Weakness

CWE details

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

CWE-269 · source CWE mapping

Improper Privilege Management

Improper Privilege Management represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.

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.