Vulnerability Details : CVE-2020-26235
In Rust time crate from version 0.2.7 and before version 0.2.23, unix-like operating systems may segfault due to dereferencing a dangling pointer in specific circumstances. This requires the user to set any environment variable in a different thread than the affected functions. The affected functions are time::UtcOffset::local_offset_at, time::UtcOffset::try_local_offset_at, time::UtcOffset::current_local_offset, time::UtcOffset::try_current_local_offset, time::OffsetDateTime::now_local and time::OffsetDateTime::try_now_local. Non-Unix targets are unaffected. This includes Windows and wasm. The issue was introduced in version 0.2.7 and fixed in version 0.2.23.
Products affected by CVE-2020-26235
- cpe:2.3:a:time_project:time:*:*:*:*:*:*:*:*
Exploit prediction scoring system (EPSS) score for CVE-2020-26235
0.78%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 72 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2020-26235
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
3.5
|
LOW | AV:N/AC:M/Au:S/C:N/I:N/A:P |
6.8
|
2.9
|
NIST | |
5.3
|
MEDIUM | CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H |
1.6
|
3.6
|
NIST | |
5.3
|
MEDIUM | CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H |
1.6
|
3.6
|
GitHub, Inc. |
CWE ids for CVE-2020-26235
-
The product dereferences a pointer that it expects to be valid but is NULL.Assigned by:
- nvd@nist.gov (Primary)
- security-advisories@github.com (Secondary)
References for CVE-2020-26235
-
https://crates.io/crates/time/0.2.23
time - crates.io: Rust Package RegistryRelease Notes;Vendor Advisory
-
https://github.com/time-rs/time/security/advisories/GHSA-wcg3-cvx6-7396
Potential segfault · Advisory · time-rs/time · GitHubPatch;Third Party Advisory
-
https://github.com/time-rs/time/issues/293
The call to `localtime_r` may be unsound · Issue #293 · time-rs/time · GitHubIssue Tracking;Third Party Advisory
Jump to