InstallbuilderApplication

CVE-2022-31694

HIGH · 7.3 CVSS v3.1 Published 2022-11-18
Fix available
A fix is available. Upgrade to 22.10.0 or later.
See remediation →
73/100
Remediation priority · Elevated

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
InstallBuilder Qt installers built with versions previous to 22.10 try to load DLLs from the installer binary parent directory when displaying popups. This may allow an attacker to plant a malicious DLL in the installer parent directory to allow executing code with the privileges of the installer (when the popup triggers the loading of the library). Exploiting these type of vulnerabilities generally require that an attacker has access to a vulnerable machine to plant the malicious DLL.

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

InstallBuilder Qt installers prior to version 22.10 are vulnerable to DLL hijacking. When displaying popups, the installer attempts to load DLLs from the parent directory of the installer binary, allowing an attacker with local access to plant a malicious DLL that will be loaded with the installer's privileges.

MitigationUpgrade InstallBuilder to version 22.10 or later and rebuild all affected installers, then distribute the patched installers to customers.

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
InstallbuilderApplication
Affected:< 22.10.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
Required
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.1/AV:L/AC:L/PR:L/UI:R/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. Determine the InstallBuilder version that created the installer
    Open the installer binary in a hex editor or use a tool like exiftool to read the version metadata. Alternatively, check the build logs or the source system where the installer was created for the InstallBuilder version used
    Affected if The installer was built with InstallBuilder version prior to 22.10.0
  2. Verify the InstallBuilder installation version
    Check the InstallBuilder installation directory (typically in Program Files or the application folder) for version information, or run 'installbuilder.exe --version' from the command line if available
    Affected if The installed version of InstallBuilder on the build system is below 22.10.0
  3. Assess parent directory write access
    Check file system permissions on the parent directory of the installer binary. Use 'icacls <installer_parent_path>' on Windows or 'ls -ld <parent_directory>' on Unix-like systems to list permissions
    Affected if Untrusted or local users have write permissions to the parent directory of the installer

A user is affected if they run an installer that was created with InstallBuilder versions prior to 22.10.0, and the parent directory of that installer is writable by untrusted local users who could plant a malicious DLL

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 22.10.0 or later
Fixed in 22.10.0
Interim mitigation

Upgrade InstallBuilder to version 22.10 or later and rebuild all affected installers, then distribute the patched installers to customers.

Recommended fix High confidence

InstallBuilder 22.10.0

  1. Identify all InstallBuilder installations that are version 22.9.0 or earlier
  2. Obtain InstallBuilder version 22.10.0 or later from the official vendor (e.g., from blog.installbuilder.com or official channels)
  3. Rebuild all Qt-based installers using InstallBuilder version 22.10.0 or later
  4. Distribute the newly built installers to replace vulnerable versions in all distribution channels
  5. Verify that rebuilt installers do not load DLLs from the parent directory by testing in an environment with a clean binary directory

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

Fix this in Installbuilder Scoped from the published advisory
  • Consultation4.0 h
  • Implementation8.0 h
  • Testing4.0 h
  • Review / QA2.0 h
18.0 hours of engineering $3,200
Get the upgrade done

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

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

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