Lucene search
K

21 matches found

Snyk
Snyk
added 2026/04/24 7:20 p.m.1 views

HTTP Response Splitting

Overview org.webjars.npm:axios is a promise-based HTTP client for the browser and Node.js. Affected versions of this package are vulnerable to HTTP Response Splitting via the isFormData and getHeaders handling in the HTTP request path. An attacker can inject arbitrary request headers by supplying...

9.1CVSS5.7AI score0.00035EPSS
Exploits1References2
NVD
NVD
added 2026/03/26 6:16 p.m.0 views

CVE-2026-33732

srvx is a universal server based on web standards. Prior to version 0.11.13, a pathname parsing discrepancy in srvx's FastURL allows middleware bypass on the Node.js adapter when a raw HTTP request uses an absolute URI with a non-standard scheme e.g. file://. Starting in version 0.11.13, the...

6.5CVSS0.0005EPSS
Exploits0References3
Github Security Blog
Github Security Blog
added 2026/03/26 4:52 p.m.4 views

srvx is vulnerable to middleware bypass via absolute URI in request line

Summary A pathname parsing discrepancy in srvx's FastURL allows middleware bypass on the Node.js adapter when a raw HTTP request uses an absolute URI with a non-standard scheme e.g. file://. Details When Node.js receives an absolute URI in the request line e.g. GET file://hehe?/internal/run...

6.5CVSS5.8AI score0.0005EPSS
Exploits0References5Affected Software1
CNNVD
CNNVD
added 2026/03/06 12:0 a.m.3 views

Node.js Adapter for Hono 安全漏洞

The Node.js Adapter for Hono is an open-source tool developed by Hono, designed to run Hono applications on Node.js. Versions of the Node.js Adapter for Hono prior to 1.19.10 contained a security vulnerability. This vulnerability stemmed from inconsistent URL decoding, which could allow access to...

7.5CVSS5.8AI score0.00018EPSS
Exploits0References3
Snyk
Snyk
added 2026/02/24 3:24 a.m.1 views

Allocation of Resources Without Limits or Throttling

Overview astro is an Astro is a modern site builder with web best practices, performance, and DX front-of-mind. Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling in parseRequestBody, when parsing Server Action requests. Attackers can trigger ...

8.2CVSS5.8AI score0.00164EPSS
Exploits1References2
NVD
NVD
added 2026/02/24 1:16 a.m.4 views

CVE-2026-27729

Astro is a web framework. In versions 9.0.0 through 9.5.3, Astro server actions have no default request body size limit, which can lead to memory exhaustion DoS. A single large POST to a valid action endpoint can crash the server process on memory-constrained deployments. On-demand rendered sites...

7.5CVSS0.00164EPSS
Exploits1References4
OSV
OSV
added 2026/02/24 12:46 a.m.4 views

CVE-2026-27729 Astro has memory exhaustion DoS due to missing request body size limit in Server Actions

Astro is a web framework. In versions 9.0.0 through 9.5.3, Astro server actions have no default request body size limit, which can lead to memory exhaustion DoS. A single large POST to a valid action endpoint can crash the server process on memory-constrained deployments. On-demand rendered sites...

5.9CVSS5.8AI score0.00164EPSS
Exploits1References6
Snyk
Snyk
added 2026/01/15 6:9 p.m.2 views

Server-side Request Forgery (SSRF)

Overview @sveltejs/kit is a SvelteKit framework and CLI Affected versions of this package are vulnerable to Server-side Request Forgery SSRF due to the improper decoding of protocol headers in resolved path. An attacker can cause the server process to terminate or access internal services by...

9.1CVSS6.8AI score0.00043EPSS
Exploits0References3
Github Security Blog
Github Security Blog
added 2025/10/10 11:41 p.m.4 views

Astro's `X-Forwarded-Host` is reflected without validation

Summary When running Astro in on-demand rendering mode using a adapter such as the node adapter it is possible to maliciously send an X-Forwarded-Host header that is reflected when using the recommended Astro.url property as there is no validation that the value is safe. Details Astro reflects th...

6.5CVSS7AI score0.00057EPSS
Exploits1References5Affected Software1
EUVD
EUVD
added 2025/10/03 8:7 p.m.3 views

EUVD-2025-23968

Malicious code in bioql PyPI...

6.9CVSS6.3AI score0.00646EPSS
Exploits0References3
Github Security Blog
Github Security Blog
added 2025/09/11 9:7 p.m.23 views

Axios is vulnerable to DoS attack through lack of data size check

