LiveActive security incident?Get immediate response
CVE Record

CVE-2021-3036: PAN-OS: Administrator secrets are logged in web server logs when using the PAN-OS XML API incorrectly

An information exposure through log file vulnerability exists in Palo Alto Networks PAN-OS software where secrets in PAN-OS XML API requests are logged in cleartext to the web server logs when the API is used incorrectly. This vulnerability applies only to PAN-OS appliances that are configured to use the PAN-OS XML API and exists only when a client includes a duplicate API parameter in API requests. Logged information includes the cleartext username, password, and API key of the administrator making the PAN-OS XML API request.

MediumCVSS 4.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Certain PAN-OS versions can write administrator usernames, passwords, and API keys into web server logs when the XML API is used incorrectly. The business risk is credential exposure to people or systems with log access. Exposure is narrower than an internet-wide remote bug, but affected environments should treat any logged secrets as compromised.

Executive priority

Prioritize for firewalls using PAN-OS XML API, especially where logs are aggregated or broadly accessible. The CVSS score is medium, but administrator credential exposure can create serious follow-on risk if logs were retained, exported, or readable by more users than intended.

Technical view

CVE-2021-3036 is CWE-532 information exposure in PAN-OS 8.1, 9.0, 9.1, and 10.0. It applies only when the PAN-OS XML API is configured and a client includes a duplicate API parameter. The vulnerable behavior logs administrator credentials and API keys in cleartext. CVSS 3.1 is 4.4, with local access and high privileges reflected in the vector.

Likely exposure

Most likely exposure is PAN-OS appliances running affected versions with XML API integrations or automation. Environments without XML API use are not described as affected. The main downstream risk is misuse of exposed administrator secrets from web server logs.

Exploitation context

The source bundle does not identify active exploitation, and KEV status is false. The issue depends on specific API use and subsequent access to cleartext web server logs. Evidence is insufficient to claim public exploitation or a broadly weaponized campaign.

Researcher notes

Scope is explicitly conditional: affected PAN-OS versions, XML API enabled, and duplicate API parameter in client requests. The source bundle does not provide fixed version details. Avoid assuming remote exploitability; focus validation on configuration, API client behavior, log contents, and credential rotation evidence.

Mitigation direction

  • Identify PAN-OS 8.1, 9.0, 9.1, and 10.0 appliances using the XML API.
  • Review XML API clients and integrations for duplicate API parameter behavior.
  • Search web server logs for exposed administrator usernames, passwords, and API keys.
  • Rotate any administrator passwords or API keys that may have been logged.
  • Restrict access to PAN-OS web server logs to required administrators only.
  • Check Palo Alto Networks advisory for official fixed versions and remediation guidance.

Validation and detection

  • Confirm PAN-OS version and whether XML API is configured on each appliance.
  • Inventory automation, scripts, and integrations that call the PAN-OS XML API.
  • Review relevant web server logs for cleartext administrator secrets.
  • Verify exposed API keys were revoked and replaced.
  • Verify affected administrator passwords were changed.
  • Document that current sources do not show KEV-listed exploitation.
Prepared
Confidence
high
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 · 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
description · low confidence lookup

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

CVE-2021-3036 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
4.4 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/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
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
4.4CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N0.83.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Palo Alto NetworksPAN-OS8.1, 9.0, 9.1, 10.0Listed
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.