Bug 1218218 - VUL-0: CVE-2023-48795: cargo-c: prefix truncation breaking ssh channel integrity aka Terrapin Attack
Summary: VUL-0: CVE-2023-48795: cargo-c: prefix truncation breaking ssh channel integr...
Status: NEW
Alias: None
Product: SUSE Security Incidents
Classification: Novell Products
Component: Incidents (show other bugs)
Version: unspecified
Hardware: Other Other
: P3 - Medium : Normal
Target Milestone: ---
Assignee: Antonio Larrosa
QA Contact: Security Team bot
URL: https://smash.suse.de/issue/387549/
Whiteboard:
Keywords:
Depends on:
Blocks: CVE-2023-48795
  Show dependency treegraph
 
Reported: 2023-12-19 14:39 UTC by Carlos López
Modified: 2023-12-20 08:48 UTC (History)
11 users (show)

See Also:
Found By: Security Response Team
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Carlos López 2023-12-19 14:42:18 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
...