2024-01-22 13:29:57 +00:00
|
|
|
id: privesc-ash
|
2023-12-13 15:07:24 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: Ash - Privilege Escalation
|
|
|
|
author: daffainfo
|
|
|
|
severity: high
|
2024-01-22 13:29:57 +00:00
|
|
|
description: |
|
|
|
|
Ash allows the value of a variable to be set at the same time it is marked read only by writing readonly name=value With no arguments
|
2024-01-22 15:41:14 +00:00
|
|
|
reference:
|
2024-01-22 13:29:57 +00:00
|
|
|
- https://gtfobins.github.io/gtfobins/ash/
|
2023-12-13 15:07:24 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
2024-01-29 11:58:34 +00:00
|
|
|
max-request: 3
|
2024-01-31 17:41:31 +00:00
|
|
|
tags: code,linux,ash,privesc,local
|
2023-12-13 15:07:24 +00:00
|
|
|
|
|
|
|
self-contained: true
|
|
|
|
code:
|
|
|
|
- engine:
|
|
|
|
- sh
|
|
|
|
- bash
|
|
|
|
source: |
|
2024-01-22 13:29:57 +00:00
|
|
|
whoami
|
2023-12-13 15:07:24 +00:00
|
|
|
|
|
|
|
- engine:
|
|
|
|
- sh
|
|
|
|
- bash
|
|
|
|
source: |
|
2024-01-22 13:29:57 +00:00
|
|
|
ash -c 'whoami'
|
2023-12-13 15:07:24 +00:00
|
|
|
|
|
|
|
- engine:
|
|
|
|
- sh
|
|
|
|
- bash
|
|
|
|
source: |
|
2024-01-22 13:29:57 +00:00
|
|
|
sudo ash -c 'whoami'
|
2023-12-13 15:07:24 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
2024-01-22 13:29:57 +00:00
|
|
|
- type: word
|
|
|
|
part: code_1_response
|
|
|
|
words:
|
|
|
|
- "root"
|
|
|
|
negative: true
|
2023-12-13 15:07:24 +00:00
|
|
|
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
|
|
|
- 'contains(code_2_response, "root")'
|
|
|
|
- 'contains(code_3_response, "root")'
|
2024-01-22 16:20:01 +00:00
|
|
|
condition: or
|
2024-01-31 17:43:39 +00:00
|
|
|
# digest: 4a0a00473045022073824aab7529fe8c91f63415d0f4ef956229e29ad77d523aae3e0dda2db7cc7f0221009a6a43a288911d7294b0c5e30d209f8bd26c2bf0a3add2f2b6cc0afe5135704f:922c64590222798bb761d5b6d8e72950
|