Program Overview
PagerDuty runs a vulnerability disclosure program on HackerOne. The program has 18 in-scope assets and is managed by HackerOne's triage team.
In-Scope Assets
| Asset | Type | Max Severity | Eligible |
|---|---|---|---|
| *.pagerduty.com | WILDCARD | Critical | No Bounty |
| api.pagerduty.com | URL | Critical | No Bounty |
| events.pagerduty.com | URL | Critical | No Bounty |
| hackerone.stg.runbook.pagerduty.cloud | URL | Critical | No Bounty |
| https://github.com/rundeck/rundeck | SOURCE_CODE | Critical | No Bounty |
| https://github.com/rundeck/rundeck-cli | SOURCE_CODE | Critical | No Bounty |
| https://hub.docker.com/r/rundeck/rundeck/ | URL | Critical | No Bounty |
| https://hub.docker.com/r/rundeckpro/enterprise | URL | Critical | No Bounty |
| https://hub.docker.com/r/rundeckpro/runner | URL | Critical | No Bounty |
| https://packagecloud.io/pagerduty/rundeck/packages/any/any/rundeck_4.14.1.20230622-1_all.deb/download.deb?distro_version_id=35 | DOWNLOADABLE_EXECUTABLES | Critical | No Bounty |
| https://packagecloud.io/pagerduty/rundeck/packages/java/org.rundeck/rundeck-4.14.1-20230622.war/artifacts/rundeck-4.14.1-20230622.war/download | DOWNLOADABLE_EXECUTABLES | Critical | No Bounty |
| https://packagecloud.io/pagerduty/rundeck/packages/rpm_any/rpm_any/rundeck-4.14.1.20230622-1.noarch.rpm/download.rpm?distro_version_id=227 | DOWNLOADABLE_EXECUTABLES | Critical | No Bounty |
| https://packagecloud.io/pagerduty/rundeckpro/packages/any/any/rundeckpro-enterprise_4.14.1.20230622-1_all.deb/download.deb?distro_version_id=35 | DOWNLOADABLE_EXECUTABLES | Critical | No Bounty |
| https://packagecloud.io/pagerduty/rundeckpro/packages/java/com.rundeck.enterprise/rundeckpro-enterprise-4.14.1-20230622.war/artifacts/rundeckpro-enterprise-4.14.1-20230622.war/download | DOWNLOADABLE_EXECUTABLES | Critical | No Bounty |
| https://packagecloud.io/pagerduty/rundeckpro/packages/java/com.rundeck.sidecar/pd-runner-0.1.46.jar | DOWNLOADABLE_EXECUTABLES | Critical | No Bounty |
| https://packagecloud.io/pagerduty/rundeckpro/packages/rpm_any/rpm_any/rundeckpro-enterprise-4.14.1.20230622-1.noarch.rpm/download.rpm?distro_version_id=227 | DOWNLOADABLE_EXECUTABLES | Critical | No Bounty |
| pentest-uat.pushbot.com | URL | Critical | No Bounty |
| www.pagerduty.com | URL | High | No Bounty |
Out-of-Scope Assets
- community.pagerduty.com
- http://www.pagerduty.com/support/
- university.pagerduty.com
- www.pagerduty.com/contact-us/
Tips for Hacking PagerDuty
- Read the policy — Understand what's in scope, out of scope, and any specific testing restrictions before you start.
- Enumerate the attack surface — Use subdomain enumeration and directory bruteforcing to map all accessible endpoints.
- Focus on high-impact bugs — Look for SQL injection, SSRF, and IDOR vulnerabilities first.
- Test authentication flows — Check for OAuth misconfigurations and CSRF in login/signup flows.
- Write clear reports — Include steps to reproduce, impact assessment, and suggested remediation. Use Burp Suite to capture evidence.
Frequently Asked Questions
How do I start hacking PagerDuty?
Sign up on HackerOne, read the program policy carefully, review the in-scope assets listed above, and start testing. Always stay within scope and follow responsible disclosure guidelines.
Does PagerDuty pay bounties?
No, PagerDuty runs a Vulnerability Disclosure Program (VDP) without monetary rewards. You may receive recognition or swag.
What types of vulnerabilities does PagerDuty accept?
PagerDuty accepts reports for vulnerabilities found in their 18 in-scope assets. Common accepted vulnerability types include XSS, SQL injection, SSRF, IDOR, authentication bypass, and RCE. Check the program policy for specific exclusions.