cvelist/2020/25xxx/CVE-2020-25016.json

67 lines
2.1 KiB
JSON
Raw Normal View History

2020-08-29 16:01:36 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2020-25016",
"STATE": "PUBLIC"
},
"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",
"description": {
"description_data": [
{
"lang": "eng",
"value": "A safety violation was discovered in the rgb crate before 0.8.20 for Rust, leading to (for example) dereferencing of arbitrary pointers or disclosure of uninitialized memory. This occurs because structs can be treated as bytes for read and write operations."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://rustsec.org/advisories/RUSTSEC-2020-0029.html",
"refsource": "MISC",
"name": "https://rustsec.org/advisories/RUSTSEC-2020-0029.html"
},
{
"url": "https://github.com/kornelski/rust-rgb/issues/35",
"refsource": "MISC",
"name": "https://github.com/kornelski/rust-rgb/issues/35"
}
]
}
}