Skip to content

Commit

Permalink
Upgrade jsch from 0.1.52 to 0.1.55 to fix CVE-2016-5725
Browse files Browse the repository at this point in the history
Upgrading the jsch library from version 0.1.52 to 0.1.55 addresses
CVE-2016-5725, which is a directory traversal vulnerability in
JCraft JSch before version 0.1.54. This vulnerability allowed remote
SFTP servers to write to arbitrary files on Windows when using
ChannelSftp.OVERWRITE mode, via a ..\ (dot dot backslash) in a
recursive GET command.
  • Loading branch information
Dilli-Babu-Godari authored and godaridillibabu committed Dec 13, 2024
1 parent 7fea4ee commit 3ee9480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build files
.gradle/
gradle.properties
!gradle.properties
build/

# Ignore IntelliJ files
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ext.versions = [
presto : '0.181',
reflections : '0.9.9',
bytebuddy : '0.7-rc2',
jsch : '0.1.52',
jsch : '0.1.55',
mina_sshd : '0.14.0',
freemarker : '2.3.22',
objenesis : '1.4',
Expand Down

0 comments on commit 3ee9480

Please sign in to comment.