As mentioned in this module's summary, we usually consider a bug bounty program as a crowdsourcing initiative through which individuals can receive recognition and compensation for discovering and reporting software bugs.Bug bounty programs are more than that, though. A bug bounty program (also called a vulnerability rewards program - VRP) is continuous and proactive security testing that supplements internal code audits and penetration tests and completes an organization's vulnerability management strategy.
Bug Bounty Program Types
A bug bounty program can be private or public.
-
Private bug bounty programsare not publicly available. Bug bounty hunters can only participate in a private bug bounty program upon receiving specific invitations. The vast majority of bug bounty programs start as private ones and become public after getting the hang of receiving and triaging vulnerability reports.- Most of the time, bug bounty hunters receive invitations to private
bug bounty programs based on their track record, valid finding
consistency, and violation record. A representative example of this is
how
HackerOnedeals with invitations based on specific criteria. Please note that certain bug bounty programs may even require a background check.
- Most of the time, bug bounty hunters receive invitations to private
bug bounty programs based on their track record, valid finding
consistency, and violation record. A representative example of this is
how
-
Public bug bounty programsare accessible by the entire hacking community. -
Parent/Child Programs also exist where a bounty pool and a single cyber security team are shared between a parent company and its subsidiaries. If a subsidiary launches a bug bounty program (child program), this program will be linked to the parent one.Something important to note is that the terms
Bug Bounty Program (BBP)andVulnerability Disclosure Program (VDP)should not be used interchangeably.A vulnerability disclosure program only provides guidance on how an organization prefers receiving information on identified vulnerabilities by third parties. A bug bounty program incentivizes third parties to discover and report software bugs, and bug bounty hunters receive monetary rewards in return.If you want to study the anatomy of a vulnerability disclosure program, refer to the following resource. VDP vs. BBP
Bug Bounty Program Code of Conduct
The violation record of a bug bounty hunter is always taken into consideration. For this reason, it is of paramount importance to adhere to the code of conduct/policy of each bug bounty program or bug bounty platform. Spend considerable time reading the code of conduct as it does not just establish expectations for behavior but also makes bug bounty hunters more effective and successful during their bug report submissions.If you want to become an established bug bounty hunter, you will have to strike a balance between professionalism and technical capability.We strongly suggest that you go over HackerOne's Code of Conduct to familiarize yourself with such document.
Bug Bounty Program Structure
It is about time we see what a bug bounty program looks like. Navigate to HackerOne's bug bounty program list to go over some bug bounty programs. Take Alibaba BBP and Amazon Vulnerability Research Program as examples and go through their "Policy."
According to HackerOne: The policy section enables organizations to publish information about their program to communicate the specifics about their program to hackers. Organizations typically publish a vulnerability disclosure policy with guidance on how they want to receive information related to potential vulnerabilities in their products or online services. The policy also includes the program’s scope, which lists items hackers can test and send reports in for. It is often defined by the domain name for web applications or by the specific App Store / Play store mobile apps that a company builds.
A bug bounty program usually consists of the following elements:
Vendor Response SLAs |
Defines when and how the vendor will reply |
Access |
Defines how to create or obtain accounts for research purposes |
Eligibility Criteria |
For example, be the first reporter of a vulnerability to be eligible, etc. |
Responsible Disclosure Policy |
Defines disclosure timelines, coordination actions to safely disclose a vulnerability, increase user safety, etc. |
Rules of Engagement |
|
Scope |
In-scope IP Ranges, domains, vulnerabilities, etc. |
Out of Scope |
Out-of-scope IP Ranges, domains, vulnerabilities, etc. |
Reporting Format |
|
Rewards |
|
Safe Harbor |
|
Legal Terms and Conditions |
|
Contact Information |
In HackerOne's case, the above are usually included inside the Policy part of each program.
Writing a Good Report
By documenting our findings clearly and concisely, we get straight to our point in a way that the security or triage team can comprehend. Most importantly, bug reports should include information on how exploitation of each vulnerability can be reproduced step-by-ste. Please note that when reporting to less mature companies, we may have to translate technical security issues into more understandable/business terms for them to understand the actual impact of each vulnerability.
The essential elements of a good bug report are (the element order can vary):
Vulnerability Title |
Including vulnerability type, affected domain/parameter/endpoint, impact etc. |
CWE & CVSS score |
For communicating the characteristics and severity of the vulnerability. |
Vulnerability Description |
Better understanding of the vulnerability cause. |
Proof of Concept (POC) |
Steps to reproduce exploiting the identified vulnerability clearly and concisely. |
Impact |
Elaborate more on what an attacker can achieve by fully exploiting the vulnerability. Business impact and maximum damage should be included in the impact statement. |
Remediation |
Optional in bug bounty programs, but good to have. |
Readable and well-formatted bug reports can drastically minimize both vulnerability reproduction time and time to triage.
Why CWE & CVSS?
MITRE describes Common Weaknesses Enumeration (CWE) as a community-developed list of software and hardware weakness types. It serves as a common language, a measuring stick for security tools, and as a baseline for weakness identification, mitigation, and prevention efforts. In the case of a vulnerability chain, choose a CWE related to the initial vulnerability.when it comes to communicating the severity of an identified vulnerability, then Common Vulnerability Scoring System (CVSS) should be used, as it is a published standard used by organizations worldwide.
Using CVSS Calculator
Let us now see how we can use the CVSS v3.1 Calculator identify the severity of an identified vulnerability.
We will focus on the Base Score area only.
Attack Vector
Shows how the vulnerability can be exploited.
-
Network (N):Attackers can only exploit this vulnerability through the network layer (remotely exploitable). -
Adjacent (A):Attackers can exploit this vulnerability only if they reside in the same physical or logical network (secure VPN included). -
Local (L):Attackers can exploit this vulnerability only by accessing the target system locally (e.g., keyboard, terminal, etc.) or remotely (e.g., SSH) or through user interaction. -
Physical (P):Attackers can exploit this vulnerability through physical interaction/manipulation.
Attack Complexity
Depicts the conditions beyond the attackers' control and must be present to exploit the vulnerability successfully.
-
Low (L):No special preparations should take place to exploit the vulnerability successfully. The attackers can exploit the vulnerability repeatedly without any issue. -
High (H):Special preparations and information gathering should take place to exploit the vulnerability successfully.
Privileges Required
Show the level of privileges the attacker must have to exploit the vulnerability successfully.
-
None (N):No special access related to settings or files is required to exploit the vulnerability successfully. The vulnerability can be exploited from an unauthorized perspective. -
Low (L):Attackers should possess standard user privileges to exploit the vulnerability successfully. The exploitation in this case usually affects files and settings owned by a user or non-sensitive assets. -
High (H):Attackers should possess admin-level privileges to exploit the vulnerability successfully. The exploitation in this case usually affects the entire vulnerable system.
User Interaction
Shows if attackers can successfully exploit the vulnerability on their own or user interaction is required.
-
None (N):Attackers can successfully exploit the vulnerability independently. -
Required (R):A user should take some action before the attackers can successfully exploit the vulnerability.
Scope
Shows if successful exploitation of the vulnerability can affect components other than the affected one.
-
Unchanged (U):Successful exploitation of the vulnerability affects the vulnerable component or affects resources managed by the same security authority. -
Changed (C):Successful exploitation of the vulnerability can affect components other than the affected one or resources beyond the scope of the affected component's security authority.
Confidentiality
Shows how much the vulnerable component's confidentiality is affected upon successfully exploiting the vulnerability. Confidentiality limits information access and disclosure to authorized users only and prevents unauthorized users from accessing information.
-
None (N):The confidentiality of the vulnerable component does not get impacted. -
Low (L):The vulnerable component will experience some loss of confidentiality upon successful exploitation of the vulnerability. In this case, the attackers do not have control over what information is obtained. -
High (H):The vulnerable component will experience total (or serious) loss of confidentiality upon successfully exploiting the vulnerability. In this case, the attackers have total (or some) control over what information is obtained.
Integrity
Shows how much the vulnerable component's integrity is affected upon successfully exploiting the vulnerability. Integrity refers to the trustworthiness and veracity of information.
-
None (N):The integrity of the vulnerable component does not get impacted. -
Low (L):Attackers can modify data in a limited manner on the vulnerable component upon successfully exploiting the vulnerability. Attackers do not have control over the consequence of a modification, and the vulnerable component does not get seriously affected in this case. -
High (H):Attackers can modify all or critical data on the vulnerable component upon successfully exploiting the vulnerability. Attackers have control over the consequence of a modification, and the vulnerable component will experience a total loss of integrity.
Availability
Shows how much the vulnerable component's availability is affected upon successfully exploiting the vulnerability. Availability refers to the accessibility of information resources in terms of network bandwidth, disk space, processor cycles, etc.
-
None (N):The availability of the vulnerable component does not get impacted. -
Low (L):The vulnerable component will experience some loss of availability upon successfully exploiting the vulnerability. The attacker does not have complete control over the vulnerable component's availability and cannot deny the service to users, and performance is just reduced. -
High (H):The vulnerable component will experience total (or severe) availability loss upon successfully exploiting the vulnerability. The attacker has complete (or significant) control over the vulnerable component's availability and can deny the service to users. Performance is significantly reduce
Examples
Find below some examples of using CVSS 3.1 to communicate the severity of vulnerabilities.
Title: |
Cisco ASA Software IKEv1 and IKEv2 Buffer Overflow Vulnerability (CVE-2016-1287) |
CVSS 3.1 Score: |
9.8 (Critical) |
Attack Vector: |
Network - The Cisco ASA device was exposed to the internet since it was used to facilitate connections to the internal network through VPN. |
Attack Complexity: |
Low - All the attacker has to do is execute the available exploit against the device |
Privileges Required: |
None - The attack could be executed from an unauthenticated/unauthorized perspective |
User Interaction: |
None - No user interaction is required |
Scope: |
Unchanged - Although you can use the exploited device as a pivot, you cannot affect other components by exploiting the buffer overflow vulnerability. |
Confidentiality: |
High - Successful exploitation of the vulnerability results in unrestricted access in the form of a reverse shell. Attackers have total control over what information is obtained. |
Integrity: |
High - Successful exploitation of the vulnerability results in unrestricted access in the form of a reverse shell. Attackers can modify all or critical data on the vulnerable component. |
Availability: |
High - Successful exploitation of the vulnerability results in unrestricted access in the form of a reverse shell. Attackers can deny the service to users by powering the device off |
Title: |
Stored XSS in an admin panel (Malicious Admin -> Admin) |
CVSS 3.1 Score: |
5.5 (Medium) |
Attack Vector: |
Network - The attack can be mounted over the internet. |
Attack Complexity: |
Low - All the attacker (malicious admin) has to do is specify the XSS payload that is eventually stored in the database. |
Privileges Required: |
High - Only someone with admin-level privileges can access the admin panel. |
User Interaction: |
None - Other admins will be affected simply by browsing a specific (but regularly visited) page within the admin panel. |
Scope: |
Changed - Since the vulnerable component is the webserver and the impacted component is the browser |
Confidentiality: |
Low - Access to DOM was possible |
Integrity: |
Low - Through XSS, we can slightly affect the integrity of an application |
Availability: |
None - We cannot deny the service through XSS |
Good Report Examples
Find below some good report examples selected by HackerOne:
- SSRF in Exchange leads to ROOT access in all instances
- Remote Code Execution in Slack desktop apps + bonus
- Full name of other accounts exposed through NR API Explorer (another workaround of #476958)
- A staff member with no permissions can edit Store Customer Email
- XSS while logging in using Google
- Cross-site Scripting (XSS) on HackerOne careers page
Please refer to the Submitting Reports section of HackerOne's docs portal for the actual process a bug bounty hunter has to follow to submit a bug report.
Interacting with Organizations/BBP Hosts
Suppose that you have submitted a bug report. How should you interact with the security/triage team after that?
Well, to begin with, do not interact with them. Allow the security/triage team some time to process your report, validate your finding, and maybe ask questions. Some bug bounty programs/platforms include vendor response SLAs or response efficiency metrics, which can give you an idea of how long it can take for them to get back to a submission. Also, make sure that you do not spam the security/triage team within a short period of time.If the security/triage team does not get back to you in a reasonable amount of time, then if the submission was through a bug bounty platform, you can contact Mediation.Once the security/triage team gets back to you, note the team member's username and tag them in any future communications since they will probably be dealing with your submission. Do not interact with the security/triage team through any unofficial communication channel (social media etc.)!A professional bug report should be accompanied by professional communication. Remain calm and interact with the security/triage team as a security professional would.During your interaction with the security/triage team, there could be disagreements about the severity of the bug or the bounty. A bug's impact and severity play a significant role during the bounty amount assignment. In the case of such a disagreement, proceed as follows.
- Explain your rationale for choosing this severity score and guide the security/triage team through each metric value you specified in the CVSS calculator. Eventually, you will come to an agreement.
- Go over the bug bounty program's policy and scope and ensure that your submission complies with both. Also, make sure that the bounty amount resembles the policy of the bug bounty program.
- If none of the above was fruitful, contact mediation or a similar platform service.

0 Comments
Thanks For your comment