Security readout for executives and security teams
Plain-English summary
LDAP Account Manager before 8.0 can be tricked by an unauthenticated attacker into creating unexpected objects. If an available class runs code during object creation, this can become remote code execution. The vendor fixed the issue in LAM 8.0.
Executive priority
Treat this as urgent for any exposed LAM instance because successful exploitation could compromise LDAP administration and downstream identity data. Prioritize patching before routine maintenance windows when LAM is reachable beyond trusted administrators.
Technical view
The flaw is arbitrary object instantiation in LAM before 8.0. In some cases, an attacker can inject the first constructor argument. Code execution is possible when a non-LAM class with dangerous constructor behavior is instantiated.
Likely exposure
Exposure is limited to organizations running LDAP Account Manager versions earlier than 8.0, especially internet-reachable or broadly accessible administrative portals. Debian-packaged deployments may also be affected if not updated per DSA-5177.
Exploitation context
The CVE is not listed as KEV in the provided bundle, so confirmed active exploitation is not established here. Public technical analysis exists, and the CVSS score is 9.0, but attack complexity is rated high.
Researcher notes
The key condition is whether reachable code paths allow attacker-controlled object instantiation and whether installed classes have constructors with dangerous side effects. The provided sources confirm the bug class and fix, but do not establish active exploitation.
Mitigation direction
- Upgrade LDAP Account Manager to version 8.0 or later.
- Apply Debian security updates from DSA-5177 where Debian packages are used.
- Restrict LAM access to trusted administrative networks until patched.
- Review the GitHub advisory and vendor commit for authoritative fix context.
Validation and detection
- Inventory all LDAP Account Manager deployments and exposed admin portals.
- Verify installed LAM versions are 8.0 or later.
- Confirm Debian systems include the DSA-5177 security update where applicable.
- Review LAM access logs for unexpected unauthenticated activity.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-88: Command execution behavior lookup
Command injection weaknesses can lead defenders to review execution techniques and command interpreter telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupExecution behavior lookup
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
Open ATT&CK lookupCVE-2022-31084 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Critical
- CVSS
- 9 (3.0)
- Known Exploited
- No
- Published
Vector: CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H2.26Primary CVE scoreVulnerability scoring details
Base CVSS 3.0 score
9CriticalVector: CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/LDAPAccountManager/lam/commit/f1d5d04952f39a1b4ea203d3964fa88e1429dfd4CVE reference · x_refsource_MISC
- https://github.com/LDAPAccountManager/lam/security/advisories/GHSA-r387-grjx-qgvwCVE reference · x_refsource_CONFIRM
- DSA-5177CVE reference · vendor-advisory, x_refsource_DEBIAN
- https://swarm.ptsecurity.com/exploiting-arbitrary-object-instantiations/CVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')
Improper Neutralization of Argument Delimiters in a Command ('Argument Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
