GHSA-8655-xgh5-5vvq

Suggest an improvement
Source
https://github.com/advisories/GHSA-8655-xgh5-5vvq
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/01/GHSA-8655-xgh5-5vvq/GHSA-8655-xgh5-5vvq.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-8655-xgh5-5vvq
Aliases
Downstream
CGA (4)
Published
2025-01-29T22:21:17Z
Modified
2026-09-10T03:50:56Z
Summary
fast-fault has a segmentation fault due to lack of bound check
Details

In this case, the "fast_float::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.

No patched version for fast-float crate has been released, but a patch is available in the fast-float2 fork.

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

Affected packages

crates.io / fast-float

Package

Name
fast-float
View open source insights on deps.dev
Purl
pkg:cargo/fast-float

Affected ranges

Type
SEMVER
Events
Introduced
0 Unknown introduced version / All previous versions are affected
Last Affected
0.2.0

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/01/GHSA-8655-xgh5-5vvq/GHSA-8655-xgh5-5vvq.json"