Skip to content

Commit

Permalink
Minor grammar update
Browse files Browse the repository at this point in the history
  • Loading branch information
RRudder authored Oct 25, 2023
1 parent 2f7c978 commit d32fd35
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

## Overview of the Vulnerability

Cross-Site Scripting (XSS) is a type of injection attack where malicious JavaScript is injected into a website. When a user visits the affected web page, the Javascript executes within that user’s browser in the context of the domain. This instance of XSS can be found on the domain which allows an attacker to control code that is executed within a user’s Internet Explorer browser.

From here, an attacker could carry out any actions that the user is able to perform, including accessing any of the user's data and modifying information within the user’s permissions.
Cross-Site Scripting (XSS) is a type of injection attack where malicious JavaScript is injected into a website. When a user visits the affected web page, the Javascript executes within that user’s browser in the context of the domain. This instance of XSS can be found on the domain which allows an attacker to control code that is executed within a user’s Internet Explorer browser. From here, an attacker could carry out any actions that the user is able to perform, including accessing any of the user's data and modifying information within the user’s permissions.

## Business Impact

Expand All @@ -25,6 +23,6 @@ XSS could result in reputational damage for the business through the impact to c

## Proof of Concept (PoC)

Below is a screenshot demonstrating the injected JavaScript executing:
The following screenshot(s) demonstrate(s) this vulnerability:

{{screenshot}}

0 comments on commit d32fd35

Please sign in to comment.