"-Synchronized-Data."

This commit is contained in:
CVE Team 2019-07-08 20:00:46 +00:00
parent eb50d6e8a7
commit 34babf9ae2
No known key found for this signature in database
GPG Key ID: 0DA1F9F56BC892E8
2 changed files with 61 additions and 7 deletions

View File

@ -34,7 +34,7 @@
"description_data": [ "description_data": [
{ {
"lang": "eng", "lang": "eng",
"value": "Monstra CMS before 3.0.4 has XSS via index.php." "value": "Monstra CMS 3.0.4 and earlier has XSS via index.php."
} }
] ]
}, },

View File

@ -1,17 +1,71 @@
{ {
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": { "CVE_data_meta": {
"ID": "CVE-2019-12930",
"ASSIGNER": "cve@mitre.org", "ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED" "ID": "CVE-2019-12930",
"STATE": "PUBLIC"
}, },
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": { "description": {
"description_data": [ "description_data": [
{ {
"lang": "eng", "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 (XSS) vulnerability in noMenu() and noSubMenu() in core/navigation/MENU.php in WIKINDX prior to version 5.8.1 allows remote attackers to inject arbitrary web script or HTML via the method parameter."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "CONFIRM",
"name": "https://sourceforge.net/p/wikindx/code/2787",
"url": "https://sourceforge.net/p/wikindx/code/2787"
},
{
"refsource": "CONFIRM",
"name": "https://sourceforge.net/p/wikindx/code/2788",
"url": "https://sourceforge.net/p/wikindx/code/2788"
},
{
"refsource": "CONFIRM",
"name": "https://sourceforge.net/p/wikindx/news/2019/07/wikindx-581-released/",
"url": "https://sourceforge.net/p/wikindx/news/2019/07/wikindx-581-released/"
} }
] ]
} }