campbellC / third-wheel

A rust implementation of a man-in-the-middle proxy
MIT License
71 stars 19 forks source link

RUSTSEC-2020-0159: Potential segfault in `localtime_r` invocations #36

Closed github-actions[bot] closed 3 years ago

github-actions[bot] commented 3 years ago

Potential segfault in localtime_r invocations

Details
Package chrono
Version 0.4.19
URL https://github.com/chronotope/chrono/issues/499
Date 2020-11-10

Impact

Unix-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.

Workarounds

No workarounds are known.

References

See advisory page for additional details.

campbellC commented 3 years ago

THis is included due to simple_logger - which is only their for the examples. No security issues here.