Vulnerability Instance
Lookup for vulnerabilities affecting packages.
GET /api/vulnerabilities/92344?format=api
{ "url": "http://public2.vulnerablecode.io/api/vulnerabilities/92344?format=api", "vulnerability_id": "VCID-nqfk-n3qy-43a8", "summary": "OpenTelemetry.Exporter.Instana bypasses TLS certificate validation when a proxy is configured\n### Summary\n\nThe `OpenTelemetry.Exporter.Instana` NuGet package does not validate HTTPS/TLS certificates are valid when sending telemetry to a configured Instana back-end when a proxy is configured using the `INSTANA_ENDPOINT_PROXY` environment variable.\n\nIf a network attacker can Man-in-the-Middle (MitM) the proxy connection, all OpenTelemetry telemetry data and the Instana API key are exposed to the attacker.\n\n### Details\n\nThe [`Transport.ConfigureBackendClient()`](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/blob/b53b6a74fde21a4cee344e584b51a0fe5bf1f337/src/OpenTelemetry.Exporter.Instana/Implementation/Transport.cs#L132-L158) method creates an `HttpClient` instance that completely disables TLS server certificate validation if the `INSTANA_ENDPOINT_PROXY` is configured with a valid proxy URL with no ability to re-enable it.\n\n### Impact\n\nIf the configured proxy is attacker-controlled (or a network attacker MitM the connection), or if it is possible for the process' configuration to be changed to add an attacker-provided value for `INSTANA_ENDPOINT_PROXY` then all Instana telemetry could be read by an unauthorized party and the service's Instana API key compromised, potentially before being forwarded to Instana presenting no noticeable loss of telemetry data without a valid TLS server certificate being presented to the client that matches the expected hostname or IP address.\n\n### Mitigation\n\nThe proxy configured by the `INSTANA_ENDPOINT_PROXY` environment variable must be malicious or be possible to be subject to a MitM attack.\n\n### Workarounds\n\nDo not configure the `INSTANA_ENDPOINT_PROXY` environment variable.\n\n### Remediation\n\n[#4153](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/4153) refactors `HttpClient` creation so that TLS certificate validation is no longer disabled by default when using a proxy.\n\nIn environments where this capability is required, for example for local development, the previous behaviour can be restored using the `` option:\n\n```csharp\nbuilder.AddInstanaExporter((options) =>\n{\n options.HttpClientFactory = () =>\n {\n var handler = new HttpClientHandler()\n {\n#if NET\n ServerCertificateCustomValidationCallback = HttpClientHandler.DangerousAcceptAnyServerCertificateValidator,\n#else\n ServerCertificateCustomValidationCallback = static (_, _, _, _) => true,\n#endif\n };\n return new HttpClient(handler, disposeHandler: true);\n };\n});\n```\n\n### Resources\n\n- [PR #4153](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/4153)", "aliases": [ { "alias": "CVE-2026-44213" }, { "alias": "GHSA-wfr5-454p-mjc2" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/115027?format=api", "purl": "pkg:nuget/OpenTelemetry.Exporter.Instana@1.1.0", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/OpenTelemetry.Exporter.Instana@1.1.0" } ], "affected_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/1154134?format=api", "purl": "pkg:nuget/OpenTelemetry.Exporter.Instana@1.0.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-nqfk-n3qy-43a8" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/OpenTelemetry.Exporter.Instana@1.0.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/1154135?format=api", "purl": "pkg:nuget/OpenTelemetry.Exporter.Instana@1.0.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-nqfk-n3qy-43a8" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/OpenTelemetry.Exporter.Instana@1.0.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/1154136?format=api", "purl": "pkg:nuget/OpenTelemetry.Exporter.Instana@1.0.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-nqfk-n3qy-43a8" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/OpenTelemetry.Exporter.Instana@1.0.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/1154137?format=api", "purl": "pkg:nuget/OpenTelemetry.Exporter.Instana@1.0.3", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-nqfk-n3qy-43a8" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/OpenTelemetry.Exporter.Instana@1.0.3" }, { "url": "http://public2.vulnerablecode.io/api/packages/1154138?format=api", "purl": "pkg:nuget/OpenTelemetry.Exporter.Instana@1.0.4", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-nqfk-n3qy-43a8" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/OpenTelemetry.Exporter.Instana@1.0.4" }, { "url": "http://public2.vulnerablecode.io/api/packages/1154139?format=api", "purl": "pkg:nuget/OpenTelemetry.Exporter.Instana@1.0.5", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-nqfk-n3qy-43a8" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/OpenTelemetry.Exporter.Instana@1.0.5" }, { "url": "http://public2.vulnerablecode.io/api/packages/1154140?format=api", "purl": "pkg:nuget/OpenTelemetry.Exporter.Instana@1.0.6", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-nqfk-n3qy-43a8" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/OpenTelemetry.Exporter.Instana@1.0.6" }, { "url": "http://public2.vulnerablecode.io/api/packages/1154042?format=api", "purl": "pkg:nuget/OpenTelemetry.Exporter.Instana@1.0.7", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-nqfk-n3qy-43a8" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/OpenTelemetry.Exporter.Instana@1.0.7" } ], "references": [ { "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2026-44213", "reference_id": "", "reference_type": "", "scores": [ { "value": "7e-05", "scoring_system": "epss", "scoring_elements": "0.00608", "published_at": "2026-06-09T12:55:00Z" }, { "value": "7e-05", "scoring_system": "epss", "scoring_elements": "0.00609", "published_at": "2026-06-07T12:55:00Z" }, { "value": "7e-05", "scoring_system": "epss", "scoring_elements": "0.00611", "published_at": "2026-06-06T12:55:00Z" }, { "value": "7e-05", "scoring_system": "epss", "scoring_elements": "0.00604", "published_at": "2026-06-08T12:55:00Z" } ], "url": "https://api.first.org/data/v1/epss?cve=CVE-2026-44213" }, { "reference_url": "https://github.com/open-telemetry/opentelemetry-dotnet-contrib", "reference_id": "", "reference_type": "", "scores": [ { "value": "6.5", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N" }, { "value": "MODERATE", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/open-telemetry/opentelemetry-dotnet-contrib" }, { "reference_url": "https://github.com/open-telemetry/opentelemetry-dotnet-contrib/security/advisories/GHSA-wfr5-454p-mjc2", "reference_id": "", "reference_type": "", "scores": [ { "value": "6.5", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N" }, { "value": "MODERATE", "scoring_system": "cvssv3.1_qr", "scoring_elements": "" }, { "value": "MODERATE", "scoring_system": "generic_textual", "scoring_elements": "" }, { "value": "Track", "scoring_system": "ssvc", "scoring_elements": "SSVCv2/E:P/A:N/T:P/P:M/B:A/M:M/D:T/2026-05-27T15:50:57Z/" } ], "url": "https://github.com/open-telemetry/opentelemetry-dotnet-contrib/security/advisories/GHSA-wfr5-454p-mjc2" }, { "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2026-44213", "reference_id": "CVE-2026-44213", "reference_type": "", "scores": [ { "value": "6.5", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N" }, { "value": "MODERATE", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-44213" }, { "reference_url": "https://github.com/advisories/GHSA-wfr5-454p-mjc2", "reference_id": "GHSA-wfr5-454p-mjc2", "reference_type": "", "scores": [ { "value": "MODERATE", "scoring_system": "cvssv3.1_qr", "scoring_elements": "" } ], "url": "https://github.com/advisories/GHSA-wfr5-454p-mjc2" } ], "weaknesses": [ { "cwe_id": 295, "name": "Improper Certificate Validation", "description": "The product does not validate, or incorrectly validates, a certificate." }, { "cwe_id": 937, "name": "OWASP Top Ten 2013 Category A9 - Using Components with Known Vulnerabilities", "description": "Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2013." }, { "cwe_id": 1035, "name": "OWASP Top Ten 2017 Category A9 - Using Components with Known Vulnerabilities", "description": "Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2017." } ], "exploits": [], "severity_range_score": "4.0 - 6.9", "exploitability": "0.5", "weighted_severity": "6.2", "risk_score": 3.1, "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-nqfk-n3qy-43a8" }