- 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" : {
"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",
"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" : {
"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",
"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" : {
"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",
"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" : {
"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",
"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" : {
"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",
"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,59 +1,59 @@
{
"CVE_data_meta": {
"ASSIGNER": "security@atlassian.com",
"DATE_PUBLIC": "2019-02-15T00:00:00",
"ID": "CVE-2018-20240",
"STATE": "PUBLIC"
"CVE_data_meta" : {
"ASSIGNER" : "security@atlassian.com",
"DATE_PUBLIC" : "2019-02-15T00:00:00",
"ID" : "CVE-2018-20240",
"STATE" : "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product": {
"product_data": [
"product" : {
"product_data" : [
{
"product_name": "Fisheye and Crucible",
"version": {
"version_data": [
"product_name" : "Fisheye and Crucible",
"version" : {
"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_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"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."
"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."
}
]
},
"problemtype": {
"problemtype_data": [
"problemtype" : {
"problemtype_data" : [
{
"description": [
"description" : [
{
"lang": "eng",
"value": "Cross Site Scripting (XSS)"
"lang" : "eng",
"value" : "Cross Site Scripting (XSS)"
}
]
}
]
},
"references": {
"reference_data": [
"references" : {
"reference_data" : [
{
"name" : "https://jira.atlassian.com/browse/CRUC-8381",
"refsource" : "CONFIRM",
@ -63,6 +63,7 @@
"name" : "https://jira.atlassian.com/browse/FE-7163",
"refsource" : "CONFIRM",
"url" : "https://jira.atlassian.com/browse/FE-7163"
} ]
}
]
}
}

View File

@ -1,59 +1,59 @@
{
"CVE_data_meta": {
"ASSIGNER": "security@atlassian.com",
"DATE_PUBLIC": "2019-02-15T00:00:00",
"ID": "CVE-2018-20241",
"STATE": "PUBLIC"
"CVE_data_meta" : {
"ASSIGNER" : "security@atlassian.com",
"DATE_PUBLIC" : "2019-02-15T00:00:00",
"ID" : "CVE-2018-20241",
"STATE" : "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product": {
"product_data": [
"product" : {
"product_data" : [
{
"product_name": "Fisheye and Crucible",
"version": {
"version_data": [
"product_name" : "Fisheye and Crucible",
"version" : {
"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_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"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."
"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."
}
]
},
"problemtype": {
"problemtype_data": [
"problemtype" : {
"problemtype_data" : [
{
"description": [
"description" : [
{
"lang": "eng",
"value": "Cross Site Scripting (XSS)"
"lang" : "eng",
"value" : "Cross Site Scripting (XSS)"
}
]
}
]
},
"references": {
"reference_data": [
"references" : {
"reference_data" : [
{
"name" : "https://jira.atlassian.com/browse/CRUC-8380",
"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."
}
]
}
}