You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SecurityExploits/Chrome/SandboxEscape/CVE-2021-30528/aarch64/README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,16 @@
1
1
## 64 bit version
2
2
3
-
The 64 bit version 90.0.4430.91 of Chrome is tested with Samsung Galaxy A71 firmware version A715FXXU3BUB5.
3
+
The 64 bit version 90.0.4430.91 of Chrome are tested with the following devices:
4
+
1. Pixel 3a firmware version RQ1A.210205.004
5
+
2. Samsung Galaxy A71 firmware version A715FXXU3BUB5
4
6
5
-
The offsets included in `arm64_renderer.patch` are with respect to this firmware. The `arm64_renderer.patch` is used to simulate a compromised renderer.
7
+
The offsets included in `arm64_renderer.patch` are with respect to A71. To test Pixel3a, change the A71 specific offsets to the following instead:
8
+
```
9
+
uint64_t executeOffset = 0x711354;
10
+
uint64_t systemOffset = 0x5f278;
11
+
```
12
+
13
+
The `arm64_renderer.patch` is used to simulate a compromised renderer.
6
14
7
15
The patch `browser.patch` patches the browser to make local testing more convenient. It does the following:
8
16
1. It removes the `ServerCards` check to simulate having a credit card store in an account (rather than on the device):
Copy file name to clipboardExpand all lines: SecurityExploits/Chrome/SandboxEscape/CVE-2021-30528/arm/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
## 32 bit version
2
2
3
3
The 32 bit version 88.0.4324.181 of Chrome are tested with the following devices:
4
-
1. Pixel 3a firmware version RP1A.200720.009
4
+
1. Pixel 3a firmware version RQ1A.210205.004
5
5
2. Samsung Galaxy A71 firmware version A715FXXU3BUB5
6
6
7
7
The offsets included in `arm_renderer.patch` are with respect to these firmware. (To test on Pixel 3a, the offset for A71 needs to be commented out) The `arm_renderer.patch` is used to simulate a compromised renderer.
0 commit comments