Lucene search
+L

42 matches found

RedhatCVE
RedhatCVE
added 2026/07/28 1:28 p.m.4 views

CVE-2026-64644

A flaw was found in Next.js, a React framework. When self-hosting Next.js with the default image loader and configured to optimize remotely hosted images, a remote attacker could exploit the Image Optimization API. By providing malicious images, the attacker can cause CPU exhaustion, leading to a...

7.5CVSS5.9AI score0.00675EPSS
SaveExploits0References8
NVD
NVD
added 2026/07/27 6:16 p.m.10 views

CVE-2026-64644

Next.js is a React framework for building full-stack web applications. In versions 15.5.0 through 15.5.20 and 16.0.0 through 16.2.10, when self-hosting Next.js with the default image loader, the Image Optimization API can optimize remotely hosted images if configured not enabled by default. If...

6.3CVSS0.00675EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/27 5:54 p.m.45 views

CVE-2026-64644

CVE-2026-64644 (Next.js) affects self-hosted Next.js deployments using the default image loader. Vulnerable are Next.js versions 15.5.0–15.5.20 and 16.0.0–16.2.10. The Image Optimization API, when configured with config.images.remotePatterns, can optimize remotely hosted images and trigger CPU ex...

6.3CVSS5.8AI score0.00675EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2026/07/27 5:54 p.m.42 views

CVE-2026-64644 Next.js: Denial of Service in the Image Optimization API using SVGs

Next.js is a React framework for building full-stack web applications. In versions 15.5.0 through 15.5.20 and 16.0.0 through 16.2.10, when self-hosting Next.js with the default image loader, the Image Optimization API can optimize remotely hosted images if configured not enabled by default. If...

6.3CVSS0.00675EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/27 5:54 p.m.5 views

CVE-2026-64644 Next.js: Denial of Service in the Image Optimization API using SVGs

Next.js is a React framework for building full-stack web applications. In versions 15.5.0 through 15.5.20 and 16.0.0 through 16.2.10, when self-hosting Next.js with the default image loader, the Image Optimization API can optimize remotely hosted images if configured not enabled by default. If...

6.3CVSS5.8AI score
SaveExploits0References7
OSV
OSV
added 2026/07/22 11:2 p.m.8 views

GHSA-Q8WF-6R8G-63CH Next.js: Denial of Service in the Image Optimization API using SVGs

Impact When self-hosting Next.js with the default image loader, the Image Optimization API can optimize remotely hosted images if configured not enabled by default. If those images contain malicious content, they can cause CPU exhaustion in /next/image endpoints. - If you are using...

6.3CVSS5.3AI score0.00675EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/07/22 11:2 p.m.9 views

Next.js: Denial of Service in the Image Optimization API using SVGs

Impact When self-hosting Next.js with the default image loader, the Image Optimization API can optimize remotely hosted images if configured not enabled by default. If those images contain malicious content, they can cause CPU exhaustion in /next/image endpoints. - If you are using...

6.3CVSS5.3AI score0.00675EPSS
SaveExploits0References6Affected Software1
Positive Technologies
Positive Technologies
added 2026/07/22 12:0 a.m.10 views

PT-2026-63559

Name of the Vulnerable Software and Affected Versions Next.js versions 15.5.0 through 15.5.20 Next.js versions 16.0.0 through 16.2.10 Description When self-hosting with the default image loader, the Image Optimization API can optimize remotely hosted images if configured. Malicious content within...

6.3CVSS5.8AI score0.00675EPSS
SaveExploits0References11
OSV
OSV
added 2026/07/20 11:24 p.m.5 views

GHSA-HP3V-MFQW-H74C @astrojs/netlify generates an overly-broad Netlify Image CDN allowlist because remotePatterns.pathname metacharacters are not escaped

Summary The @astrojs/netlify adapter converts each image.remotePatterns entry into a regular expression that is written to .netlify/v1/config.json under images.remoteimages. Netlify's Image CDN uses these regexes as the allowlist that decides which remote image URLs it will optimize...

3.7CVSS5.5AI score
SaveExploits0References4
NVD
NVD
added 2026/06/22 7:17 p.m.15 views

CVE-2026-54300

@astrojs/netlify is an adapter that allows Astro to deploy your hybrid or server rendered site to Netlify. Prior to 7.0.13, @astrojs/netlify converts Astro image.remotePatterns into Netlify Image CDN images.remoteimages regular expressions with broader semantics than Astro's canonical matcher. A...

