RUSTSEC-2023-0077

Source
https://rustsec.org/advisories/RUSTSEC-2023-0077
Import Source
https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2023-0077.json
JSON Data
https://api.osv.dev/v1/vulns/RUSTSEC-2023-0077
Aliases
Published
2023-11-04T12:00:00Z
Modified
2024-02-10T16:26:48.291151Z
Summary
Remotely exploitable DoS condition in Rosenpass <=0.2.0
Details

Affected version do this crate did not validate the size of buffers when attempting to decode messages.

This allows an attacker to trigger a panic by sending a UDP datagram with a 1 byte payload over network.

This flaw was corrected by validating the size of the buffers before attempting to decode the message.

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

Affected packages

crates.io / rosenpass

Package

Affected ranges

Type
SEMVER
Events
Introduced
0.0.0-0
Fixed
0.2.1

Ecosystem specific

{
    "affected_functions": null,
    "affects": {
        "os": [],
        "functions": [],
        "arch": []
    }
}

Database specific

{
    "cvss": null,
    "informational": null,
    "categories": [
        "denial-of-service"
    ]
}