Search

Find a vulnerability

Search criteria

    3 vulnerabilities by team

    CVE-2026-8722 (GCVE-0-2026-8722)

    Vulnerability from nvd – Published: 2026-06-03 23:45 – Updated: 2026-06-19 15:33
    VLAI
    Title
    Net::Async::Statsd::Client versions through 0.005 for Perl allow metric injections
    Summary
    Net::Async::Statsd::Client versions through 0.005 for Perl allow metric injections. The metric names are not checked for newlines, colons or pipes. Metrics generated from untrusted sources could inject additional statsd metrics.
    SSVC
    Exploitation: none Automatable: yes Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-93 - Improper Neutralization of CRLF Sequences
    • CWE-150 - Improper Neutralization of Escape, Meta, or Control Sequences
    Assigner
    Impacted products
    Vendor Product Version
    TEAM Net::Async::Statsd::Client Affected: 0 , ≤ 0.005 (custom)
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "cvssV3_1": {
                  "attackComplexity": "LOW",
                  "attackVector": "NETWORK",
                  "availabilityImpact": "NONE",
                  "baseScore": 6.5,
                  "baseSeverity": "MEDIUM",
                  "confidentialityImpact": "LOW",
                  "integrityImpact": "LOW",
                  "privilegesRequired": "NONE",
                  "scope": "UNCHANGED",
                  "userInteraction": "NONE",
                  "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
                  "version": "3.1"
                }
              },
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-8722",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-06-04T18:30:45.633771Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-06-04T18:31:02.943Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "collectionURL": "https://cpan.org/modules",
              "defaultStatus": "unaffected",
              "packageName": "Net-Async-Statsd",
              "product": "Net::Async::Statsd::Client",
              "programRoutines": [
                {
                  "name": "Net::Async::Statsd::Client::queue_stat"
                }
              ],
              "repo": "https://github.com/team-at-cpan/Net-Async-Statsd",
              "vendor": "TEAM",
              "versions": [
                {
                  "lessThanOrEqual": "0.005",
                  "status": "affected",
                  "version": "0",
                  "versionType": "custom"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "Net::Async::Statsd::Client versions through 0.005 for Perl allow metric injections.\n\nThe metric names are not checked for newlines, colons or pipes. Metrics generated from untrusted sources could inject additional statsd metrics."
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-93",
                  "description": "CWE-93 Improper Neutralization of CRLF Sequences",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            },
            {
              "descriptions": [
                {
                  "cweId": "CWE-150",
                  "description": "CWE-150 Improper Neutralization of Escape, Meta, or Control Sequences",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-06-19T15:33:53.933Z",
            "orgId": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
            "shortName": "CPANSec"
          },
          "references": [
            {
              "tags": [
                "related"
              ],
              "url": "https://www.cve.org/CVERecord?id=CVE-2026-46719"
            },
            {
              "tags": [
                "related"
              ],
              "url": "https://www.cve.org/CVERecord?id=CVE-2026-46720"
            }
          ],
          "source": {
            "discovery": "UNKNOWN"
          },
          "title": "Net::Async::Statsd::Client versions through 0.005 for Perl allow metric injections",
          "workarounds": [
            {
              "lang": "en",
              "value": "Ensure only trusted data is submitted to metrics."
            }
          ],
          "x_generator": {
            "engine": "cpansec-cna-tool 0.1"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
        "assignerShortName": "CPANSec",
        "cveId": "CVE-2026-8722",
        "datePublished": "2026-06-03T23:45:27.353Z",
        "dateReserved": "2026-05-16T01:26:22.806Z",
        "dateUpdated": "2026-06-19T15:33:53.933Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-8722 (GCVE-0-2026-8722)

    Vulnerability from cvelistv5 – Published: 2026-06-03 23:45 – Updated: 2026-06-19 15:33
    VLAI
    Title
    Net::Async::Statsd::Client versions through 0.005 for Perl allow metric injections
    Summary
    Net::Async::Statsd::Client versions through 0.005 for Perl allow metric injections. The metric names are not checked for newlines, colons or pipes. Metrics generated from untrusted sources could inject additional statsd metrics.
    SSVC
    Exploitation: none Automatable: yes Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-93 - Improper Neutralization of CRLF Sequences
    • CWE-150 - Improper Neutralization of Escape, Meta, or Control Sequences
    Assigner
    Impacted products
    Vendor Product Version
    TEAM Net::Async::Statsd::Client Affected: 0 , ≤ 0.005 (custom)
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "cvssV3_1": {
                  "attackComplexity": "LOW",
                  "attackVector": "NETWORK",
                  "availabilityImpact": "NONE",
                  "baseScore": 6.5,
                  "baseSeverity": "MEDIUM",
                  "confidentialityImpact": "LOW",
                  "integrityImpact": "LOW",
                  "privilegesRequired": "NONE",
                  "scope": "UNCHANGED",
                  "userInteraction": "NONE",
                  "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
                  "version": "3.1"
                }
              },
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-8722",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-06-04T18:30:45.633771Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-06-04T18:31:02.943Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "collectionURL": "https://cpan.org/modules",
              "defaultStatus": "unaffected",
              "packageName": "Net-Async-Statsd",
              "product": "Net::Async::Statsd::Client",
              "programRoutines": [
                {
                  "name": "Net::Async::Statsd::Client::queue_stat"
                }
              ],
              "repo": "https://github.com/team-at-cpan/Net-Async-Statsd",
              "vendor": "TEAM",
              "versions": [
                {
                  "lessThanOrEqual": "0.005",
                  "status": "affected",
                  "version": "0",
                  "versionType": "custom"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "Net::Async::Statsd::Client versions through 0.005 for Perl allow metric injections.\n\nThe metric names are not checked for newlines, colons or pipes. Metrics generated from untrusted sources could inject additional statsd metrics."
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-93",
                  "description": "CWE-93 Improper Neutralization of CRLF Sequences",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            },
            {
              "descriptions": [
                {
                  "cweId": "CWE-150",
                  "description": "CWE-150 Improper Neutralization of Escape, Meta, or Control Sequences",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-06-19T15:33:53.933Z",
            "orgId": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
            "shortName": "CPANSec"
          },
          "references": [
            {
              "tags": [
                "related"
              ],
              "url": "https://www.cve.org/CVERecord?id=CVE-2026-46719"
            },
            {
              "tags": [
                "related"
              ],
              "url": "https://www.cve.org/CVERecord?id=CVE-2026-46720"
            }
          ],
          "source": {
            "discovery": "UNKNOWN"
          },
          "title": "Net::Async::Statsd::Client versions through 0.005 for Perl allow metric injections",
          "workarounds": [
            {
              "lang": "en",
              "value": "Ensure only trusted data is submitted to metrics."
            }
          ],
          "x_generator": {
            "engine": "cpansec-cna-tool 0.1"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
        "assignerShortName": "CPANSec",
        "cveId": "CVE-2026-8722",
        "datePublished": "2026-06-03T23:45:27.353Z",
        "dateReserved": "2026-05-16T01:26:22.806Z",
        "dateUpdated": "2026-06-19T15:33:53.933Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    VAR-200412-0018

    Vulnerability from variot - Updated: 2025-04-03 22:31

    Multiple implementations of the DNS protocol, including (1) Poslib 1.0.2-1 and earlier as used by Posadis, (2) Axis Network products before firmware 3.13, and (3) Men & Mice Suite 2.2x before 2.2.3 and 3.5.x before 3.5.2, allow remote attackers to cause a denial of service (CPU and network bandwidth consumption) by triggering a communications loop via (a) DNS query packets with localhost as a spoofed source address, or (b) a response packet that triggers a response packet. [CERT/CC VU#887766 See also ] DNS A vulnerability in the protocol implementation has been identified. Depending on the implementation, between servers Query - response A storm may occur. Also, localhost UDP 53 Port is From If a query with is sent, the server may continue to respond to the server itself and resources may be exhausted.Denial of service (denial-of-service, DoS) You can be attacked. Multiple DNS vendors are reported susceptible to a denial of service vulnerability

    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-200412-0018",
      "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": "delegate",
            "scope": "eq",
            "trust": 1.9,
            "vendor": "delegate",
            "version": "8.9.5"
          },
          {
            "model": "wingate",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "qbik",
            "version": "4.0.1"
          },
          {
            "model": "wingate",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "qbik",
            "version": "3.0"
          },
          {
            "model": "posadis",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "posadis",
            "version": "0.60.1"
          },
          {
            "model": "posadis",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "posadis",
            "version": "0.60.0"
          },
          {
            "model": "posadis",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "posadis",
            "version": "0.50.9"
          },
          {
            "model": "posadis",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "posadis",
            "version": "0.50.8"
          },
          {
            "model": "posadis",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "posadis",
            "version": "0.50.7"
          },
          {
            "model": "posadis",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "posadis",
            "version": "0.50.6"
          },
          {
            "model": "posadis",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "posadis",
            "version": "0.50.5"
          },
          {
            "model": "posadis",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "posadis",
            "version": "0.50.4"
          },
          {
            "model": "maradns",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "maradns",
            "version": "0.8.05"
          },
          {
            "model": "maradns",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "maradns",
            "version": "0.5.31"
          },
          {
            "model": "maradns",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "maradns",
            "version": "0.5.30"
          },
          {
            "model": "maradns",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "maradns",
            "version": "0.5.29"
          },
          {
            "model": "maradns",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "maradns",
            "version": "0.5.28"
          },
          {
            "model": "dnrd",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "dnrd",
            "version": "2.10"
          },
          {
            "model": "dnrd",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "dnrd",
            "version": "2.9"
          },
          {
            "model": "dnrd",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "dnrd",
            "version": "2.8"
          },
          {
            "model": "dnrd",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "dnrd",
            "version": "2.7"
          },
          {
            "model": "dnrd",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "dnrd",
            "version": "2.6"
          },
          {
            "model": "dnrd",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "dnrd",
            "version": "2.5"
          },
          {
            "model": "dnrd",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "dnrd",
            "version": "2.4"
          },
          {
            "model": "dnrd",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "dnrd",
            "version": "2.3"
          },
          {
            "model": "dnrd",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "dnrd",
            "version": "2.2"
          },
          {
            "model": "dnrd",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "dnrd",
            "version": "2.1"
          },
          {
            "model": "dnrd",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "dnrd",
            "version": "2.0"
          },
          {
            "model": "dnrd",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "dnrd",
            "version": "1.4"
          },
          {
            "model": "dnrd",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "dnrd",
            "version": "1.3"
          },
          {
            "model": "dnrd",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "dnrd",
            "version": "1.2"
          },
          {
            "model": "dnrd",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "dnrd",
            "version": "1.1"
          },
          {
            "model": "dnrd",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "dnrd",
            "version": "1.0"
          },
          {
            "model": "delegate",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "delegate",
            "version": "8.9.4"
          },
          {
            "model": "delegate",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "delegate",
            "version": "8.9.3"
          },
          {
            "model": "delegate",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "delegate",
            "version": "8.9.2"
          },
          {
            "model": "delegate",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "delegate",
            "version": "8.9.1"
          },
          {
            "model": "delegate",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "delegate",
            "version": "8.9"
          },
          {
            "model": "delegate",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "delegate",
            "version": "8.5.0"
          },
          {
            "model": "delegate",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "delegate",
            "version": "8.4.0"
          },
          {
            "model": "delegate",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "delegate",
            "version": "8.3.4"
          },
          {
            "model": "delegate",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "delegate",
            "version": "8.3.3"
          },
          {
            "model": "delegate",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "delegate",
            "version": "7.9.11"
          },
          {
            "model": "delegate",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "delegate",
            "version": "7.8.2"
          },
          {
            "model": "delegate",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "delegate",
            "version": "7.8.1"
          },
          {
            "model": "delegate",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "delegate",
            "version": "7.8.0"
          },
          {
            "model": "delegate",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "delegate",
            "version": "7.7.1"
          },
          {
            "model": "delegate",
            "scope": "eq",
            "trust": 1.3,
            "vendor": "delegate",
            "version": "7.7.0"
          },
          {
            "model": "2100 network camera",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "axis",
            "version": "2.30"
          },
          {
            "model": "2100 network camera",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "axis",
            "version": "2.0"
          },
          {
            "model": "2420 network camera",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "axis",
            "version": "2.33"
          },
          {
            "model": "2120 network camera",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "axis",
            "version": "2.31"
          },
          {
            "model": "2120 network camera",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "axis",
            "version": "2.41"
          },
          {
            "model": "raidendnsd",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "team johnlong",
            "version": "*"
          },
          {
            "model": "2100 network camera",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "axis",
            "version": "2.33"
          },
          {
            "model": "2400 video server",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "axis",
            "version": "3.12"
          },
          {
            "model": "2100 network camera",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "axis",
            "version": "2.41"
          },
          {
            "model": "mydns",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "don moore",
            "version": "0.6"
          },
          {
            "model": "wingate",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "qbik",
            "version": "6.0.1_build_993"
          },
          {
            "model": "2110 network camera",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "axis",
            "version": "2.32"
          },
          {
            "model": "2420 network camera",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "axis",
            "version": "2.32"
          },
          {
            "model": "2110 network camera",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "axis",
            "version": "2.34"
          },
          {
            "model": "2420 network camera",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "axis",
            "version": "2.34"
          },
          {
            "model": "2400 video server",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "axis",
            "version": "3.11"
          },
          {
            "model": "posadis",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "posadis",
            "version": "m5pre2"
          },
          {
            "model": "2110 network camera",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "axis",
            "version": "2.30"
          },
          {
            "model": "2100 network camera",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "axis",
            "version": "2.03"
          },
          {
            "model": "2120 network camera",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "axis",
            "version": "2.34"
          },
          {
            "model": "2420 network camera",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "axis",
            "version": "2.30"
          },
          {
            "model": "mydns",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "don moore",
            "version": "0.10.0"
          },
          {
            "model": "2120 network camera",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "axis",
            "version": "2.30"
          },
          {
            "model": "2120 network camera",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "axis",
            "version": "2.12"
          },
          {
            "model": "2120 network camera",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "axis",
            "version": "2.40"
          },
          {
            "model": "mydns",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "don moore",
            "version": "0.9"
          },
          {
            "model": "2460 network dvr",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "axis",
            "version": "3.12"
          },
          {
            "model": "dns server",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "pliant",
            "version": "*"
          },
          {
            "model": "2110 network camera",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "axis",
            "version": "2.31"
          },
          {
            "model": "2100 network camera",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "axis",
            "version": "2.12"
          },
          {
            "model": "2100 network camera",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "axis",
            "version": "2.40"
          },
          {
            "model": "2420 network camera",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "axis",
            "version": "2.31"
          },
          {
            "model": "2110 network camera",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "axis",
            "version": "2.41"
          },
          {
            "model": "wingate",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "qbik",
            "version": "6.0"
          },
          {
            "model": "posadis",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "posadis",
            "version": "m5pre1"
          },
          {
            "model": "2420 network camera",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "axis",
            "version": "2.41"
          },
          {
            "model": "2100 network camera",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "axis",
            "version": "2.31"
          },
          {
            "model": "2401 video server",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "axis",
            "version": "3.12"
          },
          {
            "model": "mydns",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "don moore",
            "version": "0.7"
          },
          {
            "model": "mydns",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "don moore",
            "version": "0.8"
          },
          {
            "model": "2120 network camera",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "axis",
            "version": "2.32"
          },
          {
            "model": "2100 network camera",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "axis",
            "version": "2.32"
          },
          {
            "model": "2100 network camera",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "axis",
            "version": "2.02"
          },
          {
            "model": "2110 network camera",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "axis",
            "version": "2.12"
          },
          {
            "model": "2110 network camera",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "axis",
            "version": "2.40"
          },
          {
            "model": "wingate",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "qbik",
            "version": "4.1_beta_a"
          },
          {
            "model": "wingate",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "qbik",
            "version": "6.0.1_build_995"
          },
          {
            "model": "2100 network camera",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "axis",
            "version": "2.01"
          },
          {
            "model": "2100 network camera",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "axis",
            "version": "2.34"
          },
          {
            "model": "2420 network camera",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "axis",
            "version": "2.12"
          },
          {
            "model": "2420 network camera",
            "scope": "eq",
            "trust": 1.0,
            "vendor": "axis",
            "version": "2.40"
          },
          {
            "model": "",
            "scope": null,
            "trust": 0.8,
            "vendor": "multiple vendors",
            "version": null
          },
          {
            "model": "johnlong raidendnsd",
            "scope": null,
            "trust": 0.3,
            "vendor": "team",
            "version": null
          },
          {
            "model": "wingate build",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "qbik",
            "version": "6.0.1995"
          },
          {
            "model": "wingate build",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "qbik",
            "version": "6.0.1993"
          },
          {
            "model": "wingate",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "qbik",
            "version": "6.0.0"
          },
          {
            "model": "wingate beta a",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "qbik",
            "version": "4.1"
          },
          {
            "model": "m5pre2",
            "scope": null,
            "trust": 0.3,
            "vendor": "posadis",
            "version": null
          },
          {
            "model": "m5pre1",
            "scope": null,
            "trust": 0.3,
            "vendor": "posadis",
            "version": null
          },
          {
            "model": "dns server",
            "scope": null,
            "trust": 0.3,
            "vendor": "pliant",
            "version": null
          },
          {
            "model": "moore mydns",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "don",
            "version": "0.10.0"
          },
          {
            "model": "moore mydns",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "don",
            "version": "0.9x"
          },
          {
            "model": "moore mydns",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "don",
            "version": "0.8x"
          },
          {
            "model": "moore mydns",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "don",
            "version": "0.7x"
          },
          {
            "model": "moore mydns",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "don",
            "version": "0.6x"
          },
          {
            "model": "communications digital video recorder",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "axis",
            "version": "24603.12"
          },
          {
            "model": "communications network camera",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "axis",
            "version": "24202.41"
          },
          {
            "model": "communications network camera",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "axis",
            "version": "24202.40"
          },
          {
            "model": "communications network camera",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "axis",
            "version": "24202.34"
          },
          {
            "model": "communications network camera",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "axis",
            "version": "24202.33"
          },
          {
            "model": "communications network camera",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "axis",
            "version": "24202.32"
          },
          {
            "model": "communications network camera",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "axis",
            "version": "24202.31"
          },
          {
            "model": "communications network camera",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "axis",
            "version": "24202.30"
          },
          {
            "model": "communications network camera",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "axis",
            "version": "24202.12"
          },
          {
            "model": "communications video server",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "axis",
            "version": "2401+3.12"
          },
          {
            "model": "communications video server",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "axis",
            "version": "2400+3.12"
          },
          {
            "model": "communications video server",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "axis",
            "version": "2400+3.11"
          },
          {
            "model": "communications network camera",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "axis",
            "version": "21202.41"
          },
          {
            "model": "communications network camera",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "axis",
            "version": "21202.40"
          },
          {
            "model": "communications network camera",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "axis",
            "version": "21202.34"
          },
          {
            "model": "communications network camera",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "axis",
            "version": "21202.32"
          },
          {
            "model": "communications network camera",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "axis",
            "version": "21202.31"
          },
          {
            "model": "communications network camera",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "axis",
            "version": "21202.30"
          },
          {
            "model": "communications network camera",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "axis",
            "version": "21202.12"
          },
          {
            "model": "communications network camera",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "axis",
            "version": "21102.41"
          },
          {
            "model": "communications network camera",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "axis",
            "version": "21102.40"
          },
          {
            "model": "communications network camera",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "axis",
            "version": "21102.34"
          },
          {
            "model": "communications network camera",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "axis",
            "version": "21102.32"
          },
          {
            "model": "communications network camera",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "axis",
            "version": "21102.31"
          },
          {
            "model": "communications network camera",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "axis",
            "version": "21102.30"
          },
          {
            "model": "communications network camera",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "axis",
            "version": "21102.12"
          },
          {
            "model": "communications network camera",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "axis",
            "version": "21002.41"
          },
          {
            "model": "communications network camera",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "axis",
            "version": "21002.40"
          },
          {
            "model": "communications network camera",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "axis",
            "version": "21002.34"
          },
          {
            "model": "communications network camera",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "axis",
            "version": "21002.33"
          },
          {
            "model": "communications network camera",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "axis",
            "version": "21002.32"
          },
          {
            "model": "communications network camera",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "axis",
            "version": "21002.31"
          },
          {
            "model": "communications network camera",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "axis",
            "version": "21002.30"
          },
          {
            "model": "communications network camera",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "axis",
            "version": "21002.12"
          },
          {
            "model": "communications network camera",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "axis",
            "version": "21002.03"
          },
          {
            "model": "communications network camera",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "axis",
            "version": "21002.02"
          },
          {
            "model": "communications network camera",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "axis",
            "version": "21002.01"
          },
          {
            "model": "communications network camera",
            "scope": "eq",
            "trust": 0.3,
            "vendor": "axis",
            "version": "21002.0"
          },
          {
            "model": "wingate build",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "qbik",
            "version": "6.0.31005"
          },
          {
            "model": "wingate build",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "qbik",
            "version": "6.0.21001"
          },
          {
            "model": "wingate build",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "qbik",
            "version": "6.0.21000"
          },
          {
            "model": "posadis",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "posadis",
            "version": "0.60.5"
          },
          {
            "model": "posadis",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "posadis",
            "version": "0.60.4"
          },
          {
            "model": "posadis",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "posadis",
            "version": "0.60.3"
          },
          {
            "model": "posadis",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "posadis",
            "version": "0.60.2"
          },
          {
            "model": "quickdns server",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "men mice",
            "version": "3.5.2"
          },
          {
            "model": "quickdns server",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "men mice",
            "version": "2.2.3"
          },
          {
            "model": "maradns",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "maradns",
            "version": "1.0.23"
          },
          {
            "model": "maradns",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "maradns",
            "version": "0.9.01"
          },
          {
            "model": "maradns",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "maradns",
            "version": "0.9.00"
          },
          {
            "model": "maradns",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "maradns",
            "version": "0.8.99"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "9.2.3"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "9.2.2"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "9.2.1"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "9.2"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "9.1.3"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "9.1.2"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "9.1.1"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "9.1"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "9.0.1"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "9.0"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "8.4.3"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "8.4.2"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "8.4.1"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "8.4"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "8.3.7"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "8.3.6"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "8.3.5"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "8.3.4"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "8.3.3"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "8.3.2"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "8.3.1"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "8.3.0"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "8.2.7"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "8.2.6"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "8.2.5"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "8.2.4"
          },
          {
            "model": "bind beta",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "8.2.3"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "8.2.3"
          },
          {
            "model": "bind p7",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "8.2.2"
          },
          {
            "model": "bind p6",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "8.2.2"
          },
          {
            "model": "bind p5",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "8.2.2"
          },
          {
            "model": "bind p4",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "8.2.2"
          },
          {
            "model": "bind p3",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "8.2.2"
          },
          {
            "model": "bind p2",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "8.2.2"
          },
          {
            "model": "bind p1",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "8.2.2"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "8.2.2"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "8.2.1"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "8.2"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "8.1.2"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "8.1.1"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "8.1"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "4.9.11"
          },
          {
            "model": "bind ow2",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "4.9.10"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "4.9.10"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "4.9.9"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "4.9.8"
          },
          {
            "model": "bind -t1b",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "4.9.7"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "4.9.7"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "4.9.6"
          },
          {
            "model": "bind p1",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "4.9.5"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "4.9.5"
          },
          {
            "model": "bind p1",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "4.9.4"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "4.9.4"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "4.9.3"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "4.9.2"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "4.9"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "4.8.3"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "4.8.2.1"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "4.8.1"
          },
          {
            "model": "bind",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "isc",
            "version": "4.8"
          },
          {
            "model": "moore mydns",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "don",
            "version": "0.11.0"
          },
          {
            "model": "moore mydns",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "don",
            "version": "0.10.4"
          },
          {
            "model": "moore mydns",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "don",
            "version": "0.10.3"
          },
          {
            "model": "moore mydns",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "don",
            "version": "0.10.2"
          },
          {
            "model": "moore mydns",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "don",
            "version": "0.10.1"
          },
          {
            "model": "dnrd",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "dnrd",
            "version": "2.17.1"
          },
          {
            "model": "dnrd",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "dnrd",
            "version": "2.17"
          },
          {
            "model": "dnrd",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "dnrd",
            "version": "2.16"
          },
          {
            "model": "dnrd",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "dnrd",
            "version": "2.15"
          },
          {
            "model": "dnrd",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "dnrd",
            "version": "2.14"
          },
          {
            "model": "dnrd",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "dnrd",
            "version": "2.13"
          },
          {
            "model": "dnrd",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "dnrd",
            "version": "2.12"
          },
          {
            "model": "dnrd",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "dnrd",
            "version": "2.11"
          },
          {
            "model": "delegate",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "delegate",
            "version": "8.9.6"
          },
          {
            "model": "communications digital video recorder",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "axis",
            "version": "24603.13"
          },
          {
            "model": "communications network camera",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "axis",
            "version": "24202.42"
          },
          {
            "model": "communications video server",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "axis",
            "version": "2401+3.13"
          },
          {
            "model": "communications video server",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "axis",
            "version": "2400+3.13"
          },
          {
            "model": "communications network camera",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "axis",
            "version": "21202.42"
          },
          {
            "model": "communications network camera",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "axis",
            "version": "21102.42"
          },
          {
            "model": "communications network camera",
            "scope": "ne",
            "trust": 0.3,
            "vendor": "axis",
            "version": "21002.42"
          }
        ],
        "sources": [
          {
            "db": "BID",
            "id": "11642"
          },
          {
            "db": "JVNDB",
            "id": "JVNDB-2004-000608"
          },
          {
            "db": "CNNVD",
            "id": "CNNVD-200412-718"
          },
          {
            "db": "NVD",
            "id": "CVE-2004-0789"
          }
        ]
      },
      "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:/a:misc:multiple_vendors",
                    "vulnerable": true
                  }
                ],
                "operator": "OR"
              }
            ]
          }
        ],
        "sources": [
          {
            "db": "JVNDB",
            "id": "JVNDB-2004-000608"
          }
        ]
      },
      "credits": {
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/credits#",
          "sources": {
            "@container": "@list",
            "@context": {
              "@vocab": "https://www.variotdbs.pl/ref/sources#"
            }
          }
        },
        "data": "Roy Arends and Jakob Schlyter are credited on the NISCC advisory. The original discoverer of this vulnerability is unknown at this time.",
        "sources": [
          {
            "db": "BID",
            "id": "11642"
          },
          {
            "db": "CNNVD",
            "id": "CNNVD-200412-718"
          }
        ],
        "trust": 0.9
      },
      "cve": "CVE-2004-0789",
      "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": "LOW",
                "accessVector": "NETWORK",
                "authentication": "NONE",
                "author": "nvd@nist.gov",
                "availabilityImpact": "PARTIAL",
                "baseScore": 5.0,
                "confidentialityImpact": "NONE",
                "exploitabilityScore": 10.0,
                "id": "CVE-2004-0789",
                "impactScore": 2.9,
                "integrityImpact": "NONE",
                "severity": "MEDIUM",
                "trust": 1.8,
                "vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:P",
                "version": "2.0"
              },
              {
                "accessComplexity": "LOW",
                "accessVector": "NETWORK",
                "authentication": "NONE",
                "author": "VULHUB",
                "availabilityImpact": "PARTIAL",
                "baseScore": 5.0,
                "confidentialityImpact": "NONE",
                "exploitabilityScore": 10.0,
                "id": "VHN-9219",
                "impactScore": 2.9,
                "integrityImpact": "NONE",
                "severity": "MEDIUM",
                "trust": 0.1,
                "vectorString": "AV:N/AC:L/AU:N/C:N/I:N/A:P",
                "version": "2.0"
              }
            ],
            "cvssV3": [],
            "severity": [
              {
                "author": "nvd@nist.gov",
                "id": "CVE-2004-0789",
                "trust": 1.0,
                "value": "MEDIUM"
              },
              {
                "author": "NVD",
                "id": "CVE-2004-0789",
                "trust": 0.8,
                "value": "Medium"
              },
              {
                "author": "CNNVD",
                "id": "CNNVD-200412-718",
                "trust": 0.6,
                "value": "MEDIUM"
              },
              {
                "author": "VULHUB",
                "id": "VHN-9219",
                "trust": 0.1,
                "value": "MEDIUM"
              }
            ]
          }
        ],
        "sources": [
          {
            "db": "VULHUB",
            "id": "VHN-9219"
          },
          {
            "db": "JVNDB",
            "id": "JVNDB-2004-000608"
          },
          {
            "db": "CNNVD",
            "id": "CNNVD-200412-718"
          },
          {
            "db": "NVD",
            "id": "CVE-2004-0789"
          }
        ]
      },
      "description": {
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/description#",
          "sources": {
            "@container": "@list",
            "@context": {
              "@vocab": "https://www.variotdbs.pl/ref/sources#"
            }
          }
        },
        "data": "Multiple implementations of the DNS protocol, including (1) Poslib 1.0.2-1 and earlier as used by Posadis, (2) Axis Network products before firmware 3.13, and (3) Men \u0026 Mice Suite 2.2x before 2.2.3 and 3.5.x before 3.5.2, allow remote attackers to cause a denial of service (CPU and network bandwidth consumption) by triggering a communications loop via (a) DNS query packets with localhost as a spoofed source address, or (b) a response packet that triggers a response packet. [CERT/CC VU#887766 See also ] DNS A vulnerability in the protocol implementation has been identified. Depending on the implementation, between servers Query - response A storm may occur. Also, localhost UDP 53 Port is From If a query with is sent, the server may continue to respond to the server itself and resources may be exhausted.Denial of service (denial-of-service, DoS) You can be attacked. Multiple DNS vendors are reported susceptible to a denial of service vulnerability",
        "sources": [
          {
            "db": "NVD",
            "id": "CVE-2004-0789"
          },
          {
            "db": "JVNDB",
            "id": "JVNDB-2004-000608"
          },
          {
            "db": "BID",
            "id": "11642"
          },
          {
            "db": "VULHUB",
            "id": "VHN-9219"
          }
        ],
        "trust": 1.98
      },
      "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-2004-0789",
            "trust": 2.8
          },
          {
            "db": "BID",
            "id": "11642",
            "trust": 1.4
          },
          {
            "db": "SECUNIA",
            "id": "13145",
            "trust": 1.1
          },
          {
            "db": "SECTRACK",
            "id": "1012157",
            "trust": 1.1
          },
          {
            "db": "XF",
            "id": "17996",
            "trust": 0.8
          },
          {
            "db": "XF",
            "id": "17997",
            "trust": 0.8
          },
          {
            "db": "JVNDB",
            "id": "JVNDB-2004-000608",
            "trust": 0.8
          },
          {
            "db": "CNNVD",
            "id": "CNNVD-200412-718",
            "trust": 0.7
          },
          {
            "db": "VULHUB",
            "id": "VHN-9219",
            "trust": 0.1
          }
        ],
        "sources": [
          {
            "db": "VULHUB",
            "id": "VHN-9219"
          },
          {
            "db": "BID",
            "id": "11642"
          },
          {
            "db": "JVNDB",
            "id": "JVNDB-2004-000608"
          },
          {
            "db": "CNNVD",
            "id": "CNNVD-200412-718"
          },
          {
            "db": "NVD",
            "id": "CVE-2004-0789"
          }
        ]
      },
      "id": "VAR-200412-0018",
      "iot": {
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/iot#",
          "sources": {
            "@container": "@list",
            "@context": {
              "@vocab": "https://www.variotdbs.pl/ref/sources#"
            }
          }
        },
        "data": true,
        "sources": [
          {
            "db": "VULHUB",
            "id": "VHN-9219"
          }
        ],
        "trust": 0.01
      },
      "last_update_date": "2025-04-03T22:31:39.569000Z",
      "problemtype_data": {
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/problemtype_data#",
          "sources": {
            "@container": "@list",
            "@context": {
              "@vocab": "https://www.variotdbs.pl/ref/sources#"
            }
          }
        },
        "data": [
          {
            "problemtype": "NVD-CWE-Other",
            "trust": 1.0
          }
        ],
        "sources": [
          {
            "db": "NVD",
            "id": "CVE-2004-0789"
          }
        ]
      },
      "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": 1.1,
            "url": "http://www.securityfocus.com/bid/11642"
          },
          {
            "trust": 1.1,
            "url": "http://www.posadis.org/advisories/pos_adv_006.txt"
          },
          {
            "trust": 1.1,
            "url": "http://www.niscc.gov.uk/niscc/docs/al-20041130-00862.html?lang=en"
          },
          {
            "trust": 1.1,
            "url": "http://www.niscc.gov.uk/niscc/docs/re-20041109-00957.pdf"
          },
          {
            "trust": 1.1,
            "url": "http://securitytracker.com/id?1012157"
          },
          {
            "trust": 1.1,
            "url": "http://secunia.com/advisories/13145"
          },
          {
            "trust": 1.1,
            "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/17997"
          },
          {
            "trust": 0.8,
            "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=2004-0789"
          },
          {
            "trust": 0.8,
            "url": "http://xforce.iss.net/xforce/xfdb/17997"
          },
          {
            "trust": 0.8,
            "url": "http://xforce.iss.net/xforce/xfdb/17996"
          },
          {
            "trust": 0.8,
            "url": "http://jvn.jp/niscc/niscc-758884/"
          },
          {
            "trust": 0.8,
            "url": "http://web.nvd.nist.gov/view/vuln/detail?vulnid=cve-2004-0789"
          },
          {
            "trust": 0.3,
            "url": "http://www.se.axis.com/techsup/cdsrv/storpoint_cd/index.html"
          },
          {
            "trust": 0.3,
            "url": "http://www.delegate.org/delegate/"
          },
          {
            "trust": 0.3,
            "url": "http://www.delegate.org/mail-lists/delegate-en/2753"
          },
          {
            "trust": 0.3,
            "url": "http://www.maradns.org/"
          },
          {
            "trust": 0.3,
            "url": "http://mydns.bboy.net/"
          },
          {
            "trust": 0.3,
            "url": "http://mydns.bboy.net/download/changelog.html"
          },
          {
            "trust": 0.3,
            "url": "http://www.axis.com/products/camera_servers/index.htm"
          },
          {
            "trust": 0.3,
            "url": "http://www.uniras.gov.uk/vuls/2004/758884/index.htm"
          },
          {
            "trust": 0.3,
            "url": "http://pliant.cx/pliant/protocol/dns/"
          },
          {
            "trust": 0.3,
            "url": "http://posadis.sourceforge.net/"
          },
          {
            "trust": 0.3,
            "url": "http://www.posadis.org/security/pos_adv_006.txt"
          },
          {
            "trust": 0.3,
            "url": "http://wingate.deerfield.com"
          },
          {
            "trust": 0.3,
            "url": "/archive/1/381612"
          }
        ],
        "sources": [
          {
            "db": "VULHUB",
            "id": "VHN-9219"
          },
          {
            "db": "BID",
            "id": "11642"
          },
          {
            "db": "JVNDB",
            "id": "JVNDB-2004-000608"
          },
          {
            "db": "NVD",
            "id": "CVE-2004-0789"
          }
        ]
      },
      "sources": {
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources#",
          "data": {
            "@container": "@list"
          }
        },
        "data": [
          {
            "db": "VULHUB",
            "id": "VHN-9219"
          },
          {
            "db": "BID",
            "id": "11642"
          },
          {
            "db": "JVNDB",
            "id": "JVNDB-2004-000608"
          },
          {
            "db": "CNNVD",
            "id": "CNNVD-200412-718"
          },
          {
            "db": "NVD",
            "id": "CVE-2004-0789"
          }
        ]
      },
      "sources_release_date": {
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources_release_date#",
          "data": {
            "@container": "@list"
          }
        },
        "data": [
          {
            "date": "2004-12-31T00:00:00",
            "db": "VULHUB",
            "id": "VHN-9219"
          },
          {
            "date": "2004-11-09T00:00:00",
            "db": "BID",
            "id": "11642"
          },
          {
            "date": "2009-04-03T00:00:00",
            "db": "JVNDB",
            "id": "JVNDB-2004-000608"
          },
          {
            "date": "2004-12-31T00:00:00",
            "db": "CNNVD",
            "id": "CNNVD-200412-718"
          },
          {
            "date": "2004-12-31T05:00:00",
            "db": "NVD",
            "id": "CVE-2004-0789"
          }
        ]
      },
      "sources_update_date": {
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources_update_date#",
          "data": {
            "@container": "@list"
          }
        },
        "data": [
          {
            "date": "2017-07-11T00:00:00",
            "db": "VULHUB",
            "id": "VHN-9219"
          },
          {
            "date": "2009-07-12T08:06:00",
            "db": "BID",
            "id": "11642"
          },
          {
            "date": "2009-04-03T00:00:00",
            "db": "JVNDB",
            "id": "JVNDB-2004-000608"
          },
          {
            "date": "2006-04-07T00:00:00",
            "db": "CNNVD",
            "id": "CNNVD-200412-718"
          },
          {
            "date": "2025-04-03T01:03:51.193000",
            "db": "NVD",
            "id": "CVE-2004-0789"
          }
        ]
      },
      "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-200412-718"
          }
        ],
        "trust": 0.6
      },
      "title": {
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/title#",
          "sources": {
            "@container": "@list",
            "@context": {
              "@vocab": "https://www.variotdbs.pl/ref/sources#"
            }
          }
        },
        "data": "DNS Vulnerability in protocol implementation",
        "sources": [
          {
            "db": "JVNDB",
            "id": "JVNDB-2004-000608"
          }
        ],
        "trust": 0.8
      },
      "type": {
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/type#",
          "sources": {
            "@container": "@list",
            "@context": {
              "@vocab": "https://www.variotdbs.pl/ref/sources#"
            }
          }
        },
        "data": "Design Error",
        "sources": [
          {
            "db": "BID",
            "id": "11642"
          },
          {
            "db": "CNNVD",
            "id": "CNNVD-200412-718"
          }
        ],
        "trust": 0.9
      }
    }