cbcvebase.
CVE-2021-27651
published 2021-04-29

CVE-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
VendorProductVersion rangeFixed in
pegainfinity8.2.1 – 8.5.2
pegasystemspega_infinity>= 8.2.1 < unspecifiedunspecified
pegasystemspega_infinity>= unspecified < 8.5.28.5.2

Detection & IOCsextracted from sources · hover to see the quote

url/prweb/PRAuth/app/default/
  • 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.