Ecosyste.ms: Advisories

An open API service providing security vulnerability metadata for many open source software ecosystems.

Security Advisories: GSA_kwCzR0hTQS00NXczLXYzZzQtNTRwbc0rDQ

Chrono has potential segfault issue in SPIFFE authenticator

Impact

Several vulnerabilities have been reported in the time and chrono crates related to handling of calls to localtime_r. You can follow some of the discussions here and here, and the associated CVE here. In our case, the issue with the dependency was flagged by our nightly CI build running cargo-audit.

The vulnerability leads to a segfault in specific circumstances - namely, when one of a number of functions in the time crate is called while any other thread is setting an environment variable. Given that in the case of the Parsec service this affects the SPIFFE authenticator, Parsec service users can encounter the issue only when the JWT SVID authenticator is enabled and being used. We have not undergone any manual tracing to understand if the vulnerable methods are called anywhere in our stack, however it seems reasonable to expect that if that were to be the case, the issue would lie in JWT validation (i.e. when handling the dates found within a Json Web Token). JWT validation could thus fail, bringing down the thread in which the request happens. The rest of the threads continue to work. Since the threadpool implementation that we use continues replenishing the pool when one thread panics, the impact on the service should be minimal.

Patches

No current patches exist as the problems lie in a number of dependencies that are not under our control (see more details here).

The issue tracking the required change in the rust-spiffe crate (through which the vulnerable dependencies are imported in Parsec) can be seen here. Once updates happen in our dependency chain that allow us to update beyond the vulnerable versions of time and chrono, a new version of the Parsec service will be tagged and released with the appropriate notifications.

Workarounds

The only complete workaround is to use a different type of authenticator with the Parsec service.

References

As quoted in the initial paragraph, you can find out more information:

For more information:

If you have any questions or comments about this advisory:

Permalink: https://github.com/advisories/GHSA-45w3-v3g4-54pm
JSON: https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS00NXczLXYzZzQtNTRwbc0rDQ
Source: GitHub Advisory Database
Origin: Unspecified
Severity: Low
Classification: General
Published: over 2 years ago
Updated: over 1 year ago


Identifiers: GHSA-45w3-v3g4-54pm
References: Repository: https://github.com/parallaxsecond/parsec
Blast Radius: 1.0

Affected Packages

cargo:parsec-service
Dependent packages: 0
Dependent repositories: 0
Downloads: 14,450 total
Affected Version Ranges: >= 0.8.0, < 1.1.0
Fixed in: 1.1.0
All affected versions: 0.8.0, 0.8.1, 1.0.0
All unaffected versions: 0.1.1, 0.1.2, 0.3.0, 0.4.0, 0.5.0, 0.6.0, 0.7.0, 0.7.1, 0.7.2, 1.1.0, 1.2.0, 1.3.0, 1.4.0