Bug 2376752
| Summary: | CVE-2025-53605 rust: Protobuf: Uncontrolled Recursion Vulnerability [fedora-42] | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michal Findra <mfindra> |
| Component: | rust | Assignee: | Rust SIG <rust-sig> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 42 | CC: | amulhern, igor.raits, jchecahi, jistone, rust-sig, TicoTimo |
| Target Milestone: | --- | Keywords: | Security, SecurityTracking |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | {"flaws": ["23cea8bd-1aef-454d-b827-51267aac4285"]} | ||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-07-07 18:52:13 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2376493 | ||
|
Description
Michal Findra
2025-07-07 09:15:05 UTC
The only use of protobuf is in rust-analyzer via scip (https://crates.io/crates/scip) to *output* files, so an untrusted-input vulnerability doesn't apply. (Also, in general, all input to rust-analyzer is considered trusted.) |