One might even say that 100% of 333,410 sites use vulnerable javascript libraries
Looking at how many sites use vulnerable JavaScript libraries
21–30 of 53 posts
Re: Looking at how many sites use vulnerable JavaScript libraries
#22Re: Looking at how many sites use vulnerable JavaScript libraries
#23If it's an automated scan, I'd be skeptical. Currently dealing with some overzealous security folks who put adherence to their scan tool over common sense, and insist that we lock down Oracle PL/SQL vulnerabilities in an application that doesn't use any flavor of SQL...
Re: Looking at how many sites use vulnerable JavaScript libraries
#24We run nsp on our production services in CI before merge. The number of false positives I have tracked down is infinitely higher than the number of vouln's found. I literally mean this, we have never seen one disclosure which resulted in a viable attack on our production services. For example, recently a bunch of ReDOS voulns were reported in popular libraries. None of which were in code paths hit by our configuratio…
I think it's an absolute statement about the lack of awareness to this risk. Of course some of these site would not actually be vulnerable, but I would bet the vast majority of them don't even know they're using a library with a known vulnerability.
Also, this is nothing new on the web, the amount of wordpress sites with known voulns is probably MUCH higher.
Re: Looking at how many sites use vulnerable JavaScript libraries
#25Re: Looking at how many sites use vulnerable JavaScript libraries
#26Re: Looking at how many sites use vulnerable JavaScript libraries
#27Re: Looking at how many sites use vulnerable JavaScript libraries
#28Earlier quoted context omitted.
An XSS issue could make your users' data vulnerable.
But cors[0] headers can mitigate some of the risk? [0]: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS
Re: Looking at how many sites use vulnerable JavaScript libraries
#29We run nsp on our production services in CI before merge. The number of false positives I have tracked down is infinitely higher than the number of vouln's found. I literally mean this, we have never seen one disclosure which resulted in a viable attack on our production services. For example, recently a bunch of ReDOS voulns were reported in popular libraries. None of which were in code paths hit by our configuratio…
Re: Looking at how many sites use vulnerable JavaScript libraries
#30I still question why I need to execute remote code just to read web content