Auto-merge PR#2934

Auto-merge PR#2934
This commit is contained in:
CVE Team 2019-12-16 22:45:19 -05:00 committed by GitHub
commit 9921d8cc3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 153 additions and 15 deletions

View File

@ -1,18 +1,62 @@
{ {
"CVE_data_meta": { "CVE_data_meta": {
"ASSIGNER": "cve@mitre.org", "ASSIGNER": "security@atlassian.com",
"ID": "CVE-2017-18107", "DATE_PUBLIC": "2019-02-07T00:00:00",
"STATE": "RESERVED" "ID": "CVE-2017-18107",
}, "STATE": "PUBLIC"
"data_format": "MITRE", },
"data_type": "CVE", "affects": {
"data_version": "4.0", "vendor": {
"description": { "vendor_data": [
"description_data": [
{ {
"lang": "eng", "product": {
"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." "product_data": [
{
"product_name": "Crowd",
"version": {
"version_data": [
{
"version_value": "3.1.1",
"version_affected": "<"
}
]
}
}
]
},
"vendor_name": "Atlassian"
} }
] ]
} }
} },
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Various resources in the Crowd Demo application of Atlassian Crowd before version 3.1.1 allow remote attackers to modify add, modify and delete users & groups via a Cross-site request forgery (CSRF) vulnerability. Please be aware that the Demo application is not enabled by default."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Cross-Site Request Forgery (CSRF)"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://jira.atlassian.com/browse/CWD-5091"
}
]
}
}

View File

@ -0,0 +1,94 @@
{
"CVE_data_meta": {
"ASSIGNER": "security@atlassian.com",
"DATE_PUBLIC": "2019-12-17T00:00:00",
"ID": "CVE-2019-15011",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Application Links",
"version": {
"version_data": [
{
"version_value": "5.0.12",
"version_affected": "<"
},
{
"version_value": "5.1.0",
"version_affected": ">="
},
{
"version_value": "5.2.11",
"version_affected": "<"
},
{
"version_value": "5.3.0",
"version_affected": ">="
},
{
"version_value": "5.3.7",
"version_affected": "<"
},
{
"version_value": "5.4.0",
"version_affected": ">="
},
{
"version_value": "5.4.13",
"version_affected": "<"
},
{
"version_value": "6.0.0",
"version_affected": ">="
},
{
"version_value": "6.0.5",
"version_affected": "<"
}
]
}
}
]
},
"vendor_name": "Atlassian"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "The ListEntityLinksServlet resource in Application Links before version 5.0.12, from version 5.1.0 before version 5.2.11, from version 5.3.0 before version 5.3.7, from version 5.4.0 before 5.4.13, and from version 6.0.0 before 6.0.5 disclosed application link information to non-admin users via a missing permissions check."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Information Exposure"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://ecosystem.atlassian.net/browse/APL-1386"
}
]
}
}