svn-wc-db: SVN wc.db File Exposure

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

漏洞描述

SVN wc.db file is exposed.

PoC代码[已公开]

id: svn-wc-db

info:
  name: SVN wc.db File Exposure
  author: Hardik-Solanki,R12W4N
  severity: medium
  description: SVN wc.db file is exposed.
  reference:
    - https://github.com/maurosoria/dirsearch/blob/master/db/dicc.txt
    - https://github.com/rapid7/metasploit-framework/blob/master//modules/auxiliary/scanner/http/svn_wcdb_scanner.rb
    - https://infosecwriteups.com/indias-aadhar-card-source-code-disclosure-via-exposed-svn-wc-db-c05519ea7761
  classification:
    cpe: cpe:2.3:a:apache:subversion:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: apache
    product: subversion
    google-query: intitle:"index of" "wc.db"
  tags: msf,exposure,svn,config,files,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/.svn/wc.db"
      - "{{BaseURL}}/wc.db"

    stop-at-first-match: true
    max-size: 10000

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - 'SQLite format'
          - 'WCROOT'
        condition: and

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

相关漏洞推荐