9.4
    Critical

    CVE-2019-17638

    Last Modified: 21 Nov 2024

    In Eclipse Jetty, versions 9.4.27.v20200227 to 9.4.29.v20200521, in case of too large response headers, Jetty throws an exception to produce an HTTP 431 error. When this happens, the ByteBuffer containing the HTTP response headers is released back to the ByteBufferPool twice. Because of this double release, two threads can acquire the same ByteBuffer from the pool and while thread1 is about to use the ByteBuffer to write response1 data, thread2 fills the ByteBuffer with other data. Thread1 then proceeds to write the buffer that now contains different data. This results in client1, which issued request1 seeing data from another request or response which could contain sensitive data belonging to client2 (HTTP session ids, authentication credentials, etc.). If the Jetty version cannot be upgraded, the vulnerability can be significantly reduced by configuring a responseHeaderSize significantly larger than the requestHeaderSize (12KB responseHeaderSize and 8KB requestHeaderSize).

    Published:3 Jun 2020
    8.8
    High

    CVE-2019-17633

    Last Modified: 21 Nov 2024

    For Eclipse Che versions 6.16 to 7.3.0, with both authentication and TLS disabled, visiting a malicious web site could trigger the start of an arbitrary Che workspace. Che with no authentication and no TLS is not usually deployed on a public network but is often used for local installations (e.g. on personal laptops). In that case, even if the Che API is not exposed externally, some javascript running in the local browser is able to send requests to it.

    Published:19 Dec 2019
    9
    Critical

    CVE-2019-17625

    Last Modified: 21 Nov 2024

    There is a stored XSS in Rambox 0.6.9 that can lead to code execution. The XSS is in the name field while adding/editing a service. The problem occurs due to incorrect sanitization of the name field when being processed and stored. This allows a user to craft a payload for Node.js and Electron, such as an exec of OS commands within the onerror attribute of an IMG element.

    Published:16 Oct 2019
    7.8
    High

    CVE-2019-17624

    Last Modified: 16 Oct 2019

    "" In X.Org X Server 1.20.4, there is a stack-based buffer overflow in the function XQueryKeymap. For example, by sending ct.c_char 1000 times, an attacker can cause a denial of service (application crash) or possibly have unspecified other impact. Note: It is disputed if the X.Org X Server is involved or if there is a stack overflow.

    Source:s4vitar
    Published:16 Oct 2019
    9.8
    Critical

    CVE-2019-17621

    Last Modified: 7 Nov 2025

    The UPnP endpoint URL /gena.cgi in the D-Link DIR-859 Wi-Fi router 1.05 and 1.06B01 Beta01 allows an Unauthenticated remote attacker to execute system commands as root, by sending a specially crafted HTTP SUBSCRIBE request to the UPnP service when connecting to the local network.

    Published:30 Dec 2019
    7.5
    High

    CVE-2019-17596

    Last Modified: 21 Nov 2024

    Go before 1.12.11 and 1.3.x before 1.13.2 can panic upon an attempt to process network traffic containing an invalid DSA public key. There are several attack scenarios, such as traffic from a client to a server that verifies client certificates.

    Published:17 Oct 2019
    Unknown

    CVE-2019-17591

    https://www.exploit-db.com/exploits/47501

    6.1
    Medium

    CVE-2019-17573

    Last Modified: 21 Nov 2024

    By default, Apache CXF creates a /services page containing a listing of the available endpoint names and addresses. This webpage is vulnerable to a reflected Cross-Site Scripting (XSS) attack, which allows a malicious actor to inject javascript into the web page. Please note that the attack exploits a feature which is not typically not present in modern browsers, who remove dot segments before sending the request. However, Mobile applications may be vulnerable.

    Published:16 Jan 2020
    5.3
    Medium

    CVE-2019-17572

    Last Modified: 21 Nov 2024

    In Apache RocketMQ 4.2.0 to 4.6.0, when the automatic topic creation in the broker is turned on by default, an evil topic like “../../../../topic2020” is sent from rocketmq-client to the broker, a topic folder will be created in the parent directory in brokers, which leads to a directory traversal vulnerability. Users of the affected versions should apply one of the following: Upgrade to Apache RocketMQ 4.6.1 or later.

    Published:14 May 2020
    9.8
    Critical

    CVE-2019-17571

    Last Modified: 28 May 2026

    Included in Log4j 1.2 is a SocketServer class that is vulnerable to deserialization of untrusted data which can be exploited to remotely execute arbitrary code when combined with a deserialization gadget when listening to untrusted network traffic for log data. This affects Log4j versions up to 1.2 up to 1.2.17.

    Published:20 Dec 2019
    9.8
    Critical

    CVE-2019-17570

    Last Modified: 21 Nov 2024

    An untrusted deserialization was found in the org.apache.xmlrpc.parser.XmlRpcResponseParser:addResult method of Apache XML-RPC (aka ws-xmlrpc) library. A malicious XML-RPC server could target a XML-RPC client causing it to execute arbitrary code. Apache XML-RPC is no longer maintained and this issue will not be fixed.

    Published:16 Jan 2020
    9.8
    Critical

    CVE-2019-17564

    Last Modified: 21 Nov 2024

    Unsafe deserialization occurs within a Dubbo application which has HTTP remoting enabled. An attacker may submit a POST request with a Java object in it to completely compromise a Provider instance of Apache Dubbo, if this instance enables HTTP. This issue affected Apache Dubbo 2.7.0 to 2.7.4, 2.6.0 to 2.6.7, and all 2.5.x versions.

    Published:1 Apr 2020
    7.5
    High

    CVE-2019-17558

    Last Modified: 16 Apr 2020

    Apache Solr 5.0.0 to Apache Solr 8.3.1 are vulnerable to a Remote Code Execution through the VelocityResponseWriter. A Velocity template can be provided through Velocity templates in a configset `velocity/` directory or as a parameter. A user defined configset could contain renderable, potentially malicious, templates. Parameter provided templates are disabled by default, but can be enabled by setting `params.resource.loader.enabled` by defining a response writer with that setting set to `true`. Defining a response writer requires configuration API access. Solr 8.4 removed the params resource loader entirely, and only enables the configset-provided template rendering when the configset is `trusted` (has been uploaded by an authenticated user).

    Source:@l3x_wong
    Published:30 Dec 2019
    5.5
    Medium

    CVE-2019-17554

    Last Modified: 11 Dec 2019

    The XML content type entity deserializer in Apache Olingo versions 4.0.0 to 4.6.0 is not configured to deny the resolution of external entities. Request with content type "application/xml", which trigger the deserialization of entities, can be used to trigger XXE attacks.

    Source:Compass Security
    Published:4 Dec 2019
    9.8
    Critical

    CVE-2019-17531

    Last Modified: 21 Nov 2024

    A Polymorphic Typing issue was discovered in FasterXML jackson-databind 2.0.0 through 2.9.10. When Default Typing is enabled (either globally or for a specific property) for an externally exposed JSON endpoint and the service has the apache-log4j-extra (version 1.2.x) jar in the classpath, and an attacker can provide a JNDI service to access, it is possible to make the service execute a malicious payload.

    Published:12 Oct 2019
    8.8
    High

    CVE-2019-17525

    Last Modified: 4 Jun 2020

    The login page on D-Link DIR-615 T1 20.10 devices allows remote attackers to bypass the CAPTCHA protection mechanism and conduct brute-force attacks.

    Source:huzaifa hussain
    Published:21 Apr 2020
    7.5
    High

    CVE-2019-17513

    Last Modified: 21 Nov 2024

    An issue was discovered in Ratpack before 1.7.5. Due to a misuse of the Netty library class DefaultHttpHeaders, there is no validation that headers lack HTTP control characters. Thus, if untrusted data is used to construct HTTP headers with Ratpack, HTTP Response Splitting can occur.

    Published:18 Oct 2019
    6.1
    Medium

    CVE-2019-17504

    Last Modified: 14 Oct 2019

    An issue was discovered in Kirona Dynamic Resource Scheduling (DRS) 5.5.3.5. A reflected Cross-site scripting (XSS) vulnerability allows remote attackers to inject arbitrary web script via the /osm/report/ password parameter.

    Source:Ramikan
    Published:11 Oct 2019
    5.3
    Medium

    CVE-2019-17503

    Last Modified: 14 Oct 2019

    An issue was discovered in Kirona Dynamic Resource Scheduling (DRS) 5.5.3.5. An unauthenticated user can access /osm/REGISTER.cmd (aka /osm_tiles/REGISTER.cmd) directly: it contains sensitive information about the database through the SQL queries within this batch file. This file exposes SQL database information such as database version, table name, column name, etc.

    Source:Ramikan
    Published:11 Oct 2019
    8.1
    High

    CVE-2019-17498

    Last Modified: 21 Nov 2024

    In libssh2 v1.9.0 and earlier versions, the SSH_MSG_DISCONNECT logic in packet.c has an integer overflow in a bounds check, enabling an attacker to specify an arbitrary (out-of-bounds) offset for a subsequent memory read. A crafted SSH server may be able to disclose sensitive information or cause a denial of service condition on the client system when a user connects to the server.

    Published:16 Oct 2019
    6.5
    Medium

    CVE-2019-17497

    Last Modified: 27 Nov 2024

    Tracker PDF-XChange Editor before 8.0.330.0 has an NTLM SSO hash theft vulnerability using crafted FDF or XFDF files (a related issue to CVE-2018-4993). For example, an NTLM hash is sent for a link to \\192.168.0.2\C$\file.pdf without user interaction.

    Published:10 Oct 2019
    9.8
    Critical

    CVE-2019-17495

    Last Modified: 21 Nov 2024

    A Cascading Style Sheets (CSS) injection vulnerability in Swagger UI before 3.23.11 allows attackers to use the Relative Path Overwrite (RPO) technique to perform CSS-based input field value exfiltration, such as exfiltration of a CSRF token value. In other words, this product intentionally allows the embedding of untrusted JSON data from remote servers, but it was not previously known that <style>@import within the JSON data was a functional attack method.

    Published:10 Oct 2019
    6.1
    Medium

    CVE-2019-17427

    Last Modified: 21 Nov 2024

    In Redmine before 3.4.11 and 4.0.x before 4.0.4, persistent XSS exists due to textile formatting errors.

    Published:10 Oct 2019
    7.8
    High

    CVE-2019-17424

    Last Modified: 18 Nov 2019

    A stack-based buffer overflow in the processPrivilage() function in IOS/process-general.c in nipper-ng 0.11.10 allows remote attackers (serving firewall configuration files) to achieve Remote Code Execution or Denial Of Service via a crafted file.

    Source:Guy Levin
    Published:22 Oct 2019
    9.1
    Critical

    CVE-2019-17382

    Last Modified: 21 Nov 2024

    An issue was discovered in zabbix.php?action=dashboard.view&dashboardid=1 in Zabbix through 4.4. An attacker can bypass the login page and access the dashboard page, and then create a Dashboard, Report, Screen, or Map without any Username/Password (i.e., anonymously). All created elements (Dashboard/Report/Screen/Map) are accessible by other users and by an admin.

    Published:9 Oct 2019
    9.8
    Critical

    CVE-2019-17267

    Last Modified: 21 Nov 2024

    A Polymorphic Typing issue was discovered in FasterXML jackson-databind before 2.9.10. It is related to net.sf.ehcache.hibernate.EhcacheJtaTransactionManagerLookup.

    Published:17 Sept 2019
    9.8
    Critical

    CVE-2019-17240

    Last Modified: 13 Nov 2020

    bl-kernel/security.class.php in Bludit 3.9.2 allows attackers to bypass a brute-force protection mechanism by using many different forged X-Forwarded-For or Client-IP HTTP headers.

    Source:Alexandre ZANNI
    Published:6 Oct 2019
    7.5
    High

    CVE-2019-17234

    Last Modified: 21 Nov 2024

    includes/class-coming-soon-creator.php in the igniteup plugin through 3.4 for WordPress allows unauthenticated arbitrary file deletion.

    Published:12 Nov 2019
    5.4
    Medium

    CVE-2019-17225

    Last Modified: 7 Oct 2019

    Subrion 4.2.1 allows XSS via the panel/members/ Username, Full Name, or Email field, aka an "Admin Member JSON Update" issue.

    Source:Creatigon
    Published:6 Oct 2019
    7.5
    High

    CVE-2019-17221

    Last Modified: 21 Nov 2024

    PhantomJS through 2.1.1 has an arbitrary file read vulnerability, as demonstrated by an XMLHttpRequest for a file:// URI. The vulnerability exists in the page.open() function of the webpage module, which loads a specified URL and calls a given callback. An attacker can supply a specially crafted HTML file, as user input, that allows reading arbitrary files on the filesystem. For example, if page.render() is the function callback, this generates a PDF or an image of the targeted file. NOTE: this product is no longer developed.

    Published:5 Nov 2019
    6.1
    Medium

    CVE-2019-17220

    Last Modified: 25 Oct 2019

    Rocket.Chat before 2.1.0 allows XSS via a URL on a ![title] line.

    Source:3H34N
    Published:21 Oct 2019
    9.8
    Critical

    CVE-2019-17195

    Last Modified: 21 Nov 2024

    Connect2id Nimbus JOSE+JWT before v7.9 can throw various uncaught exceptions while parsing a JWT, which could result in an application crash (potential information disclosure) or a potential authentication bypass.

    Published:15 Oct 2019
    8.8
    High

    CVE-2019-17147

    Last Modified: 21 Nov 2024

    This vulnerability allows remote attackers to execute arbitrary code on affected installations of TP-LINK TL-WR841N routers. Authentication is not required to exploit this vulnerability. The specific flaw exists within the web service, which listens on TCP port 80 by default. When parsing the Host request header, the process does not properly validate the length of user-supplied data prior to copying it to a fixed-length static buffer. An attacker can leverage this vulnerability to execute code in the context of the admin user. Was ZDI-CAN-8457.

    Published:7 Jan 2020
    9.4
    Critical

    CVE-2019-17137

    Last Modified: 21 Nov 2024

    This vulnerability allows network-adjacent attackers to bypass authentication on affected installations of NETGEAR AC1200 R6220 Firmware version 1.1.0.86 Smart WiFi Router. Authentication is not required to exploit this vulnerability. The specific flaw exists within the processing of path strings. By inserting a null byte into the path, the user can skip most authentication checks. An attacker can leverage this vulnerability to bypass authentication on the system. Was ZDI-CAN-8616.

    Published:10 Feb 2020
    9.8
    Critical

    CVE-2019-17132

    Last Modified: 8 Oct 2019

    vBulletin through 5.5.4 mishandles custom avatars.

    Source:EgiX
    Published:4 Oct 2019
    9.8
    Critical

    CVE-2019-17124

    Last Modified: 30 Mar 2022

    Kramer VIAware 2.5.0719.1034 has Incorrect Access Control.

    Source:sharkmoos
    Published:9 Oct 2019
    7.8
    High

    CVE-2019-17080

    Last Modified: 3 Oct 2019

    mintinstall (aka Software Manager) 7.9.9 for Linux Mint allows code execution if a REVIEWS_CACHE file is controlled by an attacker, because an unpickle occurs. This is resolved in 8.0.0 and backports.

    Source:İbrahim Hakan Şeker
    Published:2 Oct 2019
    9.8
    Critical

    CVE-2019-17041

    Last Modified: 21 Nov 2024

    An issue was discovered in Rsyslog v8.1908.0. contrib/pmaixforwardedfrom/pmaixforwardedfrom.c has a heap overflow in the parser for AIX log messages. The parser tries to locate a log message delimiter (in this case, a space or a colon) but fails to account for strings that do not satisfy this constraint. If the string does not match, then the variable lenMsg will reach the value zero and will skip the sanity check that detects invalid log messages. The message will then be considered valid, and the parser will eat up the nonexistent colon delimiter. In doing so, it will decrement lenMsg, a signed integer, whose value was zero and now becomes minus one. The following step in the parser is to shift left the contents of the message. To do this, it will call memmove with the right pointers to the target and destination strings, but the lenMsg will now be interpreted as a huge value, causing a heap overflow.

    Published:30 Sept 2019
    8.8
    High

    CVE-2019-17026

    Last Modified: 13 May 2021

    Incorrect alias information in IonMonkey JIT compiler for setting array elements could lead to a type confusion. We are aware of targeted attacks in the wild abusing this flaw. This vulnerability affects Firefox ESR < 68.4.1, Thunderbird < 68.4.1, and Firefox < 72.0.1.

    Source:Forrest Orr
    Published:8 Jan 2020
    9.8
    Critical

    CVE-2019-16943

    Last Modified: 21 Nov 2024

    A Polymorphic Typing issue was discovered in FasterXML jackson-databind 2.0.0 through 2.9.10. When Default Typing is enabled (either globally or for a specific property) for an externally exposed JSON endpoint and the service has the p6spy (3.8.6) jar in the classpath, and an attacker can find an RMI service endpoint to access, it is possible to make the service execute a malicious payload. This issue exists because of com.p6spy.engine.spy.P6DataSource mishandling.

    Published:27 Sept 2019
    9.8
    Critical

    CVE-2019-16942

    Last Modified: 21 Nov 2024

    A Polymorphic Typing issue was discovered in FasterXML jackson-databind 2.0.0 through 2.9.10. When Default Typing is enabled (either globally or for a specific property) for an externally exposed JSON endpoint and the service has the commons-dbcp (1.4) jar in the classpath, and an attacker can find an RMI service endpoint to access, it is possible to make the service execute a malicious payload. This issue exists because of org.apache.commons.dbcp.datasources.SharedPoolDataSource and org.apache.commons.dbcp.datasources.PerUserPoolDataSource mishandling.

    Published:27 Sept 2019
    9.8
    Critical

    CVE-2019-16941

    Last Modified: 21 Nov 2024

    NSA Ghidra through 9.0.4, when experimental mode is enabled, allows arbitrary code execution if the Read XML Files feature of Bit Patterns Explorer is used with a modified XML document. This occurs in Features/BytePatterns/src/main/java/ghidra/bitpatterns/info/FileBitPatternInfoReader.java. An attack could start with an XML document that was originally created by DumpFunctionPatternInfoScript but then directly modified by an attacker (for example, to make a java.lang.Runtime.exec call).

    Published:28 Sept 2019
    9.8
    Critical

    CVE-2019-16920

    Last Modified: 7 Nov 2025

    Unauthenticated remote code execution occurs in D-Link products such as DIR-655C, DIR-866L, DIR-652, and DHP-1565. The issue occurs when the attacker sends an arbitrary input to a "PingTest" device common gateway interface that could lead to common injection. An attacker who successfully triggers the command injection could achieve full system compromise. Later, it was independently found that these are also affected: DIR-855L, DAP-1533, DIR-862L, DIR-615, DIR-835, and DIR-825.

    Published:27 Sept 2019
    7.5
    High

    CVE-2019-16902

    Last Modified: 18 Jun 2020

    In the ARforms plugin 3.7.1 for WordPress, arf_delete_file in arformcontroller.php allows unauthenticated deletion of an arbitrary file by supplying the full pathname.

    Source:Ahmad Almorabea
    Published:27 Sept 2019
    9.8
    Critical

    CVE-2019-16894

    Last Modified: 1 Oct 2019

    download.php in inoERP 4.15 allows SQL injection through insecure deserialization.

    Source:Semen Alexandrovich Lyhin
    Published:26 Sept 2019
    7.5
    High

    CVE-2019-16893

    Last Modified: 4 Feb 2020

    The Web Management of TP-Link TP-SG105E V4 1.0.0 Build 20181120 devices allows an unauthenticated attacker to reboot the device via a reboot.cgi request.

    Source:PCEumel
    Published:3 Feb 2020
    9.8
    Critical

    CVE-2019-16891

    Last Modified: 21 Nov 2024

    Liferay Portal CE 6.2.5 allows remote command execution because of deserialization of a JSON payload.

    Published:4 Oct 2019
    7.5
    High

    CVE-2019-16889

    Last Modified: 21 Nov 2024

    Ubiquiti EdgeMAX devices before 2.0.3 allow remote attackers to cause a denial of service (disk consumption) because *.cache files in /var/run/beaker/container_file/ are created when providing a valid length payload of 249 characters or fewer to the beaker.session.id cookie in a GET header. The attacker can use a long series of unique session IDs.

    Published:25 Sept 2019
    7
    High

    CVE-2019-16784

    Last Modified: 21 Nov 2024

    In PyInstaller before version 3.6, only on Windows, a local privilege escalation vulnerability is present in this particular case: If a software using PyInstaller in "onefile" mode is launched by a privileged user (at least more than the current one) which have his "TempPath" resolving to a world writable directory. This is the case for example if the software is launched as a service or as a scheduled task using a system account (TempPath will be C:\Windows\Temp). In order to be exploitable the software has to be (re)started after the attacker launch the exploit program, so for a service launched at startup, a service restart is needed (e.g. after a crash or an upgrade).

    Published:14 Jan 2020
    9.8
    Critical

    CVE-2019-16759

    Last Modified: 13 Nov 2019

    vBulletin 5.x through 5.5.4 allows remote command execution via the widgetConfig[code] parameter in an ajax/render/widget_php routestring request.

    Source:anonymous
    Published:24 Sept 2019