Merge pull request #8792 from projectdiscovery/node-ecstatic-internal-path

Create node-ecstatic-internal-path.yaml
patch-1
Ritik Chaddha 2023-12-20 12:55:13 +05:30 committed by GitHub
commit c2b1b0e936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
id: node-ecstatic-internal-path
info:
name: Node ecstatic Internal Path - Exposure
author: DhiyaneshDK
severity: low
reference:
- https://tripla.dk/2020/03/26/multiple-vulnerabilities-in-nodejs-ecstatic-http-server-http-party/
metadata:
max-request: 1
verified: true
shodan-query: 'server: "ecstatic"'
tags: node,js,exposure,ecstatic
variables:
payload: '{{repeat("A", 1000)}}'
http:
- method: GET
path:
- "{{BaseURL}}/{{payload}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'ENAMETOOLONG'
- 'stat'
condition: and
- type: status
status:
- 500