Lucene search
+L

299970 matches found

Patchstack
Patchstack
added 2026/07/22 11:9 p.m.13 views

NPM: Next.js: Server-Side Request Forgery in Server Actions on custom servers

NPM: Next.js: Server-Side Request Forgery in Server Actions on custom servers vulnerability discovered by ? in WordPress Npm next versions = 14.1.1, 15.5.21...

8.3CVSS5.3AI score0.00536EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/22 11:9 p.m.15 views

Next.js: Server-Side Request Forgery in Server Actions on custom servers

Impact When a Server Action forwards or redirects a request, an attacker can cause the server to send that outbound request to a malicious host Server-Side Request Forgery. This requires the attacker's request to control Host-associated headers. In some configurations, it's also possible to obtai...

8.3CVSS5.4AI score0.00536EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/07/22 11:9 p.m.13 views

GHSA-89XV-2M56-2M9X Next.js: Server-Side Request Forgery in Server Actions on custom servers

Impact When a Server Action forwards or redirects a request, an attacker can cause the server to send that outbound request to a malicious host Server-Side Request Forgery. This requires the attacker's request to control Host-associated headers. In some configurations, it's also possible to obtai...

8.3CVSS5.4AI score0.00536EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/07/22 11:8 p.m.13 views

Next.js: Cache confusion of response bodies for requests with bodies

Impact A server-side fetch with a request body may return a cached response body from a different request to the same URL but different body. Confidential data in the POST's response body would then leak to unauthorized requests. Though the request itself will not be deduped. This only applies to...

6CVSS5.3AI score0.00336EPSS
SaveExploits0References6Affected Software1
Snyk
Snyk
added 2026/07/22 11:8 p.m.15 views

Use of Cache Containing Sensitive Information

Overview next is a react framework. Affected versions of this package are vulnerable to Use of Cache Containing Sensitive Information in createPatchedFetcher in packages/next/src/server/lib/patch-fetch.ts. An attacker can leak a cached response body from one request to another by sending...

7.5CVSS5.9AI score0.00336EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/22 11:6 p.m.9 views

GHSA-4633-3J49-MH5Q Next.js: Cache confusion of response bodies for requests with bodies containing invalid UTF-8 byte sequences

Impact A server-side fetch with a request body may return a cached response body from a different request to the same URL but different body. Confidential data in the POST's response body would then leak to unauthorized requests. Though the request itself will not be deduped. This is only an issu...

6.3CVSS5.3AI score0.00339EPSS
SaveExploits0References6
Snyk
Snyk
added 2026/07/22 11:6 p.m.16 views

Improper Encoding or Escaping of Output

Overview next is a react framework. Affected versions of this package are vulnerable to Improper Encoding or Escaping of Output via the IncrementalCache.generateCacheKey function in next/dist/server/lib/incremental-cache. An attacker can make a server-side fetch return a cached response body from...

6.3CVSS5.9AI score0.00339EPSS
SaveExploits0References2
Patchstack
Patchstack
added 2026/07/22 11:2 p.m.12 views

NPM: Next.js: Unbounded Server Action payload in Edge runtime

NPM: Next.js: Unbounded Server Action payload in Edge runtime vulnerability discovered by ? in WordPress Npm next versions = 13.0.0, 15.5.21...

6.3CVSS5.3AI score0.00531EPSS
SaveExploits0References6Affected Software1
Snyk
Snyk
added 2026/07/22 11:2 p.m.15 views

Allocation of Resources Without Limits or Throttling

Overview next is a react framework. Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling via the handleAction Server Actions path in the App Router Edge runtime. An attacker can exhaust server memory by sending an oversized Server Action request...

7.5CVSS6.1AI score0.00531EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/07/22 11:2 p.m.14 views

Next.js: Unbounded Server Action payload in Edge runtime

Impact Requests targeting Next.js applications using App Router with at least one Server Action can lead to excessive memory consumption if that Server Actions uses the Edge runtime Workarounds If you cannot upgrade, ensure your hosting provider limits the request's body size. 5 MiB should be...

6.3CVSS5.3AI score0.00531EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/07/22 11:2 p.m.9 views

GHSA-4C39-4CCG-62R3 Next.js: Unbounded Server Action payload in Edge runtime

