published CVE-2018-12466, CVE-2018-12467

This commit is contained in:
Marcus Meissner 2018-08-01 15:59:22 +02:00
parent f73a753a90
commit cc5bdfc419
2 changed files with 179 additions and 23 deletions

View File

@ -1,18 +1,96 @@
{
"CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org",
"ID" : "CVE-2018-12466",
"STATE" : "RESERVED"
"CVE_data_meta": {
"ASSIGNER": "security@suse.de",
"DATE_PUBLIC": "2018-07-24T00:00:00.000Z",
"ID": "CVE-2018-12466",
"STATE": "PUBLIC",
"TITLE": "openbuildservice allowed deleting packages via project links"
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "openbuildservice",
"version": {
"version_data": [
{
"affected": "<=",
"version_value": "2.9.4"
}
]
}
}
]
},
"vendor_name": "opensuse"
}
]
}
},
"credit": [
{
"lang": "eng",
"value": "Marcus Hüwe"
}
],
"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."
"lang": "eng",
"value": "openSUSE openbuildservice before 9.2.4 allowed authenticated users to delete packages on specific projects with project links."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:H/A:N",
"version": "3.0"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-285"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "CONFIRM",
"url": "https://bugzilla.suse.com/show_bug.cgi?id=CVE-2018-12466"
},
{
"refsource": "CONFIRM",
"url": "https://github.com/openSUSE/open-build-service/commit/f57b660f49f830006766a8d4abc3b4af6e178063"
}
]
},
"source": {
"defect": [
"1098934"
],
"discovery": "EXTERNAL"
}
}
}

View File

@ -1,18 +1,96 @@
{
"CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org",
"ID" : "CVE-2018-12467",
"STATE" : "RESERVED"
"CVE_data_meta": {
"ASSIGNER": "meissner@suse.de",
"DATE_PUBLIC": "2018-07-24T00:00:00.000Z",
"ID": "CVE-2018-12467",
"STATE": "PUBLIC",
"TITLE": "delete package via link exploit in open buildservice"
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "openbuildservice",
"version": {
"version_data": [
{
"affected": "<",
"version_value": "9.2.4"
}
]
}
}
]
},
"vendor_name": "opensuse"
}
]
}
},
"credit": [
{
"lang": "eng",
"value": "Marcus Hüwe"
}
],
"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."
"lang": "eng",
"value": "Authorized users of the openbuildservice before 2.9.4 could delete packages by using a malicious request against projects having the OBS:InitializeDevelPackage attribute, an similar issue to CVE-2018-7689."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:H/A:H",
"version": "3.0"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-285"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "CONFIRM",
"url": "https://bugzilla.suse.com/show_bug.cgi?id=1100217"
},
{
"refsource": "CONFIRM",
"url": "https://github.com/openSUSE/open-build-service/commit/f57b660f49f830006766a8d4abc3b4af6e178063"
}
]
},
"source": {
"defect": [
"1098934"
],
"discovery": "EXTERNAL"
}
}