CVE-2022-38699
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 · uneditedArmoury Crate Service’s logging function has insufficient validation to check if the log file is a symbolic link. A physical attacker with general user privilege can modify the log file property to a symbolic link that points to arbitrary system file, causing the logging function to overwrite the system file and disrupt the system.
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 confidenceThe Armoury Crate Service logging function lacks validation to detect whether the target log file is a symbolic link. An attacker with physical access and general user privileges can replace the log file with a symlink pointing to an arbitrary system file, causing the logging function to overwrite that file and disrupt system operation.
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< 5.2.10.0CVSS 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
- Physical
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:P/AC:L/PR:L/UI:N/S:U/C:N/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 checksWork through these to decide whether this CVE applies to you.
-
Confirm Armoury Crate Service is installedOpen Services (services.msc) or run 'sc query ArmoryCrateService' in Command Prompt to check if the service existsAffected if The service is not present on the system - no further action needed
-
Get installed version of Armoury Crate ServiceCheck the executable version: right-click C:\Program Files\ASUS\ArmouryCrateService\ArmouryCrateService.exe and view Properties > Details, or run 'wmic datafile where "name='C:\\\\Program Files\\\\ASUS\\\\ArmouryCrateService\\\\ArmouryCrateService.exe'" get Version'Affected if The version number is lower than 5.2.10.0 (e.g., 5.2.9.0, 5.2.8.0, etc.)
-
Verify if the service is currently runningRun 'sc query ArmoryCrateService' or check the Status column in Services consoleAffected if The service is running - the vulnerable logging function is active and could be exploited
-
Locate the log file used by the serviceCheck the service working directory at C:\Program Files\ASUS\ArmouryCrateService\ for log files (typically *.log files), or monitor file access using Process Monitor while the service writes logsAffected if A log file exists and is a symbolic link (use 'cmd /c dir logfilename /AL' or PowerShell 'Get-Item logfile | Select-Object LinkType' to detect)
You are affected if Armoury Crate Service is installed, version is below 5.2.10.0, the service is running, and an attacker could replace a log file with a symlink to overwrite system files.
Generated from the published advisory. Verify against your own configuration.
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 · scoped5.2.10.0
Implement symlink validation (e.g., use O_NOFOLLOW flag or check file type with lstat() before open) in the logging function to reject symbolic links; also apply proper file permissions to prevent unprivileged users from modifying log file properties.
Armoury Crate Service version 5.2.10.0 or later
- Navigate to the official ASUS support website or Armoury Crate download page
- Locate and download the Armoury Crate Service version 5.2.10.0 or later
- Uninstall the current version of Armoury Crate Service from the system
- Install the downloaded fixed version (5.2.10.0 or newer)
- Restart the system or restart the Armoury Crate Service to apply the changes
- Verify the installation by checking the installed version matches or exceeds 5.2.10.0
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation6.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,984.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2022-38699 — 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 sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2022-38699 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
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.
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.
- 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