- Synchronized data.

This commit is contained in:
CVE Team 2019-02-20 10:07:47 -05:00
parent 1a01e45322
commit 47f1d24521
No known key found for this signature in database
GPG Key ID: 0DA1F9F56BC892E8
14 changed files with 207 additions and 80 deletions

View File

@ -53,9 +53,9 @@
"references" : { "references" : {
"reference_data" : [ "reference_data" : [
{ {
"name" : "https://github.com/security-provensec/CVE-2018-19506/blob/master/Zurmo_PS.pdf", "name" : "https://github.com/security-breachlock/CVE-2018-19506/blob/master/Zurmo_PS.pdf",
"refsource" : "MISC", "refsource" : "MISC",
"url" : "https://github.com/security-provensec/CVE-2018-19506/blob/master/Zurmo_PS.pdf" "url" : "https://github.com/security-breachlock/CVE-2018-19506/blob/master/Zurmo_PS.pdf"
} }
] ]
} }

View File

@ -53,9 +53,9 @@
"references" : { "references" : {
"reference_data" : [ "reference_data" : [
{ {
"name" : "https://github.com/security-provensec/CVE-2018-19507/blob/master/Persistent-XSS.pdf", "name" : "https://github.com/security-breachlock/CVE-2018-19507/blob/master/Persistent-XSS.pdf",
"refsource" : "MISC", "refsource" : "MISC",
"url" : "https://github.com/security-provensec/CVE-2018-19507/blob/master/Persistent-XSS.pdf" "url" : "https://github.com/security-breachlock/CVE-2018-19507/blob/master/Persistent-XSS.pdf"
} }
] ]
} }

View File

@ -53,9 +53,9 @@
"references" : { "references" : {
"reference_data" : [ "reference_data" : [
{ {
"name" : "https://github.com/security-provensec/CVE-2018-19508/blob/master/Persistent-XSS.pdf", "name" : "https://github.com/security-breachlock/CVE-2018-19508/blob/master/Persistent-XSS.pdf",
"refsource" : "MISC", "refsource" : "MISC",
"url" : "https://github.com/security-provensec/CVE-2018-19508/blob/master/Persistent-XSS.pdf" "url" : "https://github.com/security-breachlock/CVE-2018-19508/blob/master/Persistent-XSS.pdf"
} }
] ]
} }

View File

@ -53,9 +53,9 @@
"references" : { "references" : {
"reference_data" : [ "reference_data" : [
{ {
"name" : "https://github.com/security-provensec/CVE-2018-19596/blob/master/Zurmo_PS%20(1).pdf", "name" : "https://github.com/security-breachlock/CVE-2018-19596/blob/master/Zurmo_PS%20(1).pdf",
"refsource" : "MISC", "refsource" : "MISC",
"url" : "https://github.com/security-provensec/CVE-2018-19596/blob/master/Zurmo_PS%20(1).pdf" "url" : "https://github.com/security-breachlock/CVE-2018-19596/blob/master/Zurmo_PS%20(1).pdf"
} }
] ]
} }

View File

@ -53,9 +53,9 @@
"references" : { "references" : {
"reference_data" : [ "reference_data" : [
{ {
"name" : "https://github.com/security-provensec/CVE-2018-19597/blob/master/cmssms.pdf", "name" : "https://github.com/security-breachlock/CVE-2018-19597/blob/master/cmssms.pdf",
"refsource" : "MISC", "refsource" : "MISC",
"url" : "https://github.com/security-provensec/CVE-2018-19597/blob/master/cmssms.pdf" "url" : "https://github.com/security-breachlock/CVE-2018-19597/blob/master/cmssms.pdf"
} }
] ]
} }

View File

@ -1,68 +1,69 @@
{ {
"CVE_data_meta": { "CVE_data_meta" : {
"ASSIGNER": "security@atlassian.com", "ASSIGNER" : "security@atlassian.com",
"DATE_PUBLIC": "2019-02-15T00:00:00", "DATE_PUBLIC" : "2019-02-15T00:00:00",
"ID": "CVE-2018-20240", "ID" : "CVE-2018-20240",
"STATE": "PUBLIC" "STATE" : "PUBLIC"
}, },
"affects": { "affects" : {
"vendor": { "vendor" : {
"vendor_data": [ "vendor_data" : [
{ {
"product": { "product" : {
"product_data": [ "product_data" : [
{ {
"product_name": "Fisheye and Crucible", "product_name" : "Fisheye and Crucible",
"version": { "version" : {
"version_data": [ "version_data" : [
{ {
"version_value": "4.7.0", "version_affected" : "<",
"version_affected": "<" "version_value" : "4.7.0"
} }
] ]
} }
} }
] ]
}, },
"vendor_name": "Atlassian" "vendor_name" : "Atlassian"
} }
] ]
} }
}, },
"data_format": "MITRE", "data_format" : "MITRE",
"data_type": "CVE", "data_type" : "CVE",
"data_version": "4.0", "data_version" : "4.0",
"description": { "description" : {
"description_data": [ "description_data" : [
{ {
"lang": "eng", "lang" : "eng",
"value": "The administrative linker functionality in Atlassian Fisheye and Crucible before version 4.7.0 allows remote attackers to inject arbitrary HTML or JavaScript via a cross site scripting (XSS) vulnerability in the href parameter." "value" : "The administrative linker functionality in Atlassian Fisheye and Crucible before version 4.7.0 allows remote attackers to inject arbitrary HTML or JavaScript via a cross site scripting (XSS) vulnerability in the href parameter."
} }
] ]
}, },
"problemtype": { "problemtype" : {
"problemtype_data": [ "problemtype_data" : [
{ {
"description": [ "description" : [
{ {
"lang": "eng", "lang" : "eng",
"value": "Cross Site Scripting (XSS)" "value" : "Cross Site Scripting (XSS)"
} }
] ]
} }
] ]
}, },
"references": { "references" : {
"reference_data": [ "reference_data" : [
{ {
"name" : "https://jira.atlassian.com/browse/CRUC-8381", "name" : "https://jira.atlassian.com/browse/CRUC-8381",
"refsource" : "CONFIRM", "refsource" : "CONFIRM",
"url" : "https://jira.atlassian.com/browse/CRUC-8381" "url" : "https://jira.atlassian.com/browse/CRUC-8381"
}, },
{ {
"name" : "https://jira.atlassian.com/browse/FE-7163", "name" : "https://jira.atlassian.com/browse/FE-7163",
"refsource" : "CONFIRM", "refsource" : "CONFIRM",
"url" : "https://jira.atlassian.com/browse/FE-7163" "url" : "https://jira.atlassian.com/browse/FE-7163"
} ] }
]
} }
} }

