CVE-2021-27651
published 2021-04-29CVE-2021-27651: 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.
PriorityP178critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
EXPLOIT
EPSS
53.84%
98.9th percentile
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.
Affected
3 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| pega | infinity | 8.2.1 – 8.5.2 | — |
| pegasystems | pega_infinity | >= 8.2.1 < unspecified | unspecified |
| pegasystems | pega_infinity | >= unspecified < 8.5.2 | 8.5.2 |
Detection & IOCsextracted from sources · hover to see the quote
- →Probe GET /prweb/PRAuth/app/default/ and check for HTTP 200 response containing the string 'Pega Infinity' in the body, then extract the version number to confirm affected range 8.2.1–8.5.2.
- →Extract the Pega version from the response body using the regex pattern '(?m)Pega ([0-9.]+)' to confirm whether the instance falls within the vulnerable range (8.2.1 through 8.5.2).
- ·The Nuclei template's DSL version matcher is set to '= 8.2.1' only, which does not cover the full vulnerable range of 8.2.1 through 8.5.2 as described in the CVE. Detection logic should be expanded to cover all versions in that range. ↗
- ·The template follows up to 2 redirects before evaluating the response, which may affect detection accuracy in environments with complex redirect chains on the login path.
CVSS provenance
nvdv3.19.8CRITICALCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
nvdv3.09.8CRITICALCVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
nvdv2.07.5HIGHAV:N/AC:L/Au:N/C:P/I:P/A:P
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
Nuclei
Pega Infinity - Authentication Bypass
nuclei·CVSS 9.8
CVE-2021-27651 [CRITICAL] Pega Infinity - Authentication Bypass
Pega Infinity - Authentication Bypass
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.
Template:
id: CVE-2021-27651
info:
name: Pega Infinity - Authentication Bypass
author: idealphase,daffainfo
severity: critical
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.
impact: |
Successful exploitation of this vulnerability can lead to unauthorized access to sensitive information and potential compromise of the Pega Infinity application.
remediation: |
Apply the necessary security
No writeups or analysis indexed.
2021-04-29
Published