This project might be open to known security vulnerabilities, which can be prevented by tightening the version range of affected dependencies. Find detailed information at the bottom.

Crate osmio

Dependencies

(14 total, 4 outdated, 2 possibly insecure)

CrateRequiredLatestStatus
 anyhow^1.01.0.82up to date
 byteorder^1.3.21.5.0up to date
 bzip2 ⚠️^0.40.4.4maybe insecure
 chrono ⚠️^0.4.90.4.38maybe insecure
 derive_builder^0.10.20.20.0out of date
 flate2^1.0.121.0.30up to date
 iter-progress^0.8.00.8.0up to date
 protobuf~2.8.13.4.0out of date
 quick-xml^0.300.31.0out of date
 rusqlite^0.25.30.31.0out of date
 separator^0.4.10.4.1up to date
 serde^1.01.0.200up to date
 serde_json^1.01.0.116up to date
 xml-rs^0.8.00.8.20up to date

Security Vulnerabilities

chrono: Potential segfault in `localtime_r` invocations

RUSTSEC-2020-0159

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

bzip2: bzip2 Denial of Service (DoS)

RUSTSEC-2023-0004

Working with specific payloads can cause a Denial of Service (DoS) vector.

Both Decompress and Compress implementations can enter into infinite loops given specific payloads entered that trigger it.

The issue is described in great detail in the bzip2 repository issue.

Thanks to bjrjk for finding and providing the patch for the issue and the maintainer responsibly responding to release a fix quickly.

Users who use the crate with untrusted data should update the bzip2 to 0.4.4.