← Back to Feed CACHED · 2026-09-15 16:20:11 · CACHE_KEY CVE-2026-12518
CVE-2026-12518 · CWE-269 · Disclosed 2026-09-14

A local privilege escalation vulnerability in the Logitech Logi Options+ updater service on Windows

ASSESSED — NOISGATE
Vendor
Reassessed
Verdict:
Do you agree?
01 · The Real Story

Your keyboard software's update service will run anything you hand it, as SYSTEM, no questions asked

CVE-2026-12518 is a local privilege escalation in the Logitech Logi Options+ updater service on Windows. Versions >= 1.88.0 and < 2.7.0 are affected. The updater runs as NT AUTHORITY\SYSTEM and is supposed to only accept commands from Logitech's trusted background agent — but a standard user can manipulate their own instance of that agent to relay commands to the service. The updater also accepts user-controlled path values for installation files and skips certificate validation on one of its privileged installation routines. Chain those three together and a standard-privilege local user drops a malicious MSI in a writable directory, redirects the updater to it, and gets code execution as SYSTEM. Discovered by Jake Bolam of AmberWolf Research in February 2026, patched August 19 in builds 2.7.954611 and 2.7.961922, publicly disclosed September 14.

The calculated CVSS 4.0 vector scores 8.5 HIGH (AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N), which accurately reflects the *technical* chain: low complexity, no interaction, standard-user to SYSTEM. But that score ignores deployment context entirely. Logi Options+ is a workstation peripheral management tool for Logitech mice and keyboards. It does not run on domain controllers, hypervisors, CI/CD infrastructure, or backup servers. The blast radius is strictly one host with no scope change. Requiring local access means the attacker is already past initial access — this is a post-compromise amplifier, not an entry point. A MEDIUM assessment better reflects the real enterprise risk.

"Clean LPE chain, but it's a mouse driver on workstations — blast radius is one box."
02 · The Attack Path

4 steps from start to impact.

STEP 01

Obtain local standard-user shell

The attacker must already have code execution as a low-privileged user on a Windows workstation running Logi Options+ (versions 1.88.0 through < 2.7.0). This is the hardest step in the chain and is external to the vulnerability itself. Common paths include phishing, stolen credentials, or an existing foothold from another exploit.
Conditions required:
  • Local code execution on target host
  • Logi Options+ installed in vulnerable version range
Where this breaks in practice:
  • Attacker must have already achieved initial access — this is not a remote entry point
  • Target must actually have Logi Options+ installed; it's not a Windows default component
Detection/coverage: EDR telemetry on initial access vector; application inventory via SCCM/Intune identifies Options+ installs
STEP 02

Hijack the trusted Logitech agent process

The Logi Options+ updater service only accepts IPC commands from the Logitech background agent process. However, the agent runs in the user's session context. A standard user can manipulate or restart their own instance of this agent to inject commands that are relayed to the SYSTEM-level updater service. No race condition or timing attack is required.
Conditions required:
  • Standard user privileges
  • Logitech agent process running in user session
Where this breaks in practice:
  • Some EDR products flag process injection or unusual IPC patterns in user-session processes
  • Corporate lockdown policies (AppLocker/WDAC) may restrict ability to manipulate the agent
Detection/coverage: Process creation and IPC monitoring via Sysmon Event ID 1/17/18; EDR behavioral alerts on named pipe manipulation
STEP 03

Redirect updater to attacker-controlled path

The attacker sends a crafted update request through the hijacked agent, specifying a file path pointing to a writable directory (e.g., %TEMP% or %APPDATA%) instead of Logitech's official update folder. The updater service accepts this path without validating that it points to a Logitech-sanctioned location.
Conditions required:
  • Successful agent hijack from Step 2
  • Write access to any local directory
Where this breaks in practice:
  • Minimal friction — any standard user has writable directories available
Detection/coverage: File-system auditing on the Logitech updater service process accessing unusual paths; Sysmon Event ID 11 for file creation in temp directories
STEP 04

Drop malicious MSI and achieve SYSTEM execution

The attacker places a malicious Windows Installer package in the attacker-controlled directory. The updater's privileged installation routine skips certificate validation on this code path, so the MSI does not need to be signed by Logitech. The SYSTEM-privileged updater service executes the MSI, granting the attacker arbitrary code execution as NT AUTHORITY\SYSTEM.
Conditions required:
  • Malicious MSI staged in writable directory
  • Updater successfully redirected in Step 3
Where this breaks in practice:
  • Some EDR products will flag unsigned MSI execution by a SYSTEM-level service
  • Windows Defender Application Control (WDAC) in enforce mode blocks unsigned installers regardless of invoking process
Detection/coverage: Windows Event Log 1033/1040 (MSI installation); EDR alerts on SYSTEM-level child process spawned from Logitech updater service; Sysmon Event ID 1 for unexpected child processes of the updater
03 · Intelligence Metadata

