This commit is contained in:
CVE Team 2018-06-01 15:34:15 -04:00
commit e2423887f8
No known key found for this signature in database
GPG Key ID: 0DA1F9F56BC892E8

View File

@ -0,0 +1,60 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ASSIGNER": "dgh@bouncycastle.org",
"ID": "CVE-2016-1000338",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "The Legion of the Bouncy Castle Inc.",
"product": {
"product_data": [
{
"product_name": "Bouncy Castle JCE Provider",
"version": {
"version_data": [
{
"version_value": "1.55 and before"
}
]
}
}
]
}
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-461: Data Processing Errors"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://github.com/bcgit/bc-java/commit/b0c3ce99d43d73a096268831d0d120ffc89eac7f#diff-3679f5a9d2b939d0d3ee1601a7774fb0"
}
]
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "In Bouncy Castle JCE Provider version 1.55 and earlier the DSA does not fully validate ASN.1 encoding of signature on verification. It is possible to inject extra elements in the sequence making up the signature and still have it validate, which in some cases may allow the introduction of 'invisible' data into a signed structure."
}
]
}
}