View File

@ -1,59 +1,59 @@
{ {
"CVE_data_meta": { "CVE_data_meta" : {
"ASSIGNER": "security@atlassian.com", "ASSIGNER" : "security@atlassian.com",
"DATE_PUBLIC": "2019-02-15T00:00:00", "DATE_PUBLIC" : "2019-02-15T00:00:00",
"ID": "CVE-2018-20241", "ID" : "CVE-2018-20241",
"STATE": "PUBLIC" "STATE" : "PUBLIC"
}, },
"affects": { "affects" : {
"vendor": { "vendor" : {
"vendor_data": [ "vendor_data" : [
{ {
"product": { "product" : {
"product_data": [ "product_data" : [
{ {
"product_name": "Fisheye and Crucible", "product_name" : "Fisheye and Crucible",
"version": { "version" : {
"version_data": [ "version_data" : [
{ {
"version_value": "4.7.0", "version_affected" : "<",
"version_affected": "<" "version_value" : "4.7.0"
} }
] ]
} }
} }
] ]
}, },
"vendor_name": "Atlassian" "vendor_name" : "Atlassian"
} }
] ]
} }
}, },
"data_format": "MITRE", "data_format" : "MITRE",
"data_type": "CVE", "data_type" : "CVE",
"data_version": "4.0", "data_version" : "4.0",
"description": { "description" : {
"description_data": [ "description_data" : [
{ {
"lang": "eng", "lang" : "eng",
"value": "The Edit upload resource for a review in Atlassian Fisheye and Crucible before version 4.7.0 allows remote attackers to inject arbitrary HTML or JavaScript via a cross site scripting (XSS) vulnerability in the wbuser parameter." "value" : "The Edit upload resource for a review in Atlassian Fisheye and Crucible before version 4.7.0 allows remote attackers to inject arbitrary HTML or JavaScript via a cross site scripting (XSS) vulnerability in the wbuser parameter."
} }
] ]
}, },
"problemtype": { "problemtype" : {
"problemtype_data": [ "problemtype_data" : [
{ {
"description": [ "description" : [
{ {
"lang": "eng", "lang" : "eng",
"value": "Cross Site Scripting (XSS)" "value" : "Cross Site Scripting (XSS)"
} }
] ]
} }
] ]
}, },
"references": { "references" : {
"reference_data": [ "reference_data" : [
{ {
"name" : "https://jira.atlassian.com/browse/CRUC-8380", "name" : "https://jira.atlassian.com/browse/CRUC-8380",
"refsource" : "CONFIRM", "refsource" : "CONFIRM",

View File

@ -0,0 +1,18 @@
{
"CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org",
"ID" : "CVE-2019-1003024",
"STATE" : "RESERVED"
},
"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."
}
]
}
}

View File

@ -0,0 +1,18 @@
{
"CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org",
"ID" : "CVE-2019-1003025",
"STATE" : "RESERVED"
},
"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."
}
]
}
}

View File

@ -0,0 +1,18 @@
{
"CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org",
"ID" : "CVE-2019-1003026",
"STATE" : "RESERVED"
},
"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."
}
]
}
}

View File

@ -0,0 +1,18 @@
{
"CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org",
"ID" : "CVE-2019-1003027",
"STATE" : "RESERVED"
},
"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."
}
]
}
}

View File

@ -0,0 +1,18 @@
{
"CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org",
"ID" : "CVE-2019-1003028",
"STATE" : "RESERVED"
},
"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."
}
]
}
}

View File

@ -0,0 +1,18 @@
{
"CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org",
"ID" : "CVE-2019-8951",
"STATE" : "RESERVED"
},
"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."
}
]
}
}

View File

@ -0,0 +1,18 @@
{
"CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org",
"ID" : "CVE-2019-8952",
"STATE" : "RESERVED"
},
"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."
}
]
}
}