CWE-140Base

Improper Neutralization of Delimiters

Draft in the CWE catalog · 20 CVEs mapped

20
CVEs mapped
6.3
Median CVSS
What it is

The product does not neutralize or incorrectly neutralizes delimiters.

Recent examples
8.8cvss
CVE-2026-47162

CVE-2026-47162 - HIGH Severity Vulnerability

Vim is an open source, command line text editor. Prior to version 9.2.0495, a Vimscript code injection vulnerability exists in s:NetrwBookHistSave() in the netrw plugin (runtime/pack/dist/opt/netrw/autoload/netrw.vim) when serializing browsed directory paths to the history file ~/.vim/.netrwhist. A directory name derived from the filesystem is interpolated into a single-quoted Vimscript string literal without escaping embedded single quotes, allowing a crafted directory name to break out of the string context and execute arbitrary Vimscript, including shell commands via system() and :!, the next time the history file is sourced. This issue has been patched in version 9.2.0495.

HIGHno explanation yet
0%
epss
7.5cvss
CVE-2026-6322

CVE-2026-6322 - HIGH Severity Vulnerability

fast-uri normalize() decoded percent-encoded authority delimiters inside the host component and then re-emitted them as raw delimiters during serialization. A host that combined an allowed domain, an encoded at-sign, and a different domain was re-emitted with the at-sign as a raw userinfo separator, changing the URI's authority to the second domain. Applications that normalize untrusted URLs before host allowlist checks, redirect validation, or outbound request routing can be steered to a different authority than the input appeared to specify. Versions <= 3.1.1 are affected. Update to 3.1.2 or later.

HIGHno explanation yet
0%
epss
5.3cvss
CVE-2026-33457

Potential livestatus injection in prediction graph page

Livestatus injection in the prediction graph page in Checkmk <2.5.0b4, <2.4.0p26, and <2.3.0p47 allows an authenticated user to inject arbitrary Livestatus commands via a crafted service name parameter due to insufficient sanitization of the service description value.

MEDIUMno explanation yet
0%
epss
The record
Technical detail
CWE ID
CWE-140
Abstraction
Base
Structure
Simple
Status
Draft