- Synchronized data.

This commit is contained in:
CVE Team 2018-11-27 08:06:53 -05:00
parent 3de46c5f97
commit e56cc5a1bd
No known key found for this signature in database
GPG Key ID: 0DA1F9F56BC892E8

View File

@ -1,94 +1,94 @@
{ {
"CVE_data_meta": { "CVE_data_meta" : {
"ASSIGNER": "meissner@suse.de", "ASSIGNER" : "meissner@suse.de",
"DATE_PUBLIC": "2018-11-15T00:00:00.000Z", "DATE_PUBLIC" : "2018-11-15T00:00:00.000Z",
"ID": "CVE-2018-17953", "ID" : "CVE-2018-17953",
"STATE": "PUBLIC", "STATE" : "PUBLIC",
"TITLE": "pam_access does not handle netmask matches correctly" "TITLE" : "pam_access does not handle netmask matches correctly"
}, },
"affects": { "affects" : {
"vendor": { "vendor" : {
"vendor_data": [ "vendor_data" : [
{ {
"product": { "product" : {
"product_data": [ "product_data" : [
{ {
"product_name": "pam", "product_name" : "pam",
"version": { "version" : {
"version_data": [ "version_data" : [
{ {
"affected": "<", "affected" : "<",
"version_name": "1.3.0", "version_name" : "1.3.0",
"version_value": "1.3.0 before 2018-11-30" "version_value" : "1.3.0 before 2018-11-30"
} }
] ]
} }
} }
] ]
}, },
"vendor_name": "SUSE" "vendor_name" : "SUSE"
} }
] ]
} }
}, },
"credit": [ "credit" : [
{ {
"lang": "eng", "lang" : "eng",
"value": "Daniel Pecka" "value" : "Daniel Pecka"
} }
], ],
"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": "A incorrect variable in a SUSE specific patch for pam_access rule matching in PAM 1.3.0 in openSUSE Leap 15.0 and SUSE Linux Enterprise 15 could lead to pam_access rules not being applied (fail open)." "value" : "A incorrect variable in a SUSE specific patch for pam_access rule matching in PAM 1.3.0 in openSUSE Leap 15.0 and SUSE Linux Enterprise 15 could lead to pam_access rules not being applied (fail open)."
} }
] ]
}, },
"impact": { "impact" : {
"cvss": { "cvss" : {
"attackComplexity": "LOW", "attackComplexity" : "LOW",
"attackVector": "NETWORK", "attackVector" : "NETWORK",
"availabilityImpact": "NONE", "availabilityImpact" : "NONE",
"baseScore": 7.5, "baseScore" : 7.5,
"baseSeverity": "HIGH", "baseSeverity" : "HIGH",
"confidentialityImpact": "NONE", "confidentialityImpact" : "NONE",
"integrityImpact": "HIGH", "integrityImpact" : "HIGH",
"privilegesRequired": "NONE", "privilegesRequired" : "NONE",
"scope": "UNCHANGED", "scope" : "UNCHANGED",
"userInteraction": "NONE", "userInteraction" : "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "vectorString" : "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.0" "version" : "3.0"
} }
}, },
"problemtype": { "problemtype" : {
"problemtype_data": [ "problemtype_data" : [
{ {
"description": [ "description" : [
{ {
"lang": "eng", "lang" : "eng",
"value": "CWE-284" "value" : "CWE-284"
} }
] ]
} }
] ]
}, },
"references": { "references" : {
"reference_data": [ "reference_data" : [
{ {
"name": "https://bugzilla.suse.com/show_bug.cgi?id=1115640", "name" : "https://bugzilla.suse.com/show_bug.cgi?id=1115640",
"refsource": "CONFIRM", "refsource" : "CONFIRM",
"url": "https://bugzilla.suse.com/show_bug.cgi?id=1115640" "url" : "https://bugzilla.suse.com/show_bug.cgi?id=1115640"
} }
] ]
}, },
"source": { "source" : {
"defect": [ "defect" : [
"1115640" "1115640"
], ],
"discovery": "INTERNAL" "discovery" : "INTERNAL"
} }
} }