Lucene search
+L

32868 matches found

OSV
OSV
added 2026/08/17 5:46 p.m.7 views

GHSA-QMCQ-XW74-W667 uniget CLI has an EDITOR Command Injection

Summary The uniget CLI has a command injection vulnerability in hooks.go line 199 where strings.Spliteditor, " " naively parses the EDITOR environment variable without respecting shell syntax. An attacker can set EDITOR="/path/to/wrapper && id && echo" which gets split into separate arguments,...

6.9CVSS6.6AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/08/17 5:20 p.m.9 views

Glances: `--disable-config-exec` does not cover on-alert action commands (incomplete fix of CVE-2026-53925)

Summary In Glances 4.5.5 the --disable-config-exec flag was extended GHSA-3vwc-qwhc-3mj7 to stop securepopen from interpreting the shell operators &&, | and in AMP command values taken from the configuration file. The hardening was not applied to the on-alert action command path, which reads its...

7.8CVSS5.5AI score0.00137EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/08/17 5:10 p.m.6 views

CVE-2026-68519 Glances: `--disable-config-exec` does not cover on-alert action commands (incomplete fix of CVE-2026-53925)

Glances is an open-source system cross-platform monitoring tool. Prior to 4.5.6, GlancesActions.run in glances/actions.py ignores --disable-config-exec for on-alert action commands and invokes securepopen with shell operators enabled, allowing configured redirection, command chaining, or pipes to...

7.1CVSS5.6AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/17 5:10 p.m.30 views

CVE-2026-68519 Glances: `--disable-config-exec` does not cover on-alert action commands (incomplete fix of CVE-2026-53925)

Glances is an open-source system cross-platform monitoring tool. Prior to 4.5.6, GlancesActions.run in glances/actions.py ignores --disable-config-exec for on-alert action commands and invokes securepopen with shell operators enabled, allowing configured redirection, command chaining, or pipes to...

7.1CVSS0.00125EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/17 5:10 p.m.27 views

CVE-2026-68519

In Glances before 4.5.6, GlancesActions.run() in glances/actions.py bypasses the --disable-config-exec flag for on-alert action commands, invoking secure_popen() with shell operators enabled. This permits configured redirection, command chaining, or pipes to execute when an alert triggers, posing...

7.1CVSS5.5AI score0.00125EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/08/17 5:10 p.m.9 views

CVE-2026-68519

Glances is an open-source system cross-platform monitoring tool. Prior to 4.5.6, GlancesActions.run in glances/actions.py ignores --disable-config-exec for on-alert action commands and invokes securepopen with shell operators enabled, allowing configured redirection, command chaining, or pipes to...

7.1CVSS5.5AI score0.00125EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/08/17 4:36 p.m.8 views

GHSA-QCPP-8X79-HHP3 Glances has a command injection bypass of action-template sanitizer via cross-field shell-operator reconstruction

Summary The Glances action system lets an administrator configure shell commands that run when a monitoring threshold is crossed. The command is a Mustache template whose variables are filled with runtime stat fields such as a process name, a container name or a filesystem mount point. Those fiel...

8.8CVSS6AI score0.00139EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/17 4:18 p.m.34 views

CVE-2026-68518 Glances: Command injection bypass of action-template sanitizer via cross-field shell-operator reconstruction

Glances is an open-source system cross-platform monitoring tool. Prior to 4.5.6, sanitizemustachedict in glances/actions.py sanitizes individual Mustache values before chevron.render, allowing adjacent unescaped Mustache variables to reconstruct shell operators that securepopen executes when...

8.8CVSS0.00139EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/17 4:18 p.m.11 views

CVE-2026-68518 Glances: Command injection bypass of action-template sanitizer via cross-field shell-operator reconstruction

Glances is an open-source system cross-platform monitoring tool. Prior to 4.5.6, sanitizemustachedict in glances/actions.py sanitizes individual Mustache values before chevron.render, allowing adjacent unescaped Mustache variables to reconstruct shell operators that securepopen executes when...

