travis-ci-disclosure: Travis CI Disclosure

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

漏洞描述

Travis CI is a Software as a Service (SaaS) based continuous integration service used to build and test software projects. By defining a configuration file named `.travis.yml` in their source code repositories, developers can customize their applications build workflows.

PoC代码[已公开]

id: travis-ci-disclosure

info:
  name: Travis CI Disclosure
  author: DhiyaneshDK,AmirHossein Raeisi
  severity: high
  description: |
    Travis CI is a Software as a Service (SaaS) based continuous integration service used to build and test software projects. By defining a configuration file named `.travis.yml` in their source code repositories, developers can customize their applications build workflows.
  remediation: |
    Ensure that the `.travis.yml` file is not deployed with the application or, at least, is not exposed in a web server directory by setting proper permissions on it. If sensitive information like credentials are leaked in the exposed file, they should be revoked and reset on the affected assets.
  reference:
    - https://github.com/maurosoria/dirsearch/blob/master/db/dicc.txt
    - https://arstechnica.com/information-technology/2021/09/travis-ci-flaw-exposed-secrets-for-thousands-of-open-source-projects/
    - https://www.tenable.com/plugins/was/113156
  metadata:
    verified: true
    max-request: 2
    shodan-query: html:"travis.yml"
  tags: exposure,file,config,tenable,vuln

http:
  - method: GET
    path:
      - '{{BaseURL}}/.travis.yml'
      - '{{BaseURL}}/matomo/.travis.yml'
      - '{{BaseURL}}/ckeditor/.travis.yml'

    stop-at-first-match: true

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - 'before_script:'
          - 'jobs:'
          - 'language:'
        condition: and

      - type: word
        part: header
        words:
          - "application/octet-stream"

      - type: status
        status:
          - 200
# digest: 4a0a0047304502207f69740f33c5496f4b7d76cebba08ca1768ed805382160fcb299dfdc02891c2c022100b758a1bf48018dccb182a0b007c56c86de4a9ae255d22bdbcf5bb43a70a40b56:922c64590222798bb761d5b6d8e72950