rustsec-2021-0062
Vulnerability from osv_rustsec
Published
2021-02-28 12:00
Modified
2021-05-03 19:05
Summary
project abandoned; migrate to the `aes-siv` crate
Details
The Miscreant project has been abandoned and archived.
The Rust implementation has been adapted into the new aes-siv crate which
implements both the AES-CMAC-SIV and AES-PMAC-SIV constructions:
https://github.com/RustCrypto/AEADs/tree/master/aes-siv
Please migrate to the aes-siv crate.
Alternatively see the aes-gcm-siv crate for a newer, faster construction
which provides similar properties:
{
"affected": [
{
"database_specific": {
"categories": [],
"cvss": null,
"informational": "unmaintained"
},
"ecosystem_specific": {
"affected_functions": null,
"affects": {
"arch": [],
"functions": [],
"os": []
}
},
"package": {
"ecosystem": "crates.io",
"name": "miscreant",
"purl": "pkg:cargo/miscreant"
},
"ranges": [
{
"events": [
{
"introduced": "0.0.0-0"
}
],
"type": "SEMVER"
}
],
"versions": []
}
],
"aliases": [],
"database_specific": {
"license": "CC0-1.0"
},
"details": "The Miscreant project has been abandoned and archived.\n\nThe Rust implementation has been adapted into the new `aes-siv` crate which\nimplements both the AES-CMAC-SIV and AES-PMAC-SIV constructions:\n\n\u003chttps://github.com/RustCrypto/AEADs/tree/master/aes-siv\u003e\n\nPlease migrate to the `aes-siv` crate.\n\nAlternatively see the `aes-gcm-siv` crate for a newer, faster construction\nwhich provides similar properties:\n\n\u003chttps://github.com/RustCrypto/AEADs/tree/master/aes-gcm-siv\u003e",
"id": "RUSTSEC-2021-0062",
"modified": "2021-05-03T19:05:09Z",
"published": "2021-02-28T12:00:00Z",
"references": [
{
"type": "PACKAGE",
"url": "https://crates.io/crates/miscreant"
},
{
"type": "ADVISORY",
"url": "https://rustsec.org/advisories/RUSTSEC-2021-0062.html"
},
{
"type": "WEB",
"url": "https://github.com/miscreant/miscreant.rs/commit/5d921f579e0c2b9960d472cf377b8487d97fbcec"
}
],
"related": [],
"severity": [],
"summary": "project abandoned; migrate to the `aes-siv` crate"
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…