by gargarplex on 3/26/22, 5:45 PM with 145 comments
by suigetsusake on 3/26/22, 8:06 PM
[0] https://msrc.microsoft.com/update-guide/vulnerability/CVE-20...
by ainar-g on 3/26/22, 10:03 PM
https://github.com/v8/v8/commit/0981e91a4f8692af337e2588562a...
https://github.com/v8/v8/commit/a2cae2180a7a6d64ccdede44d730...
Although there could be others.
by tommiegannert on 3/26/22, 8:11 PM
https://chromereleases.googleblog.com/2022/03/stable-channel...
by _Nat_ on 3/26/22, 7:57 PM
Is there a safer JavaScript engine folks can use without having to worry about this sorta thing? Even if it's slower, less compatible, more resource-intensive, etc.?
I feel like, in most cases, I could make due with JavaScript being 10x or even 100x slower, taking up 10x the RAM, lacking some uncommon features, and so forth -- if it meant being able to enable it without needing to worry about new zero-days.
by mdb31 on 3/26/22, 8:03 PM
by gruez on 3/26/22, 8:36 PM
by fn-mote on 3/26/22, 9:17 PM
For all of the (deserved) hate snap gets, there are some shining up sides.
by nathants on 3/26/22, 10:43 PM
an exploit that cannot communicate is likely benign and easy to detect in the attempt.
monitor all outbound network connections with a gui prompt that defaults to deny. whitelist trusted domains/ip for a better experience and a bit less security.
macos has littlesnitch[1], linux has opensnitch[2], or roll your own on libnetfilterqueue[3].
bonus points if the filtering happens upstream at a router or wireguard host so a compromised machine cannot easily disable filtering.
bonus points if the filtering is at executable level granularity instead of system level.
1. https://www.obdev.at/products/littlesnitch/index.html
by t3odump on 3/28/22, 10:36 AM
Is this platform dependent or the mitigation in progress works well? I mean for example some feature on mac and Linux is available out of the box asACG feature.
This analysis is very interesting because I have only read analisys related to privacy and not about security and integrity. (I mean compare between Chorme, Edge, Brave, etc ...)
by janci on 3/26/22, 8:49 PM
by buro9 on 3/26/22, 8:16 PM
by eezurr on 3/26/22, 10:53 PM
by bArray on 3/27/22, 3:49 AM
by ruuda on 3/26/22, 9:42 PM
by amelius on 3/26/22, 8:17 PM
by sysOpOpPERAND on 3/27/22, 10:30 AM
should i switch browsers all together?
by whatev1942 on 3/28/22, 6:20 AM
by paulpauper on 3/26/22, 8:05 PM
by badrabbit on 3/26/22, 9:22 PM
by TT-392 on 3/26/22, 9:57 PM
by baq on 3/26/22, 8:01 PM
by octoberfranklin on 3/26/22, 8:07 PM
When there is only one other complete implementation of these "standards" (with miniscule market share), it's time to panic.