|
CVE-2019-17558
|
High
|
2019-12-30
|
Mitigation candidate
|
Exploited in the wild
|
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).
|
|
CVE-2019-6035
|
Medium
|
2019-12-26
|
No exploit published
|
No public exploit
|
Open redirect vulnerability in Athenz v1.8.24 and earlier allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via a specially crafted page.
|
|
CVE-2019-16789
|
High
|
2019-12-26
|
No exploit published
|
No public exploit
|
In Waitress through version 1.4.0, if a proxy server is used in front of waitress, an invalid request may be sent by an attacker that bypasses the front-end and is parsed differently by waitress leading to a potential for HTTP request smuggling. Specially crafted requests containing special whitespace characters in the Transfer-Encoding header would get parsed by Waitress as being a chunked request, but a front-end server would use the Content-Length instead as the Transfer-Encoding header is considered invalid due to containing invalid characters. If a front-end server does HTTP pipelining to a backend Waitress server this could lead to HTTP request splitting which may lead to potential cache poisoning or unexpected information disclosure. This issue is fixed in Waitress 1.4.1 through more strict HTTP field validation.
|
|
CVE-2012-4420
|
High
|
2019-12-26
|
No exploit published
|
No public exploit
|
An information disclosure flaw was found in the way the Java Virtual Machine (JVM) implementation of Java SE 7 as provided by OpenJDK 7 incorrectly initialized integer arrays after memory allocation (in certain circumstances they had nonzero elements right after the allocation). A remote attacker could use this flaw to obtain potentially sensitive information.
|
|
CVE-2019-17563
|
High
|
2019-12-23
|
Protected by RASP
|
No public exploit
|
When using FORM authentication with Apache Tomcat 9.0.0.M1 to 9.0.29, 8.5.0 to 8.5.49 and 7.0.0 to 7.0.98 there was a narrow window where an attacker could perform a session fixation attack. The window was considered too narrow for an exploit to be practical but, erring on the side of caution, this issue has been treated as a security vulnerability.
|
|
CVE-2019-12418
|
High
|
2019-12-23
|
No exploit published
|
No public exploit
|
When Apache Tomcat 9.0.0.M1 to 9.0.28, 8.5.0 to 8.5.47, 7.0.0 and 7.0.97 is configured with the JMX Remote Lifecycle Listener, a local attacker without access to the Tomcat process or configuration files is able to manipulate the RMI registry to perform a man-in-the-middle attack to capture user names and passwords used to access the JMX interface. The attacker can then use these credentials to access the JMX interface and gain complete control over the Tomcat instance.
|
|
CVE-2019-17571
|
Critical
|
2019-12-20
|
Protected by RASP
|
Proof of concept only
|
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.
|
|
CVE-2019-16786
|
High
|
2019-12-20
|
No exploit published
|
No public exploit
|
Waitress through version 1.3.1 would parse the Transfer-Encoding header and only look for a single string value, if that value was not chunked it would fall through and use the Content-Length header instead. According to the HTTP standard Transfer-Encoding should be a comma separated list, with the inner-most encoding first, followed by any further transfer codings, ending with chunked. Requests sent with: "Transfer-Encoding: gzip, chunked" would incorrectly get ignored, and the request would use a Content-Length header instead to determine the body size of the HTTP message. This could allow for Waitress to treat a single request as multiple requests in the case of HTTP pipelining. This issue is fixed in Waitress 1.4.0.
|
|
CVE-2019-16785
|
High
|
2019-12-20
|
No exploit published
|
No public exploit
|
Waitress through version 1.3.1 implemented a "MAY" part of the RFC7230 which states: "Although the line terminator for the start-line and header fields is the sequence CRLF, a recipient MAY recognize a single LF as a line terminator and ignore any preceding CR." Unfortunately if a front-end server does not parse header fields with an LF the same way as it does those with a CRLF it can lead to the front-end and the back-end server parsing the same HTTP message in two different ways. This can lead to a potential for HTTP request smuggling/splitting whereby Waitress may see two requests while the front-end server only sees a single HTTP message. This issue is fixed in Waitress 1.4.0.
|
|
CVE-2016-1000229
|
Medium
|
2019-12-20
|
No fix identified
|
No public exploit
|
swagger-ui has XSS in key names
|
|
CVE-2019-19906
|
High
|
2019-12-19
|
No fix identified
|
No public exploit
|
cyrus-sasl (aka Cyrus SASL) 2.1.27 has an out-of-bounds write leading to unauthenticated remote denial-of-service in OpenLDAP via a malformed LDAP packet. The OpenLDAP crash is ultimately caused by an off-by-one error in _sasl_add_string in common.c in cyrus-sasl.
|
|
CVE-2019-19899
|
Critical
|
2019-12-19
|
Protected by RASP
|
No public exploit
|
Pebble Templates 3.1.2 allows attackers to bypass a protection mechanism (intended to block access to instances of java.lang.Class) because getClass is accessible via the public static java.lang.Class java.lang.Class.forName(java.lang.Module,java.lang.String) signature.
|
|
CVE-2018-1311
|
High
|
2019-12-18
|
No fix identified
|
No public exploit
|
The Apache Xerces-C 3.0.0 to 3.2.3 XML parser contains a use-after-free error triggered during the scanning of external DTDs. This flaw has not been addressed in the maintained version of the library and has no current mitigation other than to disable DTD processing. This can be accomplished via the DOM using a standard parser feature, or via SAX using the XERCES_DISABLE_DTD environment variable.
|
|
CVE-2012-2312
|
High
|
2019-12-18
|
No exploit published
|
No public exploit
|
An Elevated Privileges issue exists in JBoss AS 7 Community Release due to the improper implementation in the security context propagation, A threat gets reused from the thread pool that still retains the security context from the process last used, which lets a local user obtain elevated privileges.
|
|
CVE-2019-16576
|
Medium
|
2019-12-17
|
No exploit published
|
No public exploit
|
A missing permission check in Jenkins Alauda Kubernetes Suport Plugin 2.3.0 and earlier allows attackers with Overall/Read permission to connect to an attacker-specified URL using attacker-specified credentials IDs obtained through another method, capturing the Kubernetes service account token or credentials stored in Jenkins.
|
|
CVE-2019-16575
|
High
|
2019-12-17
|
No exploit published
|
No public exploit
|
A cross-site request forgery vulnerability in Jenkins Alauda Kubernetes Suport Plugin 2.3.0 and earlier allows attackers to connect to an attacker-specified URL using attacker-specified credentials IDs obtained through another method, capturing the Kubernetes service account token or credentials stored in Jenkins.
|
|
CVE-2019-16574
|
Medium
|
2019-12-17
|
No exploit published
|
No public exploit
|
A missing permission check in Jenkins Alauda DevOps Pipeline Plugin 2.3.2 and earlier allows attackers with Overall/Read permission to connect to an attacker-specified URL using attacker-specified credentials IDs obtained through another method, capturing credentials stored in Jenkins.
|
|
CVE-2019-16573
|
High
|
2019-12-17
|
No exploit published
|
No public exploit
|
A cross-site request forgery vulnerability in Jenkins Alauda DevOps Pipeline Plugin 2.3.2 and earlier allows attackers to connect to an attacker-specified URL using attacker-specified credentials IDs obtained through another method, capturing credentials stored in Jenkins.
|
|
CVE-2019-16572
|
Medium
|
2019-12-17
|
No exploit published
|
No public exploit
|
Jenkins Weibo Plugin 1.0.1 and earlier stores credentials unencrypted in its global configuration file on the Jenkins master where they can be viewed by users with access to the master file system.
|
|
CVE-2019-16571
|
Medium
|
2019-12-17
|
No exploit published
|
No public exploit
|
A missing permission check in Jenkins RapidDeploy Plugin 4.1 and earlier allows attackers with Overall/Read permission to connect to an attacker-specified web server.
|
|
CVE-2019-16570
|
High
|
2019-12-17
|
No exploit published
|
No public exploit
|
A cross-site request forgery vulnerability in Jenkins RapidDeploy Plugin 4.1 and earlier allows attackers to connect to an attacker-specified web server.
|
|
CVE-2019-16569
|
Medium
|
2019-12-17
|
No exploit published
|
No public exploit
|
A cross-site request forgery vulnerability in Jenkins Mantis Plugin 0.26 and earlier allows attackers to connect to an attacker-specified web server using attacker-specified credentials.
|
|
CVE-2019-16568
|
Medium
|
2019-12-17
|
No exploit published
|
No public exploit
|
Jenkins SCTMExecutor Plugin 2.2 and earlier transmits previously configured service credentials in plain text as part of the global configuration, as well as individual jobs' configurations.
|
|
CVE-2019-16567
|
Medium
|
2019-12-17
|
No exploit published
|
No public exploit
|
A missing permission check in Jenkins Team Concert Plugin 1.3.0 and earlier in form-related methods allowed users with Overall/Read access to enumerate credentials ID of credentials stored in Jenkins.
|
|
CVE-2019-16566
|
Medium
|
2019-12-17
|
No exploit published
|
No public exploit
|
A missing permission check in Jenkins Team Concert Plugin 1.3.0 and earlier allows attackers with Overall/Read permission to connect to an attacker-specified URL using attacker-specified credentials IDs obtained through another method, capturing credentials stored in Jenkins.
|
|
CVE-2019-16565
|
High
|
2019-12-17
|
No exploit published
|
No public exploit
|
A cross-site request forgery vulnerability in Jenkins Team Concert Plugin 1.3.0 and earlier allows attackers to connect to an attacker-specified URL using attacker-specified credentials IDs obtained through another method, capturing credentials stored in Jenkins.
|
|
CVE-2019-16564
|
Medium
|
2019-12-17
|
No exploit published
|
No public exploit
|
Jenkins Pipeline Aggregator View Plugin 1.8 and earlier does not escape information shown on its view, resulting in a stored XSS vulnerability exploitable by attackers able to affects view content such as job display name or pipeline stage names.
|
|
CVE-2019-16563
|
Medium
|
2019-12-17
|
No exploit published
|
No public exploit
|
Jenkins Mission Control Plugin 0.9.16 and earlier does not escape job display names and build names shown on its view, resulting in a stored XSS vulnerability exploitable by attackers able to change these properties.
|
|
CVE-2019-16562
|
Medium
|
2019-12-17
|
No exploit published
|
No public exploit
|
Jenkins buildgraph-view Plugin 1.8 and earlier does not escape the description of builds shown in its view, resulting in a stored XSS vulnerability exploitable by users able to change build descriptions.
|
|
CVE-2019-16561
|
High
|
2019-12-17
|
No exploit published
|
No public exploit
|
Jenkins WebSphere Deployer Plugin 1.6.1 and earlier allows users with Overall/Read access to disable SSL/TLS certificate and hostname validation for the entire Jenkins master JVM.
|
|
CVE-2019-16560
|
High
|
2019-12-17
|
No exploit published
|
No public exploit
|
A cross-site request forgery vulnerability in Jenkins WebSphere Deployer Plugin 1.6.1 and earlier allows attackers to perform connection tests and determine whether files with an attacker-specified path exist on the Jenkins master file system.
|
|
CVE-2019-16559
|
Medium
|
2019-12-17
|
No exploit published
|
No public exploit
|
A missing permission check in Jenkins WebSphere Deployer Plugin 1.6.1 and earlier allows attackers with Overall/Read permission to perform connection tests and determine whether files with an attacker-specified path exist on the Jenkins master file system.
|
|
CVE-2019-16558
|
High
|
2019-12-17
|
No exploit published
|
No public exploit
|
Jenkins Spira Importer Plugin 3.2.3 and earlier disables SSL/TLS certificate validation for the Jenkins master JVM.
|
|
CVE-2019-16557
|
Medium
|
2019-12-17
|
No exploit published
|
No public exploit
|
Jenkins Redgate SQL Change Automation Plugin 2.0.3 and earlier stores credentials unencrypted in job config.xml files on the Jenkins master where they can be viewed by users with Extended Read permission, or access to the master file system.
|
|
CVE-2019-16556
|
Medium
|
2019-12-17
|
No exploit published
|
No public exploit
|
Jenkins Rundeck Plugin 3.6.5 and earlier stores credentials unencrypted in its global configuration file and in job config.xml files on the Jenkins master where they can be viewed by users with Extended Read permission, or access to the master file system.
|
|
CVE-2019-16555
|
Medium
|
2019-12-17
|
No exploit published
|
No public exploit
|
A user-supplied regular expression in Jenkins Build Failure Analyzer Plugin 1.24.1 and earlier was processed in a way that wasn't interruptible, allowing attackers to have Jenkins evaluate a regular expression without the ability to interrupt this process.
|
|
CVE-2019-16554
|
Medium
|
2019-12-17
|
No exploit published
|
No public exploit
|
A missing permission check in Jenkins Build Failure Analyzer Plugin 1.24.1 and earlier allows attackers with Overall/Read permission to have Jenkins evaluate a computationally expensive regular expression.
|
|
CVE-2019-16553
|
High
|
2019-12-17
|
No exploit published
|
No public exploit
|
A cross-site request forgery vulnerability in Jenkins Build Failure Analyzer Plugin 1.24.1 and earlier allows attackers to have Jenkins evaluate a computationally expensive regular expression.
|
|
CVE-2019-16552
|
Medium
|
2019-12-17
|
No exploit published
|
No public exploit
|
A missing permission check in Jenkins Gerrit Trigger Plugin 2.30.1 and earlier allows attackers with Overall/Read permission to connect to an attacker-specified HTTP URL or SSH server using attacker-specified credentials, or determine the existence of a file with a given path on the Jenkins master.
|
|
CVE-2019-16551
|
High
|
2019-12-17
|
No exploit published
|
No public exploit
|
A cross-site request forgery vulnerability in Jenkins Gerrit Trigger Plugin 2.30.1 and earlier allows attackers to connect to an attacker-specified HTTP URL or SSH server using attacker-specified credentials.
|
|
CVE-2019-16550
|
High
|
2019-12-17
|
No exploit published
|
No public exploit
|
A cross-site request forgery vulnerability in a connection test form method in Jenkins Maven Release Plugin 0.16.1 and earlier allows attackers to have Jenkins connect to an attacker specified web server and parse XML documents.
|
|
CVE-2019-16549
|
High
|
2019-12-17
|
Protected by RASP
|
No public exploit
|
Jenkins Maven Release Plugin 0.16.1 and earlier does not configure the XML parser to prevent XML external entity (XXE) attacks, allowing man-in-the-middle attackers to have Jenkins parse crafted XML documents.
|
|
CVE-2014-3701
|
High
|
2019-12-15
|
No exploit published
|
No public exploit
|
eDeploy has tmp file race condition flaws
|
|
CVE-2014-3699
|
Critical
|
2019-12-15
|
Protected by RASP
|
No public exploit
|
eDeploy has RCE via cPickle deserialization of untrusted data
|
|
CVE-2014-3652
|
Medium
|
2019-12-15
|
No exploit published
|
No public exploit
|
JBoss KeyCloak: Open redirect vulnerability via failure to validate the redirect URL.
|
|
CVE-2014-3643
|
High
|
2019-12-15
|
Protected by RASP
|
No public exploit
|
jersey: XXE via parameter entities not disabled by the jersey SAX parser
|
|
CVE-2019-16777
|
High
|
2019-12-13
|
Protected by RASP
|
No public exploit
|
Versions of the npm CLI prior to 6.13.4 are vulnerable to an Arbitrary File Overwrite. It fails to prevent existing globally-installed binaries to be overwritten by other package installations. For example, if a package was installed globally and created a serve binary, any subsequent installs of packages that also create a serve binary would overwrite the previous serve binary. This behavior is still allowed in local installations and also through install scripts. This vulnerability bypasses a user using the --ignore-scripts install option.
|
|
CVE-2019-16776
|
High
|
2019-12-13
|
Protected by RASP
|
No public exploit
|
Versions of the npm CLI prior to 6.13.3 are vulnerable to an Arbitrary File Write. It fails to prevent access to folders outside of the intended node_modules folder through the bin field. A properly constructed entry in the package.json bin field would allow a package publisher to modify and/or gain access to arbitrary files on a user's system when the package is installed. This behavior is still possible through install scripts. This vulnerability bypasses a user using the --ignore-scripts install option.
|
|
CVE-2019-16775
|
High
|
2019-12-13
|
No fix identified
|
No public exploit
|
Versions of the npm CLI prior to 6.13.3 are vulnerable to an Arbitrary File Write. It is possible for packages to create symlinks to files outside of thenode_modules folder through the bin field upon installation. A properly constructed entry in the package.json bin field would allow a package publisher to create a symlink pointing to arbitrary files on a user's system when the package is installed. This behavior is still possible through install scripts. This vulnerability bypasses a user using the --ignore-scripts install option.
|
|
CVE-2017-18640
|
High
|
2019-12-12
|
Protected by RASP
|
No public exploit
|
The Alias feature in SnakeYAML before 1.26 allows entity expansion during a load operation, a related issue to CVE-2003-1564.
|
|
CVE-2013-6495
|
Medium
|
2019-12-11
|
No exploit published
|
No public exploit
|
JBossWeb Bayeux has reflected XSS
|
|
CVE-2019-4663
|
Medium
|
2019-12-10
|
No fix identified
|
No public exploit
|
IBM WebSphere Application Server - Liberty is vulnerable to cross-site scripting. This vulnerability allows users to embed arbitrary JavaScript code in the Web UI thus altering the intended functionality potentially leading to credentials disclosure within a trusted session. IBM X-Force ID: 171245.
|
|
CVE-2019-19703
|
Medium
|
2019-12-10
|
No exploit published
|
No public exploit
|
In Ktor through 1.2.6, the client resends data from the HTTP Authorization header to a redirect location.
|
|
CVE-2014-3656
|
Medium
|
2019-12-10
|
No exploit published
|
No public exploit
|
JBoss KeyCloak: XSS in login-status-iframe.html
|
|
CVE-2019-16771
|
Medium
|
2019-12-06
|
No exploit published
|
No public exploit
|
Versions of Armeria 0.85.0 through and including 0.96.0 are vulnerable to HTTP response splitting, which allows remote attackers to inject arbitrary HTTP headers via CRLF sequences when unsanitized data is used to populate the headers of an HTTP response. This vulnerability has been patched in 0.97.0. Potential impacts of this vulnerability include cross-user defacement, cache poisoning, Cross-site scripting (XSS), and page hijacking.
|
|
CVE-2012-2148
|
Low
|
2019-12-06
|
No exploit published
|
No public exploit
|
An issue exists in the property replacements feature in any descriptor in JBoxx AS 7.1.1 ignores java security policies
|
|
CVE-2019-19317
|
Critical
|
2019-12-05
|
No fix identified
|
No public exploit
|
lookupName in resolve.c in SQLite 3.30.1 omits bits from the colUsed bitmask in the case of a generated column, which allows attackers to cause a denial of service or possibly have unspecified other impact.
|
|
CVE-2019-14910
|
Critical
|
2019-12-05
|
No exploit published
|
No public exploit
|
A vulnerability was found in keycloak 7.x, when keycloak is configured with LDAP user federation and StartTLS is used instead of SSL/TLS from the LDAP server (ldaps), in this case user authentication succeeds even if invalid password has entered.
|
|
CVE-2012-1592
|
High
|
2019-12-05
|
Mitigation candidate
|
Working exploit published
|
A local code execution issue exists in Apache Struts2 when processing malformed XSLT files, which could let a malicious user upload and execute arbitrary files.
|
|
CVE-2019-17556
|
Critical
|
2019-12-04
|
Protected by RASP
|
No public exploit
|
Apache Olingo versions 4.0.0 to 4.6.0 provide the AbstractService class, which is public API, uses ObjectInputStream and doesn't check classes being deserialized. If an attacker can feed malicious metadata to the class, then it may result in running attacker's code in the worse case.
|
|
CVE-2019-17555
|
High
|
2019-12-04
|
No exploit published
|
No public exploit
|
The AsyncResponseWrapperImpl class in Apache Olingo versions 4.0.0 to 4.6.0 reads the Retry-After header and passes it to the Thread.sleep() method without any check. If a malicious server returns a huge value in the header, then it can help to implement a DoS attack.
|
|
CVE-2019-17554
|
Medium
|
2019-12-04
|
Protected by RASP
|
Working exploit published
|
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.
|
|
CVE-2019-14909
|
High
|
2019-12-04
|
No exploit published
|
No public exploit
|
A vulnerability was found in Keycloak 7.x where the user federation LDAP bind type is none (LDAP anonymous bind), any password, invalid or valid will be accepted.
|
|
CVE-2019-18276
|
High
|
2019-11-28
|
No exploit published
|
Proof of concept only
|
An issue was discovered in disable_priv_mode in shell.c in GNU Bash through 5.0 patch 11. By default, if Bash is run with its effective UID not equal to its real UID, it will drop privileges by setting its effective UID to its real UID. However, it does so incorrectly. On Linux and other systems that support "saved UID" functionality, the saved UID is not dropped. An attacker with command execution in the shell can use "enable -f" for runtime loading of a new builtin, which can be a shared object that calls setuid() and therefore regains privileges. However, binaries running with an effective UID of 0 are unaffected.
|
|
CVE-2019-16255
|
High
|
2019-11-26
|
No fix identified
|
No public exploit
|
Ruby through 2.4.7, 2.5.x through 2.5.6, and 2.6.x through 2.6.4 allows code injection if the first argument (aka the "command" argument) to Shell#[] or Shell#test in lib/shell.rb is untrusted data. An attacker can exploit this to call an arbitrary Ruby method.
|
|
CVE-2019-17632
|
Medium
|
2019-11-25
|
No exploit published
|
No public exploit
|
In Eclipse Jetty versions 9.4.21.v20190926, 9.4.22.v20191022, and 9.4.23.v20191118, the generation of default unhandled Error response content (in text/html and text/json Content-Type) does not escape Exception messages in stacktraces included in error output.
|
|
CVE-2019-10174
|
High
|
2019-11-25
|
Protected by RASP
|
No public exploit
|
A vulnerability was found in Infinispan such that the invokeAccessibly method from the public class ReflectionUtil allows any application class to invoke private methods in any class with Infinispan's privileges. The attacker can use reflection to introduce new, malicious behavior into the application.
|
|
CVE-2015-1780
|
Medium
|
2019-11-22
|
No exploit published
|
No public exploit
|
oVirt users with MANIPULATE_STORAGE_DOMAIN permissions can attach a storage domain to any data-center
|
|
CVE-2019-16543
|
Medium
|
2019-11-21
|
No exploit published
|
No public exploit
|
Jenkins Spira Importer Plugin 3.2.2 and earlier stores credentials unencrypted in its global configuration file on the Jenkins master where they can be viewed by users with access to the master file system.
|
|
CVE-2019-16542
|
Medium
|
2019-11-21
|
No exploit published
|
No public exploit
|
Jenkins Anchore Container Image Scanner Plugin 1.0.19 and earlier stores credentials unencrypted in job config.xml files on the Jenkins master where they can be viewed by users with Extended Read permission, or access to the master file system.
|
|
CVE-2019-16540
|
Medium
|
2019-11-21
|
Protected by RASP
|
No public exploit
|
A path traversal vulnerability in Jenkins Support Core Plugin 2.63 and earlier allows attackers with Overall/Read permission to delete arbitrary files on the Jenkins master.
|
|
CVE-2019-16539
|
Medium
|
2019-11-21
|
No exploit published
|
No public exploit
|
A missing permission check in Jenkins Support Core Plugin 2.63 and earlier allows attackers with Overall/Read permission to delete support bundles.
|
|
CVE-2019-16538
|
High
|
2019-11-21
|
No exploit published
|
No public exploit
|
A sandbox bypass vulnerability in Jenkins Script Security Plugin 1.67 and earlier related to the handling of default parameter expressions in closures allowed attackers to execute arbitrary code in sandboxed scripts.
|
|
CVE-2014-3700
|
Critical
|
2019-11-21
|
No fix identified
|
No public exploit
|
eDeploy through at least 2014-10-14 has remote code execution due to eval() of untrusted data
|
|
CVE-2019-12421
|
High
|
2019-11-19
|
No exploit published
|
No public exploit
|
When using an authentication mechanism other than PKI, when the user clicks Log Out in NiFi versions 1.0.0 to 1.9.2, NiFi invalidates the authentication token on the client side but not on the server side. This permits the user's client-side token to be used for up to 12 hours after logging out to make API requests to NiFi.
|
|
CVE-2019-10083
|
Medium
|
2019-11-19
|
No exploit published
|
No public exploit
|
When updating a Process Group via the API in NiFi versions 1.3.0 to 1.9.2, the response to the request includes all of its contents (at the top most level, not recursively). The response included details about processors and controller services which the user may not have had read access to.
|
|
CVE-2019-10080
|
Medium
|
2019-11-19
|
Protected by RASP
|
No public exploit
|
The XMLFileLookupService in NiFi versions 1.3.0 to 1.9.2 allowed trusted users to inadvertently configure a potentially malicious XML file. The XML file has the ability to make external calls to services (via XXE) and reveal information such as the versions of Java, Jersey, and Apache that the NiFI instance uses.
|
|
CVE-2019-12422
|
High
|
2019-11-18
|
No exploit published
|
No public exploit
|
Apache Shiro before 1.4.2, when using the default "remember me" configuration, cookies could be susceptible to a padding attack.
|
|
CVE-2019-12409
|
Critical
|
2019-11-18
|
No exploit published
|
Proof of concept only
|
The 8.1.1 and 8.2.0 releases of Apache Solr contain an insecure setting for the ENABLE_REMOTE_JMX_OPTS configuration option in the default solr.in.sh configuration file shipping with Solr. If you use the default solr.in.sh file from the affected releases, then JMX monitoring will be enabled and exposed on RMI_PORT (default=18983), without any authentication. If this port is opened for inbound traffic in your firewall, then anyone with network access to your Solr nodes will be able to access JMX, which may in turn allow them to upload malicious code for execution on the Solr server.
|
|
CVE-2019-10172
|
High
|
2019-11-18
|
Protected by RASP
|
No public exploit
|
A flaw was found in org.codehaus.jackson:jackson-mapper-asl:1.9.x libraries. XML external entity vulnerabilities similar CVE-2016-3720 also affects codehaus jackson-mapper-asl libraries but in different classes.
|
|
CVE-2019-10070
|
Medium
|
2019-11-18
|
No exploit published
|
No public exploit
|
Apache Atlas versions 0.8.3 and 1.1.0 were found vulnerable to Stored Cross-Site Scripting in the search functionality
|
|
CVE-2012-4441
|
Medium
|
2019-11-18
|
No exploit published
|
No public exploit
|
Cross-site Scripting (XSS) in Jenkins main before 1.482 and LTS before 1.466.2 allows remote attackers to inject arbitrary web script or HTML in the CI game plugin.
|
|
CVE-2012-4440
|
Medium
|
2019-11-18
|
No exploit published
|
No public exploit
|
Cross-site Scripting (XSS) in Jenkins main before 1.482 and LTS before 1.466.2 allows remote attackers to inject arbitrary web script or HTML in the Violations plugin.
|
|
CVE-2012-4439
|
Medium
|
2019-11-18
|
No exploit published
|
No public exploit
|
Cross-site Scripting (XSS) in Jenkins main before 1.482 and LTS before 1.466.2 allows remote attackers to inject arbitrary web script or HTML via a crafted URL that points to Jenkins.
|
|
CVE-2012-4438
|
High
|
2019-11-18
|
No exploit published
|
No public exploit
|
Jenkins main before 1.482 and LTS before 1.466.2 allows remote attackers with read access and HTTP access to Jenkins master to insert data and execute arbitrary code.
|
|
CVE-2019-19040
|
Medium
|
2019-11-17
|
No exploit published
|
No public exploit
|
KairosDB through 1.2.2 has XSS in view.html because of showErrorMessage in js/graph.js, as demonstrated by view.html?q= with a '"sampling":{"value":"<script>' substring.
|
|
CVE-2019-3641
|
Medium
|
2019-11-13
|
No fix identified
|
No public exploit
|
Abuse of Authorization vulnerability in APIs exposed by TIE server in McAfee Threat Intelligence Exchange Server (TIE Server) 3.0.0 allows remote authenticated users to modify stored reputation data via specially crafted messages.
|
|
CVE-2014-3655
|
Medium
|
2019-11-13
|
No exploit published
|
No public exploit
|
JBoss KeyCloak is vulnerable to soft token deletion via CSRF
|
|
CVE-2014-3599
|
Medium
|
2019-11-12
|
Protected by RASP
|
No public exploit
|
HornetQ REST is vulnerable to XML External Entity due to insecure configuration of RestEasy
|
|
CVE-2010-3857
|
Medium
|
2019-11-12
|
No exploit published
|
No public exploit
|
JBoss BRMS before 5.1.0 has a XSS vulnerability via asset=UUID parameter.
|
|
CVE-2019-10219
|
Medium
|
2019-11-08
|
Protected by RASP
|
No public exploit
|
A vulnerability was found in Hibernate-Validator. The SafeHtml validator annotation fails to properly sanitize payloads consisting of potentially malicious code in HTML comments and instructions. This vulnerability can result in an XSS attack.
|
|
CVE-2008-5083
|
Medium
|
2019-11-08
|
No exploit published
|
No public exploit
|
In JON 2.1.x before 2.1.2 SP1, users can obtain unauthorized security information about private resources managed by JBoss ON.
|
|
CVE-2019-12419
|
Critical
|
2019-11-06
|
No exploit published
|
No public exploit
|
Apache CXF before 3.3.4 and 3.2.11 provides all of the components that are required to build a fully fledged OpenId Connect service. There is a vulnerability in the access token services, where it does not validate that the authenticated principal is equal to that of the supplied clientId parameter in the request. If a malicious client was able to somehow steal an authorization code issued to another client, then they could exploit this vulnerability to obtain an access token for the other client.
|
|
CVE-2019-12406
|
Medium
|
2019-11-06
|
No exploit published
|
No public exploit
|
Apache CXF before 3.3.4 and 3.2.11 does not restrict the number of message attachments present in a given message. This leaves open the possibility of a denial of service type attack, where a malicious user crafts a message containing a very large number of message attachments. From the 3.3.4 and 3.2.11 releases, a default limit of 50 message attachments is enforced. This is configurable via the message property "attachment-max-count".
|
|
CVE-2009-5046
|
Medium
|
2019-11-06
|
No fix identified
|
No public exploit
|
JSP Dump and Session Dump Servlet XSS in jetty before 6.1.22.
|
|
CVE-2009-5045
|
High
|
2019-11-06
|
No fix identified
|
No public exploit
|
Dump Servlet information leak in jetty before 6.1.22.
|
|
CVE-2019-17598
|
High
|
2019-11-05
|
No exploit published
|
No public exploit
|
An issue was discovered in Lightbend Play Framework 2.5.x through 2.6.23. When configured to make requests using an authenticated HTTP proxy, play-ws may sometimes, typically under high load, when connecting to a target host using https, expose the proxy credentials to the target host.
|
|
CVE-2013-5123
|
Medium
|
2019-11-05
|
Mitigation candidate
|
Working exploit published
|
The mirroring support (-M, --use-mirrors) in Python Pip before 1.5 uses insecure DNS querying and authenticity checks which allows attackers to perform man-in-the-middle attacks.
|
|
CVE-2013-4374
|
High
|
2019-11-04
|
No exploit published
|
No public exploit
|
An insecurity temporary file vulnerability exists in RHQ Mongo DB Drift Server through 2013-09-25 when unpacking zipped files.
|
|
CVE-2011-3923
|
Critical
|
2019-11-01
|
Mitigation candidate
|
Working exploit published
|
Apache Struts before 2.3.1.2 allows remote attackers to bypass security protections in the ParameterInterceptor class and execute arbitrary commands.
|