2021-05-16 09:40:08 +00:00
id : CVE-2021-27651
info :
2022-05-18 20:58:07 +00:00
name : Pega Infinity - Authentication Bypass
2022-07-09 10:45:55 +00:00
author : idealphase,daffainfo
2022-04-22 10:38:41 +00:00
severity : critical
2022-05-18 20:58:07 +00:00
description : Pega Infinity versions 8.2.1 through 8.5.2 contain an authentication bypass vulnerability because the password reset functionality for local accounts can be used to bypass local authentication checks.
2021-08-18 11:37:49 +00:00
reference :
2021-08-19 14:44:46 +00:00
- https://github.com/samwcyo/CVE-2021-27651-PoC/blob/main/RCE.md
- https://nvd.nist.gov/vuln/detail/CVE-2021-27651
2022-05-17 09:18:12 +00:00
- https://collaborate.pega.com/discussion/pega-security-advisory-a21-hotfix-matrix
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
2022-04-22 10:38:41 +00:00
cvss-score : 9.8
2021-09-10 11:26:40 +00:00
cve-id : CVE-2021-27651
cwe-id : CWE-287,CWE-640
2022-04-22 10:38:41 +00:00
tags : cve,cve2021,pega,auth-bypass
2021-05-16 09:40:08 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/prweb/PRAuth/app/default/"
cookie-reuse : true
redirects : true
max-redirects : 2
2022-07-09 10:45:55 +00:00
extractors :
- type : regex
name : version
internal : true
group : 1
regex :
- '(?m)<span>Pega ([0-9.]+)</span>'
- type : regex
group : 1
regex :
- '(?m)<span>Pega ([0-9.]+)</span>'
2021-05-16 09:40:08 +00:00
matchers-condition : and
matchers :
- type : status
status :
- 200
- type : word
part : body
2022-07-09 10:45:55 +00:00
words :
- 'Pega Infinity'
2021-05-16 09:40:08 +00:00
2022-07-09 10:45:55 +00:00
- type : dsl
dsl :
- compare_versions(version, '< 8.5.2', '>= 8.2.1')
2022-05-18 20:58:07 +00:00
# Enhanced by mp on 2022/05/17