LiveActive security incident?Get immediate response
CVE Record

CVE-2017-7434: NetIQ Identity Manager JDBC driver could leak passwords in exception traces

In the JDBC driver of NetIQ Identity Manager before 4.6 sending out incorrect XML configurations could result in passwords being logged into exception logfiles.

LowCVSS 3.3Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

CVE-2017-7434 is a low-severity information disclosure issue in the NetIQ Identity Manager JDBC driver. Incorrect XML configurations could cause passwords to be written into exception log files. The main business risk is credential exposure to anyone who can read those logs.

Executive priority

Treat this as a low-priority remediation item unless NetIQ logs are broadly accessible or centralized logs are shared widely. Prioritize credential rotation if passwords are discovered in logs.

Technical view

NetIQ Identity Manager versions before 4.6 are described as affected. The issue maps to CWE-532: insertion of sensitive information into log files. It requires local access and low privileges, with confidentiality impact only; no integrity or availability impact is described.

Likely exposure

Exposure is most likely in environments running NetIQ Identity Manager before 4.6 with JDBC driver configurations and accessible exception logs. Systems with tightly restricted log access have lower practical risk, but logs should still be checked for stored credentials.

Exploitation context

The source bundle does not show CISA KEV listing or active exploitation evidence. Abuse would depend on access to local exception logs or log aggregation systems where leaked passwords were stored.

Researcher notes

The available record is sparse: affected versions are not enumerated beyond “before 4.6,” and no exploit details are provided. Focus validation on version confirmation, JDBC driver usage, exception log contents, and downstream log aggregation exposure.

Mitigation direction

  • Review NetIQ Identity Manager 4.6 release notes and vendor guidance.
  • Upgrade affected NetIQ Identity Manager deployments where applicable.
  • Restrict access to application, exception, and centralized logs.
  • Rotate any credentials found in exception logs.
  • Reduce retention of sensitive historical logs where policy allows.

Validation and detection

  • Inventory NetIQ Identity Manager versions and JDBC driver use.
  • Confirm whether any deployment is earlier than version 4.6.
  • Search exception logs for password disclosure from XML configuration errors.
  • Review SIEM or log forwarding destinations for copied secrets.
  • Verify log permissions limit access to authorized administrators.
Prepared
Confidence
medium
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

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 · low confidence lookup

CWE-532: 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 lookup
cve · low confidence lookup

CVE-2017-7434 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Low
CVSS
3.3 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N

Official CVE source material

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.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We 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.

ScoreVersionSeverityVectorExploitImpactSource
3.3CVSS 3.0LowCVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N1.81.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

3.3Low
CVSS 3.0 vector shape for CVE-2017-7434Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
NetIQIdentity ManagerunspecifiedListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-532 · source CWE mapping

Insertion of Sensitive Information into Log File

Insertion of Sensitive Information into Log File represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.