Security readout for executives and security teams
Plain-English summary
LAM installations before 8.0 could let unauthenticated users abuse the login username field to enumerate LDAP data when LDAP search configuration is used. The business risk is directory information exposure and some service impact, not confirmed compromise or code execution.
Executive priority
Treat as a moderate-priority identity administration exposure. Prioritize internet-facing or shared LAM portals first, especially where directory contents are sensitive or useful for phishing, reconnaissance, or follow-on attacks.
Technical view
CVE-2022-31088 is a CWE-74 injection flaw in ldap-account-manager/lam before 8.0. The affected path is the login username field under LDAP search configuration. Sources state the flaw allowed LDAP data enumeration and was fixed in LAM 8.0.
Likely exposure
Exposure is most likely where LDAP Account Manager before 8.0 is reachable by untrusted users and configured for LDAP search login behavior. Systems not using that configuration may not be affected based on the advisory wording.
Exploitation context
The bundle does not show CISA KEV listing or cited evidence of active exploitation. The issue is unauthenticated and network-reachable, so internet-facing or broadly reachable admin portals deserve prompt review.
Researcher notes
The public bundle identifies LAM <8.0, LDAP search configuration, CWE-74, and a fix commit. It does not provide CPEs, active exploitation evidence, or detailed exploit conditions beyond username-field LDAP data enumeration.
Mitigation direction
- Upgrade LDAP Account Manager to version 8.0 or later.
- Apply the relevant Debian security update where LAM is installed from Debian packages.
- Restrict LAM access to trusted networks or VPNs where practical.
- Review vendor guidance before applying compensating controls not named in sources.
Validation and detection
- Inventory all LAM deployments and confirm installed versions.
- Check whether each deployment uses LDAP search configuration.
- Verify package or application update level is 8.0 or later.
- Review authentication logs for unusual failed login enumeration patterns.
- Confirm LAM is not exposed more broadly than operationally required.
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-74: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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 lookupCVE-2022-31088 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
- Medium
- CVSS
- 6.5 (3.0)
- Known Exploited
- No
- Published
Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L
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:L/PR:N/UI:N/S:U/C:L/I:N/A:L3.92.5Primary CVE scoreVulnerability scoring details
Base CVSS 3.0 score
6.5MediumVector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/LDAPAccountManager/lam/security/advisories/GHSA-wxf8-9x99-6gp4CVE reference · x_refsource_CONFIRM
- https://github.com/LDAPAccountManager/lam/commit/f1d5d04952f39a1b4ea203d3964fa88e1429dfd4CVE reference · x_refsource_MISC
- DSA-5177CVE reference · vendor-advisory, x_refsource_DEBIAN
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 Special Elements in Output Used by a Downstream Component ('Injection')
Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
