GHSA-jqcp-xc3v-f446

Suggest an improvement
Source
https://github.com/advisories/GHSA-jqcp-xc3v-f446
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/01/GHSA-jqcp-xc3v-f446/GHSA-jqcp-xc3v-f446.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-jqcp-xc3v-f446
Published
2025-01-29T22:19:01Z
Modified
2025-01-29T22:21:13Z
Summary
fast-float2 has a segmentation fault due to lack of bound check
Details

In this case, the "fast_float2::common::AsciiStr::first" method within the "AsciiStr" struct uses the unsafe keyword to reading from memory without performing bounds checking. Specifically, it directly dereferences a pointer offset by "self.ptr". Because of the above reason, the method accesses invalid memory address when it takes an empty string as its input. This approach violates Rust’s memory safety guarantees, as it can lead to invalid memory access if empty buffer is provided.

Database specific
{
    "nvd_published_at": null,
    "cwe_ids": [],
    "severity": "MODERATE",
    "github_reviewed": true,
    "github_reviewed_at": "2025-01-29T22:19:01Z"
}
References

Affected packages

crates.io / fast-float2

Package

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.2.2