Summary When Axios runs on Node.js and is given a URL with the data: scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory Buffer/Blob and returns a synthetic 200 response. This path ignores maxContentLength / maxBodyLength which only protect HTTP...

7.5CVSS7.4AI score0.00257EPSS
Exploits1References10Affected Software1
OSV
OSV
added 2025/09/11 9:7 p.m.0 views

GHSA-4HJH-WCWX-XVWJ Axios is vulnerable to DoS attack through lack of data size check

Summary When Axios runs on Node.js and is given a URL with the data: scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory Buffer/Blob and returns a synthetic 200 response. This path ignores maxContentLength / maxBodyLength which only protect HTTP...

7.5CVSS7.1AI score0.00257EPSS
Exploits1References10
Snyk
Snyk
added 2025/08/19 3:40 p.m.1 views

Cross-site Scripting (XSS)

Overview @astrojs/internal-helpers is an Internal helpers used by core Astro packages. Affected versions of this package are vulnerable to Cross-site Scripting XSS via the /image endpoint. An attacker can cause loading of unauthorized third-party images, including potentially malicious SVG files,...

6.9CVSS5.5AI score0.00127EPSS
Exploits1References2
Snyk
Snyk
added 2025/08/19 3:40 p.m.5 views

Cross-site Scripting (XSS)

Overview astro is an Astro is a modern site builder with web best practices, performance, and DX front-of-mind. Affected versions of this package are vulnerable to Cross-site Scripting XSS via the /image endpoint. An attacker can cause loading of unauthorized third-party images, including...

6.9CVSS5.5AI score0.00127EPSS
Exploits1References2
OSV
OSV
added 2025/08/15 4:52 p.m.2 views

GHSA-9X9C-GHC5-JHW9 @astrojs/node's trailing slash handling causes open redirect issue

Summary Following https://github.com/withastro/astro/security/advisories/GHSA-cq8c-xv66-36gw, there's still an Open Redirect vulnerability in a subset of Astro deployment scenarios. Details Astro 5.12.8 fixed a case where https://example.com//astro.build/press would redirect to the external origi...

6.9CVSS7.2AI score0.00042EPSS
Exploits0References4
Github Security Blog
Github Security Blog
added 2025/08/15 4:52 p.m.5 views

@astrojs/node's trailing slash handling causes open redirect issue

Summary Following https://github.com/withastro/astro/security/advisories/GHSA-cq8c-xv66-36gw, there's still an Open Redirect vulnerability in a subset of Astro deployment scenarios. Details Astro 5.12.8 fixed a case where https://example.com//astro.build/press would redirect to the external origi...

6.9CVSS7.2AI score0.00042EPSS
Exploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2025/08/15 3:13 p.m.3 views

CVE-2025-55207 @astrojs/node's trailing slash handling causes open redirect issue

Astro is a web framework for content-driven websites. Following CVE-2025-54793 there's still an Open Redirect vulnerability in a subset of Astro deployment scenarios prior to version 9.4.1. Astro 5.12.8 addressed CVE-2025-54793 where https://example.com//astro.build/press would redirect to the...

6.9CVSS6.9AI score0.00042EPSS
Exploits0References2
OSV
OSV
added 2025/08/15 3:13 p.m.3 views

CVE-2025-55207 @astrojs/node's trailing slash handling causes open redirect issue

Astro is a web framework for content-driven websites. Following CVE-2025-54793 there's still an Open Redirect vulnerability in a subset of Astro deployment scenarios prior to version 9.4.1. Astro 5.12.8 addressed CVE-2025-54793 where https://example.com//astro.build/press would redirect to the...

6.9CVSS6.2AI score0.00042EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2025/08/10 12:15 a.m.2 views

CVE-2025-54793

Astro is a web framework for content-driven websites. In versions 5.2.0 through 5.12.7, there is an Open Redirect vulnerability in the trailing slash redirection logic when handling paths with double slashes. This allows an attacker to redirect users to arbitrary external domains by crafting URLs...

6.9CVSS6.6AI score0.00646EPSS
Exploits0References1
OSV
OSV
added 2025/08/08 12:2 a.m.2 views

CVE-2025-54793 Astro: Duplicate trailing slash feature can lead to Open Redirects

Astro is a web framework for content-driven websites. In versions 5.2.0 through 5.12.7, there is an Open Redirect vulnerability in the trailing slash redirection logic when handling paths with double slashes. This allows an attacker to redirect users to arbitrary external domains by crafting URLs...

6.9CVSS6.5AI score0.00646EPSS
Exploits0References4
Rows per page
Query Builder