Impact Requests targeting Next.js applications using App Router with at least one Server Action can lead to excessive memory consumption if that Server Actions uses the Edge runtime Workarounds If you cannot upgrade, ensure your hosting provider limits the request's body size. 5 MiB should be...

6.3CVSS5.3AI score0.00531EPSS
SaveExploits0References6
Patchstack
Patchstack
added 2026/07/22 11:2 p.m.13 views

NPM: Next.js: Server-Side Request Forgery in rewrites via attacker-controlled destination hostname

NPM: Next.js: Server-Side Request Forgery in rewrites via attacker-controlled destination hostname vulnerability discovered by ? in WordPress Npm next versions = 12.0.0, 15.5.21...

8.3CVSS5.3AI score0.00782EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/22 11:2 p.m.17 views

Next.js: Server-Side Request Forgery in rewrites via attacker-controlled destination hostname

Impact A rewrites or redirects rule that builds its external destination hostname from request-controlled input can be pointed at an arbitrary hostname, regardless of the rule's hostname suffix. For a rewrite, Next.js proxies the request to that arbitrary host and serves the response from the...

8.3CVSS5.6AI score0.00782EPSS
SaveExploits0References6Affected Software1
Snyk
Snyk
added 2026/07/22 11:2 p.m.14 views

Server-side Request Forgery (SSRF)

Overview next is a react framework. Affected versions of this package are vulnerable to Server-side Request Forgery SSRF via the prepareDestination rewrite/redirect handling in packages/next/src/shared/lib/router/utils/prepare-destination.ts. An attacker can make the application proxy a request t...

8.3CVSS5.9AI score0.00782EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/07/22 11:0 p.m.14 views

Insertion of Sensitive Information Into Sent Data

Overview next is a react framework. Affected versions of this package are vulnerable to Insertion of Sensitive Information Into Sent Data in action-handler.ts and action-utils.ts. An attacker can enumerate internal Server Action IDs by sending crafted Next-Action requests or probing client-served...

6.3CVSS5.9AI score0.00516EPSS
SaveExploits0References2
Patchstack
Patchstack
added 2026/07/22 11:0 p.m.13 views

NPM: Next.js: Unauthenticated disclosure of internal Server Function endpoints

NPM: Next.js: Unauthenticated disclosure of internal Server Function endpoints vulnerability discovered by ? in WordPress Npm next versions = 13.0.0, 15.5.21...

6.3CVSS5.3AI score0.00516EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/07/22 11:0 p.m.7 views

GHSA-955P-X3MX-JCVP Next.js: Unauthenticated disclosure of internal Server Function endpoints

Impact In Next.js applications using App Router, Server Actions use server or use cache endpoints can be disclosed bypassing any authentication on the pages where these endpoints are usually used. Server Action IDs can be disclosed to unauthenticated users via publicly served client artifacts for...

6.3CVSS5.3AI score0.00516EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/07/22 11:0 p.m.15 views

Next.js: Unauthenticated disclosure of internal Server Function endpoints

Impact In Next.js applications using App Router, Server Actions use server or use cache endpoints can be disclosed bypassing any authentication on the pages where these endpoints are usually used. Server Action IDs can be disclosed to unauthenticated users via publicly served client artifacts for...

6.3CVSS5.3AI score0.00516EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/07/22 10:59 p.m.7 views

GHSA-6GPP-XCG3-4W24 Next.js: Middleware / Proxy bypass in App Router applications using Turbopack and single locale

Impact Crafted requests targeting Next.js applications using App Router built with Turbopack and a single entry in config.i18n.locales can bypass middleware/proxy based authentication. Workarounds If you cannot upgrade immediately, enforce authorization in the page's server-side data path instead...

8.3CVSS5.3AI score0.00948EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/07/22 10:59 p.m.15 views

Next.js: Middleware / Proxy bypass in App Router applications using Turbopack and single locale

Impact Crafted requests targeting Next.js applications using App Router built with Turbopack and a single entry in config.i18n.locales can bypass middleware/proxy based authentication. Workarounds If you cannot upgrade immediately, enforce authorization in the page's server-side data path instead...

8.3CVSS5.3AI score0.00948EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder