LiveActive security incident?Get immediate response
CVE Record

CVE-2021-38120: Remote Code Execution using Bash command Injection in backup scheduling functionality in NetIQ Advance Authentication

A vulnerability identified in Advance Authentication that allows bash command Injection in administrative controlled functionality of backup due to improper handling in provided command parameters. This issue affects NetIQ Advance Authentication version before 6.3.5.1.

MediumCVSS 5.1Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-38120 is a command injection issue in NetIQ Advanced Authentication backup scheduling. A highly privileged administrator could cause unintended Bash command execution through improperly handled command parameters. The business risk is contained by the privilege and interaction requirements, but compromise could affect integrity and availability of the authentication platform.

Executive priority

Treat as a scheduled remediation item unless the product protects high-value authentication workflows or administrative trust is weak. Prioritize upgrade validation because the affected system supports authentication, and integrity impact is rated high.

Technical view

The CVE describes CWE-77 improper neutralization of command elements in backup scheduling functionality. It affects NetIQ Advanced Authentication versions before 6.3.5.1. CVSS 3.1 is 5.1 with local attack vector, high complexity, high privileges, user interaction required, unchanged scope, low confidentiality impact, high integrity impact, and low availability impact.

Likely exposure

Exposure is most likely in organizations running NetIQ Advanced Authentication before 6.3.5.1, especially where backup scheduling is available to administrators. The source bundle does not identify internet-facing exposure or unauthenticated attack paths.

Exploitation context

No provided source indicates active exploitation, public weaponization, or CISA KEV listing. The CVSS vector suggests exploitation requires local access, high privileges, and user interaction, so this is not presented as a broad remote unauthenticated threat.

Researcher notes

Evidence is limited to CVE metadata and NetIQ release notes. The record names command injection in backup scheduling but does not provide exploit mechanics, affected deployment conditions, or detailed fix behavior. Avoid assuming network reachability or active exploitation without additional vendor or threat intelligence confirmation.

Mitigation direction

  • Upgrade NetIQ Advanced Authentication to 6.3.5.1 or later.
  • Review vendor release notes and security guidance for any environment-specific actions.
  • Limit administrative access to trusted personnel only.
  • Audit backup scheduling permissions and operational change controls.
  • Monitor administrator activity around backup scheduling features.

Validation and detection

  • Inventory all NetIQ Advanced Authentication instances and versions.
  • Confirm no instance runs a version before 6.3.5.1.
  • Review administrator role assignments for least privilege.
  • Check backup scheduling audit records for unusual changes.
  • Verify upgrade status against vendor release notes.
Prepared
Confidence
medium
Sources
3

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

CWE-77: 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 lookup
description · low confidence lookup

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

CVE-2021-38120 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
Medium
CVSS
5.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:L/I:H/A:L

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
2Source 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
5.1CVSS 3.1MediumCVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:L/I:H/A:L0.34.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.1Medium
CVSS 3.1 vector shape for CVE-2021-38120Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:L/I:H/A:L

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
OpenTextNetIQ Advance Authentication6.3.5.1unaffected
Weakness

CWE details

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

CWE-77 · source CWE mapping

Improper Neutralization of Special Elements used in a Command ('Command Injection')

Improper Neutralization of Special Elements used in a Command ('Command Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.