Security readout for executives and security teams
Plain-English summary
LDAP Account Manager before 8.0 could leave LDAP usernames and passwords readable in server-side session files when PHP OpenSSL was missing or LAM session encryption was disabled. The main risk is credential disclosure for systems that manage LDAP directories.
Executive priority
Treat as a moderate-priority identity administration issue. Prioritize production LAM servers and any environment where LDAP credentials could enable broader directory access.
Technical view
This is CWE-311: sensitive data stored without encryption. A local, low-privileged actor with access to LAM session files could read LDAP credentials in clear text. The CVSS vector is local, low complexity, privileges required, no user interaction, with high confidentiality impact.
Likely exposure
Exposure is limited to LDAP Account Manager versions before 8.0, especially installations without PHP OpenSSL or with LAM session encryption disabled.
Exploitation context
The provided sources do not report active exploitation, and CISA KEV is false. The CVSS vector indicates local access and some privileges are required, so this is mainly a server-side credential exposure risk.
Researcher notes
Evidence supports credential disclosure from unencrypted LAM session files only under specific configuration or dependency conditions. Sources name the fixed version and workaround, but do not provide evidence of public exploitation or remote attack paths.
Mitigation direction
- Upgrade LDAP Account Manager to version 8.0 or later.
- Install the PHP OpenSSL extension if upgrade is not immediately possible.
- Confirm session encryption is enabled in LAM main configuration.
- Apply Debian DSA-5177 updates where using Debian LAM packages.
Validation and detection
- Inventory LAM deployments and identify versions below 8.0.
- Check whether PHP OpenSSL is installed on each LAM host.
- Review LAM main configuration for session encryption status.
- Confirm Debian-managed systems include the DSA-5177 security update.
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-311: 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 lookupCredential and access behavior lookup
The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
Open ATT&CK lookupCVE-2022-31085 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
- 5.5 (3.0)
- Known Exploited
- No
- Published
Vector: CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
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:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N1.83.6Primary CVE scoreVulnerability scoring details
Base CVSS 3.0 score
5.5MediumVector: CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
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-6m3q-5c84-6h6jCVE reference · x_refsource_CONFIRM
- 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.
Missing Encryption of Sensitive Data
Missing Encryption of Sensitive Data represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
