56 lines
1.6 KiB
YAML
56 lines
1.6 KiB
YAML
id: privesc-node
|
|
|
|
info:
|
|
name: Node - Privilege Escalation
|
|
author: daffainfo
|
|
severity: high
|
|
description: |
|
|
Node.js is a popular open-source, cross-platform JavaScript runtime environment that executes JavaScript code outside of a web browser. It is commonly used for building scalable network applications and is known for its event-driven, non-blocking I/O model. Node.js is widely used for server-side scripting and has a large ecosystem of libraries and frameworks.
|
|
reference:
|
|
- https://gtfobins.github.io/gtfobins/node/
|
|
metadata:
|
|
max-request: 4
|
|
verified: true
|
|
tags: code,linux,node,privesc
|
|
|
|
self-contained: true
|
|
code:
|
|
- engine:
|
|
- sh
|
|
- bash
|
|
source: |
|
|
whoami
|
|
|
|
- engine:
|
|
- sh
|
|
- bash
|
|
source: |
|
|
node -e 'require("child_process").spawn("whoami", {stdio: [0, 1, 2]})'
|
|
|
|
- engine:
|
|
- sh
|
|
- bash
|
|
source: |
|
|
sudo node -e 'require("child_process").spawn("whoami", {stdio: [0, 1, 2]})'
|
|
|
|
- engine:
|
|
- sh
|
|
- bash
|
|
source: |
|
|
node -e 'process.setuid(0); require("child_process").spawn("whoami", {stdio: [0, 1, 2]})'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: code_1_response
|
|
words:
|
|
- "root"
|
|
negative: true
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- 'contains(code_2_response, "root")'
|
|
- 'contains(code_3_response, "root")'
|
|
- 'contains(code_4_response, "root")'
|
|
condition: or
|
|
# digest: 4a0a0047304502207a539b1ed93f5819c72010300b7dd88446e67aa69dc5be62b7a8ecbe4d29ccc7022100b89c80284a428fc7b410072ad03eeb38258869b2136210d2b4606eb2c3b9c7cc:922c64590222798bb761d5b6d8e72950 |