Lucene search
+L

35 matches found

OpenVAS
OpenVAS
added 2020/02/19 12:0 a.m.75 views

Debian: Security Advisory (DSA-4627-1)

The remote host is missing an update for the Debian SPDX-FileCopyrightText: 2020 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

9.3CVSS7.9AI score0.027EPSS
SaveExploits0References4
OSV
OSV
added 2020/02/18 2:5 p.m.14 views

MGASA-2020-0092 Updated webkit2 packages fix security vulnerability

webkit2 packages have been updated to 2.26.4 and fixed the followin security vulnerabilities: A malicious website may be able to cause a denial of service CVE-2020-3862. A DOM object context may not have had a unique security origin CVE-2020-3864. A top-level DOM object context may have incorrect...

9.3CVSS7.7AI score0.027EPSS
SaveExploits0References5
Mageia
Mageia
added 2020/02/18 2:5 p.m.68 views

Updated webkit2 packages fix security vulnerability

webkit2 packages have been updated to 2.26.4 and fixed the followin security vulnerabilities: A malicious website may be able to cause a denial of service CVE-2020-3862. A DOM object context may not have had a unique security origin CVE-2020-3864. A top-level DOM object context may have incorrect...

9.3CVSS2.1AI score0.027EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2020/02/18 12:0 a.m.67 views

Debian DSA-4627-1 : webkit2gtk - security update

The following vulnerabilities have been discovered in the webkit2gtk web engine : - CVE-2020-3862 Srikanth Gatta discovered that a malicious website may be able to cause a denial of service. - CVE-2020-3864 Ryan Pickren discovered that a DOM object context may not have had a unique security origi...

9.3CVSS7AI score0.027EPSS
SaveExploits0References13
Debian
Debian
added 2020/02/17 8:39 p.m.112 views

[SECURITY] [DSA 4627-1] webkit2gtk security update

------------------------------------------------------------------------- Debian Security Advisory DSA-4627-1 [email protected] https://www.debian.org/security/ Alberto Garcia February 17, 2020 https://www.debian.org/security/faq -...

9.3CVSS9AI score0.027EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2020/02/14 12:0 a.m.43 views

CVE-2020-3864

A logic issue was addressed with improved validation. This issue is fixed in iCloud for Windows 7.17, iTunes 12.10.4 for Windows, iCloud for Windows 10.9.2, tvOS 13.3.1, Safari 13.0.5, iOS 13.3.1 and iPadOS 13.3.1. A DOM object context may not have had a unique security origin...

7.8CVSS7AI score0.00404EPSS
SaveExploits0References3
OSV
OSV
added 2020/02/14 12:0 a.m.14 views

UBUNTU-CVE-2020-3864

A logic issue was addressed with improved validation. This issue is fixed in iCloud for Windows 7.17, iTunes 12.10.4 for Windows, iCloud for Windows 10.9.2, tvOS 13.3.1, Safari 13.0.5, iOS 13.3.1 and iPadOS 13.3.1. A DOM object context may not have had a unique security origin...

7.8CVSS6.8AI score0.00404EPSS
SaveExploits0References4
OSV
OSV
added 2019/04/03 6:29 p.m.5 views

DEBIAN-CVE-2018-4319

A cross-origin issue existed with "iframe" elements. This was addressed with improved tracking of security origins. This issue affected versions prior to iOS 12, watchOS 5, Safari 12, iTunes 12.9 for Windows, iCloud for Windows 7.7...

8.1CVSS8.3AI score0.01075EPSS
SaveExploits0References1
CVE
CVE
added 2019/04/03 5:43 p.m.158 views

CVE-2018-4319

CVE-2018-4319 describes a cross-origin issue in iframe handling resolved by improved tracking of security origins in WebKit-based components. Affected products include Safari/WebKit on iOS before iOS 12, watchOS 5, Safari 12, iTunes 12.9 for Windows, and iCloud for Windows 7.7. Apple security pag...

8.1CVSS7.4AI score0.01075EPSS
SaveExploits0References5Affected Software4
Cvelist
Cvelist
added 2019/04/03 5:43 p.m.27 views

CVE-2018-4319

A cross-origin issue existed with "iframe" elements. This was addressed with improved tracking of security origins. This issue affected versions prior to iOS 12, watchOS 5, Safari 12, iTunes 12.9 for Windows, iCloud for Windows 7.7...

7.8AI score0.01075EPSS
SaveExploits0References5
seebug.org
seebug.org
added 2017/06/06 12:0 a.m.37 views

WebKit: UXSS: CachedFrame doesn't detach openers(CVE-2017-2528)

When a document loads "about:blank" or "about:srcdoc", it tries to inherit the security origin from its parent frame, or its opener frame if the parent frame doesn't exist. Normally, it doesn't happen that a subframe's document inherits its opener frame's security origin, because it has the paren...

4.3CVSS7.4AI score0.02025EPSS
SaveExploits4
Packet Storm
Packet Storm
added 2017/06/01 12:0 a.m.80 views

WebKit CachedFrame Universal Cross Site Scripting

WebKit: UXSS: CachedFrame doesn't detach openers CVE-2017-2528 When a document loads "about:blank" or "about:srcdoc", it tries to inherit the security origin from its parent frame, or its opener frame if the parent frame doesn't exist. Normally, it doesn't happen that a subframe's document inheri...

4.3CVSS6.6AI score0.02025EPSS
SaveExploits4
Exploit DB
Exploit DB
added 2017/06/01 12:0 a.m.67 views

WebKit - CachedFrame does not Detach Openers Universal Cross-Site Scripting

tree.parent; Frame openerFrame = mframe-loader.opener; Frame ownerFrame = parentFrame; if !ownerFrame ownerFrame = openerFrame; if !ownerFrame didFailToInitializeSecurityOrigin; return; ... setCookieURLownerFrame-document-cookieURL; // We alias the SecurityOrigins to match Firefox, see Bug 15313 ...

6.1CVSS6.9AI score0.02025EPSS
SaveExploits4
RedHat Linux
RedHat Linux
added 2015/10/15 9:9 p.m.8 views

chromium-browser: Information leakage in LocalStorage

The shouldTreatAsUniqueOrigin function in platform/weborigin/SecurityOrigin.cpp in Blink, as used in Google Chrome before 46.0.2490.71, does not ensure that the origin of a LocalStorage resource is considered unique, which allows remote attackers to obtain sensitive information via vectors...

5CVSS7.4AI score0.01415EPSS
SaveExploits0References5
OSV
OSV
added 2015/10/15 12:0 a.m.8 views

UBUNTU-CVE-2015-6759

The shouldTreatAsUniqueOrigin function in platform/weborigin/SecurityOrigin.cpp in Blink, as used in Google Chrome before 46.0.2490.71, does not ensure that the origin of a LocalStorage resource is considered unique, which allows remote attackers to obtain sensitive information via vectors...

5CVSS7.3AI score0.01415EPSS
SaveExploits0References7
Rows per page
Query Builder