var-201810-0952
Vulnerability from variot

Intelbras NPLUG 1.0.0.14 wireless repeater devices have no CSRF token protection in the web interface, allowing attackers to perform actions such as changing the wireless SSID, rebooting the device, editing access control lists, or activating remote access. Intelbras NPLUG Contains a cross-site request forgery vulnerability.Information is obtained, information is altered, and service operation is disrupted (DoS) There is a possibility of being put into a state. IntelbrasNPLUG is a wireless relay device from Intelbras, Poland. A cross-site request forgery vulnerability exists in the web interface in the Intelbras NPLUG version 1.0.0.14 wireless relay device. =====[ Tempest Security Intelligence ]=====================================

Multiple vulnerabilities in NPLUG wireless repeater

CVE-2018-12455: Authentication bypass CVE-2018-12456: Multiple CSRF CVE-2018-17337: XSS via SSID


Author: - Patrick Costa < @patrickrbc > Tempest Security Intelligence - Recife, PE - Brazil

=====[ Table of Contents ]=================================================

  1. Overview
  2. Detailed description
  3. Affected versions & Solutions
  4. Timeline of disclosure
  5. Thanks & Acknowledgements

=====[ Detailed description ]==============================================

DISCLAIMER: This device uses a modified Tenda firmware [2]. Most of the vulnerabilities disclosed here were previously published regarding other similar device, besides that this device is pretty old.

NPLUG wireless repeater has multiple vulnerabilities that can be combined to get a root access on the device. This can be exercised by placing an access point in an appropriate range from the device with a malicious SSID, e.g.:

<script src="[pwned]"></script>

If the user tries to scan for wireless networks using the web interface the XSS will pop and you're done. You can do all the stuff that will be described here.

But, what if the user never uses this feature? Well, NPLUG's web interface has no CSRF (CVE-2018-12456) protection, so you can try to force a connected user to activate WAN access or change wireless security settings.

Once you're inside NPLUG's network things became really easy. You can bypass the authentication just by setting a cookie named "admin:" (CVE-2018-12455).

Example:

  curl -I http://10.0.0.1/
  HTTP/1.0 302 Redirect
  ...

  curl -I http://10.0.0.1/ -H "Cookie: admin:="
  HTTP/1.0 200 OK
  ...

Now you have access to all the web interface features and you can download the config at http://10.0.0.1/DownloadCfg/RouterCfm.cfg containig passwords in plain text.

If that is not enough for you, you can activate telnet daemon by making a simple GET request to /goform/telnetd and guess what! Root access with no password.

Lately, I found out that this firmware had a binary that would work as the same backdoor previously reported for Tenda routers [3]. However, the service is not started by default and even when manually starting it, I couldn't exploit it for some reason. But there is not much need to do so.

=====[ Affected versions & Solutions ]=====================================

This test was performed against version 1.0.0.14 but previous versions are probably vulnerable.

=====[ Timeline of disclosure ]============================================

15/06/2018 - Vendor contacted. 04/07/2018 - Vendor requested time to verify. 22/08/2018 - Vendor replied they won't patch it.

=====[ Thanks & Acknowledgements ]=========================================

  • Felipe Xavier < filipe.xavier () tempest.com.br >
  • Gustavo Pimentel < gustavo.pimentel () tempest.com.br>
  • Tempest Security Intelligence [4]

=====[ References ]========================================================

[1] http://www.intelbras.com.br/empresarial/wi-fi/para-sua-casa/repetidor-de-sinal/nplug [2] http://www.tendacn.com/en/default.html [3] http://www.devttys0.com/2013/10/from-china-with-love/ [4] http://www.tempest.com.br/

Show details on source website


