Create node-ecstatic-internal-path.yaml

patch-1
Dhiyaneshwaran 2023-12-10 14:46:31 +05:30 committed by GitHub
parent bc22395721
commit 660a3ea828
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 - Disclosure
author: DhiyaneshDK
severity: low
reference:
- https://tripla.dk/2020/03/26/multiple-vulnerabilities-in-nodejs-ecstatic-http-server-http-party/
metadata:
verified: true
shodan-query: 'server: "ecstatic"'
max-request: 1
tags: node,js,info-leak,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