Lucene search
+L

204861 matches found

Snyk
Snyk
added 2026/08/17 5:49 p.m.6 views

Regular Expression Denial of Service (ReDoS)

Overview Affected versions of this package are vulnerable to Regular Expression Denial of Service ReDoS via the grouptokens method in sqlparse/sql.py, which previously called strstart to recompute the value of a token group after extending it with subtokens. Because str on a TokenList recursively...

8.7CVSS6AI score0.00263EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/08/17 5:32 p.m.8 views

VM2 has Missing Error.cause Sanitization that Enables Sandbox Escape to RCE

Affected: vm2 = 3.11.3 CVSS 3.1: 9.9 HIGH CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H CWE: CWE-693 Protection Mechanism Failure Prerequisite: Embedder exposes a host function that throws an Error with .cause referencing a powerful host object e.g., process Summary I found that handleException in...

9.9CVSS5.9AI score0.00315EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/08/17 5:32 p.m.6 views

GHSA-M283-3H24-438V VM2 has Missing Error.cause Sanitization that Enables Sandbox Escape to RCE

Affected: vm2 = 3.11.3 CVSS 3.1: 9.9 HIGH CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H CWE: CWE-693 Protection Mechanism Failure Prerequisite: Embedder exposes a host function that throws an Error with .cause referencing a powerful host object e.g., process Summary I found that handleException in...

9.9CVSS6AI score0.00315EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/17 5:20 p.m.8 views

GHSA-4H34-V6R8-MMJC Glances: as_dict_secure() Value-Level Bypass Leaks Credentials in URL Values via /api/4/config

Summary Glances provides asdictsecure explicitly designed for unauthenticated API access, with a docstring stating it returns "a sanitised copy of the configuration dict" where "Sensitive keys in remaining sections are replaced by ''". However, the implementation only checks KEY names against a...

5.3CVSS5.4AI score0.00237EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/08/17 5:20 p.m.10 views

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

Summary Glances provides asdictsecure explicitly designed for unauthenticated API access, with a docstring stating it returns "a sanitised copy of the configuration dict" where "Sensitive keys in remaining sections are replaced by ''". However, the implementation only checks KEY names against a...

5.3CVSS5.3AI score0.00237EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/08/17 5:11 p.m.34 views

CVE-2026-73424 Astro: Unauthenticated path override in the @astrojs/vercel ISR function

Astro is a web framework for content-driven websites. From 10.0.3 until 11.0.3, the Astro Vercel adapter in packages/integrations/vercel/src/serverless/entrypoint.ts accepts xastropath for the public /isr function based only on the x-vercel-isr header, allowing unauthenticated GET requests to...

6.5CVSS0.00224EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/17 5:11 p.m.2 views

CVE-2026-73424 Astro: Unauthenticated path override in the @astrojs/vercel ISR function

Astro is a web framework for content-driven websites. From 10.0.3 until 11.0.3, the Astro Vercel adapter in packages/integrations/vercel/src/serverless/entrypoint.ts accepts xastropath for the public /isr function based only on the x-vercel-isr header, allowing unauthenticated GET requests to...

6.5CVSS5.5AI score
SaveExploits0References6
EUVD
EUVD
added 2026/08/17 5:11 p.m.9 views

EUVD-2026-60306

Astro is a web framework for content-driven websites. From 10.0.3 until 11.0.3, the Astro Vercel adapter in packages/integrations/vercel/src/serverless/entrypoint.ts accepts xastropath for the public /isr function based only on the x-vercel-isr header, allowing unauthenticated GET requests to...

6.5CVSS5.3AI score0.00224EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/17 5:11 p.m.2 views

CVE-2026-73424 Astro: Unauthenticated path override in the @astrojs/vercel ISR function

Astro is a web framework for content-driven websites. From 10.0.3 until 11.0.3, the Astro Vercel adapter in packages/integrations/vercel/src/serverless/entrypoint.ts accepts xastropath for the public /isr function based only on the x-vercel-isr header, allowing unauthenticated GET requests to...

6.5CVSS5.3AI score0.00224EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/08/17 5:11 p.m.7 views

CVE-2026-73424

Astro is a web framework for content-driven websites. From 10.0.3 until 11.0.3, the Astro Vercel adapter in packages/integrations/vercel/src/serverless/entrypoint.ts accepts xastropath for the public /isr function based only on the x-vercel-isr header, allowing unauthenticated GET requests to...

6.5CVSS5.4AI score0.00224EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2026/08/17 5:11 p.m.20 views

CVE-2026-73424

The Astro Vercel adapter (10.0.3–11.0.2) in entrypoint.ts trusts the x_astro_path header for the /_isr function based only on x-vercel-isr, letting unauthenticated GET requests render routes protected only by Vercel edge path rules or split edge middleware. CVSS 6.5 MEDIUM (AV:N/AC:L/PR:N/UI:N/S:...

6.5CVSS5.3AI score0.00224EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/17 5:06 p.m.26 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.2AI score0.00237EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/17 5:06 p.m.9 views

EUVD-2026-60302

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.2AI score0.00237EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/17 5:06 p.m.32 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.7 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.4 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
Debian CVE
Debian CVE
added 2026/08/17 5:06 p.m.6 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
Vulnrichment
Vulnrichment
added 2026/08/17 5:06 p.m.6 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
Github Security Blog
Github Security Blog
added 2026/08/17 4:35 p.m.10 views

New API: User List API Leaks Root User Access Token Leading to Privilege Escalation

Vulnerability Information - Product: new-api - Affected versions: versions before v1.0.0-rc.7 that serialize User.AccessToken as accesstoken; the issue was confirmed in v0.12.14 - Patched version: v1.0.0-rc.7 - Fixed commit: 0936e2504655a5cbf7bc3c388f6d3e2bb24916d3 - Type: Information Disclosure ...

9.1CVSS5.4AI score0.00464EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/08/17 4:35 p.m.11 views

GHSA-6X2C-PHFF-WX57 New API: User List API Leaks Root User Access Token Leading to Privilege Escalation

Vulnerability Information - Product: new-api - Affected versions: versions before v1.0.0-rc.7 that serialize User.AccessToken as accesstoken; the issue was confirmed in v0.12.14 - Patched version: v1.0.0-rc.7 - Fixed commit: 0936e2504655a5cbf7bc3c388f6d3e2bb24916d3 - Type: Information Disclosure ...

9.1CVSS5.5AI score0.00464EPSS
SaveExploits0References5
Rows per page
Query Builder