Uncontrolled Resource ConsumptionWeakness · CWE-400

CVE-2022-26523

MEDIUM · 5.3 CVSS v3.1 Published 2026-05-08
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
55/100
Remediation priority · Elevated
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
The socket connection handler in aswArPot.sys in the Avast and AVG Windows Anti Rootkit driver before 22.1 allows local attackers to execute arbitrary code in kernel mode or cause a denial of service (memory corruption and OS crash) due to a double fetch vulnerability at aswArPot+0xbb94.

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

A double fetch vulnerability in the aswArPot.sys kernel driver (aswArPot+0xbb94) allows local attackers to execute code in kernel mode or cause memory corruption/crashes. The driver reads a memory location twice without synchronization, enabling a race condition exploit.

MitigationUpdate Avast or AVG antivirus software to version 22.1 or later to obtain the patched aswArPot.sys driver. No workarounds available for kernel driver vulnerabilities.

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

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
Low
Integrity
Low
Availability
Low

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

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. Verify the aswArPot.sys driver is loaded
    Open an elevated command prompt and run: 'driverquery /v | findstr aswArPot' or check in Device Manager under non-plug-and-play drivers. Alternatively, check the Windows\System32\drivers folder for aswArPot.sys existence.
    Affected if The aswArPot.sys driver is present and loaded on the system (typically with Avast or AVG antivirus installed).
  2. Locate the driver file and retrieve its version
    Navigate to C:\Windows\System32\drivers\aswArPot.sys (or the path shown by the previous check), right-click the file, select Properties, and view the Details tab for the 'File version' field. Alternatively, use PowerShell: (Get-Item 'C:\Windows\System32\drivers\aswArPot.sys').VersionInfo.
    Affected if The driver file exists on the system.
  3. Compare the installed driver version to the fixed version
    Compare the file version you retrieved against version 22.1. Note that version formats may vary (for example, 22.1.6077.102 or similar). Ensure the major version is at least 22 and the minor version is 1 or higher.
    Affected if The driver version is below 22.1 (for example, 21.x or earlier), meaning the vulnerability is present and the double-fetch race condition can potentially be exploited by a local attacker.

The system is affected if Avast or AVG antivirus is installed with the aswArPot.sys driver loaded and the driver version is older than 22.1.

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
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Update Avast or AVG antivirus software to version 22.1 or later to obtain the patched aswArPot.sys driver. No workarounds available for kernel driver vulnerabilities.

Recommended fix High confidence

version 22.1 or later

  1. Identify the current version of the Avast or AVG Anti-Rootkit driver (aswArPot.sys) by opening Avast/AVG settings and navigating to Troubleshooting or by checking the driver file properties
  2. Download and install Avast or AVG Antivirus version 22.1 or later which includes the patched aswArPot.sys driver
  3. Restart the computer to ensure the updated kernel driver is properly loaded
  4. Verify the new driver version is installed by checking aswArPot.sys properties or through the Avast/AVG interface

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

Have this fixed Scoped from the published advisory
  • Consultation2.0 h
  • Implementation4.0 h
  • Testing2.0 h
  • Review / QA1.0 h
9.0 hours of engineering $1,600
Get help mitigating

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

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2022-26523 — 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-26523 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