Lucene search
+L

74361 matches found

CNNVD
CNNVD
added 2026/05/15 12:00 a.m.16 views

Vim 操作系统命令注入漏洞

Vim is an open-source, cross-platform text editor developed by Vim. Prior to Vim 9.2.0479, there was a vulnerability related to operating system command injection. This vulnerability stemmed from the use of the shellescape tartail for constructing commands when the tarVimuntar function decompress...

7CVSS5.9AI score0.00552EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/05/15 12:00 a.m.18 views

PT-2026-41308

Name of the Vulnerable Software and Affected Versions Vim versions prior to 9.2.0479 Description A command injection issue exists in the tarVimuntar function within runtime/autoload/tar.vim when decompressing .tgz archives on Unix-like systems. The function constructs :!gunzip and :!gzip -d...

7CVSS6AI score0.00552EPSS
SaveExploits0References54
Tenable Nessus
Tenable Nessus
added 2026/05/15 12:00 a.m.22 views

SAP NetWeaver AS ABAP OS Command Injection (3730019)

The version of SAP NetWeaver AS ABAP detected on the remote host is affected by an OS command injection vulnerability as referenced in SAP Security Note 3730019: - An OS command injection vulnerability exists in SAP NetWeaver Application Server for ABAP and ABAP Platform. An authenticated attacke...

6.5CVSS5.8AI score0.01398EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/05/14 9:24 p.m.10 views

Command Injection

Overview Affected versions of this package are vulnerable to Command Injection in the process that generates uninstall scripts from uploaded software packages, due to improper sanitization of metadata fields. An attacker can execute arbitrary commands with elevated privileges on managed endpoints...

9.8CVSS5.9AI score0.00773EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/05/14 9:24 p.m.10 views

Command Injection

Overview Affected versions of this package are vulnerable to Command Injection in the process that generates uninstall scripts from uploaded software packages, due to improper sanitization of metadata fields. An attacker can execute arbitrary commands with elevated privileges on managed endpoints...

9.8CVSS5.9AI score0.00773EPSS
SaveExploits0References2
OSV
OSV
added 2026/05/14 8:56 p.m.19 views

GHSA-5V57-8RXJ-3P2R python-utcp: Full Process Environment Exposed to CLI Subprocess - Secrets Leakage via Command Injection

Summary prepareenvironment in clicommunicationprotocol.py passes a full copy of os.environ to every CLI subprocess. When combined with the Command Injection vulnerability CWE-78 in substituteutcpargs tracked as GHSA-33p6-5jxp-p3x4, an attacker can exfiltrate all process-level secrets in a single...

7.7CVSS5.8AI score0.00223EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/05/14 8:56 p.m.19 views

python-utcp: Full Process Environment Exposed to CLI Subprocess - Secrets Leakage via Command Injection

Summary prepareenvironment in clicommunicationprotocol.py passes a full copy of os.environ to every CLI subprocess. When combined with the Command Injection vulnerability CWE-78 in substituteutcpargs tracked as GHSA-33p6-5jxp-p3x4, an attacker can exfiltrate all process-level secrets in a single...

7.7CVSS5.8AI score0.00223EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/05/14 8:56 p.m.13 views

GHSA-33P6-5JXP-P3X4 utcp-cli Vulnerable to Command Injection via Unsanitized Argument Substitution in CLI Communication Protocol

Summary The substituteutcpargs method in clicommunicationprotocol.py inserts user-controlled toolargs values directly into shell command strings without any sanitization or escaping. These commands are then executed via /bin/bash -c Unix or powershell.exe -Command Windows, allowing an attacker to...

10CVSS6AI score0.00272EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/05/14 8:56 p.m.22 views

utcp-cli Vulnerable to Command Injection via Unsanitized Argument Substitution in CLI Communication Protocol

Summary The substituteutcpargs method in clicommunicationprotocol.py inserts user-controlled toolargs values directly into shell command strings without any sanitization or escaping. These commands are then executed via /bin/bash -c Unix or powershell.exe -Command Windows, allowing an attacker to...

8.3CVSS6AI score0.00272EPSS
SaveExploits0References3Affected Software1
Snyk
Snyk
added 2026/05/14 8:56 p.m.11 views

Command Injection

Overview utcp-cli is an UTCP communication protocol plugin for wrapping local command-line tools. Affected versions of this package are vulnerable to Command Injection via the substituteutcpargs function. An attacker can execute arbitrary shell commands by supplying crafted input to the toolargs...

