Skip to content

Commit c8b8d9f

Browse files
committed
Correct typos
1 parent 496d8c6 commit c8b8d9f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

SecurityExploits/Chrome/SandboxEscape/CVE-2021-30528/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Chrome Sandbox Escape CVE-2021-30528
22

3-
The write up can be found [here](https://securitylab.github.com/research/chrome_sbx_java). This is a bug Chrome I reported in May 2021. The GitHub Advisory can be found [here](https://securitylab.github.com/advisories/GHSL-2021-124-chrome) and the Chrome issue Chrome Issue [here](https://bugs.chromium.org/p/chromium/issues/detail?1206329). The bug can be used to escape the Chrome sandbox from a compromised renderer.
3+
The write up can be found [here](https://securitylab.github.com/research/chrome_sbx_java). This is a bug Chrome I reported in May 2021. The GitHub Advisory can be found [here](https://securitylab.github.com/advisories/GHSL-2021-124-chrome) and the Chrome issue Chrome Issue [here](https://bugs.chromium.org/p/chromium/issues/detail?id=1206329). The bug can be used to escape the Chrome sandbox from a compromised renderer.
44

55
Two exploits are included, one for the 64 bit version 90.0.4430.91 and the other is for the 32 bit version 88.0.4324.181. The build configs are in the corresponding sub directories.
66

SecurityExploits/Chrome/SandboxEscape/CVE-2021-30528/aarch64/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The patch `browser.patch` patches the browser to make local testing more conveni
2525
2626
```
2727

28-
2. It removes the requirement for secure content, which would require a properly set up https context. (Self signing certificate for localhost does not pass this)
28+
2. It removes the requirement for secure content, which would require a properly set up https context. (Self signed certificate for localhost does not pass this)
2929

3030
```
3131
@@ -2542,7 +2542,9 @@ void AutofillManager::GetAvailableSuggestions(

SecurityExploits/Chrome/SandboxEscape/CVE-2021-30528/arm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The patch `browser.patch` patches the browser to make local testing more conveni
1919
2020
```
2121

22-
2. It removes the requirement for secure content, which would require a properly set up https context. (Self signing certificate for localhost does not pass this)
22+
2. It removes the requirement for secure content, which would require a properly set up https context. (Self signed certificate for localhost does not pass this)
2323

2424
```
2525
@@ -2542,7 +2542,9 @@ void AutofillManager::GetAvailableSuggestions(

0 commit comments

Comments
 (0)