Will CVE-2023-2033 affect Chrome only, or all V8 based JS engines? #18771
stevefan1999-personal
started this conversation in
General
Replies: 1 comment
-
|
I don't work at the Deno company and have no more information about this security vulnerability than is publicly available... but looking at the patch that fixes this vulnerability, I believe it is very likely to affect Deno. All versions of Deno (including 1.32.5, the latest released) have a vulnerable version of V8. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It is said that you can confuse types in V8 that happens to be exploitable if you have a sussy web page:
I wonder if this can be reproduced without using a sussy web page but close to it, say like inside of a JSDOM/isomorphic web page situation. Or maybe we can just make a simpler reproduction case that does proved to work universally among all JS engine.
Beta Was this translation helpful? Give feedback.
All reactions