Enhancement: cves/2021/CVE-2021-27651.yaml by mp
parent
71b13791c1
commit
9912cc6edb
|
@ -1,10 +1,10 @@
|
||||||
id: CVE-2021-27651
|
id: CVE-2021-27651
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Pega Infinity Authentication bypass
|
name: Pega Infinity - Authentication Bypass
|
||||||
author: idealphase
|
author: idealphase
|
||||||
severity: critical
|
severity: critical
|
||||||
description: In versions 8.2.1 through 8.5.2 of Pega Infinity, the password reset functionality for local accounts can be used to bypass local authentication checks.
|
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.
|
||||||
reference:
|
reference:
|
||||||
- https://github.com/samwcyo/CVE-2021-27651-PoC/blob/main/RCE.md
|
- https://github.com/samwcyo/CVE-2021-27651-PoC/blob/main/RCE.md
|
||||||
- https://nvd.nist.gov/vuln/detail/CVE-2021-27651
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-27651
|
||||||
|
@ -43,4 +43,6 @@ requests:
|
||||||
- type: regex
|
- type: regex
|
||||||
regex:
|
regex:
|
||||||
- 'Pega 8\.(?:2\.[1-9]|3\.[0-9]|4\.[0-9]|5\.[0-2])'
|
- 'Pega 8\.(?:2\.[1-9]|3\.[0-9]|4\.[0-9]|5\.[0-2])'
|
||||||
part: body
|
part: body
|
||||||
|
|
||||||
|
# Enhanced by mp on 2022/05/17
|
||||||
|
|
Loading…
Reference in New Issue