|
Bugzilla – Full Text Bug Listing |
| Summary: | VUL-0: CVE-2024-32650: rust-keylime: rust-rustls: Infinite loop in rustls::conn::ConnectionCommon:complete_io() with proper client input | ||
|---|---|---|---|
| Product: | [Novell Products] SUSE Security Incidents | Reporter: | Carlos López <carlos.lopez> |
| Component: | Incidents | Assignee: | Alberto Planas Dominguez <aplanas> |
| Status: | NEW --- | QA Contact: | Security Team bot <security-team> |
| Severity: | Normal | ||
| Priority: | P3 - Medium | CC: | carlos.lopez |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| URL: | https://smash.suse.de/issue/402742/ | ||
| Whiteboard: | CVSSv3.1:SUSE:CVE-2024-32650:7.5:(AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H) | ||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 1223211 | ||
|
Description
Carlos López
2024-04-22 11:36:07 UTC
I also received the alert from github, but rust-keylime is not using rustls in any of the dependencies (directly or indirectly), they use openssl-sys. > cargo tree | grep rustls > (In reply to Alberto Planas Dominguez from comment #1) > I also received the alert from github, but rust-keylime is not using rustls > in any of the dependencies (directly or indirectly), they use openssl-sys. > > > cargo tree | grep rustls > > Ah ... of course I am wrong. Was used for actix-web, that dropped the dependency. I will release a new rust-keylime with the updated actix-web. |