{"id":"CVE-2020-26235","aliases":["GHSA-wcg3-cvx6-7396","RUSTSEC-2020-0071"],"url":"https://o3.security/vulnerability/CVE-2020-26235","summary":"Segmentation fault in time","details":"### Impact\n\nUnix-like operating systems may segfault due to dereferencing a dangling pointer in specific circumstances. This requires an environment variable to be set in a different thread than the affected functions. This may occur without the user's knowledge, notably in a third-party library.\n\nThe affected functions from time 0.2.7 through 0.2.22 are:\n\n- `time::UtcOffset::local_offset_at`\n- `time::UtcOffset::try_local_offset_at`\n- `time::UtcOffset::current_local_offset`\n- `time::UtcOffset::try_current_local_offset`\n- `time::OffsetDateTime::now_local`\n- `time::OffsetDateTime::try_now_local`\n\nThe affected functions in time 0.1 (all versions) are:\n\n- `at`\n- `at_utc`\n- `now`\n\nNon-Unix targets (including Windows and wasm) are unaffected.\n\n### Patches\n\nIn some versions of `time`, the internal method that determines the local offset has been modified to always return `None` on the affected operating systems. This has the effect of returning an `Err` on the `try_*` methods and `UTC` on the non-`try_*` methods. In later versions, `time` will attempt to determine the number of threads running in the process. If the process is single-threaded, the call will proceed as its safety invariant is upheld.\n\nUsers and library authors with time in their dependency tree must perform `cargo update`, which will pull in the updated, unaffected code.\n\nUsers of time 0.1 do not have a patch and must upgrade to an unaffected version: time 0.2.23 or greater or the 0.3 series.\n\n### Workarounds\n\nLibrary authors must ensure that the program only has one running thread at the time of calling any affected method. Binary authors may do the same and/or ensure that no other thread is actively mutating the environment.\n\n### References\n\n[time-rs/time#293](https://github.com/time-rs/time/issues/293).","published":"2020-11-24T22:15:11.657Z","modified":"2026-07-09T00:06:53.986708Z","cvss":{"score":5.3,"severity":"MEDIUM","vector":"CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H"},"epss":null,"cisaKev":null,"exploitsKnown":0,"affectedPackages":[{"ecosystem":"crates.io","name":"time","fixedVersion":"0.2.23"},{"ecosystem":"crates.io","name":"time","fixedVersion":"0.2.23"}],"fix":null,"references":[{"type":"ADVISORY","url":"https://crates.io/crates/time/0.2.23"},{"type":"REPORT","url":"https://github.com/time-rs/time/issues/293"},{"type":"FIX","url":"https://github.com/time-rs/time/security/advisories/GHSA-wcg3-cvx6-7396"},{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2020-26235"},{"type":"PACKAGE","url":"https://github.com/time-rs/time"},{"type":"WEB","url":"https://rustsec.org/advisories/RUSTSEC-2020-0071.html"}],"provenance":{"sources":["OSV.dev","FIRST.org (EPSS)"],"lastVerified":"2026-07-09T00:06:53.986708Z"}}