"-Synchronized-Data."

This commit is contained in:
CVE Team 2020-07-13 15:01:33 +00:00
parent 4b0b2276ea
commit 9fe8a8ce0e
No known key found for this signature in database
GPG Key ID: 5708902F06FEF743
4 changed files with 263 additions and 159 deletions

View File

@ -1,17 +1,76 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2020-11749",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ID": "CVE-2020-11749",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
"affects": {
"vendor": {
"vendor_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."
"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": "Pandora FMS 7.0 NG <= 746 suffers from Multiple XSS vulnerabilities in different browser views. A network administrator scanning a SNMP device can trigger a Cross Site Scripting (XSS), which can run arbitrary code to allow Remote Code Execution as root or apache2."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://youtu.be/oDflzNAvUjk",
"refsource": "MISC",
"name": "https://youtu.be/oDflzNAvUjk"
},
{
"refsource": "CONFIRM",
"name": "https://pandorafms.com/downloads/whats-new-747-EN.pdf",
"url": "https://pandorafms.com/downloads/whats-new-747-EN.pdf"
},
{
"refsource": "MISC",
"name": "https://medium.com/@tehwinsam/multiple-xss-on-pandorafms-7-0-ng-744-64b244b8523c",
"url": "https://medium.com/@tehwinsam/multiple-xss-on-pandorafms-7-0-ng-744-64b244b8523c"
},
{
"refsource": "MISC",
"name": "https://packetstormsecurity.com/files/158389/Pandora-FMS-7.0-NG-746-Script-Insertion-Code-Execution.htmlPoC",
"url": "https://packetstormsecurity.com/files/158389/Pandora-FMS-7.0-NG-746-Script-Insertion-Code-Execution.htmlPoC"
}
]
}

View File

@ -9,6 +9,7 @@
"vendor": {
"vendor_data": [
{
"vendor_name": "Atlassian",
"product": {
"product_data": [
{
@ -16,15 +17,13 @@
"version": {
"version_data": [
{
"version_value": "8.8.1",
"version_affected": "<"
"version_value": "< 8.8.1"
}
]
}
}
]
},
"vendor_name": "Atlassian"
}
}
]
}
@ -55,6 +54,8 @@
"references": {
"reference_data": [
{
"refsource": "CONFIRM",
"name": "https://jira.atlassian.com/browse/JRASERVER-70940",
"url": "https://jira.atlassian.com/browse/JRASERVER-70940"
}
]

View File

@ -4,14 +4,58 @@
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2020-5766",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ASSIGNER": "vulnreport@tenable.com",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "n/a",
"product": {
"product_data": [
{
"product_name": "SRS Simple Hits Counter Plugin for WordPress",
"version": {
"version_data": [
{
"version_value": "1.0.3, 1.0.4"
}
]
}
}
]
}
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "SQL Injection"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "CONFIRM",
"name": "https://www.tenable.com/security/research/tra-2020-42",
"url": "https://www.tenable.com/security/research/tra-2020-42"
}
]
},
"description": {
"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": "Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') in SRS Simple Hits Counter Plugin for WordPress 1.0.3 and 1.0.4 allows a remote, unauthenticated attacker to determine the value of database fields."
}
]
}