"-Synchronized-Data."

This commit is contained in:
CVE Team 2020-09-25 13:01:47 +00:00
parent a1befce8b7
commit b4480f5939
No known key found for this signature in database
GPG Key ID: 5708902F06FEF743
2 changed files with 57 additions and 11 deletions

View File

@ -1,17 +1,61 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2020-13995",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ID": "CVE-2020-13995",
"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": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "U.S. Air Force Sensor Data Management System extract75 has a buffer overflow that leads to code execution. An overflow in a global variable (sBuffer) leads to a Write-What-Where outcome. Writing beyond sBuffer will clobber most global variables until reaching a pointer such as DES_info or image_info. By controlling that pointer, one achieves an arbitrary write when its fields are assigned. The data written is from a potentially untrusted NITF file in the form of an integer. The attacker can gain control of the instruction pointer."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"name": "https://www.riverloopsecurity.com/blog/2020/09/nitf-extract75-cve-2020-13995/",
"url": "https://www.riverloopsecurity.com/blog/2020/09/nitf-extract75-cve-2020-13995/"
}
]
}

View File

@ -48,12 +48,14 @@
"references": {
"reference_data": [
{
"refsource": "CONFIRM",
"url": "https://snyk.io/vuln/SNYK-JS-NGPACKAGR-1012427"
"refsource": "MISC",
"url": "https://snyk.io/vuln/SNYK-JS-NGPACKAGR-1012427",
"name": "https://snyk.io/vuln/SNYK-JS-NGPACKAGR-1012427"
},
{
"refsource": "CONFIRM",
"url": "https://github.com/ng-packagr/ng-packagr/commit/bda0fff3443301f252930a73fdc8fb9502de596d"
"refsource": "MISC",
"url": "https://github.com/ng-packagr/ng-packagr/commit/bda0fff3443301f252930a73fdc8fb9502de596d",
"name": "https://github.com/ng-packagr/ng-packagr/commit/bda0fff3443301f252930a73fdc8fb9502de596d"
}
]
},
@ -61,7 +63,7 @@
"description_data": [
{
"lang": "eng",
"value": "The package ng-packagr before 10.1.1 are vulnerable to Command Injection via the styleIncludePaths option.\n"
"value": "The package ng-packagr before 10.1.1 are vulnerable to Command Injection via the styleIncludePaths option."
}
]
},