Lucene search
+L

127 matches found

RedHat Linux
RedHat Linux
added 2022/11/03 3:14 p.m.50 views

Moderate: Red Hat Security Advisory: Red Hat Single Sign-On 7.6.1 security update

A security update is now available for Red Hat Single Sign-On 7.6 from the Customer Portal. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each...

10CVSS7.2AI score0.63211EPSS
SaveExploits8References9
RedHat Linux
RedHat Linux
added 2022/11/03 2:54 p.m.59 views

Moderate: Red Hat Security Advisory: Red Hat Single Sign-On 7.6.1 security update on RHEL 8

New Red Hat Single Sign-On 7.6.1 packages are now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of none. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each...

10CVSS7.2AI score0.63211EPSS
SaveExploits8References8
Hacker One
Hacker One
added 2022/10/29 5:46 a.m.42 views

Shopify: Reflected XSS In Marketing Reports Page On *.myshopify.com/admin

The returnpagepathname parameter on the marketing reports page of a Shopify store was vulnerable to reflected cross-site scripting XSS when using the javascript: protocol. The vulnerability was assessed as having high attack complexity, as specific conditions were required for the XSS to execute...

5.6AI score
SaveExploits0
Huntr
Huntr
added 2022/06/11 12:57 p.m.10 views

Cross Site Scripting via Improper Input Validation

Description The parse-url The 5.0.8 version of the parser does not check :// character between protocols. This causes spoofing of the javascript protocol itself. Additionally, protocol spoofing does not occur in url-parse, new URL, and url.parse other than parse-url. Proof of Concept const parseU...

0.4AI score
SaveExploits0
Huntr
Huntr
added 2022/06/07 1:42 p.m.6 views

Cross Site Scripting via Improper Input Validation

Description The parse-url The 5.0.8 version of the parser does not check url characters between protocols. This causes spoofing of the javascript protocol itself. Proof of Concept javascript const parseUrl = require"parse-url"; const express = require'express'; const app = express; parsed =...

0.8AI score
SaveExploits0
Huntr
Huntr
added 2022/06/07 8:29 a.m.28 views

Bypass of last fix

Description last fix can be bypass because in this line we should consider the case \r\r or even \r too. Proof of Concept javascript const http = require"http"; const parseUrl = require"parse-url"; const url = parseUrl'jav\r\r\rascript://%0aalert1'; console.logurl const server =...

4.3CVSS0.2AI score0.00863EPSS
SaveExploits1
OSV
OSV
added 2022/02/22 12:0 a.m.8 views

GHSA-JF5R-8HM2-F872 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...

6.5CVSS7AI score0.0222EPSS
SaveExploits1References7
CNNVD
CNNVD
added 2022/01/15 12:0 a.m.7 views

Checkmk跨站脚本漏洞

Checkmk is an editor. A security vulnerability exists in Checkmk, which can be exploited by remote, authenticated attackers to inject arbitrary JavaScript into view headers via the javascript: URL...

5.4CVSS5.8AI score0.01078EPSS
SaveExploits1References6
Huntr
Huntr
added 2021/12/05 9:22 a.m.20 views

Cross-site Scripting (XSS) - Reflected in admidio/admidio

Description The Reflected XSS vulnerability occurs because redirect.php does not properly validate the value of the url parameter. Using javascript: throws an error in parsing the url. But I bypassed it using javascript://%0A. Proof of Concept txt 1. Open the...

4.3CVSS1.4AI score0.05784EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2021/06/06 7:0 a.m.5 views

Node.js: All versions prior to Node.js 6.15.0 8.14.0 10.14.0 and 11.3.0: Hostname spoofing in URL parser for javascript protocol: If a Node.js application is using url.parse() to determine the URL hostname that hostname can be spoofed by using a mixed case "javascript:" (e.g. "javAscript:") protocol (other protocols are not affected). If security decisions are made about the URL based on the hostname they may be incorrect.

...

4.3CVSS9.3AI score0.0405EPSS
SaveExploits0
OSV
OSV
added 2020/12/23 4:15 p.m.6 views

CVE-2020-6159

URLs using “javascript:” have the protocol removed when pasted into the address bar to protect users from cross-site scripting XSS attacks, but in certain circumstances this removal was not performed. This could allow users to be socially engineered to run an XSS attack against themselves. This...

