fkie_cve-2014-9742
Vulnerability from fkie_nvd
Published
2016-05-13 14:59
Modified
2025-04-12 10:46
Summary
The Miller-Rabin primality check in Botan before 1.10.8 and 1.11.x before 1.11.9 improperly uses a single random base, which makes it easier for remote attackers to defeat cryptographic protection mechanisms via a DH group.
Impacted products



{
  "configurations": [
    {
      "nodes": [
        {
          "cpeMatch": [
            {
              "criteria": "cpe:2.3:a:botan_project:botan:*:*:*:*:*:*:*:*",
              "matchCriteriaId": "30DC3809-986B-43D4-B25D-8198C99433F9",
              "versionEndIncluding": "1.10.7",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:botan_project:botan:1.11.0:*:*:*:*:*:*:*",
              "matchCriteriaId": "C098FACD-8EDB-4A97-BA9F-39472F400F6A",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:botan_project:botan:1.11.1:*:*:*:*:*:*:*",
              "matchCriteriaId": "FA1B306E-BCD0-4839-9D20-921BA5BEB1B3",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:botan_project:botan:1.11.2:*:*:*:*:*:*:*",
              "matchCriteriaId": "C30E1A6A-5944-4D82-8EFB-67639E9BE246",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:botan_project:botan:1.11.3:*:*:*:*:*:*:*",
              "matchCriteriaId": "92649934-B0EB-4D27-AA54-760E7832E70B",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:botan_project:botan:1.11.4:*:*:*:*:*:*:*",
              "matchCriteriaId": "5F80D802-D5AD-4A41-B5A3-23B7AE923053",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:botan_project:botan:1.11.5:*:*:*:*:*:*:*",
              "matchCriteriaId": "5F809C01-0A6E-4EDD-B9C1-6B1B41368B5A",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:botan_project:botan:1.11.6:*:*:*:*:*:*:*",
              "matchCriteriaId": "7C8582CD-E9CE-4A56-83D2-33CFBC4BBE2C",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:botan_project:botan:1.11.7:*:*:*:*:*:*:*",
              "matchCriteriaId": "46EAF817-CCF2-40C3-A556-BA17895165DA",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:botan_project:botan:1.11.8:*:*:*:*:*:*:*",
              "matchCriteriaId": "92649146-62FC-4984-A726-18C9468240F1",
              "vulnerable": true
            }
          ],
          "negate": false,
          "operator": "OR"
        }
      ]
    }
  ],
  "cveTags": [],
  "descriptions": [
    {
      "lang": "en",
      "value": "The Miller-Rabin primality check in Botan before 1.10.8 and 1.11.x before 1.11.9 improperly uses a single random base, which makes it easier for remote attackers to defeat cryptographic protection mechanisms via a DH group."
    },
    {
      "lang": "es",
      "value": "El registro de entrada de primalidad Miller-Rabin en Botan en versiones anteriores a 1.10.8 y 1.11.x en versiones anteriores a 1.11.9 utiliza indebidamente una \u00fanica base aleatoria, lo que hace m\u00e1s f\u00e1cil para atacantes remotos vencer el mecanismo de protecci\u00f3n criptogr\u00e1fico a trav\u00e9s de un grupo DH."
    }
  ],
  "id": "CVE-2014-9742",
  "lastModified": "2025-04-12T10:46:40.837",
  "metrics": {
    "cvssMetricV2": [
      {
        "acInsufInfo": true,
        "baseSeverity": "MEDIUM",
        "cvssData": {
          "accessComplexity": "LOW",
          "accessVector": "NETWORK",
          "authentication": "NONE",
          "availabilityImpact": "NONE",
          "baseScore": 5.0,
          "confidentialityImpact": "PARTIAL",
          "integrityImpact": "NONE",
          "vectorString": "AV:N/AC:L/Au:N/C:P/I:N/A:N",
          "version": "2.0"
        },
        "exploitabilityScore": 10.0,
        "impactScore": 2.9,
        "obtainAllPrivilege": false,
        "obtainOtherPrivilege": false,
        "obtainUserPrivilege": false,
        "source": "nvd@nist.gov",
        "type": "Primary",
        "userInteractionRequired": false
      }
    ],
    "cvssMetricV30": [
      {
        "cvssData": {
          "attackComplexity": "LOW",
          "attackVector": "NETWORK",
          "availabilityImpact": "NONE",
          "baseScore": 7.5,
          "baseSeverity": "HIGH",
          "confidentialityImpact": "HIGH",
          "integrityImpact": "NONE",
          "privilegesRequired": "NONE",
          "scope": "UNCHANGED",
          "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"
        },
        "exploitabilityScore": 3.9,
        "impactScore": 3.6,
        "source": "nvd@nist.gov",
        "type": "Primary"
      }
    ]
  },
  "published": "2016-05-13T14:59:00.147",
  "references": [
    {
      "source": "cve@mitre.org",
      "tags": [
        "Vendor Advisory"
      ],
      "url": "http://botan.randombit.net/security.html"
    },
    {
      "source": "cve@mitre.org",
      "tags": [
        "Vendor Advisory"
      ],
      "url": "http://marc.info/?l=botan-devel\u0026m=139717503205066\u0026w=2"
    },
    {
      "source": "af854a3a-2127-422b-91ae-364da2661108",
      "tags": [
        "Vendor Advisory"
      ],
      "url": "http://botan.randombit.net/security.html"
    },
    {
      "source": "af854a3a-2127-422b-91ae-364da2661108",
      "tags": [
        "Vendor Advisory"
      ],
      "url": "http://marc.info/?l=botan-devel\u0026m=139717503205066\u0026w=2"
    }
  ],
  "sourceIdentifier": "cve@mitre.org",
  "vulnStatus": "Deferred",
  "weaknesses": [
    {
      "description": [
        {
          "lang": "en",
          "value": "CWE-310"
        }
      ],
      "source": "nvd@nist.gov",
      "type": "Primary"
    }
  ]
}


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…