CVE-2022-23853
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 · uneditedThe LSP (Language Server Protocol) plugin in KDE Kate before 21.12.2 and KTextEditor before 5.91.0 tries to execute the associated LSP server binary when opening a file of a given type. If this binary is absent from the PATH, it will try running the LSP server binary in the directory of the file that was just opened (due to a misunderstanding of the QProcess API, that was never intended). This can be an untrusted directory.
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 LSP plugin in KDE Kate and KTextEditor incorrectly executes LSP server binaries from the directory of the opened file when the binary is not found in PATH, due to misuse of the QProcess API. An attacker can place a maliciously named executable in a directory and trick users into opening a file in that directory, causing arbitrary code execution.
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< 21.12.2< 5.91.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
- Local
- Complexity
- Low
- Privileges
- None
- User interaction
- Required
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:L/AC:L/PR:N/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 checksWork through these to decide whether this CVE applies to you.
-
Check if KDE Kate is installed and get its versionRun 'kate --version' or check your package manager (dpkg -l | grep kate, rpm -qa | grep kate, etc.)Affected if The installed version is below 21.12.2
-
Check if KDE KTextEditor library is installed and get its versionRun 'kpsewhich -var-value TEXMFMAIN' or check your package manager (dpkg -l | grep ktexteditor, rpm -qa | grep ktexteditor)Affected if The installed version is below 5.91.0 and the library is present on the system
-
Determine if the LSP plugin is loaded in KateOpen Kate, go to Settings > Configure Kate > Plugins, and check if 'LSP Client' is enabledAffected if The LSP Client plugin is enabled and the Kate/KTextEditor version is in the vulnerable range
-
Verify LSP client functionality is actually in useCheck if there is an active LSP server running for any open file (look for LSP-related status in the editor) or inspect ~/.local/share/kate/... for LSP configurationAffected if LSP servers are configured or active, and the version is vulnerable
You are affected if you have Kate version below 21.12.2 or KTextEditor version below 5.91.0 with the LSP Client plugin enabled and active.
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.91.021.12.2
Upgrade to Kate 21.12.2+ or KTextEditor 5.91.0+ which properly validate LSP server binary paths and no longer execute from untrusted directories. Alternatively, ensure no executables with LSP server names exist in user-accessible directories.
Kate 21.12.2 or later; KTextEditor 5.91.0 or later
- 1. Check current installed version of Kate or KTextEditor using your system's package manager or running 'kate --version'
- 2. Upgrade Kate to version 21.12.2 or later, or KTextEditor to version 5.91.0 or later
- 3. For systems using package managers (e.g., apt, dnf, pacman), run the appropriate update command such as 'sudo apt update && sudo apt upgrade kate' or 'sudo dnf update kate'
- 4. Verify the installed version meets or exceeds the fixed release by running 'kate --version' or checking the KTextEditor library version
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.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,088.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2022-23853 — 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-23853 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