-
-
Notifications
You must be signed in to change notification settings - Fork 1
sentry-0.34.0.crate: 1 vulnerabilities (highest severity is: 2.9) #142
Description
Vulnerable Library - sentry-0.34.0.crate
Path to dependency file: /Cargo.toml
Path to vulnerable library: /Cargo.toml
Vulnerabilities
| CVE | Severity | Dependency | Type | Fixed in (sentry version) | Remediation Possible** | |
|---|---|---|---|---|---|---|
| CVE-2024-13176 | 2.9 | openssl-src-300.4.0+3.4.0.crate | Transitive | N/A* | ❌ |
*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the "Details" section below to see if there is a version of transitive dependency where vulnerability is fixed.
**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation
Details
CVE-2024-13176
Vulnerable Library - openssl-src-300.4.0+3.4.0.crate
Source of OpenSSL and logic to build it.
Library home page: https://static.crates.io/crates/openssl-src/openssl-src-300.4.0+3.4.0.crate
Path to dependency file: /Cargo.toml
Path to vulnerable library: /Cargo.toml
Dependency Hierarchy:
- sentry-0.34.0.crate (Root Library)
- reqwest-0.12.9.crate
- tokio-native-tls-0.3.1.crate
- native-tls-0.2.12.crate
- openssl-0.10.68.crate
- openssl-sys-0.9.104.crate
- ❌ openssl-src-300.4.0+3.4.0.crate (Vulnerable Library)
- openssl-sys-0.9.104.crate
- openssl-0.10.68.crate
- native-tls-0.2.12.crate
- tokio-native-tls-0.3.1.crate
- reqwest-0.12.9.crate
Found in base branch: main
Vulnerability Details
Issue summary: A timing side-channel which could potentially allow recovering
the private key exists in the ECDSA signature computation.
Impact summary: A timing side-channel in ECDSA signature computations
could allow recovering the private key by an attacker. However, measuring
the timing would require either local access to the signing application or
a very fast network connection with low latency.
There is a timing signal of around 300 nanoseconds when the top word of
the inverted ECDSA nonce value is zero. This can happen with significant
probability only for some of the supported elliptic curves. In particular
the NIST P-521 curve is affected. To be able to measure this leak, the attacker
process must either be located in the same physical computer or must
have a very fast network connection with low latency. For that reason
the severity of this vulnerability is Low.
Publish Date: 2025-01-20
URL: CVE-2024-13176
CVSS 3 Score Details (2.9)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: None
- Availability Impact: None
Step up your Open Source Security Game with Mend here