redis-exception-error: Redis Exception Connection Error Page

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

漏洞描述

Redis exception connection error page detected.

PoC代码[已公开]

id: redis-exception-error

info:
  name: Redis Exception Connection Error Page
  author: DhiyaneshDk
  severity: low
  description: Redis exception connection error page detected.
  reference:
    - https://www.facebook.com/ExWareLabs/photos/pcb.5563308760399619/5563307330399762/
  classification:
    cpe: cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: redis
    product: redis
    shodan-query: html:"redis.exceptions.ConnectionError"
  tags: exposure,redis,logs

http:
  - method: GET
    path:
      - "{{BaseURL}}"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - 'redis.exceptions.ConnectionError'

      - type: word
        part: header
        words:
          - text/plain

      - type: status
        status:
          - 500
# digest: 490a004630440220686a325de3efc6c3b5081bdc32ec8302ba5760a8a7dd5e1a4b7752b588cb37e602200e99d3b4319a2920ce3671ac4c96cde24589c0ff148522d43dc4cad06c6658a2:922c64590222798bb761d5b6d8e72950

相关漏洞推荐