Lucene search
+L

69 matches found

OSV
OSV
added 2021/03/22 12:15 p.m.6 views

CVE-2020-28501

This affects the package es6-crawler-detect before 3.1.3. No limitation of user agent string length supplied to regex operators...

7.5CVSS7.1AI score0.01498EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2021/03/22 12:10 p.m.35 views

CVE-2020-28501 Regular Expression Denial of Service (ReDoS)

This affects the package es6-crawler-detect before 3.1.3. No limitation of user agent string length supplied to regex operators...

5.3CVSS7.5AI score0.01498EPSS
SaveExploits1References2
CVE
CVE
added 2021/03/22 12:10 p.m.59 views

CVE-2020-28501

The CVE-2020-28501 issue affects es6-crawler-detect prior to 3.1.3. The root cause is a lack of length limitation on the user agent string when fed to regex operators, producing Regular Expression Denial of Service (ReDoS). Reported references from GHSA (Regular Expression Denial of Service in es...

7.5CVSS6.2AI score0.01498EPSS
SaveExploits1References2Affected Software1
Kitploit
Kitploit
added 2021/03/22 11:30 a.m.60 views

Netmap.Js - Fast Browser-Based Network Discovery Module

Fast browser-based network discovery module Description netmap.js provides browser-based host discovery and port scanning capabilities to allow you to map website visitors' networks. It's quite fast, making use of es6-promise-pool to efficiently run the maximum number of concurrent connections...

7.2AI score
SaveExploits0References10
Snyk
Snyk
added 2020/12/15 6:03 p.m.11 views

Regular Expression Denial of Service (ReDoS)

Overview es6-crawler-detect is an ES6 version of the original PHP class @CrawlerDetect, it helps you detect bots/crawlers and spiders only by scanning the user-agent string or from the global request.headers. Affected versions of this package are vulnerable to Regular Expression Denial of Service...

7.5CVSS6.7AI score0.01498EPSS
SaveExploits1References2
Hacker One
Hacker One
added 2018/01/04 4:07 a.m.40 views

Cloudflare: // (double slash) inside es6 template literals interpreted as an inline comment by the auto-minifier

The following is valid javascript: var a = //; So is this: var url = https://hackerone.com; However, Cloudflare's auto-minifier removes the parts of both lines including and after the //, meaning in production, they look like this: var a = var url = https: This can either straight up break or...

6.8AI score
SaveExploits0
myhack58
myhack58
added 2016/11/30 12:00 a.m.43 views

Three roads lead to Rome-vulnerability warning-the black bar safety net

In the past two years has been focused on the browser aspect of the research, mainly in the Fuzz-based, fuzzing in the user state of vulnerability discovery, whether it is a vulnerability in quality or CVE outputs have been good results. Until some big players involved, as well as a large number ...

7.5AI score
SaveExploits0
Jake Archibald's Blog
Jake Archibald's Blog
added 2015/03/24 12:00 a.m.23 views

That's so fetch!

There's been some confusion around the new fetch API recently. Let's clear things up. The first thing you'll notice about fetch is it's a massive improvement on XMLHttpRequest in terms of API design. Here's how to get some JSON using XHR: var xhr = new XMLHttpRequest; xhr.open'GET', url;...

6.8AI score
SaveExploits0
Jake Archibald's Blog
Jake Archibald's Blog
added 2014/12/01 12:49 a.m.9 views

Iterators gonna iterate

ES6 gives us a new way to iterate, and it's already supported in stable releases of Firefox, Chrome, & Opera. Here it is: for var num of 1, 2, 3 console.lognum; // Result: 1 // Result: 2 // Result: 3 Unlike for part in thing which iterates through property names of an object in a generic way, for...

7.2AI score
SaveExploits0
Rows per page
Query Builder