The supporting signals.

In-the-Wild ExploitationNo known exploitation in the wild. No campaigns or threat actor usage reported as of 2026-09-16.
KEV StatusNot listed on CISA KEV catalog.
EPSS0.00107 (0.1%, bottom tier) — negligible predicted exploitation probability in the next 30 days.
Proof-of-ConceptNo standalone public PoC tool identified. AmberWolf Research published a detailed technical writeup ("A Peripheral Path to System") on blog.amberwolf.com on September 14, 2026, describing the full chain. The writeup provides enough detail for a skilled attacker to reproduce.
CVSS 4.0 VectorCVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N8.5 HIGH. Local vector, no scope change, full CIA impact on the local host only.
Affected VersionsLogi Options+ >= 1.88.0 and < 2.7.0 on Windows. Build 667932 was the tested version.
Fixed VersionsBuilds 2.7.954611 and 2.7.961922, released August 19, 2026.
Exposure DataLogi Options+ is a client-side workstation application with no network-facing service. Not indexed by Shodan/Censys/GreyNoise. Installed base estimated at millions of endpoints globally; enterprise prevalence depends on Logitech peripheral adoption (common in corporate environments via Intune/SCCM deployment).
Disclosure TimelineFebruary 2026 discovery → March 11 vendor report → March 25 vendor acknowledgment → August 19 patch release → September 14 public disclosure.
ResearcherJake Bolam, AmberWolf Research.
04 · The Call

noisgate verdict.

Final Verdict
= UNCHANGED to MEDIUM (5.5/10)

The single most decisive factor is deployment context: Logi Options+ is exclusively a workstation peripheral utility with local-only attack surface and single-host blast radius, with no scope change. The LPE chain is technically clean but functions only as a post-compromise amplifier — the attacker must already have local code execution before this vulnerability becomes relevant.

HIGH Vulnerability technical details and exploit chain mechanics
HIGH Patch availability and affected version range
MEDIUM Enterprise installed-base prevalence of Logi Options+
LOW Future PoC weaponization or in-the-wild adoption

Why this verdict

  • Local access prerequisite: AV:L means the attacker is already past initial access. This is a post-compromise amplifier, not an entry point. Every host in the chain requires a separate prior compromise.
  • Single-host blast radius, no scope change: SYSTEM on one workstation is valuable to an attacker but does not directly propagate. The CVSS vector explicitly shows SC:N/SI:N/SA:N — no impact beyond the compromised host.
  • Role multiplier: negligible. Logi Options+ is deployed on *workstations* for peripheral management. It is never installed on domain controllers, hypervisors, CI/CD servers, backup infrastructure, or network edge appliances. 100% of the installed base occupies low-value or typical-value workstation roles. There is no high-value-role deployment scenario where this component's compromise leads to domain/fleet/supply-chain impact. The blast radius floor does not apply.
  • No exploitation pressure: Not KEV-listed, EPSS at 0.1%, no known campaigns, no standalone PoC tool. The detailed writeup enables reproduction but the local-only prerequisite limits mass exploitation.
  • Patch already available for 28 days: Builds 2.7.954611/961922 have been shipping since August 19. The window for opportunistic exploitation against unpatched endpoints is narrowing.

Why not higher?

The CVSS 4.0 vector calculates to 8.5 HIGH, but that score reflects the mechanical chain quality without deployment context. Logi Options+ never occupies a high-value infrastructure role — it manages mice and keyboards. There is no scope change, no remote attack surface, no in-the-wild exploitation, and no KEV listing. Upgrading to HIGH would overstate the enterprise risk of a local-only workstation peripheral tool.

Why not lower?

The chain is genuinely low-friction once local access is obtained: no admin rights needed, no user interaction, no race conditions, and the certificate bypass means the attacker's payload doesn't need signing. A detailed technical writeup from AmberWolf provides enough information for skilled operators to reproduce. This is a real and usable LPE that red teams will adopt — LOW would understate the practical utility for post-compromise operations.

05 · Compensating Control

What to do — in priority order.

  1. Inventory and patch Logi Options+ via Intune/SCCM — Push builds 2.7.954611+ to all managed Windows endpoints. This is the definitive fix. Since the noisgate verdict is MEDIUM, there is no mitigation SLA — target remediation within the 365-day window, but given the patch is already available and deployment is straightforward, aim to include it in your next scheduled software update cycle.
  2. Enable WDAC or AppLocker MSI enforcement — Windows Defender Application Control in enforce mode blocks unsigned MSI execution regardless of the invoking process, which breaks Step 4 of the chain. This is useful as defense-in-depth even after patching.
  3. Monitor Logitech updater child processes via EDR — Create a detection rule for the Logi Options+ updater service (LogiOptionsUpdater.exe or similar) spawning unexpected child processes, especially msiexec.exe with non-Logitech MSI paths. This catches exploitation attempts.
  4. Restrict Logi Options+ to users who need it — If your peripheral fleet doesn't require Options+ features (gesture controls, Flow, per-app settings), uninstall it entirely. Logitech peripherals work with basic HID drivers. Reducing the installed base eliminates the attack surface.