8.8CVSS5.4AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/17 4:18 p.m.10 views

EUVD-2026-60265

Glances is an open-source system cross-platform monitoring tool. Prior to 4.5.6, sanitizemustachedict in glances/actions.py sanitizes individual Mustache values before chevron.render, allowing adjacent unescaped Mustache variables to reconstruct shell operators that securepopen executes when...

8.8CVSS5.3AI score0.00139EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/17 3:16 p.m.7 views

CVE-2026-71567

In openshift-metal3/fakefish there is a repeated pattern in some of the scripts where shell variables are injected without quoting them either into command lines or into manifests. This mostly applies to the Image URL and BMC credentials which are not verified by FakeFish...

7.7CVSS0.00195EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/17 2:39 p.m.11 views

CVE-2026-71567 User-controlled variables inserted unescaped into shell scripts and Kubernetes manifests

In openshift-metal3/fakefish there is a repeated pattern in some of the scripts where shell variables are injected without quoting them either into command lines or into manifests. This mostly applies to the Image URL and BMC credentials which are not verified by FakeFish...

7.7CVSS5.3AI score0.00195EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/17 2:39 p.m.21 views

CVE-2026-71567

CVE-2026-71567 affects openshift-metal3/fakefish , a tool used for provisioning bare-metal infrastructure. The vulnerability is a shell injection caused by unquoted shell variables being inserted into command lines and Kubernetes manifests. The primary attack vectors are the Image URL and BMC cre...

7.7CVSS5.3AI score0.00195EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/17 2:39 p.m.35 views

CVE-2026-71567 User-controlled variables inserted unescaped into shell scripts and Kubernetes manifests

In openshift-metal3/fakefish there is a repeated pattern in some of the scripts where shell variables are injected without quoting them either into command lines or into manifests. This mostly applies to the Image URL and BMC credentials which are not verified by FakeFish...

7.7CVSS0.00195EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/08/17 2:39 p.m.8 views

CVE-2026-71567

In openshift-metal3/fakefish there is a repeated pattern in some of the scripts where shell variables are injected without quoting them either into command lines or into manifests. This mostly applies to the Image URL and BMC credentials which are not verified by FakeFish...

7.7CVSS5.3AI score0.00195EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/17 2:39 p.m.11 views

EUVD-2026-60193

In openshift-metal3/fakefish there is a repeated pattern in some of the scripts where shell variables are injected without quoting them either into command lines or into manifests. This mostly applies to the Image URL and BMC credentials which are not verified by FakeFish...

7.7CVSS5.4AI score0.00195EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/17 10:16 a.m.20 views

CVE-2026-74845

Official Document Management System developed by 2100 Technology has an Arbitrary File Upload vulnerability, allowing authenticated remote attackers to upload and execute web shell backdoors, thereby enabling arbitrary code execution on the server...

8.8CVSS0.0065EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/17 9:53 a.m.29 views

CVE-2026-74845

CVE-2026-74845 concerns the Official Document Management System by 2100 Technology, with an Arbitrary File Upload vulnerability that enables authenticated remote attackers to upload and execute web shell backdoors, leading to arbitrary code execution on the server. From the connected references, ...

8.8CVSS6.4AI score0.0065EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/17 9:53 a.m.34 views

CVE-2026-74845 2100 Technology|Official Document Management System - Arbitrary File Upload

Official Document Management System developed by 2100 Technology has an Arbitrary File Upload vulnerability, allowing authenticated remote attackers to upload and execute web shell backdoors, thereby enabling arbitrary code execution on the server...

8.8CVSS0.0065EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/17 9:53 a.m.8 views

EUVD-2026-60077

Official Document Management System developed by 2100 Technology has an Arbitrary File Upload vulnerability, allowing authenticated remote attackers to upload and execute web shell backdoors, thereby enabling arbitrary code execution on the server...

8.8CVSS6.4AI score0.0065EPSS
SaveExploits0References3
Rows per page
Query Builder