Bugzilla – Bug 1218218
VUL-0: CVE-2023-48795: cargo-c: prefix truncation breaking ssh channel integrity aka Terrapin Attack
Last modified: 2023-12-20 08:48:53 UTC
cargo-c indirectly embeds libssh2-sys, which links with a vulnerable libssh2. On the upstream repo: $ cargo tree -i libssh2-sys libssh2-sys v0.3.0 └── libgit2-sys v0.16.1+1.7.1 ├── cargo v0.75.1 │ └── cargo-c v0.9.28+cargo-0.75.0 ...