Lucene search
+L

13587 matches found

Microsoft Secure
Microsoft Secure
added 2021/05/28 12:00 a.m.319 views

New sophisticated email-based attack from NOBELIUM

Microsoft Threat Intelligence Center MSTIC has uncovered a wide-scale malicious email campaign operated by NOBELIUM, the threat actor behind the attacks against SolarWinds, the SUNBURST backdoor, TEARDROP malware, GoldMax malware, and other related components. The campaign, initially observed and...

4.3CVSS7.2AI score0.07082EPSS
SaveExploits0
NVD
NVD
added 2021/05/27 5:15 p.m.42 views

CVE-2021-32645

Tenancy multi-tenant is an open source multi-domain controller for the Laravel web framework. In some situations, it is possible to have open redirects where users can be redirected from your site to any other site using a specially crafted URL. This is only the case for installations where the...

6.1CVSS0.0102EPSS
SaveExploits0References4
OSV
OSV
added 2021/05/24 7:15 p.m.10 views

CVE-2021-23387

The package trailing-slash before 2.0.1 are vulnerable to Open Redirect via the use of trailing double slashes in the URL when accessing the vulnerable endpoint such as https://example.com//attacker.example/. The vulnerable code is in index.js::createTrailing, as the web server uses relative URLs...

6.1CVSS6.3AI score
SaveExploits0References3
Prion
Prion
added 2021/05/24 7:15 p.m.22 views

Open redirect

The package trailing-slash before 2.0.1 are vulnerable to Open Redirect via the use of trailing double slashes in the URL when accessing the vulnerable endpoint such as https://example.com//attacker.example/. The vulnerable code is in index.js::createTrailing, as the web server uses relative URLs...

5.8CVSS6.3AI score0.0115EPSS
SaveExploits1References3Affected Software1
CVE
CVE
added 2021/05/24 6:16 p.m.66 views

CVE-2021-23387

CVE-2021-23387 concerns the npm package trailing-slash. The vulnerability is an Open Redirect caused by the use of trailing double slashes in URLs accessed at vulnerable endpoints, with the flaw located in index.js::createTrailing() (web server uses relative URLs). Affected versions are before 2....

6.1CVSS6AI score0.0115EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/24 5:00 p.m.64 views

Redirect URL matching ignores character casing

Impact Before version v0.34.1, the OAuth 2.0 Client's registered redirect URLs and the redirect URL provided at the OAuth2 Authorization Endpoint where compared using strings.ToLower while they should have been compared with a simple string match: 1. Registering a client with allowed redirect URL...

6.1CVSS0.5AI score0.00841EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2021/05/24 4:15 p.m.16 views

AZL-44850 CVE-2021-33502 affecting package nodejs-nodemon 2.0.3-5

The normalize-url package before 4.5.1, 5.x before 5.3.1, and 6.x before 6.0.1 for Node.js has a ReDoS regular expression denial of service issue because it has exponential performance for data: URLs...

7.5CVSS7.2AI score0.01705EPSS
SaveExploits0References1
NVD
NVD
added 2021/05/24 4:15 p.m.25 views

CVE-2021-33502

The normalize-url package before 4.5.1, 5.x before 5.3.1, and 6.x before 6.0.1 for Node.js has a ReDoS regular expression denial of service issue because it has exponential performance for data: URLs...

7.5CVSS0.01705EPSS
SaveExploits0References2
OSV
OSV
added 2021/05/24 4:15 p.m.3 views

DEBIAN-CVE-2021-33502

The normalize-url package before 4.5.1, 5.x before 5.3.1, and 6.x before 6.0.1 for Node.js has a ReDoS regular expression denial of service issue because it has exponential performance for data: URLs...

7.5CVSS8.1AI score0.01705EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2021/05/24 4:15 p.m.380 views

CVE-2021-33502

The normalize-url package before 4.5.1, 5.x before 5.3.1, and 6.x before 6.0.1 for Node.js has a ReDoS regular expression denial of service issue because it has exponential performance for data: URLs...

