CVE-2021-41232
Published: 02 November 2021
Summary
CVE-2021-41232 is a high-severity Injection (CWE-74) vulnerability in Thunderdome Planning Poker. Its CVSS base score is 8.1 (High).
Operationally, ranked in the top 33.9% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2021-2275
Vulnerability details
Thunderdome is an open source agile planning poker tool in the theme of Battling for points. In affected versions there is an LDAP injection vulnerability which affects instances with LDAP authentication enabled. The provided username is not properly escaped. This…
more
issue has been patched in version 1.16.3. If users are unable to update they should disable the LDAP feature if in use.
- CWE(s)
Related Threats
No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Developer assessments and testing (including injection-focused techniques) identify improper neutralization of special elements, and the verifiable flaw remediation corrects them pre-deployment.
Validating that output matches expected content directly mitigates failures to properly encode or escape data for its destination context.
Identifies indicators of injection attacks (command, SQL, LDAP, etc.) via anomaly and attack monitoring.