LiveActive security incident?Get immediate response
CVE Record

CVE-2021-22143: Elastic APM .NET Agent information disclosure

The Elastic APM .NET Agent can leak sensitive HTTP header information when logging the details during an application error. Normally, the APM agent will sanitize sensitive HTTP header details before sending the information to the APM server. During an application error it is possible the headers will not be sanitized before being sent.

LowCVSS 2.1Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

Elastic APM .NET Agent could expose sensitive HTTP header values in APM data when an application error occurs. The issue is low severity because exploitation requires adjacent access, high privileges, and user interaction, and only confidentiality is affected.

Executive priority

Treat as a low-priority confidentiality issue unless affected services handle credentials, tokens, or regulated data in headers. Remediate through normal patch cycles and validate log exposure.

Technical view

CVE-2021-22143 is a CWE-200 information disclosure flaw in Elastic APM .NET Agent. Header sanitization normally protects sensitive HTTP headers before sending data to APM Server, but error handling could send unsanitized headers during application errors.

Likely exposure

Exposure is most likely where Elastic APM .NET Agent version 1.0.0 is deployed in .NET applications and error events include sensitive HTTP headers. The bundle does not prove other affected versions.

Exploitation context

The source bundle does not report active exploitation, and the CVE is not listed as KEV. CVSS indicates adjacent access, high privileges, and user interaction are required, limiting practical exploitability.

Researcher notes

The key behavior is a failure path in header sanitization during application errors. Evidence is limited to the CVE description and Elastic references; do not assume exploit availability, broader version ranges, or a specific fix beyond vendor guidance.

Mitigation direction

  • Check Elastic's security update for the fixed or recommended agent version.
  • Upgrade affected Elastic APM .NET Agent deployments per vendor guidance.
  • Review application practices to avoid placing secrets in HTTP headers where possible.
  • Restrict access to APM Server data and error logs containing request metadata.

Validation and detection

  • Inventory .NET services using Elastic APM .NET Agent.
  • Confirm deployed agent versions against Elastic's advisory and the CVE record.
  • Review APM error events for sensitive HTTP headers captured during failures.
  • Verify APM data access is limited to authorized operational staff.
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 · medium confidence lookup

CWE-200: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. 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-2021-22143 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
2.1 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

2.1Low
CVSS 3.1 vector shape for CVE-2021-22143Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:A/AC:L/PR:H/UI:R/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
ElasticElastic APM .NET Agent1.0.0unaffected
Weakness

CWE details

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

CWE-200 · source CWE mapping

Exposure of Sensitive Information to an Unauthorized Actor

Exposure of Sensitive Information to an Unauthorized Actor represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.