fkie_cve-2024-33655
Vulnerability from fkie_nvd
Published
2024-06-06 17:15
Modified
2024-11-21 09:17
Summary
The DNS protocol in RFC 1035 and updates allows remote attackers to cause a denial of service (resource consumption) by arranging for DNS queries to be accumulated for seconds, such that responses are later sent in a pulsing burst (which can be considered traffic amplification in some cases), aka the "DNSBomb" issue.
References
cve@mitre.orghttps://alas.aws.amazon.com/ALAS-2024-1934.html
cve@mitre.orghttps://datatracker.ietf.org/doc/html/rfc1035
cve@mitre.orghttps://github.com/NLnetLabs/unbound/commit/c3206f4568f60c486be6d165b1f2b5b254fea3de
cve@mitre.orghttps://github.com/TechnitiumSoftware/DnsServer/blob/master/CHANGELOG.md#version-120
cve@mitre.orghttps://gitlab.isc.org/isc-projects/bind9/-/issues/4398
cve@mitre.orghttps://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/3TBXPRJ2Q235YUZKYDRWOSYNDFBJQWJ3/
cve@mitre.orghttps://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/QITY2QBX2OCBTZIXD2A5ES62STFIA4AL/
cve@mitre.orghttps://meterpreter.org/researchers-uncover-dnsbomb-a-new-pdos-attack-exploiting-legitimate-dns-features/
cve@mitre.orghttps://nlnetlabs.nl/downloads/unbound/CVE-2024-33655.txt
cve@mitre.orghttps://nlnetlabs.nl/projects/unbound/security-advisories/
cve@mitre.orghttps://sp2024.ieee-security.org/accepted-papers.html
cve@mitre.orghttps://www.isc.org/blogs/2024-dnsbomb/
af854a3a-2127-422b-91ae-364da2661108https://alas.aws.amazon.com/ALAS-2024-1934.html
af854a3a-2127-422b-91ae-364da2661108https://datatracker.ietf.org/doc/html/rfc1035
af854a3a-2127-422b-91ae-364da2661108https://github.com/NLnetLabs/unbound/commit/c3206f4568f60c486be6d165b1f2b5b254fea3de
af854a3a-2127-422b-91ae-364da2661108https://github.com/TechnitiumSoftware/DnsServer/blob/master/CHANGELOG.md#version-120
af854a3a-2127-422b-91ae-364da2661108https://gitlab.isc.org/isc-projects/bind9/-/issues/4398
af854a3a-2127-422b-91ae-364da2661108https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/3TBXPRJ2Q235YUZKYDRWOSYNDFBJQWJ3/
af854a3a-2127-422b-91ae-364da2661108https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/QITY2QBX2OCBTZIXD2A5ES62STFIA4AL/
af854a3a-2127-422b-91ae-364da2661108https://meterpreter.org/researchers-uncover-dnsbomb-a-new-pdos-attack-exploiting-legitimate-dns-features/
af854a3a-2127-422b-91ae-364da2661108https://nlnetlabs.nl/downloads/unbound/CVE-2024-33655.txt
af854a3a-2127-422b-91ae-364da2661108https://nlnetlabs.nl/projects/unbound/security-advisories/
af854a3a-2127-422b-91ae-364da2661108https://sp2024.ieee-security.org/accepted-papers.html
af854a3a-2127-422b-91ae-364da2661108https://www.isc.org/blogs/2024-dnsbomb/
Impacted products
Vendor Product Version



