CVE Feed

    Dashboard / CVE

    6.5
    Medium

    CVE-2018-13394

    Last Modified: 21 Nov 2024

    The acceptAnswer resource in Atlassian Confluence Questions before version 2.6.6, the bundled version of Confluence Questions was updated to a fixed version in Confluence version 6.9.0, allows remote attackers to modify a comment into an answer via a Cross-site request forgery (CSRF) vulnerability.

    Published: 15 Aug 2018
    6.5
    Medium

    CVE-2018-13393

    Last Modified: 21 Nov 2024

    The convertCommentToAnswer resource in Atlassian Confluence Questions before version 2.6.6, the bundled version of Confluence Questions was updated to a fixed version in Confluence version 6.9.0, allows remote attackers to modify a comment into an answer via a Cross-site request forgery (CSRF) vulnerability.

    Published: 15 Aug 2018
    5.3
    Medium

    CVE-2018-1999042

    Last Modified: 21 Nov 2024

    A vulnerability exists in Jenkins 2.137 and earlier, 2.121.2 and earlier in XStream2.java that allows attackers to have Jenkins resolve a domain name when deserializing an instance of java.net.URL.

    Published: 15 Aug 2018
    5.4
    Medium

    CVE-2018-1999045

    Last Modified: 21 Nov 2024

    A improper authentication vulnerability exists in Jenkins 2.137 and earlier, 2.121.2 and earlier in SecurityRealm.java, TokenBasedRememberMeServices2.java that allows attackers with a valid cookie to remain logged in even if that feature is disabled.

    Published: 15 Aug 2018
    6.5
    Medium

    CVE-2018-1999047

    Last Modified: 21 Nov 2024

    A improper authorization vulnerability exists in Jenkins 2.137 and earlier, 2.121.2 and earlier in UpdateCenter.java that allows attackers to cancel a Jenkins restart scheduled through the update center.

    Published: 15 Aug 2018
    7.5
    High

    CVE-2018-1999043

    Last Modified: 21 Nov 2024

    A denial of service vulnerability exists in Jenkins 2.137 and earlier, 2.121.2 and earlier in BasicAuthenticationFilter.java, BasicHeaderApiTokenAuthenticator.java that allows attackers to create ephemeral in-memory user records by attempting to log in using invalid credentials.

    Published: 15 Aug 2018
    9.8
    Critical

    CVE-2018-16402

    Last Modified: 21 Nov 2024

    libelf/elf_end.c in elfutils 0.173 allows remote attackers to cause a denial of service (double free and application crash) or possibly have unspecified other impact because it tries to decompress twice.

    Published: 15 Aug 2018
    5.5
    Medium

    CVE-2018-16403

    Last Modified: 21 Nov 2024

    libdw in elfutils 0.173 checks the end of the attributes list incorrectly in dwarf_getabbrev in dwarf_getabbrev.c and dwarf_hasattr in dwarf_hasattr.c, leading to a heap-based buffer over-read and an application crash.

    Published: 15 Aug 2018
    6.5
    Medium

    CVE-2018-1999044

    Last Modified: 21 Nov 2024

    A denial of service vulnerability exists in Jenkins 2.137 and earlier, 2.121.2 and earlier in CronTab.java that allows attackers with Overall/Read permission to have a request handling thread enter an infinite loop.

    Published: 15 Aug 2018
    4.3
    Medium

    CVE-2018-1999046

    Last Modified: 21 Nov 2024

    A exposure of sensitive information vulnerability exists in Jenkins 2.137 and earlier, 2.121.2 and earlier in Computer.java that allows attackers With Overall/Read permission to access the connection log for any agent.

    Published: 15 Aug 2018
    6.8
    Medium

    CVE-2018-10917

    Last Modified: 21 Nov 2024

    pulp 2.16.x and possibly older is vulnerable to an improper path parsing. A malicious user or a malicious iso feed repository can write to locations accessible to the 'apache' user. This may lead to overwrite of published content on other iso repositories.

    Published: 14 Aug 2018
    7.3
    High

    CVE-2018-3615

    Last Modified: 29 May 2026

    Systems with microprocessors utilizing speculative execution and Intel software guard extensions (Intel SGX) may allow unauthorized disclosure of information residing in the L1 data cache from an enclave to an attacker with local user access via a side-channel analysis.

    Published: 14 Aug 2018
    9.1
    Critical

    CVE-2018-3937

    Last Modified: 21 Nov 2024

    An exploitable command injection vulnerability exists in the measurementBitrateExec functionality of Sony IPELA E Series Network Camera G5 firmware 1.87.00. A specially crafted GET request can cause arbitrary commands to be executed. An attacker can send an HTTP request to trigger this vulnerability.

    Published: 14 Aug 2018
    9.1
    Critical

    CVE-2018-3938

    Last Modified: 21 Nov 2024

    An exploitable stack-based buffer overflow vulnerability exists in the 802dot1xclientcert.cgi functionality of Sony IPELA E Series Camera G5 firmware 1.87.00. A specially crafted POST can cause a stack-based buffer overflow, resulting in remote code execution. An attacker can send a malicious POST request to trigger this vulnerability.

    Published: 14 Aug 2018
    5.6
    Medium

    CVE-2018-3646

    Last Modified: 29 May 2026

    Systems with microprocessors utilizing speculative execution and address translations may allow unauthorized disclosure of information residing in the L1 data cache to an attacker with local user access with guest OS privilege via a terminal page fault and a side-channel analysis.

    Published: 14 Aug 2018
    6.5
    Medium

    CVE-2018-15470

    Last Modified: 21 Nov 2024

    An issue was discovered in Xen through 4.11.x. The logic in oxenstored for handling writes depended on the order of evaluation of expressions making up a tuple. As indicated in section 7.7.3 "Operations on data structures" of the OCaml manual, the order of evaluation of subexpressions is not specified. In practice, different implementations behave differently. Thus, oxenstored may not enforce the configured quota-maxentity. This allows a malicious or buggy guest to write as many xenstore entries as it wishes, causing unbounded memory usage in oxenstored. This can lead to a system-wide DoS.

    Published: 14 Aug 2018
    6.5
    Medium

    CVE-2018-15469

    Last Modified: 21 Nov 2024

    An issue was discovered in Xen through 4.11.x. ARM never properly implemented grant table v2, either in the hypervisor or in Linux. Unfortunately, an ARM guest can still request v2 grant tables; they will simply not be properly set up, resulting in subsequent grant-related hypercalls hitting BUG() checks. An unprivileged guest can cause a BUG() check in the hypervisor, resulting in a denial-of-service (crash).

    Published: 14 Aug 2018
    7.8
    High

    CVE-2018-15471

    Last Modified: 21 Nov 2024

    An issue was discovered in xenvif_set_hash_mapping in drivers/net/xen-netback/hash.c in the Linux kernel through 4.18.1, as used in Xen through 4.11.x and other products. The Linux netback driver allows frontends to control mapping of requests to request queues. When processing a request to set or change this mapping, some input validation (e.g., for an integer overflow) was missing or flawed, leading to OOB access in hash handling. A malicious or buggy frontend may cause the (usually privileged) backend to make out of bounds memory accesses, potentially resulting in one or more of privilege escalation, Denial of Service (DoS), or information leaks.

    Published: 14 Aug 2018
    6
    Medium

    CVE-2018-15468

    Last Modified: 21 Nov 2024

    An issue was discovered in Xen through 4.11.x. The DEBUGCTL MSR contains several debugging features, some of which virtualise cleanly, but some do not. In particular, Branch Trace Store is not virtualised by the processor, and software has to be careful to configure it suitably not to lock up the core. As a result, it must only be available to fully trusted guests. Unfortunately, in the case that vPMU is disabled, all value checking was skipped, allowing the guest to choose any MSR_DEBUGCTL setting it likes. A malicious or buggy guest administrator (on Intel x86 HVM or PVH) can lock up the entire host, causing a Denial of Service.

    Published: 14 Aug 2018
    5.6
    Medium

    CVE-2018-3620

    Last Modified: 29 May 2026

    Systems with microprocessors utilizing speculative execution and address translations may allow unauthorized disclosure of information residing in the L1 data cache to an attacker with local user access via a terminal page fault and a side-channel analysis.

    Published: 14 Aug 2018
    5.9
    Medium

    CVE-2018-0131

    Last Modified: 26 Nov 2024

    A vulnerability in the implementation of RSA-encrypted nonces in Cisco IOS Software and Cisco IOS XE Software could allow an unauthenticated, remote attacker to obtain the encrypted nonces of an Internet Key Exchange Version 1 (IKEv1) session. The vulnerability exists because the affected software responds incorrectly to decryption failures. An attacker could exploit this vulnerability sending crafted ciphertexts to a device configured with IKEv1 that uses RSA-encrypted nonces. A successful exploit could allow the attacker to obtain the encrypted nonces. Cisco Bug IDs: CSCve77140.

    Published: 14 Aug 2018
    7.5
    High

    CVE-2018-14429

    Last Modified: 21 Nov 2024

    man-cgi before 1.16 allows Local File Inclusion via absolute path traversal, as demonstrated by a cgi-bin/man-cgi?/etc/passwd URI.

    Published: 14 Aug 2018
    6.1
    Medium

    CVE-2018-14922

    Last Modified: 21 Nov 2024

    Multiple cross-site scripting (XSS) vulnerabilities in Monstra CMS 3.0.4 allow remote attackers to inject arbitrary web script or HTML via the (1) first name or (2) last name field in the edit profile page.

    Published: 14 Aug 2018
    8.8
    High

    CVE-2018-2442

    Last Modified: 21 Nov 2024

    In SAP BusinessObjects Business Intelligence, versions 4.0, 4.1 and 4.2, while viewing a Web Intelligence report from BI Launchpad, the user session details captured by an HTTP analysis tool could be reused in a HTML page while the user session is still valid.

    Published: 14 Aug 2018
    6.1
    Medium

    CVE-2018-2444

    Last Modified: 21 Nov 2024

    SAP BusinessObjects Financial Consolidation, versions 10.0, 10.1, does not sufficiently encode user-controlled inputs, resulting in Cross-Site Scripting (XSS) vulnerability.

    Published: 14 Aug 2018
    9.6
    Critical

    CVE-2018-2445

    Last Modified: 21 Nov 2024

    AdminTools in SAP BusinessObjects Business Intelligence, versions 4.1, 4.2, allows an attacker to manipulate the vulnerable application to send crafted requests on behalf of the application, resulting in a Server-Side Request Forgery (SSRF) vulnerability.

    Published: 14 Aug 2018
    7.5
    High

    CVE-2018-2446

    Last Modified: 21 Nov 2024

    Admin tools in SAP BusinessObjects Business Intelligence, versions 4.1, 4.2, allow an unauthenticated user to read sensitive information (server name), hence leading to an information disclosure.

    Published: 14 Aug 2018
    6.5
    Medium

    CVE-2018-2447

    Last Modified: 21 Nov 2024

    SAP BusinessObjects Business Intelligence (Launchpad Web Intelligence), version 4.2, allows an attacker to execute crafted InfoObject queries, exposing the CMS InfoObjects database.

    Published: 14 Aug 2018
    7.2
    High

    CVE-2018-2450

    Last Modified: 21 Nov 2024

    SAP MaxDB (liveCache), versions 7.8 and 7.9, allows an attacker who gets DBM operator privileges to execute crafted database queries and therefore read, modify or delete sensitive data from database.

    Published: 14 Aug 2018
    5.5
    Medium

    CVE-2018-2441

    Last Modified: 21 Nov 2024

    Under certain conditions the SAP Change and Transport System (ABAP), SAP KERNEL 32 NUC, SAP KERNEL 32 Unicode, SAP KERNEL 64 NUC, SAP KERNEL 64 Unicode 7.21, 7.21EXT, 7.22 and 7.22EXT; SAP KERNEL 7.21, 7.22, 7.45, 7.49, 7.53 and 7.73, allows an attacker to transport information which would otherwise be restricted.

    Published: 14 Aug 2018
    5.3
    Medium

    CVE-2018-2448

    Last Modified: 21 Nov 2024

    Under certain conditions SAP SRM-MDM (CATALOG versions 3.0, 7.01, 7.02) utilities functionality allows an attacker to access information of user existence which would otherwise be restricted.

    Published: 14 Aug 2018
    8.6
    High

    CVE-2018-2449

    Last Modified: 21 Nov 2024

    SAP SRM MDM Catalog versions 3.73, 7.31, 7.32 in (SAP NetWeaver 7.3) - import functionality does not perform authentication checks for valid repository user. This is an unauthenticated functionality that you can use on windows machines to do SMB relaying.

    Published: 14 Aug 2018
    6.1
    Medium

    CVE-2018-14888

    Last Modified: 21 Nov 2024

    inc/plugins/thankyoulike.php in the Eldenroot Thank You/Like plugin before 3.1.0 for MyBB allows XSS via a post or thread subject.

    Published: 14 Aug 2018
    6.6
    Medium

    CVE-2018-2451

    Last Modified: 21 Nov 2024

    XS Command-Line Interface (CLI) user sessions with the SAP HANA Extended Application Services (XS), version 1, advanced server may have an unintentional prolonged period of validity. Consequently, a platform user could access controller resources via active CLI session even after corresponding authorizations have been revoked meanwhile by an administrator user. Similarly, an attacker who managed to gain access to the platform user's session might misuse the session token even after the session has been closed.

    Published: 14 Aug 2018
    7.5
    High

    CVE-2018-5392

    Last Modified: 21 Nov 2024

    mingw-w64 version 5.0.4 by default produces executables that opt in to ASLR, but are not compatible with ASLR. ASLR is an exploit mitigation technique used by modern Windows platforms. For ASLR to function, Windows executables must contain a relocations table. Despite containing the "Dynamic base" PE header, which indicates ASLR compatibility, Windows executables produced by mingw-w64 have the relocations table stripped from them by default. This means that executables produced by mingw-w64 are vulnerable to return-oriented programming (ROP) attacks. Windows executables generated by mingw-w64 claim to be ASLR compatible, but are not. Vulnerabilities in such executables are more easily exploitable as a result.

    Published: 14 Aug 2018
    7.5
    High

    CVE-2018-5391

    Last Modified: 21 Nov 2024

    The Linux kernel, versions 3.9+, is vulnerable to a denial of service attack with low rates of specially modified packets targeting IP fragment re-assembly. An attacker may cause a denial of service condition by sending specially crafted IP fragments. Various vulnerabilities in IP fragmentation have been discovered and fixed over the years. The current vulnerability (CVE-2018-5391) became exploitable in the Linux kernel with the increase of the IP fragment reassembly queue size.

    Published: 14 Aug 2018
    5.5
    Medium

    CVE-2018-7094

    Last Modified: 21 Nov 2024

    A security vulnerability was identified in 3PAR Service Processor (SP) prior to SP-5.0.0.0-22913(GA). The vulnerability may be exploited locally to allow disclosure of privileged information.

    Published: 14 Aug 2018
    9.8
    Critical

    CVE-2018-7095

    Last Modified: 21 Nov 2024

    A security vulnerability was identified in 3PAR Service Processor (SP) prior to SP-4.4.0.GA-110(MU7). The vulnerability may be exploited remotely to allow access restriction bypass.

    Published: 14 Aug 2018
    9.8
    Critical

    CVE-2018-7096

    Last Modified: 21 Nov 2024

    A security vulnerability was identified in 3PAR Service Processor (SP) prior to SP-4.4.0.GA-110(MU7). The vulnerability may be exploited remotely to allow code execution.

    Published: 14 Aug 2018
    8.8
    High

    CVE-2018-7097

    Last Modified: 21 Nov 2024

    A security vulnerability was identified in 3PAR Service Processor (SP) prior to SP-4.4.0.GA-110(MU7). The vulnerability may be exploited remotely to allow cross-site request forgery.

    Published: 14 Aug 2018
    5.5
    Medium

    CVE-2018-7100

    Last Modified: 21 Nov 2024

    A potential security vulnerability has been identified in HPE OfficeConnect 1810 Switch Series (HP 1810-24G - P.2.22 and previous versions, HP 1810-48G PK.1.34 and previous versions, HP 1810-8 v2 P.2.22 and previous versions). The vulnerability could allow local disclosure of sensitive information.

    Published: 14 Aug 2018
    8.6
    High

    CVE-2018-7093

    Last Modified: 21 Nov 2024

    A security vulnerability in HPE Integrated Lights-Out 3 prior to v1.90, iLO 4 prior to v2.60, iLO 5 prior to v1.30, Moonshot Chassis Manager firmware prior to v1.58, and Moonshot Component Pack prior to v2.55 could be remotely exploited to create a denial of service.

    Published: 14 Aug 2018
    8.4
    High

    CVE-2018-7098

    Last Modified: 21 Nov 2024

    A security vulnerability was identified in 3PAR Service Processor (SP) prior to SP-4.4.0.GA-110(MU7). The vulnerability may be locally exploited to allow directory traversal.

    Published: 14 Aug 2018
    5.5
    Medium

    CVE-2018-7099

    Last Modified: 21 Nov 2024

    A security vulnerability was identified in 3PAR Service Processor (SP) prior to SP-4.4.0.GA-110(MU7). The vulnerability may be locally exploited to allow disclosure of privileged information.

    Published: 14 Aug 2018
    7.5
    High

    CVE-2018-7077

    Last Modified: 21 Nov 2024

    A security vulnerability in HPE XP P9000 Command View Advanced Edition (CVAE) Device Manager (DevMgr 8.5.0-00 and prior to 8.6.0-00), Configuration Manager (CM 8.5.0-00 and prior to 8.6.0-00) could be exploited to allow local and remote unauthorized access to sensitive information.

    Published: 14 Aug 2018
    7.5
    High

    CVE-2018-12827

    Last Modified: 21 Nov 2024

    Adobe Flash Player 30.0.0.134 and earlier have an out-of-bounds read vulnerability. Successful exploitation could lead to information disclosure.

    Published: 14 Aug 2018
    9.8
    Critical

    CVE-2018-12828

    Last Modified: 21 Nov 2024

    Adobe Flash Player 30.0.0.134 and earlier have a "use of a component with a known vulnerability" vulnerability. Successful exploitation could lead to privilege escalation.

    Published: 14 Aug 2018
    5.3
    Medium

    CVE-2018-15869

    Last Modified: 21 Nov 2024

    An Amazon Web Services (AWS) developer who does not specify the --owners flag when describing images via AWS CLI, and therefore not properly validating source software per AWS recommended security best practices, may unintentionally load an undesired and potentially malicious Amazon Machine Image (AMI) from the uncurated public community AMI catalog.

    Published: 14 Aug 2018
    5.9
    Medium

    CVE-2018-12824

    Last Modified: 21 Nov 2024

    Adobe Flash Player 30.0.0.134 and earlier have an out-of-bounds read vulnerability. Successful exploitation could lead to information disclosure.

    Published: 14 Aug 2018
    9.8
    Critical

    CVE-2018-12825

    Last Modified: 21 Nov 2024

    Adobe Flash Player 30.0.0.134 and earlier have a security bypass vulnerability. Successful exploitation could lead to security mitigation bypass.

    Published: 14 Aug 2018