Skip to content

Commit

Permalink
Added a new line to each file
Browse files Browse the repository at this point in the history
This satisfies the linting errors.

I've also added in some dummy steps to reproduce to keep consistency with other templates.
  • Loading branch information
RRudder committed Oct 21, 2024
1 parent 091dac2 commit 3833c17
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Provide a step-by-step walkthrough with a screenshot on how you exploited the vulnerability. This will speed up triage time and result in faster rewards. Please include specific details on where you identified the vulnerability, how you identified it, and what actions you were able to perform as a result.

Attempt to escalate the vulnerability to perform additional actions. If this is possible, provide a full Proof of Concept (PoC).
Attempt to escalate the vulnerability to perform additional actions. If this is possible, provide a full Proof of Concept (PoC).
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
**Recommendation(s)**

Implement a 2FA feature for all user accounts and ensure that privileged users are required to configure 2FA.
Implement a 2FA feature for all user accounts and ensure that privileged users are required to configure 2FA.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ The application did not allow users to configure Two Factor Authentication (2FA)
This vulnerability can lead to reputational damage and indirect financial loss to the company as customers may view the application as insecure.

**Steps to Reproduce**

1. Navigate to the following URL: {{URL}}
1. Identify the vulnerability by performing {{action}}
1. Observe the misconfiguration

**Proof of Concept (PoC)**

The following screenshot shows the account management options available to a user. As shown, the user is not provided with the option to configure 2FA:
>
>{{screenshot}}
> {{screenshot}}

0 comments on commit 3833c17

Please sign in to comment.