CVE-2023-7270
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 · uneditedAn issue was discovered in SoftMaker Office 2024 / NX before revision 1214 and SoftMaker FreeOffice 2014 before revision 1215. FreeOffice 2021 is also affected, but won't be fixed. The SoftMaker Office and FreeOffice MSI installer files were found to produce a visible conhost.exe window running as the SYSTEM user when using the repair function of msiexec.exe. This allows a local, low-privileged attacker to use a chain of actions, to open a fully functional cmd.exe with the privileges of the SYSTEM user.
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 MSI installer for SoftMaker Office and FreeOffice spawns a visible conhost.exe process running as the SYSTEM user when the msiexec.exe repair function is triggered. This allows a local low-privileged attacker to interact with this SYSTEM-level process and spawn a fully functional cmd.exe with elevated privileges, achieving local privilege escalation.
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 checksWork through these to decide whether this CVE applies to you.
-
Identify if SoftMaker software is installedCheck the system for SoftMaker Office or FreeOffice installations by examining Program Files directories (typically C:\Program Files\SoftMaker Office or C:\Program Files (x86)\SoftMaker Office) or reviewing the Windows registry under HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall for SoftMaker entriesAffected if SoftMaker Office or FreeOffice is installed on the system
-
Determine installed version and revisionLocate the installed version information - check the program's About dialog, the MSI installer properties, or the registry uninstall entry for a revision/build number (noting that vulnerable versions are below revision 1214 for Office 2024/NX and below revision 1215 for FreeOffice 2014; FreeOffice 2021 has no fix)Affected if The installed revision number is below the fixed revisions and the product is FreeOffice 2014 or Office 2024/NX, or if it is FreeOffice 2021 (which will not be fixed)
-
Monitor for conhost.exe spawned during repair operationsUse Process Monitor or Task Manager to observe processes when msiexec.exe repair is triggered for the SoftMaker product (Windows Installer repair can be initiated via Control Panel > Programs > Repair, or by running 'msiexec.exe /f {product-code}' from command line)Affected if A conhost.exe process spawns as the SYSTEM user during an MSI repair operation on the affected software
-
Detect elevated cmd.exe spawned from conhost.exeReview running processes for any cmd.exe instances with parent process conhost.exe running under SYSTEM privileges, which would indicate successful exploitationAffected if A cmd.exe process is running as SYSTEM with conhost.exe as its parent process, particularly when no legitimate SoftMaker repair operation is in progress
A user is affected if SoftMaker Office 2024/NX (below revision 1214) or FreeOffice 2014 (below revision 1215) is installed and a SYSTEM-level conhost.exe process appears during MSI repair, or if FreeOffice 2021 is installed (unfixable) and such behavior is observed.
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 · scopedApply vendor patches (revision 1214 for Office 2024/NX, revision 1215 for FreeOffice 2014). Note that FreeOffice 2021 will not receive a fix. As a workaround, restrict access to msiexec.exe repair operations or monitor for suspicious conhost.exe processes spawned during installer repairs.
SoftMaker Office 2024 / NX (revision 1214 or later) or SoftMaker FreeOffice 2014 (revision 1215 or later)
- Download SoftMaker Office 2024/NX revision 1214 or later from the official SoftMaker website
- If currently installed, uninstall the vulnerable version of SoftMaker Office or FreeOffice
- Install the updated version using the new MSI installer
- Verify the installation completed successfully
- Test the MSI repair function (msiexec.exe /f) to confirm the vulnerability is remediated - no conhost.exe should appear running as SYSTEM
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing3.0 h
- Review / QA1.0 h
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 locallyCheck whether your project pulls in CVE-2023-7270 — 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-2023-7270 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