Lucene search
+L

6019 matches found

Prion
Prion
added 2022/03/11 8:15 p.m.23 views

Input validation

The package url-js before 2.1.0 are vulnerable to Improper Input Validation due to improper parsing, which makes it is possible for the hostname to be spoofed. http://\\\\localhost and http://localhost are the same URL. However, the hostname is not parsed as localhost, and the backslash is...

5CVSS5.2AI score0.00849EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2022/03/11 8:00 p.m.20 views

CVE-2022-25839 Improper Input Validation

The package url-js before 2.1.0 are vulnerable to Improper Input Validation due to improper parsing, which makes it is possible for the hostname to be spoofed. http://\\\\localhost and http://localhost are the same URL. However, the hostname is not parsed as localhost, and the backslash is...

4.3CVSS6.1AI score
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2022/03/11 8:00 p.m.3 views

CVE-2022-25839

The package url-js before 2.1.0 are vulnerable to Improper Input Validation due to improper parsing, which makes it is possible for the hostname to be spoofed. http://\\\\localhost and http://localhost are the same URL. However, the hostname is not parsed as localhost, and the backslash is...

5.3CVSS6AI score0.00849EPSS
SaveExploits1References3
CNNVD
CNNVD
added 2022/03/11 12:00 a.m.8 views

URL.js 输入验证错误漏洞

URL.js is used to parse and format URLs. A security vulnerability exists in URL.js that is susceptible to Improper Input Validation due to improper parsing, which makes it possible for hostnames to be spoofed...

5.3CVSS5.7AI score0.00849EPSS
SaveExploits1References3
RedHat Linux
RedHat Linux
added 2022/03/10 2:59 p.m.7 views

CXF: SSL hostname verification bypass, incomplete CVE-2012-6153 fix

It was found that the fix for CVE-2012-6153 was incomplete: the code added to check that the server hostname matches the domain name in a subject's Common Name CN field in X.509 certificates was flawed. A man-in-the-middle attacker could use this flaw to spoof an SSL server using a specially...

5.8CVSS7.2AI score0.09149EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2022/03/10 2:59 p.m.145 views

Moderate: Red Hat Security Advisory: OpenShift Container Platform 4.10.3 bug fix and security update

Red Hat OpenShift Container Platform release 4.10.3 is now available with updates to packages and images that fix several bugs and add enhancements. This release includes a security update for Red Hat OpenShift Container Platform 4.10. Red Hat Product Security has rated this update as having a...

9.8CVSS6.7AI score0.09149EPSS
SaveExploits1References7
Huntr
Huntr
added 2022/03/09 2:33 p.m.30 views

Reflected Cross-site Scripting (XSS) Vulnerability

Description hestiacp is vulnerable to Reflected XSS in the Hostname field within Basic Options of the function "Configure Server" in Hestia Control Panel Proof of Concept 1 Access https://demo.hestiacp.com:8083/edit/server/ 2 Click "Configure" 3 Click Basic Options 4 Enter below as payload in the...

4.3CVSS0.9AI score0.00868EPSS
SaveExploits1
Huntr
Huntr
added 2022/03/04 10:29 a.m.25 views

hostname spoofing via javascript

Description If use parse-url for security check on url, it is dangerous because hostname spoofing through JavaScript scheme is possible. It also occurred in url.parse of node.js in 2018, and node.js acknowledged the vulnerability for this. So Node.js has patched it, and there are cases where a CV...

0.6AI score0.0405EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2022/03/02 2:50 p.m.39 views

CVE-2022-0691

An authorization bypass flaw was found in url-parse. This flaw allows a local unauthenticated attacker to add a backspace character \b while submitting a URL. This vulnerability can enable bypassing any hostname checks...

9.8CVSS2.7AI score0.0222EPSS
SaveExploits1References3
Snyk
Snyk
added 2022/02/28 10:08 a.m.6 views

Improper Input Validation

Overview url-js is a Simple URL parser, similar to DOM URL Affected versions of this package are vulnerable to Improper Input Validation due to improper parsing, which makes it is possible for the hostname to be spoofed. http://\\\\localhost and http://localhost are the same URL. However, the...

5.3CVSS6.5AI score0.00849EPSS
SaveExploits1References2
Huntr
Huntr
added 2022/02/27 2:50 a.m.41 views

Protocol/Hostname spoofing via Improper Input Validation

