codekit-config-exposure: CodeKit Configuration Exposure

2026-01-08 CodeKit PoC Public

Description

Detected exposed CodeKit configuration files that may have revealed sensitive project information, including file paths, build settings, hooks, and project structure.

PoC

id: codekit-config-exposure

info:
  name: CodeKit Configuration Exposure
  author: pussycat0x
  severity: low
  description: |
    Detected exposed CodeKit configuration files that may have revealed sensitive project information, including file paths, build settings, hooks, and project structure.
  reference:
    - https://codekitapp.com/
    - https://owasp.org/www-project-web-security-testing-guide/
  metadata:
    max-request: 3
    verified: true
  tags: codekit,config,exposure,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/config.codekit3"
      - "{{BaseURL}}/config.codekit"
      - "{{BaseURL}}/assets/js/config.codekit3"

    stop-at-first-match: true
    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains_all(body, "This is a CodeKit 3 project config file","creatorBuild","uuidString")'
        condition: and
# digest: 4a0a0047304502210092bad36f68613b5a47f52914c8aba77bcc2135481702180bd794d10ef0b32c6f022024d93c256639e61960fdd8985d8c7cba4472624d7c802652153a35256184c3fc:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities