Security readout for executives and security teams
Plain-English summary
This Windows flaw can let an attacker who already has limited access gain powerful system-level privileges. Successful exploitation could enable data theft, security-control tampering, or system disruption. CISA lists the vulnerability as known exploited, making delayed patching materially riskier.
Executive priority
Treat as an urgent patching priority because exploitation is documented and successful attacks can gain extensive system control. Accelerate remediation on high-value systems and broadly accessed endpoints, then track exceptions with owners and deadlines.
Technical view
CVE-2024-35250 is a Windows kernel-mode driver elevation-of-privilege vulnerability associated with CWE-822. Its CVSS 3.1 score is 7.8: local access, low complexity, low privileges, and no user interaction, with potentially high confidentiality, integrity, and availability impact.
Likely exposure
Exposure exists on the listed Windows 10, Windows 11, and Windows Server releases where Microsoft's applicable security update is absent. Internet exposure is not required, but attackers need local low-privileged access, commonly obtained through another compromise. Confirm exact applicability through Microsoft's advisory and asset inventory.
Exploitation context
CISA's Known Exploited Vulnerabilities catalog supports active exploitation in the wild. The supplied sources do not establish exploitation scale, targeted sectors, campaign attribution, or a public exploit's availability. Treat compromised low-privileged accounts and endpoints as plausible starting points.
Researcher notes
The supplied evidence identifies CWE-822 and the CVSS conditions but does not describe the vulnerable driver, precise pointer condition, exploit chain, or detection indicators. Researchers should use Microsoft's advisory for affected-update mapping and avoid inferring undocumented technical mechanics.
Mitigation direction
Apply the applicable Microsoft security update for each supported Windows release.
Prioritize endpoints, administrative workstations, and servers accessible to low-privileged users.
Restrict unnecessary local access and promptly remediate compromised user accounts.
Isolate unsupported systems until vendor-supported remediation or replacement is completed.
Validation and detection
Inventory affected Windows editions, versions, and build levels across endpoints and servers.
Compare installed updates with Microsoft's CVE-specific update guidance.
Confirm deployment success and investigate systems reporting failed or missing updates.
Review endpoint telemetry for suspicious privilege escalation around the kernel or driver activity.
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-822: 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.
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.
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.
Exploitation: activeAutomatable: noTechnical Impact: total
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.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-822 · source CWE mapping
Untrusted Pointer Dereference
Untrusted Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.