Search

Find a vulnerability

Search criteria Use this form to refine search results.
Full-text search supports keyword queries with ranking and filtering.
You can combine vendor, product, and sources to narrow results.
Enable “Apply ordering” to sort by date instead of relevance.

    3 vulnerabilities by HACHI

    CVE-2025-1805 (GCVE-0-2025-1805)

    Vulnerability from cvelistv5 – Published: 2025-04-02 12:53 – Updated: 2025-04-03 19:11
    VLAI
    Title
    Crypt::Salt for Perl uses insecure rand() function when generating salts for cryptographic purposes
    Summary
    Crypt::Salt for Perl version 0.01 uses insecure rand() function when generating salts for cryptographic purposes.
    SSVC
    Exploitation: none Automatable: no Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-338 - Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)
    Assigner
    Impacted products
    Vendor Product Version
    HACHI Crypt::Salt Affected: 0.01 (custom)
    Create a notification for this product.
    Credits
    Robert Rothenberg
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "cvssV3_1": {
                  "attackComplexity": "LOW",
                  "attackVector": "NETWORK",
                  "availabilityImpact": "LOW",
                  "baseScore": 5.3,
                  "baseSeverity": "MEDIUM",
                  "confidentialityImpact": "NONE",
                  "integrityImpact": "NONE",
                  "privilegesRequired": "NONE",
                  "scope": "UNCHANGED",
                  "userInteraction": "NONE",
                  "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
                  "version": "3.1"
                }
              },
              {
                "other": {
                  "content": {
                    "id": "CVE-2025-1805",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2025-04-02T14:09:06.451901Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2025-04-03T19:11:47.221Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "collectionURL": "https://cpan.org/modules",
              "defaultStatus": "unaffected",
              "packageName": "Crypt-Salt",
              "product": "Crypt::Salt",
              "programFiles": [
                "lib/Crypt/Salt.pm"
              ],
              "programRoutines": [
                {
                  "name": "salt()"
                }
              ],
              "vendor": "HACHI",
              "versions": [
                {
                  "status": "affected",
                  "version": "0.01",
                  "versionType": "custom"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "type": "finder",
              "value": "Robert Rothenberg"
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "supportingMedia": [
                {
                  "base64": false,
                  "type": "text/html",
                  "value": "Crypt::Salt for Perl version 0.01 uses insecure rand() function when generating salts for cryptographic purposes.\u003cbr\u003e"
                }
              ],
              "value": "Crypt::Salt for Perl version 0.01 uses insecure rand() function when generating salts for cryptographic purposes."
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-338",
                  "description": "CWE-338 Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2025-04-02T12:53:08.960Z",
            "orgId": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
            "shortName": "CPANSec"
          },
          "references": [
            {
              "url": "https://metacpan.org/release/HACHI/Crypt-Salt-0.01/source/lib/Crypt/Salt.pm#L76"
            },
            {
              "url": "https://perldoc.perl.org/functions/rand"
            },
            {
              "url": "https://security.metacpan.org/docs/guides/random-data-for-security.html"
            }
          ],
          "source": {
            "discovery": "UNKNOWN"
          },
          "title": "Crypt::Salt for Perl uses insecure rand() function when generating salts for cryptographic purposes",
          "x_generator": {
            "engine": "Vulnogram 0.2.0"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
        "assignerShortName": "CPANSec",
        "cveId": "CVE-2025-1805",
        "datePublished": "2025-04-02T12:53:08.960Z",
        "dateReserved": "2025-03-01T01:06:50.243Z",
        "dateUpdated": "2025-04-03T19:11:47.221Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }

    CVE-2025-1805 (GCVE-0-2025-1805)

    Vulnerability from nvd – Published: 2025-04-02 12:53 – Updated: 2025-04-03 19:11
    VLAI
    Title
    Crypt::Salt for Perl uses insecure rand() function when generating salts for cryptographic purposes
    Summary
    Crypt::Salt for Perl version 0.01 uses insecure rand() function when generating salts for cryptographic purposes.
    SSVC
    Exploitation: none Automatable: no Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-338 - Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)
    Assigner
    Impacted products
    Vendor Product Version
    HACHI Crypt::Salt Affected: 0.01 (custom)
    Create a notification for this product.
    Credits
    Robert Rothenberg
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "cvssV3_1": {
                  "attackComplexity": "LOW",
                  "attackVector": "NETWORK",
                  "availabilityImpact": "LOW",
                  "baseScore": 5.3,
                  "baseSeverity": "MEDIUM",
                  "confidentialityImpact": "NONE",
                  "integrityImpact": "NONE",
                  "privilegesRequired": "NONE",
                  "scope": "UNCHANGED",
                  "userInteraction": "NONE",
                  "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
                  "version": "3.1"
                }
              },
              {
                "other": {
                  "content": {
                    "id": "CVE-2025-1805",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2025-04-02T14:09:06.451901Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2025-04-03T19:11:47.221Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "collectionURL": "https://cpan.org/modules",
              "defaultStatus": "unaffected",
              "packageName": "Crypt-Salt",
              "product": "Crypt::Salt",
              "programFiles": [
                "lib/Crypt/Salt.pm"
              ],
              "programRoutines": [
                {
                  "name": "salt()"
                }
              ],
              "vendor": "HACHI",
              "versions": [
                {
                  "status": "affected",
                  "version": "0.01",
                  "versionType": "custom"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "type": "finder",
              "value": "Robert Rothenberg"
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "supportingMedia": [
                {
                  "base64": false,
                  "type": "text/html",
                  "value": "Crypt::Salt for Perl version 0.01 uses insecure rand() function when generating salts for cryptographic purposes.\u003cbr\u003e"
                }
              ],
              "value": "Crypt::Salt for Perl version 0.01 uses insecure rand() function when generating salts for cryptographic purposes."
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-338",
                  "description": "CWE-338 Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2025-04-02T12:53:08.960Z",
            "orgId": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
            "shortName": "CPANSec"
          },
          "references": [
            {
              "url": "https://metacpan.org/release/HACHI/Crypt-Salt-0.01/source/lib/Crypt/Salt.pm#L76"
            },
            {
              "url": "https://perldoc.perl.org/functions/rand"
            },
            {
              "url": "https://security.metacpan.org/docs/guides/random-data-for-security.html"
            }
          ],
          "source": {
            "discovery": "UNKNOWN"
          },
          "title": "Crypt::Salt for Perl uses insecure rand() function when generating salts for cryptographic purposes",
          "x_generator": {
            "engine": "Vulnogram 0.2.0"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
        "assignerShortName": "CPANSec",
        "cveId": "CVE-2025-1805",
        "datePublished": "2025-04-02T12:53:08.960Z",
        "dateReserved": "2025-03-01T01:06:50.243Z",
        "dateUpdated": "2025-04-03T19:11:47.221Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }

    VAR-201910-1336

    Vulnerability from variot - Updated: 2023-12-18 13:28

    Authentication bypass vulnerability in the the web interface in Hunt CCTV, Capture CCTV, Hachi CCTV, NoVus CCTV, and Well-Vision Inc DVR systems allows a remote attacker to retrieve the device configuration. Multiple products web There are authentication vulnerabilities in the interface.Information may be obtained. Hunt CCTV is a manufacturer that provides surveillance cameras and closed-circuit television. Multiple Hunt CCTV devices have security vulnerabilities that allow an attacker to submit a simple GET request without any authentication to get the entire backup configuration file. Multiple Hunt CCTV devices are prone to a remote information-disclosure vulnerability. Successful exploits will allow attackers to obtain sensitive information, such as credentials, that may aid in further attacks

    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-201910-1336",
      "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": "hdr-08kd",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "huntcctv",
            "version": null
          },
          {
            "model": "dvr-04nc",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "huntcctv",
            "version": null
          },
          {
            "model": "dr6-708a4h",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "huntcctv",
            "version": null
          },
          {
            "model": "dr6-704a4h",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "huntcctv",
            "version": null
          },
          {
            "model": "dr6-7316a4h",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "huntcctv",
            "version": null
          },
          {
            "model": "nv-dvr1208",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "novuscctv",
            "version": null
          },
          {
            "model": "hv-08rd pro",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "hachi",
            "version": null
          },
          {
            "model": "dvr-16ch",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "huntcctv",
            "version": null
          },
          {
            "model": "cdr 0410ve",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "capturecctv",
            "version": null
          },
          {
            "model": "dvr-08ch",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "huntcctv",
            "version": null
          },
          {
            "model": "nv-dvr1216",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "novuscctv",
            "version": null
          },
          {
            "model": "tw-dvr604",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "vsp",
            "version": null
          },
          {
            "model": "tw-dvr616",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "vsp",
            "version": null
          },
          {
            "model": "dvr-08nc",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "huntcctv",
            "version": null
          },
          {
            "model": "nv-dvr1204",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "novuscctv",
            "version": null
          },
          {
            "model": "cdr 0820vde",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "capturecctv",
            "version": null
          },
          {
            "model": "dr6-7316a4hl",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "huntcctv",
            "version": null
          },
          {
            "model": "dvr-04ch",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "huntcctv",
            "version": null
          },
          {
            "model": "hv-04rd pro",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "hachi",
            "version": null
          },
          {
            "model": "hdr-04kd",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "huntcctv",
            "version": null
          },
          {
            "model": "dr6-704a4h",
            "scope": null,
            "trust": 0.8,
            "vendor": "hunt electronic",
            "version": null
          },
          {
            "model": "dr6-708a4h",
            "scope": null,
            "trust": 0.8,
            "vendor": "hunt electronic",
            "version": null
          },
          {
            "model": "dr6-7316a4h",
            "scope": null,
            "trust": 0.8,
            "vendor": "hunt electronic",
            "version": null
          },
          {
            "model": "dr6-7316a4hl",
            "scope": null,
            "trust": 0.8,
            "vendor": "hunt electronic",
            "version": null
          },
          {
            "model": "dvr-04ch",
            "scope": null,
            "trust": 0.8,
            "vendor": "hunt electronic",
            "version": null
          },
          {
            "model": "dvr-04nc",
            "scope": null,
            "trust": 0.8,
            "vendor": "hunt electronic",
            "version": null
          },
          {
            "model": "dvr-08ch",
            "scope": null,
            "trust": 0.8,
            "vendor": "hunt electronic",
            "version": null
          },
          {
            "model": "dvr-08nc",
            "scope": null,
            "trust": 0.8,
            "vendor": "hunt electronic",
            "version": null
          },
          {
            "model": "dvr-16ch",
            "scope": null,
            "trust": 0.8,
            "vendor": "hunt electronic",
            "version": null
          },
          {
            "model": "hdr-04kd",
            "scope": null,
            "trust": 0.8,
            "vendor": "hunt electronic",
            "version": null
          },
          {
            "model": "cctv dvr-04nc",
            "scope": null,
            "trust": 0.6,
            "vendor": "hunt",
            "version": null
          },
          {
            "model": "cctv dvr-08/dvr-08ch",
            "scope": null,
            "trust": 0.6,
            "vendor": "hunt",
            "version": null
          },
          {
            "model": "cctv dvr-08nc",
            "scope": null,
            "trust": 0.6,
            "vendor": "hunt",
            "version": null
          },
          {
            "model": "cctv dvr-16/dvr-16ch",
            "scope": null,
            "trust": 0.6,
            "vendor": "hunt",
            "version": null
          },
          {
            "model": "cctv cdr 0410ve",
            "scope": null,
            "trust": 0.6,
            "vendor": "hunt",
            "version": null
          },
          {
            "model": "cctv cdr 0820vde",
            "scope": null,
            "trust": 0.6,
            "vendor": "hunt",
            "version": null
          },
          {
            "model": "cctv dr6-704a4h",
            "scope": null,
            "trust": 0.6,
            "vendor": "hunt",
            "version": null
          },
          {
            "model": "cctv dr6-708a4h",
            "scope": null,
            "trust": 0.6,
            "vendor": "hunt",
            "version": null
          },
          {
            "model": "cctv dr6-7316a4h",
            "scope": null,
            "trust": 0.6,
            "vendor": "hunt",
            "version": null
          },
          {
            "model": "cctv dr6-7316a4hl",
            "scope": null,
            "trust": 0.6,
            "vendor": "hunt",
            "version": null
          },
          {
            "model": "cctv hdr-04kd",
            "scope": null,
            "trust": 0.6,
            "vendor": "hunt",
            "version": null
          },
          {
            "model": "cctv hdr-08kd",
            "scope": null,
            "trust": 0.6,
            "vendor": "hunt",
            "version": null
          },
          {
            "model": "cctv hv-04rd pro",
            "scope": null,
            "trust": 0.6,
            "vendor": "hunt",
            "version": null
          },
          {
            "model": "cctv hv-08rd pro",
            "scope": null,
            "trust": 0.6,
            "vendor": "hunt",
            "version": null
          },
          {
            "model": "cctv nv-dvr1204",
            "scope": null,
            "trust": 0.6,
            "vendor": "hunt",
            "version": null
          },
          {
            "model": "cctv nv-dvr1216",
            "scope": null,
            "trust": 0.6,
            "vendor": "hunt",
            "version": null
          },
          {
            "model": "cctv tw-dvr604",
            "scope": null,
            "trust": 0.6,
            "vendor": "hunt",
            "version": null
          },
          {
            "model": "cctv tw-dvr616",
            "scope": null,
            "trust": 0.6,
            "vendor": "hunt",
            "version": null
          },
          {
            "model": "cctv dvr-04/dvr-04ch",
            "scope": null,
            "trust": 0.6,
            "vendor": "hunt",
            "version": null
          },
          {
            "model": "cctv nv-dvr1208",
            "scope": null,
            "trust": 0.6,
            "vendor": "hunt",
            "version": null
          }
        ],
        "sources": [
          {
            "db": "CNVD",
            "id": "CNVD-2013-00647"
          },
          {
            "db": "JVNDB",
            "id": "JVNDB-2013-006882"
          },
          {
            "db": "NVD",
            "id": "CVE-2013-1391"
          }
        ]
      },
      "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": [
              {
                "children": [
                  {
                    "children": [],
                    "cpe_match": [
                      {
                        "cpe23Uri": "cpe:2.3:o:huntcctv:dvr-04ch_firmware:-:*:*:*:*:*:*:*",
                        "cpe_name": [],
                        "vulnerable": true
                      }
                    ],
                    "operator": "OR"
                  },
                  {
                    "children": [],
                    "cpe_match": [
                      {
                        "cpe23Uri": "cpe:2.3:h:huntcctv:dvr-04ch:-:*:*:*:*:*:*:*",
                        "cpe_name": [],
                        "vulnerable": false
                      }
                    ],
                    "operator": "OR"
                  }
                ],
                "cpe_match": [],
                "operator": "AND"
              },
              {
                "children": [
                  {
                    "children": [],
                    "cpe_match": [
                      {
                        "cpe23Uri": "cpe:2.3:o:huntcctv:dvr-04nc_firmware:-:*:*:*:*:*:*:*",
                        "cpe_name": [],
                        "vulnerable": true
                      }
                    ],
                    "operator": "OR"
                  },
                  {
                    "children": [],
                    "cpe_match": [
                      {
                        "cpe23Uri": "cpe:2.3:h:huntcctv:dvr-04nc:-:*:*:*:*:*:*:*",
                        "cpe_name": [],
                        "vulnerable": false
                      }
                    ],
                    "operator": "OR"
                  }
                ],
                "cpe_match": [],
                "operator": "AND"
              },
              {
                "children": [
                  {
                    "children": [],
                    "cpe_match": [
                      {
                        "cpe23Uri": "cpe:2.3:o:huntcctv:dvr-08ch_firmware:-:*:*:*:*:*:*:*",
                        "cpe_name": [],
                        "vulnerable": true
                      }
                    ],
                    "operator": "OR"
                  },
                  {
                    "children": [],
                    "cpe_match": [
                      {
                        "cpe23Uri": "cpe:2.3:h:huntcctv:dvr-08ch:-:*:*:*:*:*:*:*",
                        "cpe_name": [],
                        "vulnerable": false
                      }
                    ],
                    "operator": "OR"
                  }
                ],
                "cpe_match": [],
                "operator": "AND"
              },
              {
                "children": [
                  {
                    "children": [],
                    "cpe_match": [
                      {
                        "cpe23Uri": "cpe:2.3:o:huntcctv:dvr-08nc_firmware:-:*:*:*:*:*:*:*",
                        "cpe_name": [],
                        "vulnerable": true
                      }
                    ],
                    "operator": "OR"
                  },
                  {
                    "children": [],
                    "cpe_match": [
                      {
                        "cpe23Uri": "cpe:2.3:h:huntcctv:dvr-08nc:-:*:*:*:*:*:*:*",
                        "cpe_name": [],
                        "vulnerable": false
                      }
                    ],
                    "operator": "OR"
                  }
                ],
                "cpe_match": [],
                "operator": "AND"
              },
              {
                "children": [
                  {
                    "children": [],
                    "cpe_match": [
                      {
                        "cpe23Uri": "cpe:2.3:o:huntcctv:dvr-16ch_firmware:-:*:*:*:*:*:*:*",
                        "cpe_name": [],
                        "vulnerable": true
                      }
                    ],
                    "operator": "OR"
                  },
                  {
                    "children": [],
                    "cpe_match": [
                      {
                        "cpe23Uri": "cpe:2.3:h:huntcctv:dvr-16ch:-:*:*:*:*:*:*:*",
                        "cpe_name": [],
                        "vulnerable": false
                      }
                    ],
                    "operator": "OR"
                  }
                ],
                "cpe_match": [],
                "operator": "AND"
              },
              {
                "children": [
                  {
                    "children": [],
                    "cpe_match": [
                      {
                        "cpe23Uri": "cpe:2.3:o:huntcctv:dr6-704a4h_firmware:-:*:*:*:*:*:*:*",
                        "cpe_name": [],
                        "vulnerable": true
                      }
                    ],
                    "operator": "OR"
                  },
                  {
                    "children": [],
                    "cpe_match": [
                      {
                        "cpe23Uri": "cpe:2.3:h:huntcctv:dr6-704a4h:-:*:*:*:*:*:*:*",
                        "cpe_name": [],
                        "vulnerable": false
                      }
                    ],
                    "operator": "OR"
                  }
                ],
                "cpe_match": [],
                "operator": "AND"
              },
              {
                "children": [
                  {
                    "children": [],
                    "cpe_match": [
                      {
                        "cpe23Uri": "cpe:2.3:o:huntcctv:dr6-708a4h_firmware:-:*:*:*:*:*:*:*",
                        "cpe_name": [],
                        "vulnerable": true
                      }
                    ],
                    "operator": "OR"
                  },
                  {
                    "children": [],
                    "cpe_match": [
                      {
                        "cpe23Uri": "cpe:2.3:h:huntcctv:dr6-708a4h:-:*:*:*:*:*:*:*",
                        "cpe_name": [],
                        "vulnerable": false
                      }
                    ],
                    "operator": "OR"
                  }
                ],
                "cpe_match": [],
                "operator": "AND"
              },
              {
                "children": [
                  {
                    "children": [],
                    "cpe_match": [
                      {
                        "cpe23Uri": "cpe:2.3:o:huntcctv:dr6-7316a4h_firmware:-:*:*:*:*:*:*:*",
                        "cpe_name": [],
                        "vulnerable": true
                      }
                    ],
                    "operator": "OR"
                  },
                  {
                    "children": [],
                    "cpe_match": [
                      {
                        "cpe23Uri": "cpe:2.3:h:huntcctv:dr6-7316a4h:-:*:*:*:*:*:*:*",
                        "cpe_name": [],
                        "vulnerable": false
                      }
                    ],
                    "operator": "OR"
                  }
                ],
                "cpe_match": [],
                "operator": "AND"
              },
              {
                "children": [
                  {
                    "children": [],
                    "cpe_match": [
                      {
                        "cpe23Uri": "cpe:2.3:o:huntcctv:dr6-7316a4hl_firmware:-:*:*:*:*:*:*:*",
                        "cpe_name": [],
                        "vulnerable": true
                      }
                    ],
                    "operator": "OR"
                  },
                  {
                    "children": [],
                    "cpe_match": [
                      {
                        "cpe23Uri": "cpe:2.3:h:huntcctv:dr6-7316a4hl:-:*:*:*:*:*:*:*",
                        "cpe_name": [],
                        "vulnerable": false
                      }
                    ],
                    "operator": "OR"
                  }
                ],
                "cpe_match": [],
                "operator": "AND"
              },
              {
                "children": [
                  {
                    "children": [],
                    "cpe_match": [
                      {
                        "cpe23Uri": "cpe:2.3:o:huntcctv:hdr-04kd_firmware:-:*:*:*:*:*:*:*",
                        "cpe_name": [],
                        "vulnerable": true
                      }
                    ],
                    "operator": "OR"
                  },
                  {
                    "children": [],
                    "cpe_match": [
                      {
                        "cpe23Uri": "cpe:2.3:h:huntcctv:hdr-04kd:-:*:*:*:*:*:*:*",
                        "cpe_name": [],
                        "vulnerable": false
                      }
                    ],
                    "operator": "OR"
                  }
                ],
                "cpe_match": [],
                "operator": "AND"
              },
              {
                "children": [
                  {
                    "children": [],
                    "cpe_match": [
                      {
                        "cpe23Uri": "cpe:2.3:o:huntcctv:hdr-08kd_firmware:-:*:*:*:*:*:*:*",
                        "cpe_name": [],
                        "vulnerable": true
                      }
                    ],
                    "operator": "OR"
                  },
                  {
                    "children": [],
                    "cpe_match": [
                      {
                        "cpe23Uri": "cpe:2.3:h:huntcctv:hdr-08kd:-:*:*:*:*:*:*:*",
                        "cpe_name": [],
                        "vulnerable": false
                      }
                    ],
                    "operator": "OR"
                  }
                ],
                "cpe_match": [],
                "operator": "AND"
              },
              {
                "children": [
                  {
                    "children": [],
                    "cpe_match": [
                      {
                        "cpe23Uri": "cpe:2.3:o:capturecctv:cdr_0410ve_firmware:-:*:*:*:*:*:*:*",
                        "cpe_name": [],
                        "vulnerable": true
                      }
                    ],
                    "operator": "OR"
                  },
                  {
                    "children": [],
                    "cpe_match": [
                      {
                        "cpe23Uri": "cpe:2.3:h:capturecctv:cdr_0410ve:-:*:*:*:*:*:*:*",
                        "cpe_name": [],
                        "vulnerable": false
                      }
                    ],
                    "operator": "OR"
                  }
                ],
                "cpe_match": [],
                "operator": "AND"
              },
              {
                "children": [
                  {
                    "children": [],
                    "cpe_match": [
                      {
                        "cpe23Uri": "cpe:2.3:o:capturecctv:cdr_0820vde_firmware:-:*:*:*:*:*:*:*",
                        "cpe_name": [],
                        "vulnerable": true
                      }
                    ],
                    "operator": "OR"
                  },
                  {
                    "children": [],
                    "cpe_match": [
                      {
                        "cpe23Uri": "cpe:2.3:h:capturecctv:cdr_0820vde:-:*:*:*:*:*:*:*",
                        "cpe_name": [],
                        "vulnerable": false
                      }
                    ],
                    "operator": "OR"
                  }
                ],
                "cpe_match": [],
                "operator": "AND"
              },
              {
                "children": [
                  {
                    "children": [],
                    "cpe_match": [
                      {
                        "cpe23Uri": "cpe:2.3:o:hachi:hv-04rd_pro_firmware:-:*:*:*:*:*:*:*",
                        "cpe_name": [],
                        "vulnerable": true
                      }
                    ],
                    "operator": "OR"
                  },
                  {
                    "children": [],
                    "cpe_match": [
                      {
                        "cpe23Uri": "cpe:2.3:h:hachi:hv-04rd_pro:-:*:*:*:*:*:*:*",
                        "cpe_name": [],
                        "vulnerable": false
                      }
                    ],
                    "operator": "OR"
                  }
                ],
                "cpe_match": [],
                "operator": "AND"
              },
              {
                "children": [
                  {
                    "children": [],
                    "cpe_match": [
                      {
                        "cpe23Uri": "cpe:2.3:o:hachi:hv-08rd_pro_firmware:-:*:*:*:*:*:*:*",
                        "cpe_name": [],
                        "vulnerable": true
                      }
                    ],
                    "operator": "OR"
                  },
                  {
                    "children": [],
                    "cpe_match": [
                      {
                        "cpe23Uri": "cpe:2.3:h:hachi:hv-08rd_pro:-:*:*:*:*:*:*:*",
                        "cpe_name": [],
                        "vulnerable": false
                      }
                    ],
                    "operator": "OR"
                  }
                ],
                "cpe_match": [],
                "operator": "AND"
              },
              {
                "children": [
                  {
                    "children": [],
                    "cpe_match": [
                      {
                        "cpe23Uri": "cpe:2.3:o:novuscctv:nv-dvr1204_firmware:-:*:*:*:*:*:*:*",
                        "cpe_name": [],
                        "vulnerable": true
                      }
                    ],
                    "operator": "OR"
                  },
                  {
                    "children": [],
                    "cpe_match": [
                      {
                        "cpe23Uri": "cpe:2.3:h:novuscctv:nv-dvr1204:-:*:*:*:*:*:*:*",
                        "cpe_name": [],
                        "vulnerable": false
                      }
                    ],
                    "operator": "OR"
                  }
                ],
                "cpe_match": [],
                "operator": "AND"
              },
              {
                "children": [
                  {
                    "children": [],
                    "cpe_match": [
                      {
                        "cpe23Uri": "cpe:2.3:o:novuscctv:nv-dvr1208_firmware:-:*:*:*:*:*:*:*",
                        "cpe_name": [],
                        "vulnerable": true
                      }
                    ],
                    "operator": "OR"
                  },
                  {
                    "children": [],
                    "cpe_match": [
                      {
                        "cpe23Uri": "cpe:2.3:h:novuscctv:nv-dvr1208:-:*:*:*:*:*:*:*",
                        "cpe_name": [],
                        "vulnerable": false
                      }
                    ],
                    "operator": "OR"
                  }
                ],
                "cpe_match": [],
                "operator": "AND"
              },
              {
                "children": [
                  {
                    "children": [],
                    "cpe_match": [
                      {
                        "cpe23Uri": "cpe:2.3:o:novuscctv:nv-dvr1216_firmware:-:*:*:*:*:*:*:*",
                        "cpe_name": [],
                        "vulnerable": true
                      }
                    ],
                    "operator": "OR"
                  },
                  {
                    "children": [],
                    "cpe_match": [
                      {
                        "cpe23Uri": "cpe:2.3:h:novuscctv:nv-dvr1216:-:*:*:*:*:*:*:*",
                        "cpe_name": [],
                        "vulnerable": false
                      }
                    ],
                    "operator": "OR"
                  }
                ],
                "cpe_match": [],
                "operator": "AND"
              },
              {
                "children": [
                  {
                    "children": [],
                    "cpe_match": [
                      {
                        "cpe23Uri": "cpe:2.3:o:vsp:tw-dvr604_firmware:-:*:*:*:*:*:*:*",
                        "cpe_name": [],
                        "vulnerable": true
                      }
                    ],
                    "operator": "OR"
                  },
                  {
                    "children": [],
                    "cpe_match": [
                      {
                        "cpe23Uri": "cpe:2.3:h:vsp:tw-dvr604:-:*:*:*:*:*:*:*",
                        "cpe_name": [],
                        "vulnerable": false
                      }
                    ],
                    "operator": "OR"
                  }
                ],
                "cpe_match": [],
                "operator": "AND"
              },
              {
                "children": [
                  {
                    "children": [],
                    "cpe_match": [
                      {
                        "cpe23Uri": "cpe:2.3:o:vsp:tw-dvr616_firmware:-:*:*:*:*:*:*:*",
                        "cpe_name": [],
                        "vulnerable": true
                      }
                    ],
                    "operator": "OR"
                  },
                  {
                    "children": [],
                    "cpe_match": [
                      {
                        "cpe23Uri": "cpe:2.3:h:vsp:tw-dvr616:-:*:*:*:*:*:*:*",
                        "cpe_name": [],
                        "vulnerable": false
                      }
                    ],
                    "operator": "OR"
                  }
                ],
                "cpe_match": [],
                "operator": "AND"
              }
            ]
          }
        ],
        "sources": [
          {
            "db": "NVD",
            "id": "CVE-2013-1391"
          }
        ]
      },
      "credits": {
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/credits#",
          "sources": {
            "@container": "@list",
            "@context": {
              "@vocab": "https://www.variotdbs.pl/ref/sources#"
            }
          }
        },
        "data": "Alejandro Ramos",
        "sources": [
          {
            "db": "BID",
            "id": "57579"
          },
          {
            "db": "CNNVD",
            "id": "CNNVD-201301-573"
          }
        ],
        "trust": 0.9
      },
      "cve": "CVE-2013-1391",
      "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": [
              {
                "acInsufInfo": false,
                "accessComplexity": "LOW",
                "accessVector": "NETWORK",
                "authentication": "NONE",
                "author": "NVD",
                "availabilityImpact": "NONE",
                "baseScore": 5.0,
                "confidentialityImpact": "PARTIAL",
                "exploitabilityScore": 10.0,
                "impactScore": 2.9,
                "integrityImpact": "NONE",
                "obtainAllPrivilege": false,
                "obtainOtherPrivilege": false,
                "obtainUserPrivilege": false,
                "severity": "MEDIUM",
                "trust": 1.0,
                "userInteractionRequired": false,
                "vectorString": "AV:N/AC:L/Au:N/C:P/I:N/A:N",
                "version": "2.0"
              },
              {
                "acInsufInfo": null,
                "accessComplexity": "Low",
                "accessVector": "Network",
                "authentication": "None",
                "author": "NVD",
                "availabilityImpact": "None",
                "baseScore": 5.0,
                "confidentialityImpact": "Partial",
                "exploitabilityScore": null,
                "id": "CVE-2013-1391",
                "impactScore": null,
                "integrityImpact": "None",
                "obtainAllPrivilege": null,
                "obtainOtherPrivilege": null,
                "obtainUserPrivilege": null,
                "severity": "Medium",
                "trust": 0.8,
                "userInteractionRequired": null,
                "vectorString": "AV:N/AC:L/Au:N/C:P/I:N/A:N",
                "version": "2.0"
              }
            ],
            "cvssV3": [
              {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "author": "NVD",
                "availabilityImpact": "NONE",
                "baseScore": 7.5,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "HIGH",
                "exploitabilityScore": 3.9,
                "impactScore": 3.6,
                "integrityImpact": "NONE",
                "privilegesRequired": "NONE",
                "scope": "UNCHANGED",
                "trust": 1.0,
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
                "version": "3.1"
              },
              {
                "attackComplexity": "Low",
                "attackVector": "Network",
                "author": "NVD",
                "availabilityImpact": "None",
                "baseScore": 7.5,
                "baseSeverity": "High",
                "confidentialityImpact": "High",
                "exploitabilityScore": null,
                "id": "CVE-2013-1391",
                "impactScore": null,
                "integrityImpact": "None",
                "privilegesRequired": "None",
                "scope": "Unchanged",
                "trust": 0.8,
                "userInteraction": "None",
                "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
                "version": "3.0"
              }
            ],
            "severity": [
              {
                "author": "NVD",
                "id": "CVE-2013-1391",
                "trust": 1.8,
                "value": "HIGH"
              },
              {
                "author": "CNNVD",
                "id": "CNNVD-201301-573",
                "trust": 0.6,
                "value": "HIGH"
              }
            ]
          }
        ],
        "sources": [
          {
            "db": "JVNDB",
            "id": "JVNDB-2013-006882"
          },
          {
            "db": "NVD",
            "id": "CVE-2013-1391"
          },
          {
            "db": "CNNVD",
            "id": "CNNVD-201301-573"
          }
        ]
      },
      "description": {
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/description#",
          "sources": {
            "@container": "@list",
            "@context": {
              "@vocab": "https://www.variotdbs.pl/ref/sources#"
            }
          }
        },
        "data": "Authentication bypass vulnerability in the the web interface in Hunt CCTV, Capture CCTV, Hachi CCTV, NoVus CCTV, and Well-Vision Inc DVR systems allows a remote attacker to retrieve the device configuration. Multiple products web There are authentication vulnerabilities in the interface.Information may be obtained. Hunt CCTV is a manufacturer that provides surveillance cameras and closed-circuit television. Multiple Hunt CCTV devices have security vulnerabilities that allow an attacker to submit a simple GET request without any authentication to get the entire backup configuration file. Multiple Hunt CCTV devices are prone to a remote information-disclosure vulnerability. \nSuccessful exploits will allow attackers to obtain sensitive information, such as credentials, that may aid in further attacks",
        "sources": [
          {
            "db": "NVD",
            "id": "CVE-2013-1391"
          },
          {
            "db": "JVNDB",
            "id": "JVNDB-2013-006882"
          },
          {
            "db": "CNVD",
            "id": "CNVD-2013-00647"
          },
          {
            "db": "BID",
            "id": "57579"
          }
        ],
        "trust": 2.43
      },
      "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-2013-1391",
            "trust": 3.3
          },
          {
            "db": "BID",
            "id": "57579",
            "trust": 2.7
          },
          {
            "db": "JVNDB",
            "id": "JVNDB-2013-006882",
            "trust": 0.8
          },
          {
            "db": "CNVD",
            "id": "CNVD-2013-00647",
            "trust": 0.6
          },
          {
            "db": "CNNVD",
            "id": "CNNVD-201301-573",
            "trust": 0.6
          }
        ],
        "sources": [
          {
            "db": "CNVD",
            "id": "CNVD-2013-00647"
          },
          {
            "db": "BID",
            "id": "57579"
          },
          {
            "db": "JVNDB",
            "id": "JVNDB-2013-006882"
          },
          {
            "db": "NVD",
            "id": "CVE-2013-1391"
          },
          {
            "db": "CNNVD",
            "id": "CNNVD-201301-573"
          }
        ]
      },
      "id": "VAR-201910-1336",
      "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-2013-00647"
          }
        ],
        "trust": 1.6
      },
      "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-2013-00647"
          }
        ]
      },
      "last_update_date": "2023-12-18T13:28:22.365000Z",
      "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": "Top Page",
            "trust": 0.8,
            "url": "https://huntcctv.com/"
          }
        ],
        "sources": [
          {
            "db": "JVNDB",
            "id": "JVNDB-2013-006882"
          }
        ]
      },
      "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-287",
            "trust": 1.8
          }
        ],
        "sources": [
          {
            "db": "JVNDB",
            "id": "JVNDB-2013-006882"
          },
          {
            "db": "NVD",
            "id": "CVE-2013-1391"
          }
        ]
      },
      "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": 2.4,
            "url": "https://www.securityfocus.com/bid/57579/info"
          },
          {
            "trust": 1.6,
            "url": "http://www.securitybydefault.com/2013/01/12000-grabadores-de-video-expuestos-en.html"
          },
          {
            "trust": 1.6,
            "url": "https://www.rapid7.com/db/modules/auxiliary/scanner/misc/dvr_config_disclosure"
          },
          {
            "trust": 1.4,
            "url": "https://nvd.nist.gov/vuln/detail/cve-2013-1391"
          },
          {
            "trust": 0.8,
            "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-1391"
          },
          {
            "trust": 0.6,
            "url": "http://seclists.org/fulldisclosure/2013/jan/246"
          }
        ],
        "sources": [
          {
            "db": "CNVD",
            "id": "CNVD-2013-00647"
          },
          {
            "db": "JVNDB",
            "id": "JVNDB-2013-006882"
          },
          {
            "db": "NVD",
            "id": "CVE-2013-1391"
          },
          {
            "db": "CNNVD",
            "id": "CNNVD-201301-573"
          }
        ]
      },
      "sources": {
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources#",
          "data": {
            "@container": "@list"
          }
        },
        "data": [
          {
            "db": "CNVD",
            "id": "CNVD-2013-00647"
          },
          {
            "db": "BID",
            "id": "57579"
          },
          {
            "db": "JVNDB",
            "id": "JVNDB-2013-006882"
          },
          {
            "db": "NVD",
            "id": "CVE-2013-1391"
          },
          {
            "db": "CNNVD",
            "id": "CNNVD-201301-573"
          }
        ]
      },
      "sources_release_date": {
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources_release_date#",
          "data": {
            "@container": "@list"
          }
        },
        "data": [
          {
            "date": "2013-02-01T00:00:00",
            "db": "CNVD",
            "id": "CNVD-2013-00647"
          },
          {
            "date": "2013-01-29T00:00:00",
            "db": "BID",
            "id": "57579"
          },
          {
            "date": "2019-11-08T00:00:00",
            "db": "JVNDB",
            "id": "JVNDB-2013-006882"
          },
          {
            "date": "2019-10-30T21:15:11.507000",
            "db": "NVD",
            "id": "CVE-2013-1391"
          },
          {
            "date": "2013-01-31T00:00:00",
            "db": "CNNVD",
            "id": "CNNVD-201301-573"
          }
        ]
      },
      "sources_update_date": {
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources_update_date#",
          "data": {
            "@container": "@list"
          }
        },
        "data": [
          {
            "date": "2013-02-01T00:00:00",
            "db": "CNVD",
            "id": "CNVD-2013-00647"
          },
          {
            "date": "2013-01-29T00:00:00",
            "db": "BID",
            "id": "57579"
          },
          {
            "date": "2019-11-08T00:00:00",
            "db": "JVNDB",
            "id": "JVNDB-2013-006882"
          },
          {
            "date": "2019-11-05T16:33:55.230000",
            "db": "NVD",
            "id": "CVE-2013-1391"
          },
          {
            "date": "2021-07-12T00:00:00",
            "db": "CNNVD",
            "id": "CNNVD-201301-573"
          }
        ]
      },
      "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-201301-573"
          }
        ],
        "trust": 0.6
      },
      "title": {
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/title#",
          "sources": {
            "@container": "@list",
            "@context": {
              "@vocab": "https://www.variotdbs.pl/ref/sources#"
            }
          }
        },
        "data": "Multiple products  web Authentication vulnerabilities in interfaces",
        "sources": [
          {
            "db": "JVNDB",
            "id": "JVNDB-2013-006882"
          }
        ],
        "trust": 0.8
      },
      "type": {
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/type#",
          "sources": {
            "@container": "@list",
            "@context": {
              "@vocab": "https://www.variotdbs.pl/ref/sources#"
            }
          }
        },
        "data": "authorization issue",
        "sources": [
          {
            "db": "CNNVD",
            "id": "CNNVD-201301-573"
          }
        ],
        "trust": 0.6
      }
    }