- Added submissions from Micro Focus from 2018-03-14.

This commit is contained in:
CVE Team 2018-03-14 10:40:55 -04:00
parent 06b64d94a2
commit 8fba02aa9a
No known key found for this signature in database
GPG Key ID: 3504EC0FB4B2FE56
2 changed files with 174 additions and 8 deletions

View File

@ -1,8 +1,34 @@
{
"CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org",
"ASSIGNER" : "michael.angelo@netiq.com",
"ID" : "CVE-2018-7677",
"STATE" : "RESERVED"
"STATE" : "PUBLIC",
"TITLE" : "CSRF in NetIQ Access Manager (NAM) Identity Server component"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "NetIQ Access Manager (NAM) Admin Console",
"version" : {
"version_data" : [
{
"affected" : "=",
"version_name" : "Access Manager",
"version_value" : "4.4"
}
]
}
}
]
},
"vendor_name" : "NetIQ"
}
]
}
},
"data_format" : "MITRE",
"data_type" : "CVE",
@ -11,8 +37,62 @@
"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."
"value" : "A CSRF exposure exists in NetIQ Access Manager (NAM) Identity Server component."
}
]
}
},
"impact" : {
"cvss" : {
"attackComplexity" : "LOW",
"attackVector" : "ADJACENT_NETWORK",
"availabilityImpact" : "NONE",
"baseScore" : 3.5,
"baseSeverity" : "LOW",
"confidentialityImpact" : "LOW",
"integrityImpact" : "NONE",
"privilegesRequired" : "NONE",
"scope" : "UNCHANGED",
"userInteraction" : "REQUIRED",
"vectorString" : "CVSS:3.0/AV:A/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version" : "3.0"
}
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "CSRF"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"url" : "https://www.netiq.com/support/kb/doc.php?id=7022725"
}
]
},
"solution" : [
{
"lang" : "eng",
"value" : "Apply 4.4 SP1."
}
],
"source" : {
"advisory" : "https://www.netiq.com/support/kb/doc.php?id=7022725",
"defect" : [
"CSRF"
],
"discovery" : "INTERNAL"
},
"work_around" : [
{
"lang" : "eng",
"value" : "Apply 4.4 SP1."
}
]
}

View File

@ -1,8 +1,39 @@
{
"CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org",
"ASSIGNER" : "michael.angelo@netiq.com",
"ID" : "CVE-2018-7678",
"STATE" : "RESERVED"
"STATE" : "PUBLIC",
"TITLE" : "XSS vulnerability in NetIQ Access Manager (NAM) Admin Console component"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "NetIQ Access Manager (NAM) Admin Console",
"version" : {
"version_data" : [
{
"affected" : "=",
"version_name" : "Access Manager",
"version_value" : "4.4"
},
{
"affected" : "=",
"version_name" : "Access Manager",
"version_value" : "4.3"
}
]
}
}
]
},
"vendor_name" : "NetIQ"
}
]
}
},
"data_format" : "MITRE",
"data_type" : "CVE",
@ -11,8 +42,63 @@
"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."
"value" : "A cross site scripting vulnerability exist in the Administration Console. "
}
]
}
},
"impact" : {
"cvss" : {
"attackComplexity" : "LOW",
"attackVector" : "ADJACENT_NETWORK",
"availabilityImpact" : "NONE",
"baseScore" : 3.5,
"baseSeverity" : "LOW",
"confidentialityImpact" : "LOW",
"integrityImpact" : "NONE",
"privilegesRequired" : "NONE",
"scope" : "UNCHANGED",
"userInteraction" : "REQUIRED",
"vectorString" : "CVSS:3.0/AV:A/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version" : "3.0"
}
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "XSS"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"url" : "https://www.netiq.com/support/kb/doc.php?id=7022724"
}
]
},
"solution" : [
{
"lang" : "eng",
"value" : "Apply 4.4 SP1."
}
],
"source" : {
"advisory" : "https://www.netiq.com/support/kb/doc.php?id=7022724",
"defect" : [
"XSS",
"vulnerability"
],
"discovery" : "INTERNAL"
},
"work_around" : [
{
"lang" : "eng",
"value" : "Apply 4.4 SP1."
}
]
}