nuclei-templates/code/privilege-escalation/linux/binary/privesc-sqlite3.yaml

48 lines
1.2 KiB
YAML

id: privesc-sqlite3
info:
name: sqlite3 - Privilege Escalation
author: daffainfo
severity: high
description: |
sqlite3 is a lightweight, self-contained, and serverless SQL database engine. It is widely used in embedded systems, mobile devices, and small to medium-sized applications.
reference:
- https://gtfobins.github.io/gtfobins/sqlite3/
metadata:
verified: true
tags: code,linux,sqlite3,privesc
self-contained: true
code:
- engine:
- sh
- bash
source: |
whoami
- engine:
- sh
- bash
source: |
sqlite3 /dev/null '.shell whoami'
- engine:
- sh
- bash
source: |
sudo sqlite3 /dev/null '.shell whoami'
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")'
condition: or
# digest: 4b0a00483046022100b4867d1b9d79db5d65c779b564460f5ed40d23a044551e3f8c6aa4ef3227a09d022100a51e2e31cc8ad753a5a8a48ce0eba09730d0eea67d7b1a247f64df771e2a7542:922c64590222798bb761d5b6d8e72950