ClientApplication · 1e

CVE-2023-45159

HIGH · 8.4 CVSS v3.1 Published 2023-10-05
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
89/100
Remediation priority · High
No privileges 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
1E Client installer can perform arbitrary file deletion on protected files.   A non-privileged user could provide a symbolic link or Windows junction to point to a protected directory in the installer that the 1E Client would then clear on service startup. A hotfix is available from the 1E support portal that forces the 1E Client to check for a symbolic link or junction and if it finds one refuses to use that path and instead creates a path involving a random GUID. for v8.1 use hotfix Q23097 for v8.4 use hotfix Q23105 for v9.0 use hotfix Q23115 for SaaS customers, use 1EClient v23.7 plus hotfix Q23121

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

The 1E Client installer contains a path traversal vulnerability where it follows symbolic links or Windows junctions to protected directories. A non-privileged attacker can exploit this by creating a symlink/junction pointing to a protected directory, causing the installer to delete arbitrary protected files during service startup.

MitigationApply the version-specific hotfix (Q23097 for v8.1, Q23105 for v8.4, Q23115 for v9.0) or upgrade to 1EClient v23.7 with hotfix Q23121 for SaaS deployments. The hotfix adds detection for symbolic links/junctions and redirects to a random GUID-based path.

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
ClientApplication
Affected:= 8.1.2.62= 8.4.1.159= 9.0.1.88= 23.7.1.151

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
None
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.1/AV:L/AC:L/PR:N/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. Identify installed 1E Client version
    Check the version of the 1E Client installation using the Windows Programs and Features list, or query the version from the 1E Client executable or service properties. The executable is typically named 1E.Client.exe or similar in the installation directory.
    Affected if The installed version matches exactly 8.1.2.62, 8.4.1.159, 9.0.1.88, or 23.7.1.151
  2. Confirm 1E Client service configuration
    Open Services.msc and locate the 1E Client service. Check whether the service is present and set to start automatically (Automatic start type).
    Affected if The 1E Client service exists and is configured to start automatically, making it vulnerable to exploitation during service startup
  3. Examine installation directory for symlinks or junctions
    Use 'dir /AL /S' command or Sysinternals 'junction' tool to list any symbolic links or junctions within the 1E Client installation directory tree. Also check the parent directory where the service writes temporary files.
    Affected if Any symbolic links or Windows junctions are found pointing to protected system directories (such as System32, config folders, or other sensitive locations)
  4. Verify presence of GUID-based fallback path
    After the hotfix is applied, the installation directory should contain a randomly named GUID subfolder used for temporary operations. Check if this folder structure exists as an indicator of the patched behavior.
    Affected if The installation directory does NOT contain a random GUID-based subfolder, indicating the hotfix with symlink/junction detection is not installed

A defender is affected if the installed 1E Client version exactly matches one of the four listed versions (8.1.2.62, 8.4.1.159, 9.0.1.88, or 23.7.1.151) and the service is configured to run, particularly if no GUID-based fallback path exists in the installation directory.

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

Apply the version-specific hotfix (Q23097 for v8.1, Q23105 for v8.4, Q23115 for v9.0) or upgrade to 1EClient v23.7 with hotfix Q23121 for SaaS deployments. The hotfix adds detection for symbolic links/junctions and redirects to a random GUID-based path.

Recommended fix High confidence
  1. For version 8.1.x (specifically 8.1.2.62): Obtain and apply hotfix Q23097 from the 1E support portal
  2. For version 8.4.x (specifically 8.4.1.159): Obtain and apply hotfix Q23105 from the 1E support portal
  3. For version 9.0.x (specifically 9.0.1.88): Obtain and apply hotfix Q23115 from the 1E support portal
  4. For SaaS customers on version 23.7.x (specifically 23.7.1.151): Obtain and apply hotfix Q23121 from the 1E support portal
  5. After applying the hotfix, verify the 1E Client service startup behavior now properly detects symbolic links and Windows junctions, and creates a random GUID-based path instead of following the symlink

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

Fix this in Client Scoped from the published advisory
  • Consultation2.0 h
  • Implementation4.0 h
  • Testing3.0 h
  • Review / QA1.0 h
10.0 hours of engineering $1,750
Get help mitigating

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

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

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