Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2021-29156 β€” AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: LDAP Injection in ForgeRock OpenAM. πŸ“‰ **Consequences**: Attackers can extract password hashes character-by-character, steal session tokens, or retrieve private keys.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: LDAP Injection. πŸ› **Flaw**: Backend validates user existence via LDAP query during password reset. ⚠️ **CWE**: Not explicitly listed, but classic injection flaw in input handling.

Q3Who is affected? (Versions/Components)

🏒 **Vendor**: ForgeRock. πŸ“¦ **Product**: OpenAM (SSO Framework). πŸ“… **Affected**: Versions **before 13.5.1** (e.g., v13.0.0). 🌐 **Scope**: CoreServer identity service.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Actions**: Enumerate users & retrieve data. πŸ”‘ **Data Stolen**: Password hashes (char-by-char), Session Tokens, Private Keys. πŸšͺ **Privileges**: Can bypass authentication checks via token theft.

Q5Is exploitation threshold high? (Auth/Config)

βš–οΈ **Threshold**: Medium. πŸ“ **Auth**: Likely requires initial access to the password reset flow. βš™οΈ **Config**: Exploits the LDAP query logic during user validation. πŸ“§ **Vector**: Triggered via password reset request.

Q6Is there a public Exp? (PoC/Wild Exploitation)

πŸ”“ **Public Exp?**: YES. πŸ› οΈ **PoCs**: Multiple available (GuidePoint Security, 5amu, Nuclei templates). 🌍 **Wild Exp**: Active exploitation tools exist and are functional. ⚑ **Ease**: Automated scripts available.

Q7How to self-check? (Features/Scanning)

πŸ” **Check**: Scan for OpenAM v13.0.0-13.5.0. πŸ§ͺ **Test**: Use Nuclei templates or specific PoC tools. πŸ“§ **Indicator**: Observe LDAP query behavior during password reset attempts.…

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed**: YES. πŸ“¦ **Patch**: Upgrade to **OpenAM 13.5.1** or later. πŸ“œ **Ref**: Bugster OPENAM-10135. πŸ”„ **Action**: Immediate update recommended.

Q9What if no patch? (Workaround)

🚧 **Workaround**: If patching is delayed, restrict access to password reset endpoints. πŸ›‘ **Mitigation**: Implement strict input validation on LDAP queries. πŸ“‰ **Limit**: Reduce exposure of the CoreServer interface.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: HIGH. 🚨 **Priority**: Critical. ⏳ **Reason**: Active PoCs exist, sensitive data (hashes/keys) is at risk. πŸƒ **Action**: Patch immediately or apply mitigations. πŸ“’ **Alert**: Notify security teams now.