If 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...
I absolutely hate these kinds of "security" scans. I once worked with a company that started using one of these. They said our "vulnerability scores" were significantly too high. I looked at the report, turns out they were just looking at HTTP headers and throwing up every CVE that matched any version numbers they found. (One of the "worst offenders" on the system was a CVE about a vulnerability in PHP when using "ma…
Looking at how many sites use vulnerable JavaScript libraries
41–50 of 53 posts
Re: Looking at how many sites use vulnerable JavaScript libraries
#42Earlier quoted context omitted.
I don't understand, what were the scammers trying to achieve?
Trying to validate stolen or generated credit card numbers.
Re: Looking at how many sites use vulnerable JavaScript libraries
#43Re: Looking at how many sites use vulnerable JavaScript libraries
#44Earlier quoted context omitted.
Those means different things. Their wording means "we checked X sites and 77% of them met some criteria", which can be extrapolated to higher values of X (assuming the proper statistical care is taken, etc). Your wording implies the same, but that's not good because you can't extrapolate to a larger X. You chose the sites after knowing they already met the criteria, and that changes the meaning.
I get the sense OP was being a bit snide
Re: Looking at how many sites use vulnerable JavaScript libraries
#45Re: Looking at how many sites use vulnerable JavaScript libraries
#46> One of the discoveries the report mentions is that an analysis of around 433,000 sites found that 77% of them use at least one front-end JavaScript library with a known security vulnerability. Does that even matter? No Front-End JS Library should actually make your backend vulnerable.
Re: Looking at how many sites use vulnerable JavaScript libraries
#47Earlier quoted context omitted.
An XSS issue could make your users' data vulnerable.
is still only an issue if you pass untrusted data to your js code.
Re: Looking at how many sites use vulnerable JavaScript libraries
#48Is it better for a website to roll its own insecurity? I'd a lot rather people use libraries with significant adoption — hopefully being aware of and avoiding any security problems they may include — than write their own version where the security problems will never be exposed, at least for good.
Re: Looking at how many sites use vulnerable JavaScript libraries
#49Is it better for a website to roll its own insecurity? I'd a lot rather people use libraries with significant adoption — hopefully being aware of and avoiding any security problems they may include — than write their own version where the security problems will never be exposed, at least for good.
Re: Looking at how many sites use vulnerable JavaScript libraries
#50Earlier quoted context omitted.
Trying to validate stolen or generated credit card numbers.
That's not always what is going on. In some cases unscrupulous operators will run through large numbers of $1 transactions in order to lower their chargeback rate.