{
  "cveTags": [],
  "descriptions": [
    {
      "lang": "en",
      "value": "The DNS protocol in RFC 1035 and updates allows remote attackers to cause a denial of service (resource consumption) by arranging for DNS queries to be accumulated for seconds, such that responses are later sent in a pulsing burst (which can be considered traffic amplification in some cases), aka the \"DNSBomb\" issue."
    },
    {
      "lang": "es",
      "value": "El protocolo DNS en RFC 1035 y sus actualizaciones permite a atacantes remotos provocar una denegaci\u00f3n de servicio (consumo de recursos) organizando que las consultas DNS se acumulen durante segundos, de modo que las respuestas se env\u00eden posteriormente en una r\u00e1faga pulsante (que puede considerarse amplificaci\u00f3n del tr\u00e1fico en algunos casos), tambi\u00e9n conocido como el problema \"DNSBomb\"."
    }
  ],
  "id": "CVE-2024-33655",
  "lastModified": "2024-11-21T09:17:19.950",
  "metrics": {
    "cvssMetricV31": [
      {
        "cvssData": {
          "attackComplexity": "LOW",
          "attackVector": "NETWORK",
          "availabilityImpact": "HIGH",
          "baseScore": 7.5,
          "baseSeverity": "HIGH",
          "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:H",
          "version": "3.1"
        },
        "exploitabilityScore": 3.9,
        "impactScore": 3.6,
        "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
        "type": "Secondary"
      }
    ]
  },
  "published": "2024-06-06T17:15:51.040",
  "references": [
    {
      "source": "cve@mitre.org",
      "url": "https://alas.aws.amazon.com/ALAS-2024-1934.html"
    },
    {
      "source": "cve@mitre.org",
      "url": "https://datatracker.ietf.org/doc/html/rfc1035"
    },
    {
      "source": "cve@mitre.org",
      "url": "https://github.com/NLnetLabs/unbound/commit/c3206f4568f60c486be6d165b1f2b5b254fea3de"
    },
    {
      "source": "cve@mitre.org",
      "url": "https://github.com/TechnitiumSoftware/DnsServer/blob/master/CHANGELOG.md#version-120"
    },
    {
      "source": "cve@mitre.org",
      "url": "https://gitlab.isc.org/isc-projects/bind9/-/issues/4398"
    },
    {
      "source": "cve@mitre.org",
      "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/3TBXPRJ2Q235YUZKYDRWOSYNDFBJQWJ3/"
    },
    {
      "source": "cve@mitre.org",
      "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/QITY2QBX2OCBTZIXD2A5ES62STFIA4AL/"
    },
    {
      "source": "cve@mitre.org",
      "url": "https://meterpreter.org/researchers-uncover-dnsbomb-a-new-pdos-attack-exploiting-legitimate-dns-features/"
    },
    {
      "source": "cve@mitre.org",
      "url": "https://nlnetlabs.nl/downloads/unbound/CVE-2024-33655.txt"
    },
    {
      "source": "cve@mitre.org",
      "url": "https://nlnetlabs.nl/projects/unbound/security-advisories/"
    },
    {
      "source": "cve@mitre.org",
      "url": "https://sp2024.ieee-security.org/accepted-papers.html"
    },
    {
      "source": "cve@mitre.org",
      "url": "https://www.isc.org/blogs/2024-dnsbomb/"
    },
    {
      "source": "af854a3a-2127-422b-91ae-364da2661108",
      "url": "https://alas.aws.amazon.com/ALAS-2024-1934.html"
    },
    {
      "source": "af854a3a-2127-422b-91ae-364da2661108",
      "url": "https://datatracker.ietf.org/doc/html/rfc1035"
    },
    {
      "source": "af854a3a-2127-422b-91ae-364da2661108",
      "url": "https://github.com/NLnetLabs/unbound/commit/c3206f4568f60c486be6d165b1f2b5b254fea3de"
    },
    {
      "source": "af854a3a-2127-422b-91ae-364da2661108",
      "url": "https://github.com/TechnitiumSoftware/DnsServer/blob/master/CHANGELOG.md#version-120"
    },
    {
      "source": "af854a3a-2127-422b-91ae-364da2661108",
      "url": "https://gitlab.isc.org/isc-projects/bind9/-/issues/4398"
    },
    {
      "source": "af854a3a-2127-422b-91ae-364da2661108",
      "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/3TBXPRJ2Q235YUZKYDRWOSYNDFBJQWJ3/"
    },
    {
      "source": "af854a3a-2127-422b-91ae-364da2661108",
      "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/QITY2QBX2OCBTZIXD2A5ES62STFIA4AL/"
    },
    {
      "source": "af854a3a-2127-422b-91ae-364da2661108",
      "url": "https://meterpreter.org/researchers-uncover-dnsbomb-a-new-pdos-attack-exploiting-legitimate-dns-features/"
    },
    {
      "source": "af854a3a-2127-422b-91ae-364da2661108",
      "url": "https://nlnetlabs.nl/downloads/unbound/CVE-2024-33655.txt"
    },
    {
      "source": "af854a3a-2127-422b-91ae-364da2661108",
      "url": "https://nlnetlabs.nl/projects/unbound/security-advisories/"
    },
    {
      "source": "af854a3a-2127-422b-91ae-364da2661108",
      "url": "https://sp2024.ieee-security.org/accepted-papers.html"
    },
    {
      "source": "af854a3a-2127-422b-91ae-364da2661108",
      "url": "https://www.isc.org/blogs/2024-dnsbomb/"
    }
  ],
  "sourceIdentifier": "cve@mitre.org",
  "vulnStatus": "Awaiting Analysis",
  "weaknesses": [
    {
      "description": [
        {
          "lang": "en",
          "value": "CWE-400"
        }
      ],
      "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
      "type": "Secondary"
    }
  ]
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

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


Loading…

Loading…