Description
PagerDuty alarm hook transmits the integration routing key over cleartext HTTP.



PagerDuty serves this endpoint over HTTPS and will
normally answer plain HTTP with a redirect. That does not remove the exposure.
The initial POST -- including the JSON body containing the routing key -- is
written to the socket unencrypted before any redirect response is received.
Redirection affects only whether the request is retried securely, not whether
the first copy left the host in the clear.



This issue affects Apache SkyWalking: from 9.6.0 through 11.0.0.



Users are recommended to upgrade to version 11.0.0, which fixes the issue.
Published: 2026-09-04
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability exposes the PagerDuty integration routing key in the initial POST request sent over cleartext HTTP. The JSON body containing the routing key is transmitted unencrypted before any redirect, so the key can be captured by anyone able to intercept the traffic. This allows an attacker to obtain a credential that can authenticate to PagerDuty and potentially submit alerts or manipulate routing rules, compromising the confidentiality of the integration configuration. The weakness is classified as CWE-319, plaintext transmission of sensitive information.

Affected Systems

Apache SkyWalking versions from 9.6.0 through 11.0.0 are affected. The software is distributed by the Apache Software Foundation as part of the SkyWalking observability platform, and any deployment using these versions and configured to use PagerDuty alarm hooks is vulnerable.

Risk and Exploitability

The EPSS score is not available and the vulnerability is not listed in the CISA KEV catalog, indicating no known active exploitation. However, the exposure of an authentication credential can enable wide-ranging impacts if intercepted. While no vector is explicitly stated, the likely attack path involves network interception of the initial HTTP POST to PagerDuty, so systems that allow unauthenticated network traffic to the external PagerDuty endpoint are at risk. Given the sensitivity of the exposed key, the risk is considered high even without an active exploit.

Generated by OpenCVE AI on September 4, 2026 at 08:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor‑provided patch by upgrading Apache SkyWalking to version 11.0.0 or later.
  • Configure SkyWalking to use HTTPS endpoints only for PagerDuty integration hooks, ensuring all traffic is encrypted from the outset.
  • Block or disable plain HTTP access to PagerDuty from SkyWalking if it remains possible, to prevent the cleartext transmission of integration keys.

Generated by OpenCVE AI on September 4, 2026 at 08:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 04 Sep 2026 08:45:00 +0000

Type Values Removed Values Added
First Time appeared Apache
Apache skywalking
Vendors & Products Apache
Apache skywalking

Fri, 04 Sep 2026 08:30:00 +0000

Type Values Removed Values Added
References

Fri, 04 Sep 2026 07:15:00 +0000

Type Values Removed Values Added
Description PagerDuty alarm hook transmits the integration routing key over cleartext HTTP. PagerDuty serves this endpoint over HTTPS and will normally answer plain HTTP with a redirect. That does not remove the exposure. The initial POST -- including the JSON body containing the routing key -- is written to the socket unencrypted before any redirect response is received. Redirection affects only whether the request is retried securely, not whether the first copy left the host in the clear. This issue affects Apache SkyWalking: from 9.6.0 through 11.0.0. Users are recommended to upgrade to version 11.0.0, which fixes the issue.
Title Apache SkyWalking: PagerDuty alarm hook transmits the integration routing key over cleartext HTTP
Weaknesses CWE-319
References

Subscriptions

Apache Skywalking
cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-09-04T07:11:16.372Z

Reserved: 2026-08-05T07:46:34.741Z

Link: CVE-2026-71216

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-04T07:17:09.587

Modified: 2026-09-04T08:17:16.200

Link: CVE-2026-71216

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T08:30:16Z

Weaknesses
  • CWE-319

    Cleartext Transmission of Sensitive Information