7.5CVSS7.1AI score0.01705EPSS
SaveExploits0References2
OSV
OSV
added 2021/05/24 4:15 p.m.13 views

UBUNTU-CVE-2021-33502

The normalize-url package before 4.5.1, 5.x before 5.3.1, and 6.x before 6.0.1 for Node.js has a ReDoS regular expression denial of service issue because it has exponential performance for data: URLs...

7.5CVSS7.2AI score0.01705EPSS
SaveExploits0References3
Prion
Prion
added 2021/05/24 4:15 p.m.35 views

Denial of service

The normalize-url package before 4.5.1, 5.x before 5.3.1, and 6.x before 6.0.1 for Node.js has a ReDoS regular expression denial of service issue because it has exponential performance for data: URLs...

5CVSS8.3AI score0.01705EPSS
SaveExploits0References2Affected Software1
NVD
NVD
added 2021/05/20 12:15 p.m.19 views

CVE-2021-27461

A vulnerability has been found in multiple revisions of Emerson Rosemount X-STREAM Gas Analyzer. The affected webserver applications allow access to stored data that can be obtained by using specially crafted URLs...

7.5CVSS0.01397EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2021/05/20 12:00 a.m.11 views

CVE-2021-23853

In Bosch IP cameras, improper validation of the HTTP header allows an attacker to inject arbitrary HTTP headers through crafted URLs...

9.8CVSS7.3AI score0.00863EPSS
SaveExploits0References2
Veracode
Veracode
added 2021/05/18 5:22 a.m.23 views

Open Redirection

koa-remove-trailing-slashes is vulnerable to open redirection. The usage of relative URLs instead of absolute URLs in removeTrailingSlashes allows an attacker to use trailing double slashes in the URL to redirect users to malicious websites...

5.4CVSS4.2AI score0.00835EPSS
SaveExploits1References2Affected Software1
Prion
Prion
added 2021/05/17 6:15 p.m.25 views

Open redirect

The package koa-remove-trailing-slashes before 2.0.2 are vulnerable to Open Redirect via the use of trailing double slashes in the URL when accessing the vulnerable endpoint such as https://example.com//attacker.example/. The vulnerable code is in index.js::removeTrailingSlashes, as the web serve...

5.8CVSS5.5AI score0.00835EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2021/05/17 5:45 p.m.35 views

CVE-2021-23384 Open Redirect

The package koa-remove-trailing-slashes before 2.0.2 are vulnerable to Open Redirect via the use of trailing double slashes in the URL when accessing the vulnerable endpoint such as https://example.com//attacker.example/. The vulnerable code is in index.js::removeTrailingSlashes, as the web serve...

5.4CVSS5.8AI score0.00835EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2021/05/17 5:43 p.m.6 views

CVE-2021-23384

The package koa-remove-trailing-slashes before 2.0.2 are vulnerable to Open Redirect via the use of trailing double slashes in the URL when accessing the vulnerable endpoint such as https://example.com//attacker.example/. The vulnerable code is in index.js::removeTrailingSlashes, as the web serve...

5.8CVSS5.4AI score0.00835EPSS
SaveExploits1References3
Hacker One
Hacker One
added 2021/05/14 1:23 p.m.33 views

New Relic: GitHub Integration doesn't sanitize repository URLs which might be attacker-controlled

New Relic's integration of Github repos had an implicit assumption that URL's for repos would not need to be sanitized. The researcher demonstrated that an attacker can return a manually configure the htmlurl value on an attacker controlled server emulating the Github API. A victim would need to...

6AI score
SaveExploits0
GithubExploit
GithubExploit
added 2021/05/13 1:28 p.m.142 views

Exploit for Deserialization of Untrusted Data in Apache Ofbiz

ofbiz-poc CVE-2020-9496 and CVE20209496 utilize dnslog for...

9.8CVSS7.1AI score0.98926EPSS
SaveExploits22
Rows per page
Query Builder