Vulnerabilities (CVE)

Filtered by vendor Lightbend Subscribe
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2014-3630 2 Lightbend, Playframework 2 Play Framework, Play Framework 2019-11-25 7.5 HIGH 9.8 CRITICAL
XML external entity (XXE) vulnerability in the Java XML processing functionality in Play before 2.2.6 and 2.3.x before 2.3.5 might allow remote attackers to read arbitrary files, cause a denial of service, or have unspecified other impact via crafted XML data.
CVE-2018-16115 1 Lightbend 1 Akka 2018-11-08 6.4 MEDIUM 9.1 CRITICAL
Lightbend Akka 2.5.x before 2.5.16 allows message disclosure and modification because of an RNG error. A random number generator is used in Akka Remoting for TLS (both classic and Artery Remoting). Akka allows configuration of custom random number generators. For historical reasons, Akka included the AES128CounterSecureRNG and AES256CounterSecureRNG random number generators. The implementations had a bug that caused the generated numbers to be repeated after only a few bytes. The custom RNG implementations were not configured by default but examples in the documentation showed (and therefore implicitly recommended) using the custom ones. This can be used by an attacker to compromise the communication if these random number generators are enabled in configuration. It would be possible to eavesdrop, replay, or modify the messages sent with Akka Remoting/Cluster.