kanboard-database-exposure: Kanboard - SQLite Database Exposure

2026-01-24 kanboard PoC Public

Description

Detected Kanboard SQLite database file was found to be exposed, containing sensitive information including user credentials, project data, tasks, and comments.

PoC

id: kanboard-database-exposure

info:
  name: Kanboard - SQLite Database Exposure
  author: 0x_Akoko
  severity: high
  description: |
    Detected Kanboard SQLite database file was found to be exposed, containing sensitive information including user credentials, project data, tasks, and comments.
  reference:
    - https://docs.kanboard.org/v1/admin/sqlite/
    - https://kanboard.org/
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cwe-id: CWE-200
  metadata:
    verified: true
    max-request: 2
    shodan-query: http.title:"Kanboard"
    fofa-query: title="Kanboard"
  tags: kanboard,exposure,database,sqlite,misconfig,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/data/db.sqlite"
      - "{{BaseURL}}/kanboard/data/db.sqlite"

    stop-at-first-match: true
    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains_all(body, "SQLite format 3", "CREATE TABLE", "INTEGER PRIMARY KEY")'
        condition: and
# digest: 4b0a004830460221008d8384beb1bae519180fd3e054545e1b512edfeb9c360de87cd435304496fb41022100a5dd8867f5fff6657013fe29fcb0488cc38dd7b10a122cf301c474a2c83d8061:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities