Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:npm/next@14.0.2
purl pkg:npm/next@14.0.2
Next non-vulnerable version 15.5.14
Latest non-vulnerable version 16.2.3
Risk 10.0
Vulnerabilities affecting this package (17)
Vulnerability Summary Fixed by
VCID-1qzn-gxkv-wye3
Aliases:
GHSA-mwv6-3258-q52c
Next Vulnerable to Denial of Service with Server Components A vulnerability affects certain React packages for versions 19.0.0, 19.0.1, 19.1.0, 19.1.1, 19.1.2, 19.2.0, and 19.2.1 and frameworks that use the affected packages, including Next.js 15.x and 16.x using the App Router. The issue is tracked upstream as [CVE-2025-55184](https://www.cve.org/CVERecord?id=CVE-2025-55184). A malicious HTTP request can be crafted and sent to any App Router endpoint that, when deserialized, can cause the server process to hang and consume CPU. This can result in denial of service in unpatched environments.
14.2.34
Affected by 5 other vulnerabilities.
14.3.0-canary.0
Affected by 4 other vulnerabilities.
15.0.6
Affected by 6 other vulnerabilities.
15.1.0
Affected by 13 other vulnerabilities.
15.1.10
Affected by 6 other vulnerabilities.
15.2.7
Affected by 6 other vulnerabilities.
15.3.7
Affected by 6 other vulnerabilities.
15.4.9
Affected by 6 other vulnerabilities.
15.5.0
Affected by 5 other vulnerabilities.
15.5.8
Affected by 6 other vulnerabilities.
15.6.0-canary.59
Affected by 4 other vulnerabilities.
16.0.9
Affected by 9 other vulnerabilities.
16.1.0-canary.17
Affected by 9 other vulnerabilities.
VCID-3szn-4nn4-3fek
Aliases:
CVE-2024-56332
GHSA-7m27-7ghc-44w9
Next.js Allows a Denial of Service (DoS) with Server Actions ### Impact A Denial of Service (DoS) attack allows attackers to construct requests that leaves requests to Server Actions hanging until the hosting provider cancels the function execution. _Note: Next.js server is idle during that time and only keeps the connection open. CPU and memory footprint are low during that time._ Deployments without any protection against long running Server Action invocations are especially vulnerable. Hosting providers like Vercel or Netlify set a default maximum duration on function execution to reduce the risk of excessive billing. This is the same issue as if the incoming HTTP request has an invalid `Content-Length` header or never closes. If the host has no other mitigations to those then this vulnerability is novel. This vulnerability affects only Next.js deployments using Server Actions. ### Patches This vulnerability was resolved in Next.js 14.2.21, 15.1.2, and 13.5.8. We recommend that users upgrade to a safe version. ### Workarounds There are no official workarounds for this vulnerability. ### Credits Thanks to the PackDraw team for responsibly disclosing this vulnerability.
14.2.21
Affected by 12 other vulnerabilities.
15.1.2
Affected by 15 other vulnerabilities.
VCID-54qu-9bx2-9ka8
Aliases:
CVE-2025-57822
GHSA-4342-x723-ch2f
Next.js Improper Middleware Redirect Handling Leads to SSRF A vulnerability in **Next.js Middleware** has been fixed in **v14.2.32** and **v15.4.7**. The issue occurred when request headers were directly passed into `NextResponse.next()`. In self-hosted applications, this could allow Server-Side Request Forgery (SSRF) if certain sensitive headers from the incoming request were reflected back into the response. All users implementing custom middleware logic in self-hosted environments are strongly encouraged to upgrade and verify correct usage of the `next()` function. More details at [Vercel Changelog](https://vercel.com/changelog/cve-2025-57822)
14.2.32
Affected by 6 other vulnerabilities.
15.4.7
Affected by 8 other vulnerabilities.
VCID-5kj1-stm6-8qgv
Aliases:
CVE-2026-29057
GHSA-ggv3-7p47-pfv8
Next.js: HTTP request smuggling in rewrites ## Summary When Next.js rewrites proxy traffic to an external backend, a crafted `DELETE`/`OPTIONS` request using `Transfer-Encoding: chunked` could trigger request boundary disagreement between the proxy and backend. This could allow request smuggling through rewritten routes. ## Impact An attacker could smuggle a second request to unintended backend routes (for example, internal/admin endpoints), bypassing assumptions that only the configured rewrite destination/path is reachable. This does not impact applications hosted on providers that handle rewrites at the CDN level, such as Vercel. ## Patches The vulnerability originated in an upstream library vendored by Next.js. It is fixed by updating that dependency’s behavior so `content-length: 0` is added only when both `content-length` and `transfer-encoding` are absent, and `transfer-encoding` is no longer removed in that code path. ## Workarounds If upgrade is not immediately possible: - Block chunked `DELETE`/`OPTIONS` requests on rewritten routes at your edge/proxy. - Enforce authentication/authorization on backend routes per our [security guidance](https://nextjs.org/docs/app/guides/data-security).
15.5.13
Affected by 1 other vulnerability.
16.1.7
Affected by 0 other vulnerabilities.
VCID-fpzm-tpp7-jbft
Aliases:
GHSA-5j59-xgg2-r9c4
Next has a Denial of Service with Server Components - Incomplete Fix Follow-Up It was discovered that the fix for [CVE-2025-55184](https://github.com/advisories/GHSA-2m3v-v2m8-q956) in React Server Components was incomplete and did not fully mitigate denial-of-service conditions across all payload types. As a result, certain crafted inputs could still trigger excessive resource consumption. This vulnerability affects React versions 19.0.2, 19.1.3, and 19.2.2, as well as frameworks that bundle or depend on these versions, including Next.js 13.x, 14.x, 15.x, and 16.x when using the App Router. The issue is tracked upstream as [CVE-2025-67779](https://www.cve.org/CVERecord?id=CVE-2025-67779). A malicious actor can send a specially crafted HTTP request to a Server Function endpoint that, when deserialized, causes the React Server Components runtime to enter an infinite loop. This can lead to sustained CPU consumption and cause the affected server process to become unresponsive, resulting in a denial-of-service condition in unpatched environments.
14.2.35
Affected by 4 other vulnerabilities.
15.0.7
Affected by 5 other vulnerabilities.
15.1.11
Affected by 5 other vulnerabilities.
15.2.8
Affected by 5 other vulnerabilities.
15.3.8
Affected by 5 other vulnerabilities.
15.4.10
Affected by 5 other vulnerabilities.
15.5.9
Affected by 5 other vulnerabilities.
15.6.0-canary.60
Affected by 3 other vulnerabilities.
16.0.10
Affected by 8 other vulnerabilities.
16.1.0-canary.19
Affected by 8 other vulnerabilities.
VCID-fwnm-krm1-6kh6
Aliases:
CVE-2024-47831
GHSA-g77x-44xx-532m
Denial of Service condition in Next.js image optimization ### Impact The image optimization feature of Next.js contained a vulnerability which allowed for a potential Denial of Service (DoS) condition which could lead to excessive CPU consumption. **Not affected:** - The `next.config.js` file is configured with `images.unoptimized` set to `true` or `images.loader` set to a non-default value. - The Next.js application is hosted on Vercel. ### Patches This issue was fully patched in Next.js `14.2.7`. We recommend that users upgrade to at least this version. ### Workarounds Ensure that the `next.config.js` file has either `images.unoptimized`, `images.loader` or `images.loaderFile` assigned. #### Credits Brandon Dahler (brandondahler), AWS Dimitrios Vlastaras
14.2.7
Affected by 15 other vulnerabilities.
VCID-jst7-263v-1ydx
Aliases:
CVE-2025-29927
GHSA-f82v-jwr5-mffw
Authorization Bypass in Next.js Middleware # Impact It is possible to bypass authorization checks within a Next.js application, if the authorization check occurs in middleware. # Patches * For Next.js 15.x, this issue is fixed in `15.2.3` * For Next.js 14.x, this issue is fixed in `14.2.25` * For Next.js 13.x, this issue is fixed in 13.5.9 * For Next.js 12.x, this issue is fixed in 12.3.5 * For Next.js 11.x, consult the below workaround. _Note: Next.js deployments hosted on Vercel are automatically protected against this vulnerability._ # Workaround If patching to a safe version is infeasible, we recommend that you prevent external user requests which contain the `x-middleware-subrequest` header from reaching your Next.js application. ## Credits - Allam Rachid (zhero;) - Allam Yasser (inzo_)
14.2.25
Affected by 11 other vulnerabilities.
15.2.3
Affected by 12 other vulnerabilities.
VCID-qz2s-22e2-ufg9
Aliases:
CVE-2026-27980
GHSA-3x4c-7xq6-9pq8
Next.js: Unbounded next/image disk cache growth can exhaust storage ## Summary The default Next.js image optimization disk cache (`/_next/image`) did not have a configurable upper bound, allowing unbounded cache growth. ## Impact An attacker could generate many unique image-optimization variants and exhaust disk space, causing denial of service. Note that this does not impact platforms that have their own image optimization capabilities, such as Vercel. ## Patches Fixed by adding an LRU-backed disk cache with `images.maximumDiskCacheSize`, including eviction of least-recently-used entries when the limit is exceeded. Setting `maximumDiskCacheSize: 0` disables disk caching. ## Workarounds If upgrade is not immediately possible: - Periodically clean `.next/cache/images`. - Reduce variant cardinality (e.g., tighten values for `images.localPatterns`, `images.remotePatterns`, and `images.qualities`)
15.5.14
Affected by 0 other vulnerabilities.
15.6.0-canary.0
Affected by 5 other vulnerabilities.
16.1.7
Affected by 0 other vulnerabilities.
VCID-r4pw-m8mz-xbdq
Aliases:
CVE-2025-57752
GHSA-g5qg-72qw-gw5v
Next.js Affected by Cache Key Confusion for Image Optimization API Routes A vulnerability in Next.js Image Optimization has been fixed in v15.4.5 and v14.2.31. When images returned from API routes vary based on request headers (such as `Cookie` or `Authorization`), these responses could be incorrectly cached and served to unauthorized users due to a cache key confusion bug. All users are encouraged to upgrade if they use API routes to serve images that depend on request headers and have image optimization enabled. More details at [Vercel Changelog](https://vercel.com/changelog/cve-2025-57752)
14.2.31
Affected by 7 other vulnerabilities.
15.4.5
Affected by 9 other vulnerabilities.
VCID-sjdx-v2z6-3fcw
Aliases:
CVE-2025-55173
GHSA-xv57-4mr9-wg8v
Next.js Content Injection Vulnerability for Image Optimization A vulnerability in **Next.js Image Optimization** has been fixed in **v15.4.5** and **v14.2.31**. The issue allowed attacker-controlled external image sources to trigger file downloads with arbitrary content and filenames under specific configurations. This behavior could be abused for phishing or malicious file delivery. All users relying on `images.domains` or `images.remotePatterns` are encouraged to upgrade and verify that external image sources are strictly validated. More details at [Vercel Changelog](https://vercel.com/changelog/cve-2025-55173)
14.2.31
Affected by 7 other vulnerabilities.
15.4.5
Affected by 9 other vulnerabilities.
VCID-ub68-nqch-bkdm
Aliases:
CVE-2025-48068
GHSA-3h52-269p-cp9r
Information exposure in Next.js dev server due to lack of origin verification ## Summary A low-severity vulnerability in **Next.js** has been fixed in **version 15.2.2**. This issue may have allowed limited source code exposure when the dev server was running with the App Router enabled. The vulnerability only affects local development environments and requires the user to visit a malicious webpage while `npm run dev` is active. Because the mitigation is potentially a breaking change for some development setups, to opt-in to the fix, you must configure `allowedDevOrigins` in your next config after upgrading to a patched version. [Learn more](https://nextjs.org/docs/app/api-reference/config/next-config-js/allowedDevOrigins). Learn more: https://vercel.com/changelog/cve-2025-48068 ## Credit Thanks to [sapphi-red](https://github.com/sapphi-red) and [Radman Siddiki](https://github.com/R4356th) for responsibly disclosing this issue.
14.2.30
Affected by 9 other vulnerabilities.
14.3.0-canary.0
Affected by 4 other vulnerabilities.
15.2.2
Affected by 12 other vulnerabilities.
VCID-ukfu-ane3-vfch
Aliases:
CVE-2024-51479
GHSA-7gfc-8cq8-jh5f
Next.js authorization bypass vulnerability ### Impact If a Next.js application is performing authorization in middleware based on pathname, it was possible for this authorization to be bypassed. ### Patches This issue was patched in Next.js `14.2.15` and later. If your Next.js application is hosted on Vercel, this vulnerability has been automatically mitigated, regardless of Next.js version. ### Workarounds There are no official workarounds for this vulnerability. #### Credits We'd like to thank [tyage](http://github.com/tyage) (GMO CyberSecurity by IERAE) for responsible disclosure of this issue.
14.2.15
Affected by 13 other vulnerabilities.
VCID-v81y-zgg2-8ycf
Aliases:
CVE-2024-46982
GHSA-gp8f-8m3g-qvj9
Next.js Cache Poisoning ### Impact By sending a crafted HTTP request, it is possible to poison the cache of a non-dynamic server-side rendered route in the pages router (this does not affect the app router). When this crafted request is sent it could coerce Next.js to cache a route that is meant to not be cached and send a `Cache-Control: s-maxage=1, stale-while-revalidate` header which some upstream CDNs may cache as well. To be potentially affected all of the following must apply: - Next.js between 13.5.1 and 14.2.9 - Using pages router - Using non-dynamic server-side rendered routes e.g. `pages/dashboard.tsx` not `pages/blog/[slug].tsx` The below configurations are unaffected: - Deployments using only app router - Deployments on [Vercel](https://vercel.com/) are not affected ### Patches This vulnerability was resolved in Next.js v13.5.7, v14.2.10, and later. We recommend upgrading regardless of whether you can reproduce the issue or not. ### Workarounds There are no official or recommended workarounds for this issue, we recommend that users patch to a safe version. #### Credits - Allam Rachid (zhero_) - Henry Chen
14.2.10
Affected by 14 other vulnerabilities.
VCID-vwym-qr5h-fue8
Aliases:
CVE-2025-32421
GHSA-qpjv-v59x-3qc4
Next.js Race Condition to Cache Poisoning **Summary** We received a responsible disclosure from Allam Rachid (zhero) for a low-severity race-condition vulnerability in Next.js. This issue only affects the **Pages Router** under certain misconfigurations, causing normal endpoints to serve `pageProps` data instead of standard HTML. [Learn more here](https://vercel.com/changelog/cve-2025-32421) **Credit** Thank you to **Allam Rachid (zhero)** for the responsible disclosure. This research was rewarded as part of our bug bounty program.
14.2.24
Affected by 11 other vulnerabilities.
15.1.6
Affected by 14 other vulnerabilities.
VCID-w35n-bwuy-5kce
Aliases:
GHSA-h25m-26qc-wcjf
Next.js HTTP request deserialization can lead to DoS when using insecure React Server Components A vulnerability affects certain React Server Components packages for versions 19.0.x, 19.1.x, and 19.2.x and frameworks that use the affected packages, including Next.js 13.x, 14.x, 15.x, and 16.x using the App Router. The issue is tracked upstream as [CVE-2026-23864](https://github.com/facebook/react/security/advisories/GHSA-83fc-fqcc-2hmg). A specially crafted HTTP request can be sent to any App Router Server Function endpoint that, when deserialized, may trigger excessive CPU usage, out-of-memory exceptions, or server crashes. This can result in denial of service in unpatched environments.
15.0.8
Affected by 4 other vulnerabilities.
15.1.12
Affected by 4 other vulnerabilities.
15.2.9
Affected by 4 other vulnerabilities.
15.3.9
Affected by 4 other vulnerabilities.
15.4.11
Affected by 4 other vulnerabilities.
15.5.10
Affected by 3 other vulnerabilities.
15.6.0-canary.61
Affected by 1 other vulnerability.
16.0.11
Affected by 7 other vulnerabilities.
16.1.5
Affected by 5 other vulnerabilities.
VCID-xu9v-gnn9-bfhf
Aliases:
CVE-2024-34351
GHSA-fr5h-rqp8-mj6g
Next.js Server-Side Request Forgery in Server Actions ### Impact A Server-Side Request Forgery (SSRF) vulnerability was identified in Next.js Server Actions by security researchers at Assetnote. If the `Host` header is modified, and the below conditions are also met, an attacker may be able to make requests that appear to be originating from the Next.js application server itself. #### Prerequisites * Next.js (`<14.1.1`) is running in a self-hosted* manner. * The Next.js application makes use of Server Actions. * The Server Action performs a redirect to a relative path which starts with a `/`. \* Many hosting providers (including Vercel) route requests based on the Host header, so we do not believe that this vulnerability affects any Next.js applications where routing is done in this manner. ### Patches This vulnerability was patched in [#62561](https://github.com/vercel/next.js/pull/62561) and fixed in Next.js `14.1.1`. ### Workarounds There are no official workarounds for this vulnerability. We recommend upgrading to Next.js `14.1.1`. ### Credit Vercel and the Next.js team thank Assetnote for responsibly disclosing this issue to us, and for working with us to verify the fix. Thanks to: Adam Kues - Assetnote Shubham Shah - Assetnote
14.1.1
Affected by 16 other vulnerabilities.
VCID-xv6q-hbf8-b7b1
Aliases:
CVE-2025-59471
GHSA-9g9p-9gw9-jx7f
Next.js self-hosted applications vulnerable to DoS via Image Optimizer remotePatterns configuration A DoS vulnerability exists in self-hosted Next.js applications that have `remotePatterns` configured for the Image Optimizer. The image optimization endpoint (`/_next/image`) loads external images entirely into memory without enforcing a maximum size limit, allowing an attacker to cause out-of-memory conditions by requesting optimization of arbitrarily large images. This vulnerability requires that `remotePatterns` is configured to allow image optimization from external domains and that the attacker can serve or control a large image on an allowed domain. Strongly consider upgrading to 15.5.10 and 16.1.5 to reduce risk and prevent availability issues in Next applications.
15.5.10
Affected by 3 other vulnerabilities.
16.1.5
Affected by 5 other vulnerabilities.
Vulnerabilities fixed by this package (0)
Vulnerability Summary Aliases
This package is not known to fix vulnerabilities.

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-19T18:06:51.585076+00:00 GitLab Importer Affected by VCID-5kj1-stm6-8qgv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/CVE-2026-29057.yml 38.4.0
2026-04-19T18:06:11.969259+00:00 GitLab Importer Affected by VCID-qz2s-22e2-ufg9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/CVE-2026-27980.yml 38.4.0
2026-04-17T00:13:12.963992+00:00 GitLab Importer Affected by VCID-w35n-bwuy-5kce https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/GHSA-h25m-26qc-wcjf.yml 38.4.0
2026-04-17T00:12:49.553528+00:00 GitLab Importer Affected by VCID-xv6q-hbf8-b7b1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/CVE-2025-59471.yml 38.4.0
2026-04-17T00:02:55.925029+00:00 GitLab Importer Affected by VCID-fpzm-tpp7-jbft https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/GHSA-5j59-xgg2-r9c4.yml 38.4.0
2026-04-17T00:02:43.296897+00:00 GitLab Importer Affected by VCID-1qzn-gxkv-wye3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/GHSA-mwv6-3258-q52c.yml 38.4.0
2026-04-16T23:39:39.509256+00:00 GitLab Importer Affected by VCID-54qu-9bx2-9ka8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/CVE-2025-57822.yml 38.4.0
2026-04-16T23:39:27.219343+00:00 GitLab Importer Affected by VCID-sjdx-v2z6-3fcw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/CVE-2025-55173.yml 38.4.0
2026-04-16T23:39:10.341465+00:00 GitLab Importer Affected by VCID-r4pw-m8mz-xbdq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/CVE-2025-57752.yml 38.4.0
2026-04-16T23:29:43.492200+00:00 GitLab Importer Affected by VCID-ub68-nqch-bkdm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/CVE-2025-48068.yml 38.4.0
2026-04-16T23:28:55.395979+00:00 GitLab Importer Affected by VCID-vwym-qr5h-fue8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/CVE-2025-32421.yml 38.4.0
2026-04-16T23:24:43.725015+00:00 GitLab Importer Affected by VCID-jst7-263v-1ydx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/CVE-2025-29927.yml 38.4.0
2026-04-16T23:18:01.835715+00:00 GitLab Importer Affected by VCID-3szn-4nn4-3fek https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/CVE-2024-56332.yml 38.4.0
2026-04-16T23:17:07.665180+00:00 GitLab Importer Affected by VCID-ukfu-ane3-vfch https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/CVE-2024-51479.yml 38.4.0
2026-04-16T23:11:39.581547+00:00 GitLab Importer Affected by VCID-fwnm-krm1-6kh6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/CVE-2024-47831.yml 38.4.0
2026-04-16T23:08:11.468695+00:00 GitLab Importer Affected by VCID-v81y-zgg2-8ycf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/CVE-2024-46982.yml 38.4.0
2026-04-16T22:57:33.948933+00:00 GitLab Importer Affected by VCID-xu9v-gnn9-bfhf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/CVE-2024-34351.yml 38.4.0
2026-04-16T03:20:47.386504+00:00 GHSA Importer Affected by VCID-jst7-263v-1ydx https://github.com/advisories/GHSA-f82v-jwr5-mffw 38.4.0
2026-04-12T01:37:05.686188+00:00 GitLab Importer Affected by VCID-w35n-bwuy-5kce https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/GHSA-h25m-26qc-wcjf.yml 38.3.0
2026-04-12T01:36:40.563973+00:00 GitLab Importer Affected by VCID-xv6q-hbf8-b7b1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/CVE-2025-59471.yml 38.3.0
2026-04-12T01:25:57.644003+00:00 GitLab Importer Affected by VCID-fpzm-tpp7-jbft https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/GHSA-5j59-xgg2-r9c4.yml 38.3.0
2026-04-12T01:25:44.364085+00:00 GitLab Importer Affected by VCID-1qzn-gxkv-wye3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/GHSA-mwv6-3258-q52c.yml 38.3.0
2026-04-12T01:00:22.913620+00:00 GitLab Importer Affected by VCID-54qu-9bx2-9ka8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/CVE-2025-57822.yml 38.3.0
2026-04-12T01:00:08.464256+00:00 GitLab Importer Affected by VCID-sjdx-v2z6-3fcw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/CVE-2025-55173.yml 38.3.0
2026-04-12T00:59:49.203723+00:00 GitLab Importer Affected by VCID-r4pw-m8mz-xbdq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/CVE-2025-57752.yml 38.3.0
2026-04-12T00:49:20.890270+00:00 GitLab Importer Affected by VCID-ub68-nqch-bkdm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/CVE-2025-48068.yml 38.3.0
2026-04-12T00:48:34.697559+00:00 GitLab Importer Affected by VCID-vwym-qr5h-fue8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/CVE-2025-32421.yml 38.3.0
2026-04-12T00:44:04.421079+00:00 GitLab Importer Affected by VCID-jst7-263v-1ydx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/CVE-2025-29927.yml 38.3.0
2026-04-12T00:36:48.866388+00:00 GitLab Importer Affected by VCID-3szn-4nn4-3fek https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/CVE-2024-56332.yml 38.3.0
2026-04-12T00:35:53.187245+00:00 GitLab Importer Affected by VCID-ukfu-ane3-vfch https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/CVE-2024-51479.yml 38.3.0
2026-04-12T00:30:04.107363+00:00 GitLab Importer Affected by VCID-fwnm-krm1-6kh6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/CVE-2024-47831.yml 38.3.0
2026-04-12T00:26:22.165877+00:00 GitLab Importer Affected by VCID-v81y-zgg2-8ycf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/CVE-2024-46982.yml 38.3.0
2026-04-12T00:15:37.715849+00:00 GitLab Importer Affected by VCID-xu9v-gnn9-bfhf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/CVE-2024-34351.yml 38.3.0
2026-04-11T14:49:35.511004+00:00 GHSA Importer Affected by VCID-jst7-263v-1ydx https://github.com/advisories/GHSA-f82v-jwr5-mffw 38.3.0
2026-04-03T01:46:07.326784+00:00 GitLab Importer Affected by VCID-w35n-bwuy-5kce https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/GHSA-h25m-26qc-wcjf.yml 38.1.0
2026-04-03T01:45:41.943024+00:00 GitLab Importer Affected by VCID-xv6q-hbf8-b7b1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/CVE-2025-59471.yml 38.1.0
2026-04-03T01:34:36.636632+00:00 GitLab Importer Affected by VCID-fpzm-tpp7-jbft https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/GHSA-5j59-xgg2-r9c4.yml 38.1.0
2026-04-03T01:34:23.073810+00:00 GitLab Importer Affected by VCID-1qzn-gxkv-wye3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/GHSA-mwv6-3258-q52c.yml 38.1.0
2026-04-03T01:08:34.554511+00:00 GitLab Importer Affected by VCID-54qu-9bx2-9ka8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/CVE-2025-57822.yml 38.1.0
2026-04-03T01:08:20.519979+00:00 GitLab Importer Affected by VCID-sjdx-v2z6-3fcw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/CVE-2025-55173.yml 38.1.0
2026-04-03T01:08:01.870552+00:00 GitLab Importer Affected by VCID-r4pw-m8mz-xbdq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/CVE-2025-57752.yml 38.1.0
2026-04-03T00:57:21.466419+00:00 GitLab Importer Affected by VCID-ub68-nqch-bkdm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/CVE-2025-48068.yml 38.1.0
2026-04-03T00:56:34.729860+00:00 GitLab Importer Affected by VCID-vwym-qr5h-fue8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/CVE-2025-32421.yml 38.1.0
2026-04-03T00:52:01.453796+00:00 GitLab Importer Affected by VCID-jst7-263v-1ydx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/CVE-2025-29927.yml 38.1.0
2026-04-03T00:44:41.410045+00:00 GitLab Importer Affected by VCID-3szn-4nn4-3fek https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/CVE-2024-56332.yml 38.1.0
2026-04-03T00:43:39.747619+00:00 GitLab Importer Affected by VCID-ukfu-ane3-vfch https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/CVE-2024-51479.yml 38.1.0
2026-04-03T00:37:44.048268+00:00 GitLab Importer Affected by VCID-fwnm-krm1-6kh6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/CVE-2024-47831.yml 38.1.0
2026-04-03T00:34:01.366668+00:00 GitLab Importer Affected by VCID-v81y-zgg2-8ycf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/CVE-2024-46982.yml 38.1.0
2026-04-03T00:22:39.850902+00:00 GitLab Importer Affected by VCID-xu9v-gnn9-bfhf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/next/CVE-2024-34351.yml 38.1.0
2026-04-02T15:29:35.180106+00:00 GHSA Importer Affected by VCID-jst7-263v-1ydx https://github.com/advisories/GHSA-f82v-jwr5-mffw 38.1.0