cvelist/2020/7xxx/CVE-2020-7226.json

72 lines
2.6 KiB
JSON
Raw Normal View History

2020-01-18 01:01:13 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
2020-01-24 15:01:54 +00:00
"ID": "CVE-2020-7226",
"STATE": "PUBLIC"
2020-01-18 01:01:13 +00:00
},
2020-01-24 15:01: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",
2020-01-18 01:01:13 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2020-01-24 15:01:54 +00:00
"value": "CiphertextHeader.java in Cryptacular 1.2.3, as used in Apereo CAS and other products, allows attackers to trigger excessive memory allocation during a decode operation, because the nonce array length associated with \"new byte\" may depend on untrusted input within the header of encoded data."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://github.com/vt-middleware/cryptacular/blob/master/src/main/java/org/cryptacular/CiphertextHeader.java#L153",
"refsource": "MISC",
"name": "https://github.com/vt-middleware/cryptacular/blob/master/src/main/java/org/cryptacular/CiphertextHeader.java#L153"
},
{
"refsource": "MISC",
"name": "https://github.com/vt-middleware/cryptacular/issues/52",
"url": "https://github.com/vt-middleware/cryptacular/issues/52"
2020-02-19 08:01:11 +00:00
},
{
"refsource": "MLIST",
"name": "[ws-dev] 20200219 [jira] [Created] (WSS-665) Add cryptacular dependency and upgrade to 1.2.4 to fix CVE-2020-7226",
"url": "https://lists.apache.org/thread.html/rc36b75cabb4d700b48035d15ad8b8c2712bb32123572a1bdaec2510a@%3Cdev.ws.apache.org%3E"
2020-01-18 01:01:13 +00:00
}
]
}
}