Skip to content

Commit f762d79

Browse files
Update SecurityExploits/Chrome/v8/CVE-2021-30623/README.md
Co-authored-by: intrigus-lgtm <60750685+intrigus-lgtm@users.noreply.github.com>
1 parent 8d05d80 commit f762d79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • SecurityExploits/Chrome/v8/CVE-2021-30623

SecurityExploits/Chrome/v8/CVE-2021-30623/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ function writeShellCode(rwxAddr, shellArr) {
5858
var elementsAddr = ftoi32(addrs[1])[0]; //<------- change this to var elementsAddr = ftoi32(addrs[1])[1];
5959
```
6060

61-
This, however, does not affect the reliability of the exploit as the offsets are stable as long as the file is fixed, but it may cause issues the poc is modified. I do not know what causes this, but the exploit can probably be made more robust against this by matching pattern in memory instead of relying on fixed offsets.
61+
This, however, does not affect the reliability of the exploit as the offsets are stable as long as the file is fixed, but it may cause issues if the poc is modified. I do not know what causes this, but the exploit can probably be made more robust against this by matching patterns in memory instead of relying on fixed offsets.

0 commit comments

Comments
 (0)