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