Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions crates/special-fun/RUSTSEC-0000-0000.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
package = "special-fun"
date = "2025-10-18"
url = "https://github.com/vks/special-fun/issues/17"
categories = ["memory-corruption"]
informational = "unmaintained"

[versions]
patched = []
```

# Global-buffer-overflow in special_fun

A global-buffer-overflow vulnerability exists in the Cephes Math Library's single-precision factorial function facf, as used by the Rust crate special_fun. When an out-of-range integer is passed to facf, the function performs an unsafe array access, resulting in a crash.

Crash Information
Error Type: Global-buffer-overflow (AddressSanitizer)