"-Synchronized-Data."

This commit is contained in:
CVE Team 2019-07-05 16:01:00 +00:00
parent e399b6dba4
commit d4698a360e
No known key found for this signature in database
GPG Key ID: 0DA1F9F56BC892E8
4 changed files with 185 additions and 2 deletions

View File

@ -2,7 +2,30 @@
"CVE_data_meta": { "CVE_data_meta": {
"ASSIGNER": "cve@mitre.org", "ASSIGNER": "cve@mitre.org",
"ID": "CVE-2018-14027", "ID": "CVE-2018-14027",
"STATE": "RESERVED" "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_format": "MITRE",
"data_type": "CVE", "data_type": "CVE",
@ -11,7 +34,28 @@
"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": "Digisol Wireless Wifi Home Router HR-3300 allows XSS via the userid or password parameter to the admin login page."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"name": "https://indiancybersecuritysolutions.com/cve-2018-14027-xss-scripting-brute-force",
"url": "https://indiancybersecuritysolutions.com/cve-2018-14027-xss-scripting-brute-force"
} }
] ]
} }

View File

@ -0,0 +1,67 @@
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2019-13344",
"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_data": [
{
"lang": "eng",
"value": "An authentication bypass vulnerability in the CRUDLab WP Like Button plugin through 1.6.0 for WordPress allows unauthenticated attackers to change settings. The contains() function in wp_like_button.php did not check if the current request is made by an authorized user, thus allowing any unauthenticated user to successfully update settings, as demonstrated by the wp-admin/admin.php?page=facebook-like-button each_page_url or code_snippet parameter."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://limbenjamin.com/articles/wp-like-button-auth-bypass.html",
"refsource": "MISC",
"name": "https://limbenjamin.com/articles/wp-like-button-auth-bypass.html"
},
{
"url": "https://wordpress.org/plugins/wp-like-button/#developers",
"refsource": "MISC",
"name": "https://wordpress.org/plugins/wp-like-button/#developers"
}
]
}
}

View File

@ -0,0 +1,67 @@
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2019-13345",
"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_data": [
{
"lang": "eng",
"value": "The cachemgr.cgi web module of Squid through 4.7 has XSS via the user_name or auth parameter."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://github.com/squid-cache/squid/pull/429",
"refsource": "MISC",
"name": "https://github.com/squid-cache/squid/pull/429"
},
{
"url": "https://bugs.squid-cache.org/show_bug.cgi?id=4957",
"refsource": "MISC",
"name": "https://bugs.squid-cache.org/show_bug.cgi?id=4957"
}
]
}
}

View File

@ -56,6 +56,11 @@
"refsource": "BID", "refsource": "BID",
"name": "108322", "name": "108322",
"url": "http://www.securityfocus.com/bid/108322" "url": "http://www.securityfocus.com/bid/108322"
},
{
"refsource": "MISC",
"name": "https://www.zerodayinitiative.com/advisories/ZDI-19-628/",
"url": "https://www.zerodayinitiative.com/advisories/ZDI-19-628/"
} }
] ]
}, },