RUSTSEC-2025-0031

Source
https://rustsec.org/advisories/RUSTSEC-2025-0031
Import Source
https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2025-0031.json
JSON Data
https://api.osv.dev/v1/vulns/RUSTSEC-2025-0031
Published
2025-04-24T12:00:00Z
Modified
2025-05-06T08:40:57Z
Summary
Unsound public API in unmaintained crate
Details

The following functions in the tanton_engine crate are unsound due to lack of sufficient boundary checks in public API:

  • Stack::offset()
  • ThreadStack::get()
  • RootMoveList::insert_score_depth()
  • RootMoveList::insert_score()

The tanton_engine crate is no longer maintained, so there are no plans to fix this issue.

Database specific
{
    "license": "CC0-1.0"
}
References

Affected packages

crates.io / tanton_engine

Package

Name
tanton_engine
View open source insights on deps.dev
Purl
pkg:cargo/tanton_engine

Affected ranges

Type
SEMVER
Events
Introduced
0.0.0-0

Ecosystem specific

{
    "affected_functions": null,
    "affects": {
        "os": [],
        "functions": [
            "tanton_engine::RootMoveList::insert_score",
            "tanton_engine::RootMoveList::insert_score_depth",
            "tanton_engine::Stack::offset",
            "tanton_engine::ThreadStack::get"
        ],
        "arch": []
    }
}

Database specific

{
    "cvss": null,
    "informational": null,
    "categories": [
        "memory-corruption"
    ]
}