CVE Feed

    Dashboard / CVE

    4.3
    Medium

    CVE-2019-7393

    Last Modified: 21 Nov 2024

    A UI redress vulnerability in the administrative user interface of CA Technologies CA Strong Authentication 9.0.x, 8.2.x, 8.1.x, 8.0.x, 7.1.x and CA Risk Authentication 9.0.x, 8.2.x, 8.1.x, 8.0.x, 3.1.x may allow a remote attacker to gain sensitive information in some cases.

    Published: 28 May 2019
    8.8
    High

    CVE-2019-7394

    Last Modified: 21 Nov 2024

    A privilege escalation vulnerability in the administrative user interface of CA Technologies CA Strong Authentication 9.0.x, 8.2.x, 8.1.x, 8.0.x, 7.1.x and CA Risk Authentication 9.0.x, 8.2.x, 8.1.x, 8.0.x, 3.1.x allows an authenticated attacker to gain additional privileges in some cases where an account has customized and limited privileges.

    Published: 28 May 2019
    9.8
    Critical

    CVE-2018-17198

    Last Modified: 21 Nov 2024

    Server-side Request Forgery (SSRF) and File Enumeration vulnerability in Apache Roller 5.2.1, 5.2.0 and earlier unsupported versions relies on Java SAX Parser to implement its XML-RPC interface and by default that parser supports external entities in XML DOCTYPE, which opens Roller up to SSRF / File Enumeration vulnerability. Note that this vulnerability exists even if Roller XML-RPC interface is disable via the Roller web admin UI. Mitigation: There are a couple of ways you can fix this vulnerability: 1) Upgrade to the latest version of Roller, which is now 5.2.2 2) Or, edit the Roller web.xml file and comment out the XML-RPC Servlet mapping as shown below: <!-- <servlet-mapping> <servlet-name>XmlRpcServlet</servlet-name> <url-pattern>/roller-services/xmlrpc</url-pattern> </servlet-mapping> -->

    Published: 28 May 2019
    —
    Unknown

    CVE-2019-12396

    Last Modified: 7 Nov 2023

    DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: CVE-2019-5440. Reason: This candidate is a reservation duplicate of CVE-2019-5440. Notes: All CVE users should reference CVE-2019-5440 instead of this candidate. All references and descriptions in this candidate have been removed to prevent accidental usage

    Published: 28 May 2019
    5.3
    Medium

    CVE-2019-12395

    Last Modified: 21 Nov 2024

    In Webbukkit Dynmap 3.0-beta-3 or below, due to a missing login check in servlet/MapStorageHandler.java, an attacker can see a map image without login even if victim enables login-required in setting.

    Published: 28 May 2019
    —
    Unknown

    CVE-2019-12321

    Last Modified: 7 Nov 2023

    DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: CVE-2019-12317. Reason: This candidate is a reservation duplicate of CVE-2019-12317. Notes: All CVE users should reference CVE-2019-12317 instead of this candidate. All references and descriptions in this candidate have been removed to prevent accidental usage

    Published: 28 May 2019
    4.3
    Medium

    CVE-2019-12383

    Last Modified: 21 Nov 2024

    Tor Browser before 8.0.1 has an information exposure vulnerability. It allows remote attackers to detect the browser's UI locale by measuring a button width, even if the user has a "Don't send my language" setting.

    Published: 28 May 2019
    7.8
    High

    CVE-2019-12372

    Last Modified: 21 Nov 2024

    Petraware pTransformer ADC before 2.1.7.22827 allows SQL Injection via the User ID parameter to the login form.

    Published: 28 May 2019
    5.5
    Medium

    CVE-2019-12455

    Last Modified: 21 Nov 2024

    An issue was discovered in sunxi_divs_clk_setup in drivers/clk/sunxi/clk-sunxi.c in the Linux kernel through 5.1.5. There is an unchecked kstrndup of derived_name, which might allow an attacker to cause a denial of service (NULL pointer dereference and system crash). NOTE: This id is disputed as not being an issue because “The memory allocation that was not checked is part of a code that only runs at boot time, before user processes are started. Therefore, there is no possibility for an unprivileged user to control it, and no denial of service.”

    Published: 28 May 2019
    6.1
    Medium

    CVE-2019-12362

    Last Modified: 21 Nov 2024

    EmpireCMS 7.5.0 has XSS via the HTTP Referer header to e/member/doaction.php.

    Published: 27 May 2019
    6.1
    Medium

    CVE-2019-12361

    Last Modified: 21 Nov 2024

    EmpireCMS 7.5.0 has XSS via the from parameter to e/member/doaction.php, as demonstrated by a CSRF payload that changes the dynamic page template. The attacker can choose to resend the e/template/member/regsend.php registered activation mail page.

    Published: 27 May 2019
    6.1
    Medium

    CVE-2019-12345

    Last Modified: 21 Nov 2024

    XSS exists in the Kiboko Hostel plugin before 1.1.4 for WordPress.

    Published: 27 May 2019
    7.1
    High

    CVE-2019-12360

    Last Modified: 21 Nov 2024

    A stack-based buffer over-read exists in FoFiTrueType::dumpString in fofi/FoFiTrueType.cc in Xpdf 4.01.01. It can, for example, be triggered by sending crafted TrueType data in a PDF document to the pdftops tool. It might allow an attacker to cause Denial of Service or leak memory data into dump content.

    Published: 27 May 2019
    8
    High

    CVE-2019-3895

    Last Modified: 21 Nov 2024

    An access-control flaw was found in the Octavia service when the cloud platform was deployed using Red Hat OpenStack Platform Director. An attacker could cause new amphorae to run based on any arbitrary image. This meant that a remote attacker could upload a new amphorae image and, if requested to spawn new amphorae, Octavia would then pick up the compromised image.

    Published: 27 May 2019
    5.5
    Medium

    CVE-2019-12378

    Last Modified: 21 Nov 2024

    An issue was discovered in ip6_ra_control in net/ipv6/ipv6_sockglue.c in the Linux kernel through 5.1.5. There is an unchecked kmalloc of new_ra, which might allow an attacker to cause a denial of service (NULL pointer dereference and system crash). NOTE: This has been disputed as not an issue

    Published: 25 May 2019
    5.5
    Medium

    CVE-2019-12380

    Last Modified: 21 Nov 2024

    **DISPUTED** An issue was discovered in the efi subsystem in the Linux kernel through 5.1.5. phys_efi_set_virtual_address_map in arch/x86/platform/efi/efi.c and efi_call_phys_prolog in arch/x86/platform/efi/efi_64.c mishandle memory allocation failures. NOTE: This id is disputed as not being an issue because “All the code touched by the referenced commit runs only at boot, before any user processes are started. Therefore, there is no possibility for an unprivileged user to control it.”.

    Published: 25 May 2019
    5.5
    Medium

    CVE-2019-12381

    Last Modified: 21 Nov 2024

    An issue was discovered in ip_ra_control in net/ipv4/ip_sockglue.c in the Linux kernel through 5.1.5. There is an unchecked kmalloc of new_ra, which might allow an attacker to cause a denial of service (NULL pointer dereference and system crash). NOTE: this is disputed because new_ra is never used if it is NULL

    Published: 25 May 2019
    8.8
    High

    CVE-2019-7079

    Last Modified: 21 Nov 2024

    Adobe Acrobat and Reader versions 2019.010.20069 and earlier, 2019.010.20069 and earlier, 2017.011.30113 and earlier version, and 2015.006.30464 and earlier have an out-of-bounds write vulnerability. Successful exploitation could lead to arbitrary code execution .

    Published: 24 May 2019
    8.8
    High

    CVE-2019-7078

    Last Modified: 21 Nov 2024

    Adobe Acrobat and Reader versions 2019.010.20069 and earlier, 2019.010.20069 and earlier, 2017.011.30113 and earlier version, and 2015.006.30464 and earlier have an use after free vulnerability. Successful exploitation could lead to arbitrary code execution .

    Published: 24 May 2019
    8.8
    High

    CVE-2019-7077

    Last Modified: 21 Nov 2024

    Adobe Acrobat and Reader versions 2019.010.20069 and earlier, 2019.010.20069 and earlier, 2017.011.30113 and earlier version, and 2015.006.30464 and earlier have an use after free vulnerability. Successful exploitation could lead to arbitrary code execution .

    Published: 24 May 2019
    9.8
    Critical

    CVE-2019-7076

    Last Modified: 21 Nov 2024

    Adobe Acrobat and Reader versions 2019.010.20069 and earlier, 2019.010.20069 and earlier, 2017.011.30113 and earlier version, and 2015.006.30464 and earlier have an untrusted pointer dereference vulnerability. Successful exploitation could lead to arbitrary code execution .

    Published: 24 May 2019
    6.5
    Medium

    CVE-2019-7075

    Last Modified: 21 Nov 2024

    Adobe Acrobat and Reader versions 2019.010.20069 and earlier, 2019.010.20069 and earlier, 2017.011.30113 and earlier version, and 2015.006.30464 and earlier have an use after free vulnerability. Successful exploitation could lead to arbitrary code execution .

    Published: 24 May 2019
    6.5
    Medium

    CVE-2019-7074

    Last Modified: 21 Nov 2024

    Adobe Acrobat and Reader versions 2019.010.20069 and earlier, 2019.010.20069 and earlier, 2017.011.30113 and earlier version, and 2015.006.30464 and earlier have an out-of-bounds read vulnerability. Successful exploitation could lead to information disclosure.

    Published: 24 May 2019
    6.5
    Medium

    CVE-2019-7073

    Last Modified: 21 Nov 2024

    Adobe Acrobat and Reader versions 2019.010.20069 and earlier, 2019.010.20069 and earlier, 2017.011.30113 and earlier version, and 2015.006.30464 and earlier have an out-of-bounds read vulnerability. Successful exploitation could lead to information disclosure.

    Published: 24 May 2019
    8.8
    High

    CVE-2019-7072

    Last Modified: 21 Nov 2024

    Adobe Acrobat and Reader versions 2019.010.20069 and earlier, 2019.010.20069 and earlier, 2017.011.30113 and earlier version, and 2015.006.30464 and earlier have an use after free vulnerability. Successful exploitation could lead to arbitrary code execution .

    Published: 24 May 2019
    6.5
    Medium

    CVE-2019-7071

    Last Modified: 21 Nov 2024

    Adobe Acrobat and Reader versions 2019.010.20069 and earlier, 2019.010.20069 and earlier, 2017.011.30113 and earlier version, and 2015.006.30464 and earlier have an out-of-bounds read vulnerability. Successful exploitation could lead to information disclosure.

    Published: 24 May 2019
    9.8
    Critical

    CVE-2019-7084

    Last Modified: 21 Nov 2024

    Adobe Acrobat and Reader versions 2019.010.20069 and earlier, 2019.010.20069 and earlier, 2017.011.30113 and earlier version, and 2015.006.30464 and earlier have an use after free vulnerability. Successful exploitation could lead to arbitrary code execution .

    Published: 24 May 2019
    9.8
    Critical

    CVE-2019-7083

    Last Modified: 21 Nov 2024

    Adobe Acrobat and Reader versions 2019.010.20069 and earlier, 2019.010.20069 and earlier, 2017.011.30113 and earlier version, and 2015.006.30464 and earlier have an use after free vulnerability. Successful exploitation could lead to arbitrary code execution .

    Published: 24 May 2019
    9.8
    Critical

    CVE-2019-7082

    Last Modified: 21 Nov 2024

    Adobe Acrobat and Reader versions 2019.010.20069 and earlier, 2019.010.20069 and earlier, 2017.011.30113 and earlier version, and 2015.006.30464 and earlier have an use after free vulnerability. Successful exploitation could lead to arbitrary code execution .

    Published: 24 May 2019
    7.5
    High

    CVE-2019-7081

    Last Modified: 21 Nov 2024

    Adobe Acrobat and Reader versions 2019.010.20069 and earlier, 2019.010.20069 and earlier, 2017.011.30113 and earlier version, and 2015.006.30464 and earlier have an out-of-bounds read vulnerability. Successful exploitation could lead to information disclosure.

    Published: 24 May 2019
    9.8
    Critical

    CVE-2019-7080

    Last Modified: 21 Nov 2024

    Adobe Acrobat and Reader versions 2019.010.20069 and earlier, 2019.010.20069 and earlier, 2017.011.30113 and earlier version, and 2015.006.30464 and earlier have a double free vulnerability. Successful exploitation could lead to arbitrary code execution .

    Published: 24 May 2019
    8.8
    High

    CVE-2019-7070

    Last Modified: 21 Nov 2024

    Adobe Acrobat and Reader versions 2019.010.20069 and earlier, 2019.010.20069 and earlier, 2017.011.30113 and earlier version, and 2015.006.30464 and earlier have an use after free vulnerability. Successful exploitation could lead to arbitrary code execution .

    Published: 24 May 2019
    8.8
    High

    CVE-2019-7069

    Last Modified: 21 Nov 2024

    Adobe Acrobat and Reader versions 2019.010.20069 and earlier, 2019.010.20069 and earlier, 2017.011.30113 and earlier version, and 2015.006.30464 and earlier have a type confusion vulnerability. Successful exploitation could lead to arbitrary code execution .

    Published: 24 May 2019
    9.8
    Critical

    CVE-2019-7068

    Last Modified: 21 Nov 2024

    Adobe Acrobat and Reader versions 2019.010.20069 and earlier, 2019.010.20069 and earlier, 2017.011.30113 and earlier version, and 2015.006.30464 and earlier have an use after free vulnerability. Successful exploitation could lead to arbitrary code execution .

    Published: 24 May 2019
    7.5
    High

    CVE-2019-7067

    Last Modified: 21 Nov 2024

    Adobe Acrobat and Reader versions 2019.010.20069 and earlier, 2019.010.20069 and earlier, 2017.011.30113 and earlier version, and 2015.006.30464 and earlier have an out-of-bounds read vulnerability. Successful exploitation could lead to information disclosure.

    Published: 24 May 2019
    9.8
    Critical

    CVE-2019-7066

    Last Modified: 21 Nov 2024

    Adobe Acrobat and Reader versions 2019.010.20069 and earlier, 2019.010.20069 and earlier, 2017.011.30113 and earlier version, and 2015.006.30464 and earlier have an untrusted pointer dereference vulnerability. Successful exploitation could lead to arbitrary code execution .

    Published: 24 May 2019
    9.8
    Critical

    CVE-2019-7085

    Last Modified: 21 Nov 2024

    Adobe Acrobat and Reader versions 2019.010.20069 and earlier, 2019.010.20069 and earlier, 2017.011.30113 and earlier version, and 2015.006.30464 and earlier have a buffer errors vulnerability. Successful exploitation could lead to arbitrary code execution .

    Published: 24 May 2019
    9.8
    Critical

    CVE-2019-7086

    Last Modified: 21 Nov 2024

    Adobe Acrobat and Reader versions 2019.010.20069 and earlier, 2019.010.20069 and earlier, 2017.011.30113 and earlier version, and 2015.006.30464 and earlier have a type confusion vulnerability. Successful exploitation could lead to arbitrary code execution .

    Published: 24 May 2019
    9.8
    Critical

    CVE-2019-7087

    Last Modified: 21 Nov 2024

    Adobe Acrobat and Reader versions 2019.010.20069 and earlier, 2019.010.20069 and earlier, 2017.011.30113 and earlier version, and 2015.006.30464 and earlier have a type confusion vulnerability. Successful exploitation could lead to arbitrary code execution .

    Published: 24 May 2019
    7.5
    High

    CVE-2019-7089

    Last Modified: 21 Nov 2024

    Adobe Acrobat and Reader versions 2019.010.20069 and earlier, 2019.010.20069 and earlier, 2017.011.30113 and earlier version, and 2015.006.30464 and earlier have a data leakage (sensitive) vulnerability. Successful exploitation could lead to information disclosure.

    Published: 24 May 2019
    9.8
    Critical

    CVE-2019-7095

    Last Modified: 21 Nov 2024

    Adobe Digital Editions versions 4.5.10.185749 and below have a heap overflow vulnerability. Successful exploitation could lead to arbitrary code execution.

    Published: 24 May 2019
    9.8
    Critical

    CVE-2019-7094

    Last Modified: 21 Nov 2024

    Adobe Photoshop CC 19.1.7 and earlier, and 20.0.2 and earlier have a heap corruption vulnerability. Successful exploitation could lead to arbitrary code execution.

    Published: 24 May 2019
    7.8
    High

    CVE-2019-7093

    Last Modified: 21 Nov 2024

    Creative Cloud Desktop Application (installer) versions 4.7.0.400 and earlier have an insecure library loading (dll hijacking) vulnerability. Successful exploitation could lead to privilege escalation.

    Published: 24 May 2019
    6.1
    Medium

    CVE-2019-7092

    Last Modified: 21 Nov 2024

    ColdFusion versions Update 1 and earlier, Update 7 and earlier, and Update 15 and earlier have a cross site scripting vulnerability. Successful exploitation could lead to information disclosure .

    Published: 24 May 2019
    9.8
    Critical

    CVE-2019-7091

    Last Modified: 21 Nov 2024

    ColdFusion versions Update 1 and earlier, Update 7 and earlier, and Update 15 and earlier have a deserialization of untrusted data vulnerability. Successful exploitation could lead to arbitrary code execution.

    Published: 24 May 2019
    7.5
    High

    CVE-2019-7065

    Last Modified: 21 Nov 2024

    Adobe Acrobat and Reader versions 2019.010.20069 and earlier, 2019.010.20069 and earlier, 2017.011.30113 and earlier version, and 2015.006.30464 and earlier have an out-of-bounds read vulnerability. Successful exploitation could lead to information disclosure.

    Published: 24 May 2019
    7.5
    High

    CVE-2019-7064

    Last Modified: 21 Nov 2024

    Adobe Acrobat and Reader versions 2019.010.20069 and earlier, 2019.010.20069 and earlier, 2017.011.30113 and earlier version, and 2015.006.30464 and earlier have an out-of-bounds read vulnerability. Successful exploitation could lead to information disclosure.

    Published: 24 May 2019
    7.5
    High

    CVE-2019-7063

    Last Modified: 21 Nov 2024

    Adobe Acrobat and Reader versions 2019.010.20069 and earlier, 2019.010.20069 and earlier, 2017.011.30113 and earlier version, and 2015.006.30464 and earlier have an out-of-bounds read vulnerability. Successful exploitation could lead to information disclosure.

    Published: 24 May 2019
    9.8
    Critical

    CVE-2019-7062

    Last Modified: 21 Nov 2024

    Adobe Acrobat and Reader versions 2019.010.20069 and earlier, 2019.010.20069 and earlier, 2017.011.30113 and earlier version, and 2015.006.30464 and earlier have an use after free vulnerability. Successful exploitation could lead to arbitrary code execution .

    Published: 24 May 2019
    9.8
    Critical

    CVE-2019-7060

    Last Modified: 21 Nov 2024

    Adobe Acrobat and Reader versions 2019.010.20069 and earlier, 2019.010.20069 and earlier, 2017.011.30113 and earlier version, and 2015.006.30464 and earlier have an out-of-bounds write vulnerability. Successful exploitation could lead to arbitrary code execution .

    Published: 24 May 2019