mirror of
https://github.com/CVEProject/cvelist.git
synced 2025-08-04 08:44:25 +00:00
67 lines
2.3 KiB
JSON
67 lines
2.3 KiB
JSON
![]() |
{
|
||
|
"CVE_data_meta": {
|
||
|
"ASSIGNER": "cve@mitre.org",
|
||
|
"ID": "CVE-2019-12083",
|
||
|
"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": "The Rust Programming Language Standard Library 1.34.x before 1.34.2 contains a stabilized method which, if overridden, can violate Rust's safety guarantees and cause memory unsafety. If the `Error::type_id` method is overridden then any type can be safely cast to any other type, causing memory safety vulnerabilities in safe code (e.g., out-of-bounds write or read). Code that does not manually implement Error::type_id is unaffected."
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"problemtype": {
|
||
|
"problemtype_data": [
|
||
|
{
|
||
|
"description": [
|
||
|
{
|
||
|
"lang": "eng",
|
||
|
"value": "n/a"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"references": {
|
||
|
"reference_data": [
|
||
|
{
|
||
|
"url": "https://groups.google.com/forum/#!topic/rustlang-security-announcements/aZabeCMUv70",
|
||
|
"refsource": "MISC",
|
||
|
"name": "https://groups.google.com/forum/#!topic/rustlang-security-announcements/aZabeCMUv70"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://blog.rust-lang.org/2019/05/13/Security-advisory.html",
|
||
|
"refsource": "MISC",
|
||
|
"name": "https://blog.rust-lang.org/2019/05/13/Security-advisory.html"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|