Lucene search
+L

461 matches found

Cvelist
Cvelist
added 2026/08/17 5:06 p.m.39 views

CVE-2026-68520 Glances: as_dict_secure() Value-Level Bypass Leaks Credentials in URL Values via /api/4/config

Glances is an open-source system cross-platform monitoring tool. Prior to 4.5.6, asdictsecure in glances/config.py checks only option names and exposes publicusername and credentials embedded in publicapi values through unauthenticated GET /api/4/config and GET /api/4/config/ip requests. This iss...

5.3CVSS0.00237EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/08/17 5:06 p.m.27 views

CVE-2026-68520

Glances is an open-source system cross-platform monitoring tool. Prior to 4.5.6, asdictsecure in glances/config.py checks only option names and exposes publicusername and credentials embedded in publicapi values through unauthenticated GET /api/4/config and GET /api/4/config/ip requests. This iss...

5.3CVSS5.3AI score0.00237EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/08/17 5:06 p.m.14 views

CVE-2026-68520 Glances: as_dict_secure() Value-Level Bypass Leaks Credentials in URL Values via /api/4/config

Glances is an open-source system cross-platform monitoring tool. Prior to 4.5.6, asdictsecure in glances/config.py checks only option names and exposes publicusername and credentials embedded in publicapi values through unauthenticated GET /api/4/config and GET /api/4/config/ip requests. This iss...

5.3CVSS5.4AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/08/17 5:06 p.m.9 views

CVE-2026-68520 Glances: as_dict_secure() Value-Level Bypass Leaks Credentials in URL Values via /api/4/config

Glances is an open-source system cross-platform monitoring tool. Prior to 4.5.6, asdictsecure in glances/config.py checks only option names and exposes publicusername and credentials embedded in publicapi values through unauthenticated GET /api/4/config and GET /api/4/config/ip requests. This iss...

5.3CVSS5.3AI score0.00237EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/17 5:06 p.m.12 views

CVE-2026-68520

Glances is an open-source system cross-platform monitoring tool. Prior to 4.5.6, asdictsecure in glances/config.py checks only option names and exposes publicusername and credentials embedded in publicapi values through unauthenticated GET /api/4/config and GET /api/4/config/ip requests. This iss...

5.3CVSS5.3AI score0.00237EPSS
SaveExploits0
Github Security Blog
Github Security Blog
added 2026/08/17 5:04 p.m.17 views

Glances: REST API CORS Credentials Guard Uses Exact-Match Instead of Membership Test — Bypassed by Any Multi-Origin Allowlist Containing the Wildcard

Summary Glances's REST API server includes a documented safety check intended to guarantee that corscredentials=True can never be combined with an unrestricted CORS origin allowlist. The check compares the configured origin list to the wildcard using exact list equality corsorigins == "" instead ...

7.4CVSS5.6AI score0.00401EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2026/08/17 5:04 p.m.14 views

GHSA-FP27-88FP-2PHG Glances: REST API CORS Credentials Guard Uses Exact-Match Instead of Membership Test — Bypassed by Any Multi-Origin Allowlist Containing the Wildcard

Summary Glances's REST API server includes a documented safety check intended to guarantee that corscredentials=True can never be combined with an unrestricted CORS origin allowlist. The check compares the configured origin list to the wildcard using exact list equality corsorigins == "" instead ...

6.5CVSS5.7AI score0.00256EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/17 5:03 p.m.53 views

CVE-2026-68517

In Glances versions prior to 4.5.6, glances_restful_api.py:298 uses exact list equality (cors_origins == ["*"]) instead of a membership test, so any multi-origin allowlist containing the wildcard bypasses the credentials-disable guard. Starlette's CORSMiddleware still reflects arbitrary origins w...

6.5CVSS5.3AI score0.00256EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/17 5:03 p.m.12 views

CVE-2026-68517

Glances is an open-source system cross-platform monitoring tool. Prior to 4.5.6, the corsorigins guard in glances/outputs/glancesrestfulapi.py uses exact list equality instead of wildcard membership, allowing a multi-origin list containing the wildcard to retain corscredentials and expose...

6.5CVSS5.3AI score0.00256EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/17 5:03 p.m.42 views

CVE-2026-68517 Glances: REST API CORS Credentials Guard Uses Exact-Match Instead of Membership Test — Bypassed by Any Multi-Origin Allowlist Containing the Wildcard

Glances is an open-source system cross-platform monitoring tool. Prior to 4.5.6, the corsorigins guard in glances/outputs/glancesrestfulapi.py uses exact list equality instead of wildcard membership, allowing a multi-origin list containing the wildcard to retain corscredentials and expose...

6.5CVSS0.00256EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/17 5:03 p.m.6 views

CVE-2026-68517 Glances: REST API CORS Credentials Guard Uses Exact-Match Instead of Membership Test — Bypassed by Any Multi-Origin Allowlist Containing the Wildcard

Glances is an open-source system cross-platform monitoring tool. Prior to 4.5.6, the corsorigins guard in glances/outputs/glancesrestfulapi.py uses exact list equality instead of wildcard membership, allowing a multi-origin list containing the wildcard to retain corscredentials and expose...

6.5CVSS5.2AI score0.00256EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/08/17 5:03 p.m.27 views

CVE-2026-68517

Glances is an open-source system cross-platform monitoring tool. Prior to 4.5.6, the corsorigins guard in glances/outputs/glancesrestfulapi.py uses exact list equality instead of wildcard membership, allowing a multi-origin list containing the wildcard to retain corscredentials and expose...

6.5CVSS5.3AI score0.00256EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 2026/08/17 5:03 p.m.12 views

EUVD-2026-60301

Glances is an open-source system cross-platform monitoring tool. Prior to 4.5.6, the corsorigins guard in glances/outputs/glancesrestfulapi.py uses exact list equality instead of wildcard membership, allowing a multi-origin list containing the wildcard to retain corscredentials and expose...

6.5CVSS5.3AI score0.00256EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/17 5:03 p.m.7 views

CVE-2026-68517 Glances: REST API CORS Credentials Guard Uses Exact-Match Instead of Membership Test — Bypassed by Any Multi-Origin Allowlist Containing the Wildcard

Glances is an open-source system cross-platform monitoring tool. Prior to 4.5.6, the corsorigins guard in glances/outputs/glancesrestfulapi.py uses exact list equality instead of wildcard membership, allowing a multi-origin list containing the wildcard to retain corscredentials and expose...

6.5CVSS5.4AI score
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/08/17 4:36 p.m.19 views

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.8CVSS7.5AI score0.00243EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2026/08/17 4:36 p.m.11 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.39 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
Vulnrichment
Vulnrichment
added 2026/08/17 4:18 p.m.12 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.3AI score0.00139EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/17 4:18 p.m.71 views

CVE-2026-68518

Glances ≤ 4.5.5 has a command injection bypass in its action-template sanitizer. The function _sanitize_mustache_dict() in glances/actions.py strips shell operators (&&, |, >>, >) from each Mustache value individually before rendering, but does not strip a lone &. When an administrator-c...

8.8CVSS5.3AI score0.00139EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/08/17 4:18 p.m.28 views

CVE-2026-68518

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
SaveExploits0References4Affected Software1
Rows per page
Query Builder