<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – Scala (High+Critical)</title>
  <link>https://cvedaily.com/pages/tags/scala.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/scala-severe.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – Scala (High+Critical)</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:58 +0000</lastBuildDate>
  <item>
    <title>[High] CVE-2026-32948 – sbt is a build tool for Scala, Java, and others. From version 0.9.5 to before ve...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-32948</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-32948</guid>
    <pubDate>Tue, 24 Mar 2026 20:16:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-32948</strong></p>
  <p>sbt is a build tool for Scala, Java, and others. From version 0.9.5 to before version 1.12.7, on Windows, sbt uses Process("cmd", "/c", ...) to run VCS commands (git, hg, svn). The URI fragment (branch, tag, revision) is user-controlled via the build definition and passed to these commands without validation. Because cmd /c interprets &, |, and ; as command separators, a malicious fragment can ex…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-78</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-32948">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-61778 – Akka.NET is a .NET port of the Akka project from the Scala / Java community. In ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-61778</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-61778</guid>
    <pubDate>Mon, 06 Oct 2025 17:16:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-61778</strong></p>
  <p>Akka.NET is a .NET port of the Akka project from the Scala / Java community. In all versions of Akka.Remote from v1.2.0 to v1.5.51, TLS could be enabled via our `akka.remote.dot-netty.tcp` transport and this would correctly enforce private key validation on the server-side of inbound connections. Akka.Remote, however, never asked the outbound-connecting client to present ITS certificate - therefo…</p>
  <p><strong>CVSS:</strong> 9.3 · <strong>CWE:</strong> CWE-290</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-61778">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-59822 – Http4s is a Scala interface for HTTP services. In versions from 1.0.0-M1 to befo...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-59822</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-59822</guid>
    <pubDate>Tue, 23 Sep 2025 19:15:42 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-59822</strong></p>
  <p>Http4s is a Scala interface for HTTP services. In versions from 1.0.0-M1 to before 1.0.0-M45 and before 0.23.31, http4s is vulnerable to HTTP Request Smuggling due to improper handling of HTTP trailer section. This vulnerability could enable attackers to bypass front-end servers security controls, launch targeted attacks against active users, and poison web caches. A pre-requisite for exploitatio…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-444</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-59822">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-26618 – Erlang is a programming language and runtime system for building massively scala...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-26618</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-26618</guid>
    <pubDate>Thu, 20 Feb 2025 19:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-26618</strong></p>
  <p>Erlang is a programming language and runtime system for building massively scalable soft real-time systems with requirements on high availability. OTP is a set of Erlang libraries, which consists of the Erlang runtime system, a number of ready-to-use components mainly written in Erlang. Packet size is not verified properly for SFTP packets. As a result when multiple SSH packets (conforming to max…</p>
  <p><strong>CVSS:</strong> 7.0 · <strong>CWE:</strong> CWE-789</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-26618">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-50730 – Grackle is a GraphQL server written in functional Scala, built on the Typelevel ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-50730</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-50730</guid>
    <pubDate>Fri, 22 Dec 2023 21:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-50730</strong></p>
  <p>Grackle is a GraphQL server written in functional Scala, built on the Typelevel stack. The GraphQL specification requires that GraphQL fragments must not form cycles, either directly or indirectly. Prior to Grackle version 0.18.0, that requirement wasn't checked, and queries with cyclic fragments would have been accepted for type checking and compilation. The attempted compilation of such fragmen…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-50730">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-22465 – Http4s is a Scala interface for HTTP services. Starting with version 0.1.0 and p...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-22465</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-22465</guid>
    <pubDate>Wed, 04 Jan 2023 16:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-22465</strong></p>
  <p>Http4s is a Scala interface for HTTP services. Starting with version 0.1.0 and prior to versions 0.21.34, 0.22.15, 0.23.17, and 1.0.0-M38, the `User-Agent` and `Server` header parsers are susceptible to a fatal error on certain inputs.  In http4s, modeled headers are lazily parsed, so this only applies to services that explicitly request these typed headers. Fixes are released in 0.21.34, 0.22.15…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-22465">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-41200 – Due to lack of proper memory management, when a victim opens a manipulated Scala...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-41200</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-41200</guid>
    <pubDate>Tue, 11 Oct 2022 21:15:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-41200</strong></p>
  <p>Due to lack of proper memory management, when a victim opens a manipulated Scalable Vector Graphic (.svg, svg.x3d) file received from untrusted sources in SAP 3D Visual Enterprise Viewer - version 9, it is possible that a Remote Code Execution can be triggered when payload forces a stack-based overflow or a re-use of dangling pointer which refers to overwritten space in memory.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-119</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-41200">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2022-36944 – Scala 2.13.x before 2.13.9 has a Java deserialization chain in its JAR file. On ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-36944</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-36944</guid>
    <pubDate>Fri, 23 Sep 2022 18:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2022-36944</strong></p>
  <p>Scala 2.13.x before 2.13.9 has a Java deserialization chain in its JAR file. On its own, it cannot be exploited. There is only a risk in conjunction with Java object deserialization within an application. In such situations, it allows attackers to erase contents of arbitrary files, make network connections, or possibly run arbitrary code (specifically, Function0 functions) via a gadget chain.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-502</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-36944">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2022-31183 – fs2 is a compositional, streaming I/O library for Scala. When establishing a ser...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-31183</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-31183</guid>
    <pubDate>Mon, 01 Aug 2022 20:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2022-31183</strong></p>
  <p>fs2 is a compositional, streaming I/O library for Scala. When establishing a server-mode `TLSSocket` using `fs2-io` on Node.js, the parameter `requestCert = true` is ignored, peer certificate verification is skipped, and the connection proceeds. The vulnerability is limited to: 1. `fs2-io` running on Node.js. The JVM TLS implementation is completely independent. 2. `TLSSocket`s in server-mode. Cl…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-295</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-31183">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2022-34632 – Rocket-Chip commit 4f8114374d8824dfdec03f576a8cd68bebce4e56 was discovered to co...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-34632</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-34632</guid>
    <pubDate>Mon, 18 Jul 2022 23:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2022-34632</strong></p>
  <p>Rocket-Chip commit 4f8114374d8824dfdec03f576a8cd68bebce4e56 was discovered to contain insufficient cryptography via the component /rocket/RocketCore.scala.</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-327</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-34632">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-31018 – Play Framework is a web framework for Java and Scala. A denial of service vulner...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-31018</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-31018</guid>
    <pubDate>Thu, 02 Jun 2022 17:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-31018</strong></p>
  <p>Play Framework is a web framework for Java and Scala. A denial of service vulnerability has been discovered in verions 2.8.3 through 2.8.15 of Play's forms library, in both the Scala and Java APIs. This can occur when using either the `Form#bindFromRequest` method on a JSON request body or the `Form#bind` method directly on a JSON value. If the JSON data being bound to the form contains a deeply-…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-31018">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2014-125001 – A vulnerability classified as critical has been found in Cardo Systems Scala Rid...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2014-125001</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2014-125001</guid>
    <pubDate>Tue, 24 May 2022 16:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2014-125001</strong></p>
  <p>A vulnerability classified as critical has been found in Cardo Systems Scala Rider Q3. Affected is the file /cardo/api of the Cardo-Updater. Unauthenticated remote code execution with root permissions is possible. Firewalling or disabling the service is recommended.</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-269</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2014-125001">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-28355 – randomUUID in Scala.js before 1.10.0 generates predictable values.</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-28355</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-28355</guid>
    <pubDate>Sat, 02 Apr 2022 21:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-28355</strong></p>
  <p>randomUUID in Scala.js before 1.10.0 generates predictable values.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-330</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-28355">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-41084 – http4s is an open source scala interface for HTTP. In affected versions http4s i...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-41084</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-41084</guid>
    <pubDate>Tue, 21 Sep 2021 18:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-41084</strong></p>
  <p>http4s is an open source scala interface for HTTP. In affected versions http4s is vulnerable to response-splitting or request-splitting attacks when untrusted user input is used to create any of the following fields: Header names (`Header.name`å), Header values (`Header.value`), Status reason phrases (`Status.reason`), URI paths (`Uri.Path`), URI authority registered names (`URI.RegName`) (throug…</p>
  <p><strong>CVSS:</strong> 8.7 · <strong>CWE:</strong> CWE-918</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-41084">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2021-39185 – Http4s is a minimal, idiomatic Scala interface for HTTP services. In http4s vers...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-39185</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-39185</guid>
    <pubDate>Wed, 01 Sep 2021 20:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2021-39185</strong></p>
  <p>Http4s is a minimal, idiomatic Scala interface for HTTP services. In http4s versions 0.21.26 and prior, 0.22.0 through 0.22.2, 0.23.0, 0.23.1, and 1.0.0-M1 through 1.0.0-M24, the default CORS configuration is vulnerable to an origin reflection attack. The middleware is also susceptible to a Null Origin Attack. The problem is fixed in 0.21.27, 0.22.3, 0.23.2, and 1.0.0-M25. The original `CORS` imp…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-346</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-39185">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-21294 – Http4s (http4s-blaze-server) is a minimal, idiomatic Scala interface for HTTP se...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-21294</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-21294</guid>
    <pubDate>Tue, 02 Feb 2021 22:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-21294</strong></p>
  <p>Http4s (http4s-blaze-server) is a minimal, idiomatic Scala interface for HTTP services. Http4s before versions 0.21.17, 0.22.0-M2, and 1.0.0-M14 have a vulnerability which can lead to a denial-of-service. Blaze-core, a library underlying http4s-blaze-server, accepts connections unboundedly on its selector pool. This has the net effect of amplifying degradation in services that are unable to handl…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-21294">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-21293 – blaze is a Scala library for building asynchronous pipelines, with a focus on ne...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-21293</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-21293</guid>
    <pubDate>Tue, 02 Feb 2021 22:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-21293</strong></p>
  <p>blaze is a Scala library for building asynchronous pipelines, with a focus on network IO. All servers running blaze-core before version 0.14.15 are affected by a vulnerability in which unbounded connection acceptance leads to file handle exhaustion. Blaze, accepts connections unconditionally on a dedicated thread pool. This has the net effect of amplifying degradation in services that are unable…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-21293">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-7907 – In the JetBrains Scala plugin before 2019.2.1, some artefact dependencies were r...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-7907</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-7907</guid>
    <pubDate>Fri, 21 Feb 2020 21:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-7907</strong></p>
  <p>In the JetBrains Scala plugin before 2019.2.1, some artefact dependencies were resolved over unencrypted connections.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-319</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-7907">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2017-18376 – An improper authorization check in the User API in TheHive before 2.13.4 and 3.x...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-18376</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-18376</guid>
    <pubDate>Sun, 02 Jun 2019 20:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2017-18376</strong></p>
  <p>An improper authorization check in the User API in TheHive before 2.13.4 and 3.x before 3.3.1 allows users with read-only or read/write access to escalate their privileges to the administrator's privileges. This affects app/controllers/UserCtrl.scala.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-264</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-18376">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2016-10634 – scala-standalone-bin is a Binary wrapper for ScalaJS. scala-standalone-bin downl...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2016-10634</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2016-10634</guid>
    <pubDate>Fri, 01 Jun 2018 18:29:02 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2016-10634</strong></p>
  <p>scala-standalone-bin is a Binary wrapper for ScalaJS. scala-standalone-bin downloads binary resources over HTTP, which leaves it vulnerable to MITM attacks. It may be possible to cause remote code execution (RCE) by swapping out the requested binary with an attacker controlled binary if the attacker is on the network or positioned in between the user and the remote server.</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-311</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2016-10634">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2016-10627 – scala-bin is a binary wrapper for Scala. scala-bin downloads binary resources ov...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2016-10627</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2016-10627</guid>
    <pubDate>Tue, 29 May 2018 20:29:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2016-10627</strong></p>
  <p>scala-bin is a binary wrapper for Scala. scala-bin downloads binary resources over HTTP, which leaves it vulnerable to MITM attacks. It may be possible to cause remote code execution (RCE) by swapping out the requested binary with an attacker controlled binary if the attacker is on the network or positioned in between the user and the remote server.</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-311</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2016-10627">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2018-8909 – The Wire application before 2018-03-07 for Android allows attackers to write to ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-8909</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-8909</guid>
    <pubDate>Thu, 22 Mar 2018 06:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2018-8909</strong></p>
  <p>The Wire application before 2018-03-07 for Android allows attackers to write to pathnames outside of the downloads directory via a ../ in a filename of a received file, related to AssetService.scala.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-8909">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2017-18239 – A time-sensitive equality check on the JWT signature in the JsonWebToken.validat...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-18239</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-18239</guid>
    <pubDate>Sun, 18 Mar 2018 03:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2017-18239</strong></p>
  <p>A time-sensitive equality check on the JWT signature in the JsonWebToken.validate method in main/scala/authentikat/jwt/JsonWebToken.scala in authentikat-jwt (aka com.jason-goodwin/authentikat-jwt) version 0.4.5 and earlier allows the supplier of a JWT token to guess bit after bit of the signature by repeating validation requests.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-18239">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2017-15288 – The compilation daemon in Scala before 2.10.7, 2.11.x before 2.11.12, and 2.12.x...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-15288</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-15288</guid>
    <pubDate>Wed, 15 Nov 2017 16:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2017-15288</strong></p>
  <p>The compilation daemon in Scala before 2.10.7, 2.11.x before 2.11.12, and 2.12.x before 2.12.4 uses weak permissions for private files in /tmp/scala-devel/${USER:shared}/scalac-compile-server-port, which allows local users to write to arbitrary class files and consequently gain privileges.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-732</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-15288">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
