cas-login: CAS Login Panel

日期: 2025-09-01 | 影响软件: cas login | POC: 已公开

漏洞描述

shodan-query: http.title:'CAS - Central Authentication Service'

PoC代码[已公开]

id: cas-login

info:
  name: CAS Login Panel
  author: pdteam
  severity: info
  verified: true
  description: |
    shodan-query: http.title:'CAS - Central Authentication Service'
  reference:
    - https://github.com/apereo/cas

rules:
  r0:
    request:
      method: GET
      path: /cas/login
      follow_redirects: true
    expression: response.status == 200 && response.body.bcontains(b'Central Authentication Service')
expression: r0()

相关漏洞推荐