9.8CVSS6AI score0.00272EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/05/14 8:14 p.m.13 views

EUVD-2026-30475

python-utcp is the python implementation of UTCP. Prior to 1.1.3, the substituteutcpargs method in clicommunicationprotocol.py inserts user-controlled toolargs values directly into shell command strings without any sanitization or escaping. These commands are then executed via /bin/bash -c Unix o...

8.3CVSS5.9AI score0.00272EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/05/14 8:14 p.m.12 views

CVE-2026-45369 python-utcp: Command Injection via Unsanitized Argument Substitution in CLI Communication Protocol

python-utcp is the python implementation of UTCP. Prior to 1.1.3, the substituteutcpargs method in clicommunicationprotocol.py inserts user-controlled toolargs values directly into shell command strings without any sanitization or escaping. These commands are then executed via /bin/bash -c Unix o...

8.3CVSS5.9AI score0.00272EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/05/14 8:14 p.m.59 views

CVE-2026-45369 python-utcp: Command Injection via Unsanitized Argument Substitution in CLI Communication Protocol

python-utcp is the python implementation of UTCP. Prior to 1.1.3, the substituteutcpargs method in clicommunicationprotocol.py inserts user-controlled toolargs values directly into shell command strings without any sanitization or escaping. These commands are then executed via /bin/bash -c Unix o...

8.3CVSS0.00272EPSS
SaveExploits0References1
CVE
CVE
added 2026/05/14 8:14 p.m.33 views

CVE-2026-45369

Summary: CVE-2026-45369 affects python-utcp prior to 1.1.3, where _substitute_utcp_args in cli_communication_protocol.py injects user-controlled tool_args directly into shell commands without sanitization, leading to potential Remote Code Execution when commands are run via /bin/bash -c (Unix) or...

8.3CVSS5.9AI score0.00272EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/05/14 8:14 p.m.19 views

EUVD-2026-30477

python-utcp is the python implementation of UTCP. Prior to 1.1.3, prepareenvironment in clicommunicationprotocol.py passes a full copy of os.environ to every CLI subprocess. When combined with CVE-2026-45369, an attacker can exfiltrate all process-level secrets in a single tool call. This...

8.3CVSS5.8AI score0.00272EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/05/14 8:14 p.m.43 views

CVE-2026-45370 python-utcp: Full Process Environment Exposed to CLI Subprocess - Secrets Leakage via Command Injection

python-utcp is the python implementation of UTCP. Prior to 1.1.3, prepareenvironment in clicommunicationprotocol.py passes a full copy of os.environ to every CLI subprocess. When combined with CVE-2026-45369, an attacker can exfiltrate all process-level secrets in a single tool call. This...

7.7CVSS0.00223EPSS
SaveExploits0References1
CVE
CVE
added 2026/05/14 8:14 p.m.25 views

CVE-2026-45370

CVE-2026-45370 affects the python-utcp project. The vulnerability resides in _prepare_environment() in cli_communication_protocol.py, which before version 1.1.3 passes a full copy of os.environ to every CLI subprocess. When combined with CVE-2026-45369, this can allow an attacker to exfiltrate al...

7.7CVSS5.8AI score0.00223EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/05/14 7:58 p.m.13 views

CVE-2026-36741

U-SPEED AC1200 Gigabit Wi-Fi Router Model: T18-21K V1.0 is vulnerable to Command Injection. The Network Time Protocol NTP configuration interface does not properly sanitize user-supplied input. An authenticated user with permission to configure NTP settings can inject arbitrary system commands...

7.2CVSS6AI score0.0209EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2026/05/14 7:58 p.m.16 views

CVE-2026-44867

Command injection vulnerabilities exist in the web-based management interface of AOS-8 and AOS-10 Operating Systems. Successful exploitation of these vulnerabilities could allow an authenticated remote attacker to execute arbitrary commands on the underlying operating system...

8.8CVSS6.1AI score0.00896EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/05/14 7:58 p.m.17 views

CVE-2026-44868

Command injection vulnerabilities exist in the web-based management interface of AOS-8 and AOS-10 Operating Systems. Successful exploitation of these vulnerabilities could allow an authenticated remote attacker to execute arbitrary commands on the underlying operating system...

8.8CVSS6.1AI score0.00896EPSS
SaveExploits0References1
Rows per page
Query Builder