5.3CVSS0.00313EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/06/22 5:30 p.m.39 views

CVE-2026-54300 @astrojs/netlify broadens Astro image.remotePatterns in Netlify Image CDN config

@astrojs/netlify is an adapter that allows Astro to deploy your hybrid or server rendered site to Netlify. Prior to 7.0.13, @astrojs/netlify converts Astro image.remotePatterns into Netlify Image CDN images.remoteimages regular expressions with broader semantics than Astro's canonical matcher. A...

5.3CVSS0.00313EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/16 2:37 p.m.10 views

GHSA-529G-XQ4F-CW38 @astrojs/netlify broadens Astro image.remotePatterns in Netlify Image CDN config

Summary @astrojs/netlify converts Astro image.remotePatterns into Netlify Image CDN images.remoteimages regular expressions with broader semantics than Astro's canonical matcher. A single wildcard hostname such as .example.com is converted to an optional subdomain regex, so the apex host matches....

5.3CVSS5.6AI score0.00313EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/06/16 2:37 p.m.14 views

Incomplete List of Disallowed Inputs

Overview @astrojs/netlify is a Deploy your site to Netlify Affected versions of this package are vulnerable to Incomplete List of Disallowed Inputs via the conversion process of image.remotePatterns to Netlify Image CDN images.remoteimages regular expressions. An attacker can access image-like...

6.9CVSS5.8AI score0.00313EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/06/16 2:37 p.m.14 views

@astrojs/netlify broadens Astro image.remotePatterns in Netlify Image CDN config

Summary @astrojs/netlify converts Astro image.remotePatterns into Netlify Image CDN images.remoteimages regular expressions with broader semantics than Astro's canonical matcher. A single wildcard hostname such as .example.com is converted to an optional subdomain regex, so the apex host matches....

5.3CVSS5.5AI score0.00313EPSS
SaveExploits0References3Affected Software1
Positive Technologies
Positive Technologies
added 2026/06/16 12:0 a.m.20 views

PT-2026-49741

Name of the Vulnerable Software and Affected Versions @astrojs/netlify versions prior to 7.0.13 Description The adapter converts image.remotePatterns into Netlify Image CDN images.remote images regular expressions using semantics broader than the canonical matcher. This occurs because a single...

5.3CVSS5.9AI score0.00313EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/03/26 6:45 p.m.13 views

Astro: Remote allowlist bypass via unanchored matchPathname wildcard

Summary This issue concerns Astro's remotePatterns path enforcement for remote URLs used by server-side fetchers such as the image optimization endpoint. The path matching logic for / wildcards is unanchored, so a pathname that contains the allowed prefix later in the path can still match. As a...

6.3CVSS6AI score0.00325EPSS
SaveExploits1References3Affected Software1
EUVD
EUVD
added 2026/03/26 6:45 p.m.9 views

EUVD-2026-14984

Astro: Remote allowlist bypass via unanchored matchPathname wildcard...

6.3CVSS5.8AI score0.00325EPSS
SaveExploits1References2
OSV
OSV
added 2026/03/26 6:45 p.m.7 views

GHSA-G735-7G2W-HH3F Astro: Remote allowlist bypass via unanchored matchPathname wildcard

Summary This issue concerns Astro's remotePatterns path enforcement for remote URLs used by server-side fetchers such as the image optimization endpoint. The path matching logic for / wildcards is unanchored, so a pathname that contains the allowed prefix later in the path can still match. As a...

6.3CVSS6AI score0.00325EPSS
SaveExploits1References3
RedhatCVE
RedhatCVE
added 2026/03/26 3:16 p.m.10 views

CVE-2026-33769

Astro is a web framework. From version 2.10.10 to before version 5.18.1, this issue concerns Astro's remotePatterns path enforcement for remote URLs used by server-side fetchers such as the image optimization endpoint. The path matching logic for / wildcards is unanchored, so a pathname that...

6.3CVSS5.8AI score0.00325EPSS
SaveExploits1References1
NVD
NVD
added 2026/03/24 7:16 p.m.10 views

CVE-2026-33769

Astro is a web framework. From version 2.10.10 to before version 5.18.1, this issue concerns Astro's remotePatterns path enforcement for remote URLs used by server-side fetchers such as the image optimization endpoint. The path matching logic for / wildcards is unanchored, so a pathname that...

6.3CVSS0.00325EPSS
SaveExploits1References1
Rows per page
Query Builder