What doesn't work
  • Network segmentation / firewall rules — This is a local privilege escalation with no network component. Network controls are irrelevant to the attack chain.
  • MFA / credential policies — The vulnerability requires local code execution, not credential theft. Stronger authentication doesn't prevent exploitation once the attacker has a shell.
  • Disabling the Logitech updater service alone — While stopping the service prevents the specific chain, it also breaks legitimate update functionality, leaving the software permanently unpatched for future vulnerabilities. Patching is the correct fix.
06 · Verification

Crowdsourced verification payload.

Run on each target Windows host with standard user privileges. Example: powershell -ExecutionPolicy Bypass -File .\Check-CVE-2026-12518.ps1. No admin rights required — the script only reads installed software metadata.

noisgate-verify.ps1
POWERSHELLREAD-ONLYSAFE
# Check-CVE-2026-12518.ps1
# Checks whether Logitech Logi Options+ is installed and vulnerable to CVE-2026-12518
# Vulnerable: >= 1.88.0 and < 2.7.0
# Outputs: VULNERABLE / PATCHED / UNKNOWN

$ErrorActionPreference = 'Stop'
$exitCode = 2  # UNKNOWN default

try {
    # Search both 64-bit and 32-bit uninstall registry hives
    $regPaths = @(
        'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\*',
        'HKLM:\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*'
    )

    $logiApp = $null
    foreach ($path in $regPaths) {
        $logiApp = Get-ItemProperty -Path $path -ErrorAction SilentlyContinue |
            Where-Object { $_.DisplayName -like '*Logi Options*' -or $_.DisplayName -like '*LogiOptions*' } |
            Select-Object -First 1
        if ($logiApp) { break }
    }

    if (-not $logiApp) {
        Write-Host 'UNKNOWN - Logi Options+ not found on this system.'
        exit 2
    }

    $rawVersion = $logiApp.DisplayVersion
    if (-not $rawVersion) {
        Write-Host "UNKNOWN - Logi Options+ found but version string is empty."
        exit 2
    }

    Write-Host "Detected Logi Options+ version: $rawVersion"

    # Parse version - handle both semantic (2.7.0) and build (2.7.954611) formats
    $parts = $rawVersion.Split('.')
    $major = [int]$parts[0]
    $minor = [int]$parts[1]

    # Vulnerable: >= 1.88.0 and < 2.7.0
    $vulnerable = $false
    if ($major -eq 1 -and $minor -ge 88) {
        $vulnerable = $true
    } elseif ($major -eq 2 -and $minor -lt 7) {
        $vulnerable = $true
    }

    if ($vulnerable) {
        Write-Host "VULNERABLE - Logi Options+ $rawVersion is in the affected range (>= 1.88.0, < 2.7.0). Update to 2.7.954611 or later."
        $exitCode = 1
    } else {
        Write-Host "PATCHED - Logi Options+ $rawVersion is outside the vulnerable range."
        $exitCode = 0
    }
} catch {
    Write-Host "UNKNOWN - Error during check: $_"
    $exitCode = 2
}

exit $exitCode
07 · Bottom Line

If you remember one thing.

TL;DR
This is a MEDIUM severity local privilege escalation in a workstation peripheral tool. There is no noisgate mitigation SLA for MEDIUM findings — go straight to the 365-day noisgate remediation SLA. That said, the patch (builds 2.7.954611+) has been available since August 19 and deploys cleanly via Intune/SCCM, so there is no reason to wait. Roll it into your next scheduled software update cycle. If you run red team exercises or are in a high-threat environment, prioritize endpoints belonging to IT admins and privileged users where a standard-user-to-SYSTEM escalation would have outsized value. For hosts where Logi Options+ is installed but not actively needed, consider uninstalling it entirely — Logitech peripherals work fine with default HID drivers.

Sources

  1. CyberInsider – Logitech Options+ flaw lets attackers gain Windows SYSTEM privileges
  2. IT-Connect – Logitech Options+ CVE-2026-12518: SYSTEM Privilege Escalation
  3. OffSeq Threat Radar – CVE-2026-12518 Intelligence
  4. Strix.ai – CVE-2026-12518 CVSS Analysis
  5. VulDB – CVE-2026-12518
  6. AmberWolf Research Blog
  7. Logitech Logi Options+ Security Whitepaper
Peer Review

What defenders are saying.

Submit a review attribution: handle + country only
0 flags selected · stored anonymously
Validation Results

Crowdsourced verification outputs.

Results submitted by users who ran the verification payload against their environment.