🤬
  • Fixed formatting of POC in CVE-2022-1364

    Change-Id: Ibae9862a066332f24ae8f509258e2a313e70112e
  • Loading...
  • Maddie Stone committed 2 years ago
    b40d7e25
    1 parent 4e86ff77
  • ■ ■ ■ ■ ■ ■
    0day-RCAs/2022/CVE-2022-1364.md
    skipped 23 lines
    24 24  ## The Code
    25 25   
    26 26  **Proof-of-concept:**
     27 +```javascript
    27 28  function foo(bug) {
    28 29   function C(z) {
    29 30   Error.prepareStackTrace = function(t, B) {
    skipped 41 lines
    71 72  console.log(e1.M === e1.C); // prints true.
    72 73  e2 = foo(true);
    73 74  console.log(e2.M === e2.C); // should be true as above but prints false.
     75 +```
    74 76   
    75 77  **Exploit sample:**
    76 78  N/A
    skipped 75 lines
Please wait...
Page is in error, reload to recover