CVE-2026-62784Disclosure(microsoft / windows_10_1607)

LOWCVSS 8.8 · HIGH

Signal is active with 2 mentions in latest observed window

Immediate actions

  • Patch microsoft windows_10_1607 systems immediately

Recommended action window: Monitor and triage in normal cycle

NVD description

Heap-based buffer overflow in Microsoft Local Security Authority Server (lsasrv) allows an authorized attacker to execute code over a network.

1.0/ 10 priority

Sources & remediation

Weakness type (CWE)
CWE-122

Priority

LOW

Exploitation

NONE

PoC

NONE

Patch

AVAILABLE

Momentum

STABLE

Are you affected?

If you run products in this scope, you should treat this CVE as relevant to your environment.

  • windows_10_1607
  • windows_10_1809
  • windows_10_21h2
  • windows_10_22h2

Threat summary

  • Patch or workaround signal is available
  • 3 mentions across 2 observed days
  • Momentum state: stable

What's happening

  • Patch or workaround mentioned in 2 signals
  • Technical details provided in 3 signals
  • Disclosure: 2 classified signals
  • Peaked at 2 mentions on most recent observed day (2026-08-12)
  • 3 total mentions across 2 days

Affected systems

Vendors
Products
windows_10_1607windows_10_1809windows_10_21h2windows_10_22h2windows_11_23h2windows_11_24h2windows_11_25h2windows_11_26h1windows_server_2012windows_server_2016

2 versions affected across 13 products

Deep dive

Activity timeline3 mentions / 2d
01122Mentions · 2026-08-11: 1Mentions · 2026-08-12: 2Patch / Workaround · 2026-08-11: 1Patch / Workaround · 2026-08-12: 1Technical Details · 2026-08-11: 1Technical Details · 2026-08-12: 208-1108-12
Signal classification2 categories
Disclosure
266.7%
Patch
133.3%
Referenced assets2 URLs
Classification over time
DateTotalLabels
2026-08-111
Patch1
2026-08-122
Disclosure2
Full discourse3 posts
  • Feng Xue@s0what
    Disclosure

    Windows LSASS RCE/LPE. A heap overflow in lsasrv.dll, reachable from through a single LSARPC call. Which might turn into PostAuth RCE. Reported to MSRC last Friday (Aug 7), still in repro phase; patched today (Aug 12) in CVE-2026-62784(maybe), Other researchers reported it much earlier. The bug: While reversing the AEAD-encrypted LSA secret plumbing in lsasrv.dll, the decrypted plaintext header { u16 Length; u16 MaxLen; data... } is passed straight into an allocation + copy with no cross-validation: pv = LocalAlloc(LMEM_ZEROINIT, MaxLen + 16); // attacker-chosen size memcpy(pv + 8, plaintext + 4, Length); // no Length <= MaxLen check Both size fields are attacker-controlled and mutually unconstrained. The AEAD integrity check (HMAC-SHA512) authenticates the ciphertext — it says nothing about the semantics of the decoded size fields. Reachability. The entry point is LSARPC opnum 136, LsarOpenSecret2. The secret-name decryption runs before the object/access check, so no rights on the target secret are required. And since the local LRPC session key is the well-known constant "SystemLibraryDTC", the caller fully controls the plaintext and hence both size fields. Length = 0xFFFC, MaxLen = 0 → a 16-byte allocation followed by a ~64 KB copy → guaranteed lsass heap corruption → CRITICAL_PROCESS_DIED → bugcheck → reboot.

    Post summary

    The post details a newly disclosed LSASS heap‑overflow vulnerability in lsasrv.dll that can lead to crashes, and notes that Microsoft released a patch on Aug 12.

    00121602
    1.7K followersView on X
  • VulniPulse@vulnipulse
    Patch

    ⚠️ HIGH CVE ALERT CVE-2026-62784 · Microsoft Windows Server 2012 (Server Core) · CVSS 8.8 Attackers could execute arbitrary code. Upgrade to a vendor-listed fixed release. 🔎 Full advisory: https://vulnipulse.com/advisories/microsoft-cve-2026-62784 #CyberSecurity #CVE #Microsoft #WindowsServer

    Post summary

    The advisory highlights CVE‑2026‑62784, a Windows Server 2012 flaw that permits arbitrary code execution, and urges users to apply the vendor’s fixed release.

    1000046
    7 followersView on X
  • Windows Forum@windowsforum
    Disclosure

    🚨 Microsoft published an lsasrv RCE CVE, but left admins without affected versions, attack path, CVSS or KBs. Patch Tuesday’s favorite game: “guess what’s vulnerable.” https://windowsforum.com/security-alerts.84/cve-2026-62784-lsasrv-rce-windows-kb-fixes-still-unlisted.442629/?utm_source=x&utm_medium=social&utm_campaign=news_node84 #WindowsSecurity #Lsass #PatchTuesday #Cve202662784 https://t.co/rjAGDKqIXt

    Post summary

    Microsoft publicly disclosed CVE-2026-62784 as an lsasrv RCE, but omitted key details such as affected versions, CVSS, or KB references, leaving admins without actionable information.

    0000045
    1.3K followersView on X
CPE platform detail24 entries

24 of 24 entries

PartVendorProductVersionTarget SWTarget HW
OSmicrosoftwindows_10_1607--x64
OSmicrosoftwindows_10_1607--x86
OSmicrosoftwindows_10_1809--x64
OSmicrosoftwindows_10_1809--x86
OSmicrosoftwindows_10_21h2--arm64
OSmicrosoftwindows_10_21h2--x64
OSmicrosoftwindows_10_21h2--x86
OSmicrosoftwindows_10_22h2--arm64
OSmicrosoftwindows_10_22h2--x64
OSmicrosoftwindows_10_22h2--x86
OSmicrosoftwindows_11_23h2--arm64
OSmicrosoftwindows_11_23h2--x64
OSmicrosoftwindows_11_24h2--arm64
OSmicrosoftwindows_11_24h2--x64
OSmicrosoftwindows_11_25h2--arm64
OSmicrosoftwindows_11_25h2--x64
OSmicrosoftwindows_11_26h1--arm64
OSmicrosoftwindows_11_26h1--x64
OSmicrosoftwindows_server_2012---
OSmicrosoftwindows_server_2012r2--
OSmicrosoftwindows_server_2016---
OSmicrosoftwindows_server_2019---
OSmicrosoftwindows_server_2022---
OSmicrosoftwindows_server_2025---

Explore more