6.1CVSS6.2AI score0.00634EPSS
SaveExploits0References1
Opera Security Advisories
Opera Security Advisories
added 2020/12/21 12:0 a.m.17 views

Cross-site Scripting in OfA – Opera Security Advisories

URLs using “javascript:” have the protocol removed when pasted into the address bar to protect users from cross-site scripting XSS attacks, but in certain circumstances this removal was not performed. This could allow users to be socially engineered to run an XSS attack against themselves. This...

6.1CVSS6.2AI score0.00634EPSS
SaveExploits0References1
Friends Of PHP
Friends Of PHP
added 2020/09/24 1:25 a.m.28 views

mw.message.parse() accepts javascript: protocol in wikilinks

More info at https://phabricator.wikimedia.org/T86738...

6.1CVSS7.2AI score0.01356EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2020/03/25 10:15 p.m.4 views

CVE-2020-6808

When a JavaScript URL javascript: is evaluated and the result is a string, this string is parsed to create an HTML document, which is then presented. Previously, this document's URL as reported by the document.location property, for example was the originating javascript: URL which could lead to...

6.5CVSS7AI score0.01039EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2020/02/02 2:37 a.m.34 views

CVE-2018-12123

Node.js: All versions prior to Node.js 6.15.0, 8.14.0, 10.14.0 and 11.3.0: Hostname spoofing in URL parser for javascript protocol: If a Node.js application is using url.parse to determine the URL hostname, that hostname can be spoofed by using a mixed case "javascript:" e.g. "javAscript:" protoc...

5.3CVSS1.5AI score0.0405EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2019/10/01 10:3 a.m.5 views

nodejs: Hostname spoofing in URL parser for javascript protocol

Node.js: All versions prior to Node.js 6.15.0, 8.14.0, 10.14.0 and 11.3.0: Hostname spoofing in URL parser for javascript protocol: If a Node.js application is using url.parse to determine the URL hostname, that hostname can be spoofed by using a mixed case "javascript:" e.g. "javAscript:" protoc...

4.3CVSS7.1AI score0.0405EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2019/07/22 1:39 p.m.4 views

nodejs: Hostname spoofing in URL parser for javascript protocol

Node.js: All versions prior to Node.js 6.15.0, 8.14.0, 10.14.0 and 11.3.0: Hostname spoofing in URL parser for javascript protocol: If a Node.js application is using url.parse to determine the URL hostname, that hostname can be spoofed by using a mixed case "javascript:" e.g. "javAscript:" protoc...

4.3CVSS7.1AI score0.0405EPSS
SaveExploits0References4
OSV
OSV
added 2019/03/23 10:49 a.m.8 views

OPENSUSE-SU-2019:0089-1 Security update for nodejs8

This update for nodejs8 to version 8.15.0 fixes the following issues: Security issues fixed: - CVE-2018-12121: Fixed a Denial of Service with large HTTP headers bsc1117626 - CVE-2018-12122: Fixed the 'Slowloris' HTTP Denial of Service bsc1117627 - CVE-2018-12116: Fixed HTTP request splitting...

7.5CVSS6AI score0.41288EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2019/01/22 12:0 a.m.35 views

SUSE SLES12 Security Update : nodejs4 (SUSE-SU-2019:0117-1)

This update for nodejs4 fixes the following issues : Security issues fixed : CVE-2018-0734: Fixed a timing vulnerability in the DSA signature generation bsc1113652 CVE-2018-5407: Fixed a hyperthread port content side channel attack aka 'PortSmash' bsc1113534 CVE-2018-12120: Fixed that the debugge...

8.1CVSS7.2AI score0.41288EPSS
SaveExploits4References22
OSV
OSV
added 2018/11/28 5:29 p.m.34 views

CVE-2018-12123

Node.js: All versions prior to Node.js 6.15.0, 8.14.0, 10.14.0 and 11.3.0: Hostname spoofing in URL parser for javascript protocol: If a Node.js application is using url.parse to determine the URL hostname, that hostname can be spoofed by using a mixed case "javascript:" e.g. "javAscript:" protoc...

4.3CVSS6.5AI score
SaveExploits0References4
Rows per page
Query Builder