CVE Feed

    Dashboard / CVE

    5.3
    Medium

    CVE-2017-7816

    Last Modified: 21 Nov 2024

    WebExtensions could use popups and panels in the extension UI to load an "about:" privileged URL, violating security checks that disallow this behavior. This vulnerability affects Firefox < 56.

    Published: 11 Jun 2018
    9.8
    Critical

    CVE-2017-7811

    Last Modified: 21 Nov 2024

    Memory safety bugs were reported in Firefox 55. Some of these bugs showed evidence of memory corruption and we presume that with enough effort that some of these could be exploited to run arbitrary code. This vulnerability affects Firefox < 56.

    Published: 11 Jun 2018
    5.3
    Medium

    CVE-2017-7815

    Last Modified: 21 Nov 2024

    On pages containing an iframe, the "data:" protocol can be used to create a modal dialog through Javascript that will have an arbitrary domains as the dialog's location, spoofing of the origin of the modal dialog from the user view. Note: This attack only affects installations with e10 multiprocess turned off. Installations with e10s turned on do not support the modal dialog functionality. This vulnerability affects Firefox < 56.

    Published: 11 Jun 2018
    5.3
    Medium

    CVE-2017-7822

    Last Modified: 21 Nov 2024

    The AES-GCM implementation in WebCrypto API accepts 0-length IV when it should require a length of 1 according to the NIST Special Publication 800-38D specification. This might allow for the authentication key to be determined in some instances. This vulnerability affects Firefox < 56.

    Published: 11 Jun 2018
    7.3
    High

    CVE-2017-7835

    Last Modified: 21 Nov 2024

    Mixed content blocking of insecure (HTTP) sub-resources in a secure (HTTPS) document was not correctly applied for resources that redirect from HTTPS to HTTP, allowing content that should be blocked, such as scripts, to be loaded on a page. This vulnerability affects Firefox < 57.

    Published: 11 Jun 2018
    9.8
    Critical

    CVE-2017-7827

    Last Modified: 21 Nov 2024

    Memory safety bugs were reported in Firefox 56. Some of these bugs showed evidence of memory corruption and we presume that with enough effort that some of these could be exploited to run arbitrary code. This vulnerability affects Firefox < 57.

    Published: 11 Jun 2018
    5.3
    Medium

    CVE-2017-7831

    Last Modified: 21 Nov 2024

    A vulnerability where the security wrapper does not deny access to some exposed properties using the deprecated "_exposedProps_" mechanism on proxy objects. These properties should be explicitly unavailable to proxy objects. This vulnerability affects Firefox < 57.

    Published: 11 Jun 2018
    5.3
    Medium

    CVE-2017-7832

    Last Modified: 21 Nov 2024

    The combined, single character, version of the letter 'i' with any of the potential accents in unicode, such as acute or grave, can be spoofed in the addressbar by the dotless version of 'i' followed by the same accent as a second character with most font sets. This allows for domain spoofing attacks because these combined domain names do not display as punycode. This vulnerability affects Firefox < 57.

    Published: 11 Jun 2018
    6.1
    Medium

    CVE-2017-7834

    Last Modified: 21 Nov 2024

    A "data:" URL loaded in a new tab did not inherit the Content Security Policy (CSP) of the original page, allowing for bypasses of the policy including the execution of JavaScript. In prior versions when "data:" documents also inherited the context of the original page this would allow for potential cross-site scripting (XSS) attacks. This vulnerability affects Firefox < 57.

    Published: 11 Jun 2018
    5.3
    Medium

    CVE-2017-7837

    Last Modified: 21 Nov 2024

    SVG loaded through "<img>" tags can use "<meta>" tags within the SVG data to set cookies for that page. This vulnerability affects Firefox < 57.

    Published: 11 Jun 2018
    6.1
    Medium

    CVE-2017-7840

    Last Modified: 21 Nov 2024

    JavaScript can be injected into an exported bookmarks file by placing JavaScript code into user-supplied tags in saved bookmarks. If the resulting exported HTML file is later opened in a browser this JavaScript will be executed. This could be used in social engineering and self-cross-site-scripting (self-XSS) attacks if users were convinced to add malicious tags to bookmarks, export them, and then open the resulting file. This vulnerability affects Firefox < 57.

    Published: 11 Jun 2018
    9.8
    Critical

    CVE-2018-5147

    Last Modified: 25 Nov 2025

    The libtremor library has the same flaw as CVE-2018-5146. This library is used by Firefox in place of libvorbis on Android and ARM platforms. This vulnerability affects Firefox ESR < 52.7.2 and Firefox < 59.0.1.

    Published: 11 Jun 2018
    5.3
    Medium

    CVE-2018-5110

    Last Modified: 21 Nov 2024

    If cursor visibility is toggled by script using from 'none' to an image and back through script, the cursor will be rendered temporarily invisible within Firefox. Note: This vulnerability only affects OS X. Other operating systems are not affected. This vulnerability affects Firefox < 58.

    Published: 11 Jun 2018
    5.3
    Medium

    CVE-2018-5121

    Last Modified: 21 Nov 2024

    Low descenders on some Tibetan characters in several fonts on OS X are clipped when rendered in the addressbar. When used as part of an Internationalized Domain Name (IDN) this can be used for domain name spoofing attacks. Note: This attack only affects OS X operating systems. Other operating systems are unaffected. This vulnerability affects Firefox < 58.

    Published: 11 Jun 2018
    9.8
    Critical

    CVE-2016-9080

    Last Modified: 21 Nov 2024

    Memory safety bugs were reported in Firefox 50.0.2. Some of these bugs showed evidence of memory corruption and we presume that with enough effort that some of these could be exploited to run arbitrary code. This vulnerability affects Firefox < 50.1.

    Published: 11 Jun 2018
    8.1
    High

    CVE-2016-9896

    Last Modified: 21 Nov 2024

    Use-after-free while manipulating the "navigator" object within WebVR. Note: WebVR is not currently enabled by default. This vulnerability affects Firefox < 50.1.

    Published: 11 Jun 2018
    6.1
    Medium

    CVE-2016-9903

    Last Modified: 21 Nov 2024

    Mozilla's add-ons SDK had a world-accessible resource with an HTML injection vulnerability. If an additional vulnerability allowed this resource to be loaded as a document it could allow injecting content and script into an add-on's context. This vulnerability affects Firefox < 50.1.

    Published: 11 Jun 2018
    5.9
    Medium

    CVE-2017-5384

    Last Modified: 21 Nov 2024

    Proxy Auto-Config (PAC) files can specify a JavaScript function called for all URL requests with the full URL path which exposes more information than would be sent to the proxy itself in the case of HTTPS. Normally the Proxy Auto-Config file is specified by the user or machine owner and presumed to be non-malicious, but if a user has enabled Web Proxy Auto Detect (WPAD) this file can be served remotely. This vulnerability affects Firefox < 51.

    Published: 11 Jun 2018
    6.1
    Medium

    CVE-2017-5389

    Last Modified: 21 Nov 2024

    WebExtensions could use the "mozAddonManager" API by modifying the CSP headers on sites with the appropriate permissions and then using host requests to redirect script loads to a malicious site. This allows a malicious extension to then install additional extensions without explicit user permission. This vulnerability affects Firefox < 51.

    Published: 11 Jun 2018
    9.8
    Critical

    CVE-2017-5413

    Last Modified: 21 Nov 2024

    A segmentation fault can occur during some bidirectional layout operations. This vulnerability affects Firefox < 52 and Thunderbird < 52.

    Published: 11 Jun 2018
    5.3
    Medium

    CVE-2017-5415

    Last Modified: 21 Nov 2024

    An attack can use a blob URL and script to spoof an arbitrary addressbar URL prefaced by "blob:" as the protocol, leading to user confusion and further spoofing attacks. This vulnerability affects Firefox < 52.

    Published: 11 Jun 2018
    5.3
    Medium

    CVE-2017-5418

    Last Modified: 21 Nov 2024

    An out of bounds read error occurs when parsing some HTTP digest authorization responses, resulting in information leakage through the reading of random memory containing matches to specifically set patterns. This vulnerability affects Firefox < 52 and Thunderbird < 52.

    Published: 11 Jun 2018
    5.5
    Medium

    CVE-2017-5409

    Last Modified: 25 Nov 2025

    The Mozilla Windows updater can be called by a non-privileged user to delete an arbitrary local file by passing a special path to the callback parameter through the Mozilla Maintenance Service, which has privileged access. Note: This attack requires local system access and only affects Windows. Other operating systems are not affected. This vulnerability affects Firefox ESR < 45.8 and Firefox < 52.

    Published: 11 Jun 2018
    7.5
    High

    CVE-2017-5425

    Last Modified: 21 Nov 2024

    The Gecko Media Plugin sandbox allows access to local files that match specific regular expressions. On OS OX, this matching allows access to some data in subdirectories of "/private/var" that could expose personal or temporary data. This has been updated to not allow access to "/private/var" and its subdirectories. Note: this issue only affects OS X. Other operating systems are not affected. This vulnerability affects Firefox < 52 and Thunderbird < 52.

    Published: 11 Jun 2018
    4.3
    Medium

    CVE-2017-5452

    Last Modified: 21 Nov 2024

    Malicious sites can display a spoofed addressbar on a page when the existing location bar on the new page is scrolled out of view if an HTML editable page element is user selected. Note: This attack only affects Firefox for Android. Other operating systems are not affected. This vulnerability affects Firefox < 53.

    Published: 11 Jun 2018
    7.5
    High

    CVE-2017-5450

    Last Modified: 21 Nov 2024

    A mechanism to spoof the Firefox for Android addressbar using a "javascript:" URI. On Firefox for Android, the base domain is parsed incorrectly, making the resulting location less visibly a spoofed site and showing an incorrect domain in appended notifications. This vulnerability affects Firefox < 53.

    Published: 11 Jun 2018
    9.8
    Critical

    CVE-2017-5471

    Last Modified: 21 Nov 2024

    Memory safety bugs were reported in Firefox 53. Some of these bugs showed evidence of memory corruption and we presume that with enough effort that some of these could be exploited to run arbitrary code. This vulnerability affects Firefox < 54.

    Published: 11 Jun 2018
    5.5
    Medium

    CVE-2017-7761

    Last Modified: 25 Nov 2025

    The Mozilla Maintenance Service "helper.exe" application creates a temporary directory writable by non-privileged users. When this is combined with creation of a junction (a form of symbolic link), protected files in the target directory of the junction can be deleted by the Mozilla Maintenance Service, which has privileged access. Note: This attack requires local system access and only affects Windows. Other operating systems are not affected. This vulnerability affects Firefox ESR < 52.2 and Firefox < 54.

    Published: 11 Jun 2018
    7.8
    High

    CVE-2017-7766

    Last Modified: 25 Nov 2025

    An attack using manipulation of "updater.ini" contents, used by the Mozilla Windows Updater, and privilege escalation through the Mozilla Maintenance Service to allow for arbitrary file execution and deletion by the Maintenance Service, which has privileged access. Note: This attack requires local system access and only affects Windows. Other operating systems are not affected. This vulnerability affects Firefox ESR < 52.2 and Firefox < 54.

    Published: 11 Jun 2018
    5.3
    Medium

    CVE-2017-7812

    Last Modified: 21 Nov 2024

    If web content on a page is dragged onto portions of the browser UI, such as the tab bar, links can be opened that otherwise would not be allowed to open. This can allow malicious web content to open a locally stored file through "file:" URLs. This vulnerability affects Firefox < 56.

    Published: 11 Jun 2018
    6.1
    Medium

    CVE-2017-7839

    Last Modified: 21 Nov 2024

    Control characters prepended before "javascript:" URLs pasted in the addressbar can cause the leading characters to be ignored and the pasted JavaScript to be executed instead of being blocked. This could be used in social engineering and self-cross-site-scripting (self-XSS) attacks where users are convinced to copy and paste text into the addressbar. This vulnerability affects Firefox < 57.

    Published: 11 Jun 2018
    5.3
    Medium

    CVE-2017-7842

    Last Modified: 21 Nov 2024

    If a document's Referrer Policy attribute is set to "no-referrer" sometimes two network requests are made for "<link>" elements instead of one. One of these requests includes the referrer instead of respecting the set policy to not include a referrer on requests. This vulnerability affects Firefox < 57.

    Published: 11 Jun 2018
    6.5
    Medium

    CVE-2017-7844

    Last Modified: 21 Nov 2024

    A combination of an external SVG image referenced on a page and the coloring of anchor links stored within this image can be used to determine which pages a user has in their history. This can allow a malicious website to query user history. Note: This issue only affects Firefox 57. Earlier releases are not affected. This vulnerability affects Firefox < 57.0.1.

    Published: 11 Jun 2018
    9.8
    Critical

    CVE-2018-5090

    Last Modified: 21 Nov 2024

    Memory safety bugs were reported in Firefox 57. Some of these bugs showed evidence of memory corruption and we presume that with enough effort that some of these could be exploited to run arbitrary code. This vulnerability affects Firefox < 58.

    Published: 11 Jun 2018
    8.8
    High

    CVE-2017-7845

    Last Modified: 25 Nov 2025

    A buffer overflow occurs when drawing and validating elements using Direct 3D 9 with the ANGLE graphics library, used for WebGL content. This is due to an incorrect value being passed within the library during checks and results in a potentially exploitable crash. Note: This attack only affects Windows operating systems. Other operating systems are unaffected. This vulnerability affects Thunderbird < 52.5.2, Firefox ESR < 52.5.2, and Firefox < 57.0.2.

    Published: 11 Jun 2018
    8.8
    High

    CVE-2018-6513

    Last Modified: 21 Nov 2024

    Puppet Enterprise 2016.4.x prior to 2016.4.12, Puppet Enterprise 2017.3.x prior to 2017.3.7, Puppet Enterprise 2018.1.x prior to 2018.1.1, Puppet Agent 1.10.x prior to 1.10.13, Puppet Agent 5.3.x prior to 5.3.7, and Puppet Agent 5.5.x prior to 5.5.2, were vulnerable to an attack where an unprivileged user on Windows agents could write custom facts that can escalate privileges on the next puppet run. This was possible through the loading of shared libraries from untrusted paths.

    Published: 11 Jun 2018
    9.8
    Critical

    CVE-2018-6512

    Last Modified: 21 Nov 2024

    The previous version of Puppet Enterprise 2018.1 is vulnerable to unsafe code execution when upgrading pe-razor-server. Affected releases are Puppet Enterprise: 2018.1.x versions prior to 2018.1.1 and razor-server and pe-razor-server prior to 1.9.0.0.

    Published: 11 Jun 2018
    8.1
    High

    CVE-2017-3201

    Last Modified: 21 Nov 2024

    The Java implementation of AMF3 deserializers used in Flamingo amf-serializer by Exadel, version 2.2.0 derives class instances from java.io.Externalizable rather than the AMF3 specification's recommendation of flash.utils.IExternalizable. A remote attacker with the ability to spoof or control an RMI server connection may be able to send serialized Java objects that execute arbitrary code when deserialized.

    Published: 11 Jun 2018
    8.1
    High

    CVE-2017-3200

    Last Modified: 21 Nov 2024

    The Java implementation of AMF3 deserializers used in GraniteDS, version 3.1.1.G, may allow instantiation of arbitrary classes via their public parameter-less constructor and subsequently call arbitrary Java Beans setter methods. The ability to exploit this vulnerability depends on the availability of classes in the class path that make use of deserialization. A remote attacker with the ability to spoof or control information may be able to send serialized Java objects with pre-set properties that result in arbitrary code execution when deserialized.

    Published: 11 Jun 2018
    8.1
    High

    CVE-2017-3203

    Last Modified: 21 Nov 2024

    The Java implementations of AMF3 deserializers in Pivotal/Spring Spring-flex derive class instances from java.io.Externalizable rather than the AMF3 specification's recommendation of flash.utils.IExternalizable. A remote attacker with the ability to spoof or control an RMI server connection may be able to send serialized Java objects that execute arbitrary code when deserialized.

    Published: 11 Jun 2018
    9.8
    Critical

    CVE-2017-3206

    Last Modified: 21 Nov 2024

    The Java implementation of AMF3 deserializers used by Flamingo amf-serializer by Exadel, version 2.2.0, allows external entity references (XXEs) from XML documents embedded within AMF3 messages. If the XML parsing is handled incorrectly it could potentially expose sensitive data on the server, denial of service, or server side request forgery.

    Published: 11 Jun 2018
    9.8
    Critical

    CVE-2017-3207

    Last Modified: 21 Nov 2024

    The Java implementations of AMF3 deserializers in WebORB for Java by Midnight Coders, version 5.1.1.0, derive class instances from java.io.Externalizable rather than the AMF3 specification's recommendation of flash.utils.IExternalizable. A remote attacker with the ability to spoof or control an RMI server connection may be able to send serialized Java objects that execute arbitrary code when deserialized.

    Published: 11 Jun 2018
    8.1
    High

    CVE-2017-3199

    Last Modified: 21 Nov 2024

    The Java implementation of GraniteDS, version 3.1.1.GA, AMF3 deserializers derives class instances from java.io.Externalizable rather than the AMF3 specification's recommendation of flash.utils.IExternalizable. A remote attacker with the ability to spoof or control an RMI server connection may be able to send serialized Java objects that execute arbitrary code when deserialized.

    Published: 11 Jun 2018
    9.8
    Critical

    CVE-2017-3202

    Last Modified: 21 Nov 2024

    The Java implementation of AMF3 deserializers used in Flamingo amf-serializer by Exadel, version 2.2.0, may allow instantiation of arbitrary classes via their public parameter-less constructor and subsequently call arbitrary Java Beans setter methods. The ability to exploit this vulnerability depends on the availability of classes in the class path that make use of deserialization. A remote attacker with the ability to spoof or control information may be able to send serialized Java objects with pre-set properties that result in arbitrary code execution when deserialized.

    Published: 11 Jun 2018
    9.8
    Critical

    CVE-2017-3208

    Last Modified: 21 Nov 2024

    The Java implementation of AMF3 deserializers used by WebORB for Java by Midnight Coders, version 5.1.1.0, allows external entity references (XXEs) from XML documents embedded within AMF3 messages. If the XML parsing is handled incorrectly it could potentially expose sensitive data on the server, denial of service, or server side request forgery.

    Published: 11 Jun 2018
    7.5
    High

    CVE-2011-4181

    Last Modified: 21 Nov 2024

    A vulnerability in open build service allows remote attackers to gain access to source files even though source access is disabled. Affected releases are SUSE open build service up to and including version 2.1.15 (for 2.1) and before version 2.3.

    Published: 11 Jun 2018
    7.8
    High

    CVE-2018-12112

    Last Modified: 21 Nov 2024

    md_build_attribute in md4c.c in md4c 0.2.6 allows remote attackers to cause a denial of service (Segmentation fault and application crash) or possibly have unspecified other impact via a crafted file.

    Published: 11 Jun 2018
    5.5
    Medium

    CVE-2018-12102

    Last Modified: 21 Nov 2024

    md4c 0.2.6 has a NULL pointer dereference in the function md_process_line in md4c.c, related to ctx->current_block.

    Published: 11 Jun 2018
    5.5
    Medium

    CVE-2018-12108

    Last Modified: 21 Nov 2024

    An issue was discovered in Dropbox Lepton 1.2.1. The validateAndCompress function in validation.cc allows remote attackers to cause a denial of service (SIGFPE and application crash) via a malformed file.

    Published: 11 Jun 2018
    7.2
    High

    CVE-2018-12110

    Last Modified: 21 Nov 2024

    portfolioCMS 1.0.5 has SQL Injection via the admin/portfolio.php preview parameter.

    Published: 11 Jun 2018