Bugzilla – Bug 1218265
VUL-0: CVE-2023-48795: jujutsu: prefix truncation breaking ssh channel integrity aka Terrapin Attack
Last modified: 2024-03-23 16:31:22 UTC
jujutsu embeds libssh2-sys, which links against a vulnerable libssh2
Hi, sorry for the late reply. jujutsu aka jj was updated to 0.14.0 recently, 0.13.0 is already in Tumbleweed. Is there a way to find out, which libssh2-sys versions are affected or safe? Kind Regards, Johannes
$ cd vendor/libssh2-sys/libssh2/ $ grep -r LIBSSH2_VERSION include/libssh2* include/libssh2.h:#define LIBSSH2_VERSION "1.10.1_DEV" 1.10.6 is the fixed version ... so its still too old.
I just checked the current version 1.15.1 that landed in Factory. It still embeds 1.10.1_DEV. I opened a security issue upstream, as this apparently has not been done. At least I found nothing in this regard. Kind Regards Johannes