AsusswitchApplication · Asus

CVE-2022-36438

HIGH · 7.8 CVSS v3.1 Published 2022-10-18
Fix available
A fix is available. Upgrade to 1.0.10.0 / 3.1.5.0 or later.
See remediation →
80/100
Remediation priority · High
Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
AsusSwitch.exe on ASUS personal computers (running Windows) sets weak file permissions, leading to local privilege escalation (this also can be used to delete files within the system arbitrarily). This affects ASUS System Control Interface 3 before 3.1.5.0, and AsusSwitch.exe before 1.0.10.0.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

AsusSwitch.exe on ASUS Windows personal computers sets weak file permissions, allowing a local attacker to escalate privileges to administrator level or delete files arbitrarily on the system. This is due to improper permission configuration on files created or managed by the executable.

MitigationUpdate ASUS System Control Interface 3 to version 3.1.5.0 or later, and AsusSwitch.exe to version 1.0.10.0 or later to remediate the weak file permissions vulnerability.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
AsusswitchApplication
Affected:< 1.0.10.0
System Control InterfaceApplication
Affected:>= 3.0.0.0, < 3.1.5.0

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Local
Complexity
Low
Privileges
Low
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

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

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Locate AsusSwitch.exe on the system
    Search for AsusSwitch.exe using File Explorer search or command: dir /s C:\AsusSwitch.exe or Get-ChildItem -Path C:\ -Recurse -Filter "AsusSwitch.exe" -ErrorAction SilentlyContinue
    Affected if The file exists on the system, proceed to version check. If not found, the product may not be installed.
  2. Check AsusSwitch.exe version
    Right-click the file, select Properties, then view the Details tab for the Product Version. Alternatively, run: (Get-Item "C:\Program Files (x86)\ASUS\AsusSwitch\AsusSwitch.exe").VersionInfo.ProductVersion
    Affected if Version is present but less than 1.0.10.0 - the system is vulnerable.
  3. Locate ASUS System Control Interface
    Search for ASCI or AsusControlPanel in Program Files: Get-ChildItem -Path "C:\Program Files*\ASUS*" -Recurse -ErrorAction SilentlyContinue | Where-Object {$_.Name -like "*SystemControl*" -or $_.Name -like "*ASCI*"}
    Affected if The software is present, proceed to version check.
  4. Check ASUS System Control Interface version
    Open Windows Settings > Apps & Features, search for "ASUS System Control Interface", view the version. Or check registry: Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\*" | Where-Object {$_.DisplayName -like "*System Control Interface*"}
    Affected if Version is >= 3.0.0.0 and < 3.1.5.0 - the system is vulnerable.
  5. Inspect file permissions on AsusSwitch.exe
    Right-click AsusSwitch.exe > Properties > Security tab. Check that Users, Everyone, or authenticated users do not have Full Control or Write permissions. Alternatively, run: icacls "C:\path\to\AsusSwitch.exe"
    Affected if Any non-admin user account has Write or Full Control permission - the privilege escalation vulnerability is present.

A system is affected if AsusSwitch.exe version is below 1.0.10.0 or ASUS System Control Interface is between 3.0.0.0 and 3.1.5.0, AND weak file permissions allow unprivileged modification of the executable or its files.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 1.0.10.0 / 3.1.5.0 or later
Fixed in 1.0.10.03.1.5.0
Interim mitigation

Update ASUS System Control Interface 3 to version 3.1.5.0 or later, and AsusSwitch.exe to version 1.0.10.0 or later to remediate the weak file permissions vulnerability.

Recommended fix High confidence

AsusSwitch 1.0.10.0 or later; ASUS System Control Interface 3.1.5.0 or later

  1. Identify which ASUS software is installed on the system: check for AsusSwitch.exe or ASUS System Control Interface (ASUSTek System Control Interface) in installed programs
  2. Open Windows Settings > Apps > Apps & features to view installed ASUS software and note the current version
  3. For AsusSwitch: If version is below 1.0.10.0, download and install version 1.0.10.0 or later from the official ASUS support website (asus.com)
  4. For ASUS System Control Interface: If version is between 3.0.0.0 and 3.1.5.0, download and install version 3.1.5.0 or later from the official ASUS support website (asus.com)
  5. After installation, verify the new version is correctly installed and the file permissions on AsusSwitch.exe have been hardened
  6. Restart the computer to ensure all services load with the updated permissions

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Asusswitch Scoped from the published advisory
  • Consultation2.0 h
  • Implementation2.0 h
  • Testing1.0 h
  • Review / QA1.0 h
6.0 hours of engineering $1,090
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,744.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2022-36438 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2022-36438 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data