Description The uri.js doesn't remove whitespace characters from the beginning of the protocol, so it doesn't parse URLs properly. Several methods, including http.get, location.href, and fetch, strip the whitespace character in front of the protocol before sending the request. Proof of Concept...

5CVSS0.6AI score0.01995EPSS
SaveExploits1
OSV
OSV
added 2022/02/24 7:15 p.m.35 views

CVE-2021-44531

Accepting arbitrary Subject Alternative Name SAN types, unless a PKI is specifically defined to use a particular SAN type, can result in bypassing name-constrained intermediates. Node.js 12.22.9, 14.18.3, 16.13.2, and 17.3.1 was accepting URI SAN types, which PKIs are often not defined to use...

7.4CVSS0.9AI score
SaveExploits0References6
OSV
OSV
added 2022/02/24 7:15 p.m.6 views

ALPINE-CVE-2021-44531

Accepting arbitrary Subject Alternative Name SAN types, unless a PKI is specifically defined to use a particular SAN type, can result in bypassing name-constrained intermediates. Node.js 12.22.9, 14.18.3, 16.13.2, and 17.3.1 was accepting URI SAN types, which PKIs are often not defined to use...

7.4CVSS6.9AI score0.08373EPSS
SaveExploits0References1
OSV
OSV
added 2022/02/24 7:15 p.m.11 views

UBUNTU-CVE-2021-44531

Accepting arbitrary Subject Alternative Name SAN types, unless a PKI is specifically defined to use a particular SAN type, can result in bypassing name-constrained intermediates. Node.js 12.22.9, 14.18.3, 16.13.2, and 17.3.1 was accepting URI SAN types, which PKIs are often not defined to use...

7.4CVSS6.9AI score0.08373EPSS
SaveExploits0References3
Huntr
Huntr
added 2022/02/23 4:46 p.m.26 views

Server-Side Request Forgery (SSRF)

Description There is a Blind SSRF in fetching remote images in /uploaddocimg/ endpoint. It's because it does not check hostname before sending HTTP Request to it and only if the content-type be a valid image it will save the response. However, we do not have a full SSRF but there is still a blind...

7.1AI score
SaveExploits0
IBM Security Bulletins
IBM Security Bulletins
added 2022/02/22 7:59 p.m.47 views

Security Bulletin: Multiple vulnerabilities in WebSphere Application Server affect IBM Spectrum Control (formerly Tivoli Storage Productivity Center) (CVE-2018-1683, CVE-2018-8039)

Summary WebSphere Application Server is vulnerable to possible man-in-the-middle attacks. This is caused by the failure to encrypt ORB communication or by an Apache CXF vulnerability. Vulnerability Details CVEID: CVE-2018-1683 DESCRIPTION: IBM WebSphere Application Server Liberty could allow a...

8.1CVSS0.5AI score0.09311EPSS
SaveExploits0Affected Software1
Github Security Blog
Github Security Blog
added 2022/02/22 12:00 a.m.52 views

url-parse incorrectly parses hostname / protocol due to unstripped leading control characters.

Leading control characters in a URL are not stripped when passed into url-parse. This can cause input URLs to be mistakenly be interpreted as a relative URL without a hostname and protocol, while the WHATWG URL parser will trim control characters and treat it as an absolute URL. If url-parse is...

9.8CVSS8.1AI score0.0222EPSS
SaveExploits1References7Affected Software1
CNVD
CNVD
added 2022/02/21 12:00 a.m.37 views

Tenda G1 and G3 Command Injection Vulnerability (CNVD-2022-16176)

The Tenda G1 and G3 are routers from the Chinese company Tenda. A command injection vulnerability exists in the Tenda G1 and G3, which can be exploited to execute arbitrary commands via the hostName parameter...

9.8CVSS10AI score0.01869EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2022/02/15 1:05 p.m.81 views

CVE-2022-0512

An authorization bypass vulnerability was found in nodes-url-parse. This flaw allows a remote attacker with a basic user account to evade hostname verification by inserting the at symbol "@" at the end of the password field. This issue can allow entry to systems designed to block remote access an...

8.8CVSS3.7AI score0.01782EPSS
SaveExploits1References3
Hacker One
Hacker One
added 2022/02/14 10:44 p.m.25 views

GitHub Security Lab: Java: An experimental query for ignored hostname verification

This bug was reported directly to GitHub Security Lab...

1AI score
SaveExploits0
Rows per page
Query Builder