<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – Spring Framework (High+Critical)</title>
  <link>https://cvedaily.com/pages/tags/spring-framework.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/spring-framework-severe.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – Spring Framework (High+Critical)</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:37 +0000</lastBuildDate>
  <item>
    <title>[High] CVE-2026-22750 – When configuring SSL bundles in Spring Cloud Gateway by using the configuration ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-22750</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-22750</guid>
    <pubDate>Fri, 10 Apr 2026 08:16:24 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-22750</strong></p>
  <p>When configuring SSL bundles in Spring Cloud Gateway by using the configuration property spring.ssl.bundle, the configuration was silently ignored and the default SSL configuration was used instead. Note: The 4.2.x branch is no longer under open source support. If you are using Spring Cloud Gateway 4.2.0 and are not an enterprise customer, you can upgrade to any Spring Cloud Gateway 4.2.x release…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-15</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-22750">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-41249 – The Spring Framework annotation detection mechanism may not correctly resolve an...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-41249</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-41249</guid>
    <pubDate>Tue, 16 Sep 2025 11:15:30 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-41249</strong></p>
  <p>The Spring Framework annotation detection mechanism may not correctly resolve annotations on methods within type hierarchies with a parameterized super type with unbounded generics. This can be an issue if such annotations are used for authorization decisions.  Your application may be affected by this if you are using Spring Security's @EnableMethodSecurity feature.  You are not affected by this…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-285</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-41249">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-58748 – Dataease is an open source data analytics and visualization platform. In Dataeas...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-58748</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-58748</guid>
    <pubDate>Mon, 15 Sep 2025 17:15:35 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-58748</strong></p>
  <p>Dataease is an open source data analytics and visualization platform. In Dataease versions up to 2.10.12 the H2 data source implementation (H2.java) does not verify that a provided JDBC URL starts with jdbc:h2. This lack of validation allows a crafted JDBC configuration that substitutes the Amazon Redshift driver and leverages the socketFactory and socketFactoryArg parameters to invoke org.spring…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-502</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-58748">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-55952 – DataEase is an open source business analytics tool. Authenticated users can remo...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-55952</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-55952</guid>
    <pubDate>Wed, 18 Dec 2024 19:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-55952</strong></p>
  <p>DataEase is an open source business analytics tool. Authenticated users can remotely execute code through the backend JDBC connection. When constructing the jdbc connection string, the parameters are not filtered. Constructing the host as ip:5432/test/?socketFactory=org.springframework.context.support.ClassPathXmlApplicationContext&socketFactoryArg=http://ip:5432/1.xml&a= can trigger the ClassPat…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-55952">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-22259 – Applications that use UriComponentsBuilder in Spring Framework to parse an exter...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-22259</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-22259</guid>
    <pubDate>Sat, 16 Mar 2024 05:15:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-22259</strong></p>
  <p>Applications that use UriComponentsBuilder in Spring Framework to parse an externally provided URL (e.g. through a query parameter) AND perform validation checks on the host of the parsed URL may be vulnerable to a  open redirect https://cwe.mitre.org/data/definitions/601.html  attack or to a SSRF attack if the URL is used after passing validation checks.  This is the same as  CVE-2024-22243 http…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-601</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-22259">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-22233 – In Spring Framework versions 6.0.15 and 6.1.2, it is possible for a user to prov...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-22233</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-22233</guid>
    <pubDate>Mon, 22 Jan 2024 13:15:25 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-22233</strong></p>
  <p>In Spring Framework versions 6.0.15 and 6.1.2, it is possible for a user to provide specially crafted HTTP requests that may cause a denial-of-service (DoS) condition.  Specifically, an application is vulnerable when all of the following are true:    *  the application uses Spring MVC   *  Spring Security 6.1.6+ or 6.2.1+ is on the classpath   Typically, Spring Boot applications need the org.spri…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-22233">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2023-47174 – Thorn SFTP gateway 3.4.x before 3.4.4 uses Pivotal Spring Framework for Java des...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-47174</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-47174</guid>
    <pubDate>Tue, 31 Oct 2023 04:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2023-47174</strong></p>
  <p>Thorn SFTP gateway 3.4.x before 3.4.4 uses Pivotal Spring Framework for Java deserialization of untrusted data, which is not supported by Pivotal, a related issue to CVE-2016-1000027. Also, within the specific context of Thorn SFTP gateway, this leads to remote code execution.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-502</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-47174">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-20860 – Spring Framework running version 6.0.0 - 6.0.6 or 5.3.0 - 5.3.25 using "**" as a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-20860</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-20860</guid>
    <pubDate>Mon, 27 Mar 2023 22:15:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-20860</strong></p>
  <p>Spring Framework running version 6.0.0 - 6.0.6 or 5.3.0 - 5.3.25 using "**" as a pattern in Spring Security configuration with the mvcRequestMatcher creates a mismatch in pattern matching between Spring Security and Spring MVC, and the potential for a security bypass.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-20860">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-43484 – TERASOLUNA Global Framework 1.0.0 (Public review version) and TERASOLUNA Server ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-43484</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-43484</guid>
    <pubDate>Mon, 05 Dec 2022 04:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-43484</strong></p>
  <p>TERASOLUNA Global Framework 1.0.0 (Public review version) and TERASOLUNA Server Framework for Java (Rich) 2.0.0.2 to 2.0.5.1 are vulnerable to a ClassLoader manipulation vulnerability due to using the old version of Spring Framework which contains the vulnerability.The vulnerability is caused by an improper input validation issue in the binding mechanism of Spring MVC. By the application processi…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-43484">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-27772 – spring-boot versions prior to version v2.2.11.RELEASE was vulnerable to temporar...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-27772</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-27772</guid>
    <pubDate>Wed, 30 Mar 2022 18:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-27772</strong></p>
  <p>spring-boot versions prior to version v2.2.11.RELEASE was vulnerable to temporary directory hijacking. This vulnerability impacted the org.springframework.boot.web.server.AbstractConfigurableWebServerFactory.createTempDir method. NOTE: This vulnerability only affects products and/or versions that are no longer supported by the maintainer</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-668</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-27772">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-29500 – bubble fireworks is an open source java package relating to Spring Framework. In...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-29500</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-29500</guid>
    <pubDate>Fri, 04 Jun 2021 20:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-29500</strong></p>
  <p>bubble fireworks is an open source java package relating to Spring Framework. In bubble fireworks before version 2021.BUILD-SNAPSHOT there is a vulnerability in which the package did not properly verify the signature of JSON Web Tokens. This allows to forgery of valid JWTs.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-347</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-29500">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-22118 – In Spring Framework, versions 5.2.x prior to 5.2.15 and versions 5.3.x prior to ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-22118</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-22118</guid>
    <pubDate>Thu, 27 May 2021 15:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-22118</strong></p>
  <p>In Spring Framework, versions 5.2.x prior to 5.2.15 and versions 5.3.x prior to 5.3.7, a WebFlux application is vulnerable to a privilege escalation: by (re)creating the temporary storage directory, a locally authenticated malicious user can read or modify files that have been uploaded to the WebFlux application, or overwrite arbitrary files with multipart request data.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-269</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-22118">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-11619 – FasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction betwee...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-11619</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-11619</guid>
    <pubDate>Tue, 07 Apr 2020 23:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-11619</strong></p>
  <p>FasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to org.springframework.aop.config.MethodLocatingFactoryBean (aka spring-aop).</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-502</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-11619">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-5398 – In Spring Framework, versions 5.2.x prior to 5.2.3, versions 5.1.x prior to 5.1...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-5398</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-5398</guid>
    <pubDate>Fri, 17 Jan 2020 00:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-5398</strong></p>
  <p>In Spring Framework, versions 5.2.x prior to 5.2.3, versions 5.1.x prior to 5.1.13, and versions 5.0.x prior to 5.0.16, an application is vulnerable to a reflected file download (RFD) attack when it sets a "Content-Disposition" header in the response where the filename attribute is derived from user supplied input.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-5398">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2016-1000027 – Pivotal Spring Framework through 5.3.16 suffers from a potential remote code exe...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2016-1000027</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2016-1000027</guid>
    <pubDate>Thu, 02 Jan 2020 23:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2016-1000027</strong></p>
  <p>Pivotal Spring Framework through 5.3.16 suffers from a potential remote code execution (RCE) issue if used for Java deserialization of untrusted data. Depending on how the library is implemented within a product, this issue may or not occur, and authentication may be required. NOTE: the vendor's position is that untrusted data is not an intended use case. The product's behavior will not be change…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-502</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2016-1000027">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2018-15756 – Spring Framework, version 5.1, versions 5.0.x prior to 5.0.10, versions 4.3.x pr...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-15756</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-15756</guid>
    <pubDate>Thu, 18 Oct 2018 22:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2018-15756</strong></p>
  <p>Spring Framework, version 5.1, versions 5.0.x prior to 5.0.10, versions 4.3.x prior to 4.3.20, and older unsupported versions on the 4.2.x branch provide support for range requests when serving static resources through the ResourceHttpRequestHandler, or starting in 5.0 when an annotated controller returns an org.springframework.core.io.Resource. A malicious user (or attacker) can add a range head…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-15756">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2018-11040 – Spring Framework, versions 5.0.x prior to 5.0.7 and 4.3.x prior to 4.3.18 and ol...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-11040</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-11040</guid>
    <pubDate>Mon, 25 Jun 2018 15:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2018-11040</strong></p>
  <p>Spring Framework, versions 5.0.x prior to 5.0.7 and 4.3.x prior to 4.3.18 and older unsupported versions, allows web applications to enable cross-domain requests via JSONP (JSON with Padding) through AbstractJsonpResponseBodyAdvice for REST controllers and MappingJackson2JsonView for browser requests. Both are not enabled by default in Spring Framework nor Spring Boot, however, when MappingJackso…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-829</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-11040">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2018-1258 – Spring Framework version 5.0.5 when used in combination with any versions of Spr...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-1258</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-1258</guid>
    <pubDate>Fri, 11 May 2018 20:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2018-1258</strong></p>
  <p>Spring Framework version 5.0.5 when used in combination with any versions of Spring Security contains an authorization bypass when using method security. An unauthorized malicious user can gain unauthorized access to methods that should be restricted.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-1258">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2018-1275 – Spring Framework, versions 5.0 prior to 5.0.5 and versions 4.3 prior to 4.3.16 a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-1275</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-1275</guid>
    <pubDate>Wed, 11 Apr 2018 13:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2018-1275</strong></p>
  <p>Spring Framework, versions 5.0 prior to 5.0.5 and versions 4.3 prior to 4.3.16 and older unsupported versions, allow applications to expose STOMP over WebSocket endpoints with a simple, in-memory STOMP broker through the spring-messaging module. A malicious user (or attacker) can craft a message to the broker that can lead to a remote code execution attack. This CVE addresses the partial fix for…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-1275">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2018-1272 – Spring Framework, versions 5.0 prior to 5.0.5 and versions 4.3 prior to 4.3.15 a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-1272</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-1272</guid>
    <pubDate>Fri, 06 Apr 2018 13:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2018-1272</strong></p>
  <p>Spring Framework, versions 5.0 prior to 5.0.5 and versions 4.3 prior to 4.3.15 and older unsupported versions, provide client-side support for multipart requests. When Spring MVC or Spring WebFlux server application (server A) receives input from a remote client, and then uses that input to make a multipart request to another server (server B), it can be exposed to an attack, where an extra multi…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-1272">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2018-1270 – Spring Framework, versions 5.0 prior to 5.0.5 and versions 4.3 prior to 4.3.15 a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-1270</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-1270</guid>
    <pubDate>Fri, 06 Apr 2018 13:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2018-1270</strong></p>
  <p>Spring Framework, versions 5.0 prior to 5.0.5 and versions 4.3 prior to 4.3.15 and older unsupported versions, allow applications to expose STOMP over WebSocket endpoints with a simple, in-memory STOMP broker through the spring-messaging module. A malicious user (or attacker) can craft a message to the broker that can lead to a remote code execution attack.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-1270">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2017-8045 – In Pivotal Spring AMQP versions prior to 1.7.4, 1.6.11, and 1.5.7, an org.spring...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-8045</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-8045</guid>
    <pubDate>Mon, 27 Nov 2017 10:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2017-8045</strong></p>
  <p>In Pivotal Spring AMQP versions prior to 1.7.4, 1.6.11, and 1.5.7, an org.springframework.amqp.core.Message may be unsafely deserialized when being converted into a string. A malicious payload could be crafted to exploit this and enable a remote code execution attack.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-502</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-8045">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2017-8028 – In Pivotal Spring-LDAP versions 1.3.0 - 2.3.1, when connected to some LDAP serve...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-8028</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-8028</guid>
    <pubDate>Mon, 27 Nov 2017 10:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2017-8028</strong></p>
  <p>In Pivotal Spring-LDAP versions 1.3.0 - 2.3.1, when connected to some LDAP servers, when no additional attributes are bound, and when using LDAP BindAuthenticator with org.springframework.ldap.core.support.DefaultTlsDirContextAuthenticationStrategy as the authentication strategy, and setting userSearch, authentication is allowed with an arbitrary password when the username is correct. This occurs…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-8028">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2015-5258 – Cross-site request forgery (CSRF) vulnerability in springframework-social before...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2015-5258</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2015-5258</guid>
    <pubDate>Tue, 22 Aug 2017 18:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2015-5258</strong></p>
  <p>Cross-site request forgery (CSRF) vulnerability in springframework-social before 1.1.3.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-352</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2015-5258">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2016-5007 – Both Spring Security 3.2.x, 4.0.x, 4.1.0 and the Spring Framework 3.2.x, 4.0.x, ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2016-5007</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2016-5007</guid>
    <pubDate>Thu, 25 May 2017 17:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2016-5007</strong></p>
  <p>Both Spring Security 3.2.x, 4.0.x, 4.1.0 and the Spring Framework 3.2.x, 4.0.x, 4.1.x, 4.2.x rely on URL pattern mappings for authorization and for mapping requests to controllers respectively. Differences in the strictness of the pattern matching mechanisms, for example with regards to space trimming in path segments, can lead Spring Security to not recognize certain paths as not protected that…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-264</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2016-5007">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2015-5211 – Under some situations, the Spring Framework 4.2.0 to 4.2.1, 4.0.0 to 4.1.7, 3.2...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2015-5211</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2015-5211</guid>
    <pubDate>Thu, 25 May 2017 17:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2015-5211</strong></p>
  <p>Under some situations, the Spring Framework 4.2.0 to 4.2.1, 4.0.0 to 4.1.7, 3.2.0 to 3.2.14 and older unsupported versions is vulnerable to a Reflected File Download (RFD) attack. The attack involves a malicious user crafting a URL with a batch script extension that results in the response being downloaded rather than rendered and also includes some input reflected in the response.</p>
  <p><strong>CVSS:</strong> 9.6 · <strong>CWE:</strong> CWE-552</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2015-5211">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2014-0225 – When processing user provided XML documents, the Spring Framework 4.0.0 to 4.0.4...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2014-0225</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2014-0225</guid>
    <pubDate>Thu, 25 May 2017 17:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2014-0225</strong></p>
  <p>When processing user provided XML documents, the Spring Framework 4.0.0 to 4.0.4, 3.0.0 to 3.2.8, and possibly earlier unsupported versions did not disable by default the resolution of URI references in a DTD declaration. This enabled an XXE attack.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-611</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2014-0225">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2016-2173 – org.springframework.core.serializer.DefaultDeserializer in Spring AMQP before 1...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2016-2173</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2016-2173</guid>
    <pubDate>Fri, 21 Apr 2017 20:59:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2016-2173</strong></p>
  <p>org.springframework.core.serializer.DefaultDeserializer in Spring AMQP before 1.5.5 allows remote attackers to execute arbitrary code.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2016-2173">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2016-9878 – An issue was discovered in Pivotal Spring Framework before 3.2.18, 4.2.x before ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2016-9878</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2016-9878</guid>
    <pubDate>Thu, 29 Dec 2016 09:59:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2016-9878</strong></p>
  <p>An issue was discovered in Pivotal Spring Framework before 3.2.18, 4.2.x before 4.2.9, and 4.3.x before 4.3.5. Paths provided to the ResourceServlet were not properly sanitized and as a result exposed to directory traversal attacks.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2016-9878">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2016-0635 – Unspecified vulnerability in the Enterprise Manager Ops Center component in Orac...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2016-0635</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2016-0635</guid>
    <pubDate>Thu, 21 Jul 2016 10:12:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2016-0635</strong></p>
  <p>Unspecified vulnerability in the Enterprise Manager Ops Center component in Oracle Enterprise Manager Grid Control 12.1.4, 12.2.2, and 12.3.2; the Oracle Health Sciences Information Manager component in Oracle Health Sciences Applications 1.2.8.3, 2.0.2.3, and 3.0.1.0; the Oracle Healthcare Master Person Index component in Oracle Health Sciences Applications 2.0.12, 3.0.0, and 4.0.1; the Oracle D…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2016-0635">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2011-2730 – VMware SpringSource Spring Framework before 2.5.6.SEC03, 2.5.7.SR023, and 3.x be...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2011-2730</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2011-2730</guid>
    <pubDate>Wed, 05 Dec 2012 17:55:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2011-2730</strong></p>
  <p>VMware SpringSource Spring Framework before 2.5.6.SEC03, 2.5.7.SR023, and 3.x before 3.0.6, when a container supports Expression Language (EL), evaluates EL expressions in tags twice, which allows remote attackers to obtain sensitive information via a (1) name attribute in a (a) spring:hasBindErrors tag; (2) path attribute in a (b) spring:bind or (c) spring:nestedpath tag; (3) arguments, (4) code…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-16</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2011-2730">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