{
  "@context": {
    "@vocab": "https://www.variotdbs.pl/ref/VARIoTentry#",
    "affected_products": {
      "@id": "https://www.variotdbs.pl/ref/affected_products"
    },
    "configurations": {
      "@id": "https://www.variotdbs.pl/ref/configurations"
    },
    "credits": {
      "@id": "https://www.variotdbs.pl/ref/credits"
    },
    "cvss": {
      "@id": "https://www.variotdbs.pl/ref/cvss/"
    },
    "description": {
      "@id": "https://www.variotdbs.pl/ref/description/"
    },
    "exploit_availability": {
      "@id": "https://www.variotdbs.pl/ref/exploit_availability/"
    },
    "external_ids": {
      "@id": "https://www.variotdbs.pl/ref/external_ids/"
    },
    "iot": {
      "@id": "https://www.variotdbs.pl/ref/iot/"
    },
    "iot_taxonomy": {
      "@id": "https://www.variotdbs.pl/ref/iot_taxonomy/"
    },
    "patch": {
      "@id": "https://www.variotdbs.pl/ref/patch/"
    },
    "problemtype_data": {
      "@id": "https://www.variotdbs.pl/ref/problemtype_data/"
    },
    "references": {
      "@id": "https://www.variotdbs.pl/ref/references/"
    },
    "sources": {
      "@id": "https://www.variotdbs.pl/ref/sources/"
    },
    "sources_release_date": {
      "@id": "https://www.variotdbs.pl/ref/sources_release_date/"
    },
    "sources_update_date": {
      "@id": "https://www.variotdbs.pl/ref/sources_update_date/"
    },
    "threat_type": {
      "@id": "https://www.variotdbs.pl/ref/threat_type/"
    },
    "title": {
      "@id": "https://www.variotdbs.pl/ref/title/"
    },
    "type": {
      "@id": "https://www.variotdbs.pl/ref/type/"
    }
  },
  "@id": "https://www.variotdbs.pl/vuln/VAR-201810-0952",
  "affected_products": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/affected_products#",
      "data": {
        "@container": "@list"
      },
      "sources": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources#"
        },
        "@id": "https://www.variotdbs.pl/ref/sources"
      }
    },
    "data": [
      {
        "model": "nplug",
        "scope": "eq",
        "trust": 3.0,
        "vendor": "intelbras",
        "version": "1.0.0.14"
      }
    ],
    "sources": [
      {
        "db": "CNVD",
        "id": "CNVD-2018-20756"
      },
      {
        "db": "JVNDB",
        "id": "JVNDB-2018-010955"
      },
      {
        "db": "CNNVD",
        "id": "CNNVD-201810-544"
      },
      {
        "db": "NVD",
        "id": "CVE-2018-12456"
      }
    ]
  },
  "configurations": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/configurations#",
      "children": {
        "@container": "@list"
      },
      "cpe_match": {
        "@container": "@list"
      },
      "data": {
        "@container": "@list"
      },
      "nodes": {
        "@container": "@list"
      }
    },
    "data": [
      {
        "CVE_data_version": "4.0",
        "nodes": [
          {
            "cpe_match": [
              {
                "cpe22Uri": "cpe:/o:intelbras:nplug_firmware",
                "vulnerable": true
              }
            ],
            "operator": "OR"
          }
        ]
      }
    ],
    "sources": [
      {
        "db": "JVNDB",
        "id": "JVNDB-2018-010955"
      }
    ]
  },
  "credits": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/credits#",
      "sources": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources#"
        }
      }
    },
    "data": "Patrick Costa",
    "sources": [
      {
        "db": "PACKETSTORM",
        "id": "149730"
      }
    ],
    "trust": 0.1
  },
  "cve": "CVE-2018-12456",
  "cvss": {
    "@context": {
      "cvssV2": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/cvss/cvssV2#"
        },
        "@id": "https://www.variotdbs.pl/ref/cvss/cvssV2"
      },
      "cvssV3": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/cvss/cvssV3#"
        },
        "@id": "https://www.variotdbs.pl/ref/cvss/cvssV3/"
      },
      "severity": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/cvss/severity#"
        },
        "@id": "https://www.variotdbs.pl/ref/cvss/severity"
      },
      "sources": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources#"
        },
        "@id": "https://www.variotdbs.pl/ref/sources"
      }
    },
    "data": [
      {
        "cvssV2": [
          {
            "accessComplexity": "MEDIUM",
            "accessVector": "NETWORK",
            "authentication": "NONE",
            "author": "nvd@nist.gov",
            "availabilityImpact": "PARTIAL",
            "baseScore": 6.8,
            "confidentialityImpact": "PARTIAL",
            "exploitabilityScore": 8.6,
            "id": "CVE-2018-12456",
            "impactScore": 6.4,
            "integrityImpact": "PARTIAL",
            "severity": "MEDIUM",
            "trust": 1.8,
            "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P",
            "version": "2.0"
          },
          {
            "accessComplexity": "MEDIUM",
            "accessVector": "NETWORK",
            "authentication": "NONE",
            "author": "CNVD",
            "availabilityImpact": "PARTIAL",
            "baseScore": 6.8,
            "confidentialityImpact": "PARTIAL",
            "exploitabilityScore": 8.6,
            "id": "CNVD-2018-20756",
            "impactScore": 6.4,
            "integrityImpact": "PARTIAL",
            "severity": "MEDIUM",
            "trust": 0.6,
            "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P",
            "version": "2.0"
          },
          {
            "accessComplexity": "MEDIUM",
            "accessVector": "NETWORK",
            "authentication": "NONE",
            "author": "VULHUB",
            "availabilityImpact": "PARTIAL",
            "baseScore": 6.8,
            "confidentialityImpact": "PARTIAL",
            "exploitabilityScore": 8.6,
            "id": "VHN-122417",
            "impactScore": 6.4,
            "integrityImpact": "PARTIAL",
            "severity": "MEDIUM",
            "trust": 0.1,
            "vectorString": "AV:N/AC:M/AU:N/C:P/I:P/A:P",
            "version": "2.0"
          }
        ],
        "cvssV3": [
          {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "author": "nvd@nist.gov",
            "availabilityImpact": "HIGH",
            "baseScore": 8.8,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "exploitabilityScore": 2.8,
            "id": "CVE-2018-12456",
            "impactScore": 5.9,
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "trust": 1.8,
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.0"
          }
        ],
        "severity": [
          {
            "author": "nvd@nist.gov",
            "id": "CVE-2018-12456",
            "trust": 1.0,
            "value": "HIGH"
          },
          {
            "author": "NVD",
            "id": "CVE-2018-12456",
            "trust": 0.8,
            "value": "High"
          },
          {
            "author": "CNVD",
            "id": "CNVD-2018-20756",
            "trust": 0.6,
            "value": "MEDIUM"
          },
          {
            "author": "CNNVD",
            "id": "CNNVD-201810-544",
            "trust": 0.6,
            "value": "MEDIUM"
          },
          {
            "author": "VULHUB",
            "id": "VHN-122417",
            "trust": 0.1,
            "value": "MEDIUM"
          }
        ]
      }
    ],
    "sources": [
      {
        "db": "CNVD",
        "id": "CNVD-2018-20756"
      },
      {
        "db": "VULHUB",
        "id": "VHN-122417"
      },
      {
        "db": "JVNDB",
        "id": "JVNDB-2018-010955"
      },
      {
        "db": "CNNVD",
        "id": "CNNVD-201810-544"
      },
      {
        "db": "NVD",
        "id": "CVE-2018-12456"
      }
    ]
  },
  "description": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/description#",
      "sources": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources#"
        }
      }
    },
    "data": "Intelbras NPLUG 1.0.0.14 wireless repeater devices have no CSRF token protection in the web interface, allowing attackers to perform actions such as changing the wireless SSID, rebooting the device, editing access control lists, or activating remote access. Intelbras NPLUG Contains a cross-site request forgery vulnerability.Information is obtained, information is altered, and service operation is disrupted (DoS) There is a possibility of being put into a state. IntelbrasNPLUG is a wireless relay device from Intelbras, Poland. A cross-site request forgery vulnerability exists in the web interface in the Intelbras NPLUG version 1.0.0.14 wireless relay device. =====[ Tempest Security Intelligence ]=====================================\n\n\n  Multiple vulnerabilities in NPLUG wireless repeater\n\n  CVE-2018-12455: Authentication bypass\n  CVE-2018-12456: Multiple CSRF\n  CVE-2018-17337: XSS via SSID\n\n  -------------------------------------------------------\n  Author:\n    - Patrick Costa \u003c @patrickrbc \u003e\n    Tempest Security Intelligence - Recife, PE - Brazil\n\n\n=====[ Table of Contents ]=================================================\n\n  1. Overview\n  2. Detailed description  \n  3. Affected versions \u0026 Solutions  \n  4. Timeline of disclosure  \n  5. Thanks \u0026 Acknowledgements\n  6. \n\n=====[ Detailed description ]==============================================\n\n  DISCLAIMER: This device uses a modified Tenda firmware [2]. Most of the\n  vulnerabilities disclosed here were previously published regarding other\n  similar device, besides that this device is pretty old. \n\n  NPLUG wireless repeater has multiple vulnerabilities that can be combined\n  to get a root access on the device. This can be exercised by\nplacing\n  an access point in an appropriate range from the device with a malicious\n  SSID, e.g.:\n\n    \u003cscript src=\"[pwned]\"\u003e\u003c/script\u003e\n\n  If the user tries to scan for wireless networks using the web\ninterface the\n  XSS will pop and you\u0027re done. You can do all the stuff that will be\ndescribed\n  here. \n\n  But, what if the user never uses this feature? Well, NPLUG\u0027s web interface\n  has no CSRF (CVE-2018-12456) protection, so you can try to force a\nconnected\n  user to activate WAN access or change wireless security settings. \n\n  Once you\u0027re inside NPLUG\u0027s network things became really easy. You can\nbypass\n  the authentication just by setting a cookie named \"admin:\"\n(CVE-2018-12455). \n \n  Example:\n\n      curl -I http://10.0.0.1/\n      HTTP/1.0 302 Redirect\n      ... \n\n      curl -I http://10.0.0.1/ -H \"Cookie: admin:=\"\n      HTTP/1.0 200 OK\n      ... \n \n\n  Now you have access to all the web interface features and you can download\n  the config at http://10.0.0.1/DownloadCfg/RouterCfm.cfg containig\npasswords\n  in plain text. \n \n  If that is not enough for you, you can activate telnet daemon by making a\n  simple GET request to /goform/telnetd and guess what! Root access with no\n  password. \n\n  Lately, I found out that this firmware had a binary that would work as the\n  same backdoor previously reported for Tenda routers [3]. However, the\nservice\n  is not started by default and even when manually starting it, I couldn\u0027t\n  exploit it for some reason. But there is not much need to do so. \n\n\n=====[ Affected versions \u0026 Solutions ]=====================================\n\n  This test was performed against version 1.0.0.14 but previous versions are\n  probably vulnerable. \n\n=====[ Timeline of disclosure ]============================================\n\n  15/06/2018 - Vendor contacted. \n  04/07/2018 - Vendor requested time to verify. \n  22/08/2018 - Vendor replied they won\u0027t patch it. \n\n=====[ Thanks \u0026 Acknowledgements ]=========================================\n\n  - Felipe Xavier \u003c filipe.xavier () tempest.com.br \u003e\n  - Gustavo Pimentel \u003c gustavo.pimentel () tempest.com.br\u003e\n  - Tempest Security Intelligence [4]\n\n=====[ References ]========================================================\n\n  [1]\nhttp://www.intelbras.com.br/empresarial/wi-fi/para-sua-casa/repetidor-de-sinal/nplug\n  [2] http://www.tendacn.com/en/default.html\n  [3] http://www.devttys0.com/2013/10/from-china-with-love/\n  [4] http://www.tempest.com.br/\n\n\n\n\n\n\n",
    "sources": [
      {
        "db": "NVD",
        "id": "CVE-2018-12456"
      },
      {
        "db": "JVNDB",
        "id": "JVNDB-2018-010955"
      },
      {
        "db": "CNVD",
        "id": "CNVD-2018-20756"
      },
      {
        "db": "VULHUB",
        "id": "VHN-122417"
      },
      {
        "db": "PACKETSTORM",
        "id": "149730"
      }
    ],
    "trust": 2.34
  },
  "external_ids": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/external_ids#",
      "data": {
        "@container": "@list"
      },
      "sources": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources#"
        }
      }
    },
    "data": [
      {
        "db": "NVD",
        "id": "CVE-2018-12456",
        "trust": 3.2
      },
      {
        "db": "JVNDB",
        "id": "JVNDB-2018-010955",
        "trust": 0.8
      },
      {
        "db": "CNNVD",
        "id": "CNNVD-201810-544",
        "trust": 0.7
      },
      {
        "db": "CNVD",
        "id": "CNVD-2018-20756",
        "trust": 0.6
      },
      {
        "db": "VULHUB",
        "id": "VHN-122417",
        "trust": 0.1
      },
      {
        "db": "PACKETSTORM",
        "id": "149730",
        "trust": 0.1
      }
    ],
    "sources": [
      {
        "db": "CNVD",
        "id": "CNVD-2018-20756"
      },
      {
        "db": "VULHUB",
        "id": "VHN-122417"
      },
      {
        "db": "JVNDB",
        "id": "JVNDB-2018-010955"
      },
      {
        "db": "PACKETSTORM",
        "id": "149730"
      },
      {
        "db": "CNNVD",
        "id": "CNNVD-201810-544"
      },
      {
        "db": "NVD",
        "id": "CVE-2018-12456"
      }
    ]
  },
  "id": "VAR-201810-0952",
  "iot": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/iot#",
      "sources": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources#"
        }
      }
    },
    "data": true,
    "sources": [
      {
        "db": "CNVD",
        "id": "CNVD-2018-20756"
      },
      {
        "db": "VULHUB",
        "id": "VHN-122417"
      }
    ],
    "trust": 1.325
  },
  "iot_taxonomy": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/iot_taxonomy#",
      "data": {
        "@container": "@list"
      },
      "sources": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources#"
        }
      }
    },
    "data": [
      {
        "category": [
          "Network device"
        ],
        "sub_category": null,
        "trust": 0.6
      }
    ],
    "sources": [
      {
        "db": "CNVD",
        "id": "CNVD-2018-20756"
      }
    ]
  },
  "last_update_date": "2024-11-23T21:52:46.521000Z",
  "patch": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/patch#",
      "data": {
        "@container": "@list"
      },
      "sources": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources#"
        }
      }
    },
    "data": [
      {
        "title": "NPLUG",
        "trust": 0.8,
        "url": "http://www.intelbras.com.br/empresarial/wi-fi/para-sua-casa/repetidor-de-sinal/nplug"
      }
    ],
    "sources": [
      {
        "db": "JVNDB",
        "id": "JVNDB-2018-010955"
      }
    ]
  },
  "problemtype_data": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/problemtype_data#",
      "sources": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources#"
        }
      }
    },
    "data": [
      {
        "problemtype": "CWE-352",
        "trust": 1.9
      }
    ],
    "sources": [
      {
        "db": "VULHUB",
        "id": "VHN-122417"
      },
      {
        "db": "JVNDB",
        "id": "JVNDB-2018-010955"
      },
      {
        "db": "NVD",
        "id": "CVE-2018-12456"
      }
    ]
  },
  "references": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/references#",
      "data": {
        "@container": "@list"
      },
      "sources": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources#"
        }
      }
    },
    "data": [
      {
        "trust": 3.1,
        "url": "http://seclists.org/fulldisclosure/2018/oct/18"
      },
      {
        "trust": 0.9,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2018-12456"
      },
      {
        "trust": 0.8,
        "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2018-12456"
      },
      {
        "trust": 0.1,
        "url": "http://10.0.0.1/"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2018-17337"
      },
      {
        "trust": 0.1,
        "url": "http://www.tendacn.com/en/default.html"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2018-12455"
      },
      {
        "trust": 0.1,
        "url": "http://www.intelbras.com.br/empresarial/wi-fi/para-sua-casa/repetidor-de-sinal/nplug"
      },
      {
        "trust": 0.1,
        "url": "http://www.devttys0.com/2013/10/from-china-with-love/"
      },
      {
        "trust": 0.1,
        "url": "http://www.tempest.com.br/"
      },
      {
        "trust": 0.1,
        "url": "http://10.0.0.1/downloadcfg/routercfm.cfg"
      }
    ],
    "sources": [
      {
        "db": "CNVD",
        "id": "CNVD-2018-20756"
      },
      {
        "db": "VULHUB",
        "id": "VHN-122417"
      },
      {
        "db": "JVNDB",
        "id": "JVNDB-2018-010955"
      },
      {
        "db": "PACKETSTORM",
        "id": "149730"
      },
      {
        "db": "CNNVD",
        "id": "CNNVD-201810-544"
      },
      {
        "db": "NVD",
        "id": "CVE-2018-12456"
      }
    ]
  },
  "sources": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/sources#",
      "data": {
        "@container": "@list"
      }
    },
    "data": [
      {
        "db": "CNVD",
        "id": "CNVD-2018-20756"
      },
      {
        "db": "VULHUB",
        "id": "VHN-122417"
      },
      {
        "db": "JVNDB",
        "id": "JVNDB-2018-010955"
      },
      {
        "db": "PACKETSTORM",
        "id": "149730"
      },
      {
        "db": "CNNVD",
        "id": "CNNVD-201810-544"
      },
      {
        "db": "NVD",
        "id": "CVE-2018-12456"
      }
    ]
  },
  "sources_release_date": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/sources_release_date#",
      "data": {
        "@container": "@list"
      }
    },
    "data": [
      {
        "date": "2018-10-12T00:00:00",
        "db": "CNVD",
        "id": "CNVD-2018-20756"
      },
      {
        "date": "2018-10-10T00:00:00",
        "db": "VULHUB",
        "id": "VHN-122417"
      },
      {
        "date": "2018-12-27T00:00:00",
        "db": "JVNDB",
        "id": "JVNDB-2018-010955"
      },
      {
        "date": "2018-10-09T20:32:22",
        "db": "PACKETSTORM",
        "id": "149730"
      },
      {
        "date": "2018-10-11T00:00:00",
        "db": "CNNVD",
        "id": "CNNVD-201810-544"
      },
      {
        "date": "2018-10-10T21:29:01.337000",
        "db": "NVD",
        "id": "CVE-2018-12456"
      }
    ]
  },
  "sources_update_date": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/sources_update_date#",
      "data": {
        "@container": "@list"
      }
    },
    "data": [
      {
        "date": "2018-10-12T00:00:00",
        "db": "CNVD",
        "id": "CNVD-2018-20756"
      },
      {
        "date": "2018-11-28T00:00:00",
        "db": "VULHUB",
        "id": "VHN-122417"
      },
      {
        "date": "2018-12-27T00:00:00",
        "db": "JVNDB",
        "id": "JVNDB-2018-010955"
      },
      {
        "date": "2018-10-11T00:00:00",
        "db": "CNNVD",
        "id": "CNNVD-201810-544"
      },
      {
        "date": "2024-11-21T03:45:15.047000",
        "db": "NVD",
        "id": "CVE-2018-12456"
      }
    ]
  },
  "threat_type": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/threat_type#",
      "sources": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources#"
        }
      }
    },
    "data": "remote",
    "sources": [
      {
        "db": "CNNVD",
        "id": "CNNVD-201810-544"
      }
    ],
    "trust": 0.6
  },
  "title": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/title#",
      "sources": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources#"
        }
      }
    },
    "data": "Intelbras NPLUG Cross-Site Request Forgery Vulnerability",
    "sources": [
      {
        "db": "CNVD",
        "id": "CNVD-2018-20756"
      },
      {
        "db": "CNNVD",
        "id": "CNNVD-201810-544"
      }
    ],
    "trust": 1.2
  },
  "type": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/type#",
      "sources": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources#"
        }
      }
    },
    "data": "cross-site request forgery",
    "sources": [
      {
        "db": "CNNVD",
        "id": "CNNVD-201810-544"
      }
    ],
    "trust": 0.6
  }
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.


Loading…