CVE-2019-16374
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedPega Platform 8.2.1 allows LDAP injection because a username can contain a * character and can be of unlimited length. An attacker can specify four characters of a username, followed by the * character, to bypass access control.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · moderate confidencePega Platform 8.2.1 contains an LDAP injection vulnerability where usernames can include the * (wildcard) character and be of unlimited length. An attacker can bypass access control by providing the first four characters of a valid username followed by a * wildcard, allowing the LDAP query to match multiple accounts.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data<= 8.2.1CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify Pega Platform versionCheck the Pega Platform version through the admin console or deployment manifests. Navigate to Designer Studio > System > Settings > Version or check the prpcutils script output.Affected if The installed version is 8.2.1 or lower.
-
Confirm LDAP authentication is enabledVerify that Pega Platform is configured to use LDAP for authentication. Check the authentication service configuration in Designer Studio > System > Settings > Authentication or the proauthsettings.xml file.Affected if LDAP or Active Directory authentication service is active.
-
Inspect username field input validationReview the authentication activity or rule that handles username input during login. Look for validation logic that filters or rejects LDAP special characters (*, (, ), \, NUL). Check the @pxRetrieveAuthenticationProfile or similar authentication activities.Affected if No validation exists to reject or escape LDAP metacharacters in the username field.
-
Check username length restrictionsExamine the username field configuration or validation rules for maximum length constraints. Verify if there is a defined character limit applied to username input.Affected if No maximum length limit is enforced on the username field or the limit is unreasonably large.
You are affected if Pega Platform version is 8.2.1 or lower, LDAP authentication is enabled, and the username field lacks proper validation for LDAP special characters and length limits.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedImplement strict input validation to reject or sanitize special LDAP characters (*, (, ), \, NUL) in usernames, enforce reasonable length limits, and use proper LDAP escaping when constructing authentication queries.
Pega Platform 8.2.2 or later
- 1. Verify current Pega Platform version by navigating to System > Release > About Pega Platform
- 2. Download Pega Platform 8.2.2 or later from the Pega download portal (https://community.pega.com/pxdownloads)
- 3. Review Pega upgrade guide for your migration path: https://community.pega.com/knowledgebase/articles/upgrade/upgrade-ga
- 4. Perform a full backup of your Pega database and rules schema before upgrading
- 5. Test the upgrade in a non-production environment first
- 6. Apply the upgrade during a planned maintenance window
- 7. After upgrade, verify the LDAP authentication is working correctly and the * character is now properly sanitized in the username field
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation6.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,224.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2019-16374 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2019-16374 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data