cvelist/2018/25xxx/CVE-2018-25023.json

72 lines
2.3 KiB
JSON
Raw Normal View History

2021-12-26 22:01:00 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
2021-12-27 00:00:54 +00:00
"ID": "CVE-2018-25023",
"STATE": "PUBLIC"
2021-12-26 22:01:00 +00:00
},
2021-12-27 00:00:54 +00:00
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2021-12-26 22:01:00 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2021-12-27 00:00:54 +00:00
"value": "An issue was discovered in the smallvec crate before 0.6.13 for Rust. It can create an uninitialized value of any type, including a reference type."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://rustsec.org/advisories/RUSTSEC-2018-0018.html",
"refsource": "MISC",
"name": "https://rustsec.org/advisories/RUSTSEC-2018-0018.html"
},
{
"url": "https://raw.githubusercontent.com/rustsec/advisory-db/main/crates/smallvec/RUSTSEC-2018-0018.md",
"refsource": "MISC",
"name": "https://raw.githubusercontent.com/rustsec/advisory-db/main/crates/smallvec/RUSTSEC-2018-0018.md"
2023-12-07 22:00:32 +00:00
},
{
"refsource": "MISC",
"name": "https://github.com/servo/rust-smallvec/commit/e64afc8c473d43e375ab42bd33db2d0d4ac4e41b",
"url": "https://github.com/servo/rust-smallvec/commit/e64afc8c473d43e375ab42bd33db2d0d4ac4e41b"
2021-12-26 22:01:00 +00:00
}
]
}
}