CVE Feed

    Dashboard / CVE

    4.3
    Medium

    CVE-2018-12123

    Last Modified: 13 Dec 2024

    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.

    Published: 27 Nov 2018
    8
    High

    CVE-2018-16884

    Last Modified: 21 Nov 2024

    A flaw was found in the Linux kernel's NFS41+ subsystem. NFS41+ shares mounted in different network namespaces at the same time can make bc_svc_process() use wrong back-channel IDs and cause a use-after-free vulnerability. Thus a malicious container user can cause a host kernel memory corruption and a system panic. Due to the nature of the flaw, privilege escalation cannot be fully ruled out.

    Published: 27 Nov 2018
    7.5
    High

    CVE-2018-19591

    Last Modified: 3 Dec 2025

    In the GNU C Library (aka glibc or libc6) through 2.28, attempting to resolve a crafted hostname via getaddrinfo() leads to the allocation of a socket descriptor that is not closed. This is related to the if_nametoindex() function.

    Published: 27 Nov 2018
    7.5
    High

    CVE-2018-19622

    Last Modified: 21 Nov 2024

    In Wireshark 2.6.0 to 2.6.4 and 2.4.0 to 2.4.10, the MMSE dissector could go into an infinite loop. This was addressed in epan/dissectors/packet-mmse.c by preventing length overflows.

    Published: 27 Nov 2018
    5.5
    Medium

    CVE-2018-19624

    Last Modified: 21 Nov 2024

    In Wireshark 2.6.0 to 2.6.4 and 2.4.0 to 2.4.10, the PVFS dissector could crash. This was addressed in epan/dissectors/packet-pvfs2.c by preventing a NULL pointer dereference.

    Published: 27 Nov 2018
    5.5
    Medium

    CVE-2018-19626

    Last Modified: 21 Nov 2024

    In Wireshark 2.6.0 to 2.6.4 and 2.4.0 to 2.4.10, the DCOM dissector could crash. This was addressed in epan/dissectors/packet-dcom.c by adding '\0' termination.

    Published: 27 Nov 2018
    7.5
    High

    CVE-2018-19627

    Last Modified: 21 Nov 2024

    In Wireshark 2.6.0 to 2.6.4 and 2.4.0 to 2.4.10, the IxVeriWave file parser could crash. This was addressed in wiretap/vwr.c by adjusting a buffer boundary.

    Published: 27 Nov 2018
    7.5
    High

    CVE-2018-19628

    Last Modified: 21 Nov 2024

    In Wireshark 2.6.0 to 2.6.4, the ZigBee ZCL dissector could crash. This was addressed in epan/dissectors/packet-zbee-zcl-lighting.c by preventing a divide-by-zero error.

    Published: 27 Nov 2018
    6.5
    Medium

    CVE-2018-19664

    Last Modified: 21 Nov 2024

    libjpeg-turbo 2.0.1 has a heap-based buffer over-read in the put_pixel_rows function in wrbmp.c, as demonstrated by djpeg.

    Published: 27 Nov 2018
    6.5
    Medium

    CVE-2018-19661

    Last Modified: 21 Nov 2024

    An issue was discovered in libsndfile 1.0.28. There is a buffer over-read in the function i2ulaw_array in ulaw.c that will lead to a denial of service.

    Published: 27 Nov 2018
    8.1
    High

    CVE-2018-19662

    Last Modified: 21 Nov 2024

    An issue was discovered in libsndfile 1.0.28. There is a buffer over-read in the function i2alaw_array in alaw.c that will lead to a denial of service.

    Published: 27 Nov 2018
    4.6
    Medium

    CVE-2019-10224

    Last Modified: 21 Nov 2024

    A flaw has been found in 389-ds-base versions 1.4.x.x before 1.4.1.3. When executed in verbose mode, the dscreate and dsconf commands may display sensitive information, such as the Directory Manager password. An attacker, able to see the screen or record the terminal standard error output, could use this flaw to gain sensitive information.

    Published: 27 Nov 2018
    8.1
    High

    CVE-2018-12120

    Last Modified: 21 Nov 2024

    Node.js: All versions prior to Node.js 6.15.0: Debugger port 5858 listens on any interface by default: When the debugger is enabled with `node --debug` or `node debug`, it listens to port 5858 on all interfaces by default. This may allow remote computers to attach to the debug port and evaluate arbitrary JavaScript. The default interface is now localhost. It has always been possible to start the debugger on a specific interface, such as `node --debug=localhost`. The debugger was removed in Node.js 8 and replaced with the inspector, so no versions from 8 and later are vulnerable.

    Published: 27 Nov 2018
    7.5
    High

    CVE-2018-12121

    Last Modified: 27 Dec 2024

    Node.js: All versions prior to Node.js 6.15.0, 8.14.0, 10.14.0 and 11.3.0: Denial of Service with large HTTP headers: By using a combination of many requests with maximum sized headers (almost 80 KB per connection), and carefully timed completion of the headers, it is possible to cause the HTTP server to abort from heap allocation failure. Attack potential is mitigated by the use of a load balancer or other proxy layer.

    Published: 27 Nov 2018
    7.5
    High

    CVE-2018-12122

    Last Modified: 13 Dec 2024

    Node.js: All versions prior to Node.js 6.15.0, 8.14.0, 10.14.0 and 11.3.0: Slowloris HTTP Denial of Service: An attacker can cause a Denial of Service (DoS) by sending headers very slowly keeping HTTP or HTTPS connections and associated resources alive for a long period of time.

    Published: 27 Nov 2018
    7.5
    High

    CVE-2018-16476

    Last Modified: 21 Nov 2024

    A Broken Access Control vulnerability in Active Job versions >= 4.2.0 allows an attacker to craft user input which can cause Active Job to deserialize it using GlobalId and give them access to information that they should not have. This vulnerability has been fixed in versions 4.2.11, 5.0.7.1, 5.1.6.1, and 5.2.1.1.

    Published: 27 Nov 2018
    7.5
    High

    CVE-2018-19623

    Last Modified: 21 Nov 2024

    In Wireshark 2.6.0 to 2.6.4 and 2.4.0 to 2.4.10, the LBMPDM dissector could crash. In addition, a remote attacker could write arbitrary data to any memory locations before the packet-scoped memory. This was addressed in epan/dissectors/packet-lbmpdm.c by disallowing certain negative values.

    Published: 27 Nov 2018
    6.1
    Medium

    CVE-2018-13308

    Last Modified: 21 Nov 2024

    Cross-site scripting in notice_gen.htm in TOTOLINK A3002RU version 1.0.8 allows attackers to execute arbitrary JavaScript by modifying the "User phrases button" field.

    Published: 26 Nov 2018
    6.1
    Medium

    CVE-2018-13309

    Last Modified: 21 Nov 2024

    Cross-site scripting in password.htm in TOTOLINK A3002RU version 1.0.8 allows attackers to execute arbitrary JavaScript via the user's password.

    Published: 26 Nov 2018
    9.8
    Critical

    CVE-2018-13311

    Last Modified: 21 Nov 2024

    System command injection in formDlna in TOTOLINK A3002RU version 1.0.8 allows attackers to execute system commands via the "sambaUser" POST parameter.

    Published: 26 Nov 2018
    6.1
    Medium

    CVE-2018-13312

    Last Modified: 21 Nov 2024

    Cross-site scripting in notice_gen.htm in TOTOLINK A3002RU version 1.0.8 allows attackers to execute arbitrary JavaScript by modifying the "Input your notice URL" field.

    Published: 26 Nov 2018
    9.8
    Critical

    CVE-2018-13315

    Last Modified: 21 Nov 2024

    Incorrect access control in formPasswordSetup in TOTOLINK A3002RU version 1.0.8 allows attackers to change the admin user's password via an unauthenticated POST request.

    Published: 26 Nov 2018
    7.2
    High

    CVE-2018-13318

    Last Modified: 21 Nov 2024

    System command injection in User.create method in Buffalo TS5600D1206 version 3.61-0.10 allows attackers to execute system commands via the "name" parameter.

    Published: 26 Nov 2018
    7.2
    High

    CVE-2018-13320

    Last Modified: 21 Nov 2024

    System Command Injection in network.set_auth_settings in Buffalo TS5600D1206 version 3.70-0.10 allows attackers to execute system commands via the adminUsername and adminPassword parameters.

    Published: 26 Nov 2018
    8.8
    High

    CVE-2018-13321

    Last Modified: 21 Nov 2024

    Incorrect access controls in nasapi in Buffalo TS5600D1206 version 3.61-0.10 allow attackers to call dangerous internal functions via the "method" parameter.

    Published: 26 Nov 2018
    6.5
    Medium

    CVE-2018-13322

    Last Modified: 21 Nov 2024

    Directory traversal in list_folders method in Buffalo TS5600D1206 version 3.61-0.10 allows attackers to list directory contents via the "path" parameter.

    Published: 26 Nov 2018
    6.1
    Medium

    CVE-2018-13323

    Last Modified: 21 Nov 2024

    Cross-site scripting in detail.html in Buffalo TS5600D1206 version 3.61-0.10 allows attackers to execute JavaScript via the "username" cookie.

    Published: 26 Nov 2018
    9.8
    Critical

    CVE-2018-13324

    Last Modified: 21 Nov 2024

    Incorrect access control in nasapi in Buffalo TS5600D1206 version 3.61-0.10 allows attackers to bypass authentication by sending a modified HTTP Host header.

    Published: 26 Nov 2018
    5.9
    Medium

    CVE-2018-14663

    Last Modified: 21 Nov 2024

    An issue has been found in PowerDNS DNSDist before 1.3.3 allowing a remote attacker to craft a DNS query with trailing data such that the addition of a record by dnsdist, for example an OPT record when adding EDNS Client Subnet, might result in the trailing data being smuggled to the backend as a valid record while not seen by dnsdist. This is an issue when dnsdist is deployed as a DNS Firewall and used to filter some records that should not be received by the backend. This issue occurs only when either the 'useClientSubnet' or the experimental 'addXPF' parameters are used when declaring a new backend.

    Published: 26 Nov 2018
    6.1
    Medium

    CVE-2018-13310

    Last Modified: 21 Nov 2024

    Cross-site scripting in password.htm in TOTOLINK A3002RU version 1.0.8 allows attackers to execute arbitrary JavaScript via the user's username.

    Published: 26 Nov 2018
    7.5
    High

    CVE-2018-13319

    Last Modified: 21 Nov 2024

    Incorrect access control in get_portal_info in Buffalo TS5600D1206 version 3.61-0.10 allows attackers to determine sensitive device information via an unauthenticated POST request.

    Published: 26 Nov 2018
    6.1
    Medium

    CVE-2018-13317

    Last Modified: 21 Nov 2024

    Password disclosure in password.htm in TOTOLINK A3002RU version 1.0.8 allows attackers to obtain the plaintext password for the admin user by making a GET request for password.htm.

    Published: 26 Nov 2018
    7.6
    High

    CVE-2018-18807

    Last Modified: 21 Nov 2024

    The web application of the TIBCO Statistica component of TIBCO Software Inc.'s TIBCO Statistica Server contains vulnerabilities which may allow an authenticated user to perform cross-site scripting (XSS) attacks. Affected releases are TIBCO Software Inc.'s TIBCO Statistica Server versions up to and including 13.4.0.

    Published: 26 Nov 2018
    9.8
    Critical

    CVE-2018-11066

    Last Modified: 21 Nov 2024

    Dell EMC Avamar Client Manager in Dell EMC Avamar Server versions 7.2.0, 7.2.1, 7.3.0, 7.3.1, 7.4.0, 7.4.1, 7.5.0, 7.5.1, 18.1 and Dell EMC Integrated Data Protection Appliance (IDPA) versions 2.0, 2.1 and 2.2 contain a Remote Code Execution vulnerability. A remote unauthenticated attacker could potentially exploit this vulnerability to execute arbitrary commands on the server.

    Published: 26 Nov 2018
    6.1
    Medium

    CVE-2018-11067

    Last Modified: 21 Nov 2024

    Dell EMC Avamar Client Manager in Dell EMC Avamar Server versions 7.2.0, 7.2.1, 7.3.0, 7.3.1, 7.4.0, 7.4.1, 7.5.0, 7.5.1, 18.1 and Dell EMC Integrated Data Protection Appliance (IDPA) versions 2.0, 2.1 and 2.2 contain an open redirection vulnerability. A remote unauthenticated attacker could potentially exploit this vulnerability to redirect application users to arbitrary web URLs by tricking the victim users to click on maliciously crafted links. The vulnerability could be used to conduct phishing attacks that cause users to unknowingly visit malicious sites.

    Published: 26 Nov 2018
    6.5
    Medium

    CVE-2018-11076

    Last Modified: 21 Nov 2024

    Dell EMC Avamar Server versions 7.2.0, 7.2.1, 7.3.0, 7.3.1, 7.4.0 and 7.4.1 and Dell EMC Integrated Data Protection Appliance (IDPA) 2.0 are affected by an information exposure vulnerability. Avamar Java management console's SSL/TLS private key may be leaked in the Avamar Java management client package. The private key could potentially be used by an unauthenticated attacker on the same data-link layer to initiate a MITM attack on management console users.

    Published: 26 Nov 2018
    6.7
    Medium

    CVE-2018-11077

    Last Modified: 21 Nov 2024

    'getlogs' utility in Dell EMC Avamar Server versions 7.2.0, 7.2.1, 7.3.0, 7.3.1, 7.4.0, 7.4.1, 7.5.0, 7.5.1 and 18.1 and Dell EMC Integrated Data Protection Appliance (IDPA) versions 2.0, 2.1 and 2.2 is affected by an OS command injection vulnerability. A malicious Avamar admin user may potentially be able to execute arbitrary commands under root privilege.

    Published: 26 Nov 2018
    6.1
    Medium

    CVE-2018-19564

    Last Modified: 21 Nov 2024

    Stored XSS was discovered in the Easy Testimonials plugin 3.2 for WordPress. Three wp-admin/post.php parameters (_ikcf_client and _ikcf_position and _ikcf_other) have Cross-Site Scripting.

    Published: 26 Nov 2018
    6.5
    Medium

    CVE-2018-16854

    Last Modified: 21 Nov 2024

    A flaw was found in moodle versions 3.5 to 3.5.2, 3.4 to 3.4.5, 3.3 to 3.3.8, 3.1 to 3.1.14 and earlier. The login form is not protected by a token to prevent login cross-site request forgery. Fixed versions include 3.6, 3.5.3, 3.4.6, 3.3.9 and 3.1.15.

    Published: 26 Nov 2018
    7.1
    High

    CVE-2018-1905

    Last Modified: 21 Nov 2024

    IBM WebSphere Application Server 9.0.0.0 through 9.0.0.9 is vulnerable to a XML External Entity Injection (XXE) attack when processing XML data. A remote attacker could exploit this vulnerability to expose sensitive information or consume memory resources. IBM X-Force ID: 152534.

    Published: 26 Nov 2018
    4
    Medium

    CVE-2017-1418

    Last Modified: 21 Nov 2024

    IBM Integration Bus 9.0.0.0, 9.0.0.11, 10.0.0.0, and 10.0.0.14 (including IBM WebSphere Message Broker 8.0.0.0 and 8.0.0.9) has insecure permissions on certain files. A local attacker could exploit this vulnerability to modify or delete these files with an unknown impact. IBM X-Force ID: 127406.

    Published: 26 Nov 2018
    6.5
    Medium

    CVE-2018-19544

    Last Modified: 21 Nov 2024

    JEECMS 9.3 has CSRF via the api/admin/content/save URI to add news.

    Published: 26 Nov 2018
    8.8
    High

    CVE-2018-19546

    Last Modified: 21 Nov 2024

    JTBC(PHP) 3.0.1.7 has CSRF via the console/xml/manage.php?type=action&action=edit URI, as demonstrated by an XSS payload in the content parameter.

    Published: 26 Nov 2018
    6.1
    Medium

    CVE-2018-19547

    Last Modified: 21 Nov 2024

    JTBC(PHP) 3.0.1.7 has XSS via the console/xml/manage.php?type=action&action=edit content parameter.

    Published: 26 Nov 2018
    9.8
    Critical

    CVE-2018-19548

    Last Modified: 21 Nov 2024

    index.php?r=site%2Flogin in EduSec through 4.2.6 does not restrict sending a series of LoginForm[username] and LoginForm[password] parameters, which might make it easier for remote attackers to obtain access via a brute-force approach.

    Published: 26 Nov 2018
    8.8
    High

    CVE-2018-19551

    Last Modified: 21 Nov 2024

    Interspire Email Marketer through 6.1.6 has SQL Injection via a checkduplicatetags tagname request to Dynamiccontenttags.php.

    Published: 26 Nov 2018
    8.8
    High

    CVE-2018-19553

    Last Modified: 21 Nov 2024

    Interspire Email Marketer through 6.1.6 has SQL Injection via an updateblock sortorder request to Dynamiccontenttags.php

    Published: 26 Nov 2018
    8.8
    High

    CVE-2018-19555

    Last Modified: 21 Nov 2024

    tp4a TELEPORT 3.1.0 has CSRF via user/do-reset-password to change any password, such as the administrator password.

    Published: 26 Nov 2018
    4.3
    Medium

    CVE-2018-19556

    Last Modified: 21 Nov 2024

    zb_system/admin/index.php?act=UploadMng in Z-BlogPHP 1.5 mishandles file preview, leading to content spoofing. NOTE: the software maintainer disputes that this is a vulnerability

    Published: 26 Nov 2018
    9.8
    Critical

    CVE-2018-19559

    Last Modified: 21 Nov 2024

    CuppaCMS before 2018-11-12 has SQL Injection in administrator/classes/ajax/functions.php via the reference_id parameter.

    Published: 26 Nov 2018