2023-12-10 09:16:31 +00:00
|
|
|
id: node-ecstatic-internal-path
|
|
|
|
|
|
|
|
info:
|
2023-12-20 07:21:00 +00:00
|
|
|
name: Node ecstatic Internal Path - Exposure
|
2023-12-10 09:16:31 +00:00
|
|
|
author: DhiyaneshDK
|
|
|
|
severity: low
|
2024-01-02 15:45:12 +00:00
|
|
|
description: Internal path exposure in Node ecstatic.
|
2023-12-10 09:16:31 +00:00
|
|
|
reference:
|
|
|
|
- https://tripla.dk/2020/03/26/multiple-vulnerabilities-in-nodejs-ecstatic-http-server-http-party/
|
|
|
|
metadata:
|
|
|
|
verified: true
|
2024-01-14 13:49:27 +00:00
|
|
|
max-request: 1
|
2023-12-10 09:16:31 +00:00
|
|
|
shodan-query: 'server: "ecstatic"'
|
2023-12-20 07:21:00 +00:00
|
|
|
tags: node,js,exposure,ecstatic
|
2023-12-10 09:16:31 +00:00
|
|
|
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
|
2024-01-15 11:49:24 +00:00
|
|
|
# digest: 4b0a00483046022100d0496a138f7d3e28153d3432a950541079bc1044bea6e7a105c9261848f1d05902210084872aaad863864f7a1c42e262ac62f1412b069a633dbdcd1248ba5dc6ffdad6:922c64590222798bb761d5b6d8e72950
|