Skip to content

Commit

Permalink
Release v5.3.25
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-builds committed Jan 11, 2023
1 parent 26cd33c commit 2aeddb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=5.3.25-SNAPSHOT
version=5.3.25
org.gradle.jvmargs=-Xmx2048m
org.gradle.caching=true
org.gradle.parallel=true
Expand Down

3 comments on commit 2aeddb4

@harishdalm
Copy link

@harishdalm harishdalm commented on 2aeddb4 Jan 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Team, it is found that spring-web version 5.3.25 has a security vulnerability logged- CVE-2016-1000027 and the subsequent releases are version- 6x for which minimum JDK Requirement is 17x. Is there any plan to release the 5.3.26 or backport this security fix in the older streamline(which supports JAVA 8) as upgrading java from 8 to java 17 may break many functionalities? Please review it once.
Thank you.

@bclozel
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@harishdalm There is no plan to release a new version changing this in 5.3.x.
This security issue is about deserializing Java classes from untrusted sources, which is not directly tied to Spring Framework.
See #24434 for more details.
You can check that your application is not using HTTPInvokerServiceExporter or RemoteInvocationSerializingExporter; if it is, please ensure that it's not accepting untrusted input.

@harishdalm
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, Thanks and appreciate your quick response !

Please sign in to comment.