All the vulnerabilites related to randombit - botan
cve-2024-34703
Vulnerability from cvelistv5
Published
2024-06-30 20:22
Modified
2024-08-02 02:59
Severity ?
EPSS score ?
Summary
Botan is a C++ cryptography library. X.509 certificates can identify elliptic curves using either an object identifier or using explicit encoding of the parameters. Prior to versions 3.3.0 and 2.19.4, an attacker could present an ECDSA X.509 certificate using explicit encoding where the parameters are very large. The proof of concept used a 16Kbit prime for this purpose. When parsing, the parameter is checked to be prime, causing excessive computation. This was patched in 2.19.4 and 3.3.0 to allow the prime parameter of the elliptic curve to be at most 521 bits. No known workarounds are available. Note that support for explicit encoding of elliptic curve parameters is deprecated in Botan.
References
▼ | URL | Tags |
---|---|---|
https://github.com/randombit/botan/security/advisories/GHSA-w4g2-7m2h-7xj7 | x_refsource_CONFIRM | |
https://github.com/randombit/botan/commit/08c404b23740babee1f6aa51b54e966029aadee4 | x_refsource_MISC | |
https://github.com/randombit/botan/commit/94e9154c143aa5264da6254a6a1be5bc66ee2b5a | x_refsource_MISC |
Impacted products
{ "containers": { "adp": [ { "affected": [ { "cpes": [ "cpe:2.3:a:randombit:botan:3.30:*:*:*:*:*:*:*" ], "defaultStatus": "unknown", "product": "botan", "vendor": "randombit", "versions": [ { "lessThan": "3.3.1", "status": "affected", "version": "3.30", "versionType": "custom" }, { "lessThan": "2.19.4", "status": "affected", "version": "0", "versionType": "custom" } ] } ], "metrics": [ { "other": { "content": { "id": "CVE-2024-34703", "options": [ { "Exploitation": "none" }, { "Automatable": "yes" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2024-07-02T14:55:26.269940Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-07-02T15:13:21.603Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" }, { "providerMetadata": { "dateUpdated": "2024-08-02T02:59:21.982Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "https://github.com/randombit/botan/security/advisories/GHSA-w4g2-7m2h-7xj7", "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/randombit/botan/security/advisories/GHSA-w4g2-7m2h-7xj7" }, { "name": "https://github.com/randombit/botan/commit/08c404b23740babee1f6aa51b54e966029aadee4", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/randombit/botan/commit/08c404b23740babee1f6aa51b54e966029aadee4" }, { "name": "https://github.com/randombit/botan/commit/94e9154c143aa5264da6254a6a1be5bc66ee2b5a", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/randombit/botan/commit/94e9154c143aa5264da6254a6a1be5bc66ee2b5a" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "botan", "vendor": "randombit", "versions": [ { "status": "affected", "version": "\u003e= 3.3.0, \u003c 3.3.0" }, { "status": "affected", "version": "\u003c 2.19.4" } ] } ], "descriptions": [ { "lang": "en", "value": "Botan is a C++ cryptography library. X.509 certificates can identify elliptic curves using either an object identifier or using explicit encoding of the parameters. Prior to versions 3.3.0 and 2.19.4, an attacker could present an ECDSA X.509 certificate using explicit encoding where the parameters are very large. The proof of concept used a 16Kbit prime for this purpose. When parsing, the parameter is checked to be prime, causing excessive computation. This was patched in 2.19.4 and 3.3.0 to allow the prime parameter of the elliptic curve to be at most 521 bits. No known workarounds are available. Note that support for explicit encoding of elliptic curve parameters is deprecated in Botan.\n" } ], "metrics": [ { "cvssV3_1": { "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" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-405", "description": "CWE-405: Asymmetric Resource Consumption (Amplification)", "lang": "en", "type": "CWE" } ] }, { "descriptions": [ { "cweId": "CWE-770", "description": "CWE-770: Allocation of Resources Without Limits or Throttling", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-06-30T20:22:32.910Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/randombit/botan/security/advisories/GHSA-w4g2-7m2h-7xj7", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/randombit/botan/security/advisories/GHSA-w4g2-7m2h-7xj7" }, { "name": "https://github.com/randombit/botan/commit/08c404b23740babee1f6aa51b54e966029aadee4", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/randombit/botan/commit/08c404b23740babee1f6aa51b54e966029aadee4" }, { "name": "https://github.com/randombit/botan/commit/94e9154c143aa5264da6254a6a1be5bc66ee2b5a", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/randombit/botan/commit/94e9154c143aa5264da6254a6a1be5bc66ee2b5a" } ], "source": { "advisory": "GHSA-w4g2-7m2h-7xj7", "discovery": "UNKNOWN" }, "title": "Botan Vulnerable to Denial of Service Due to Overly Large Elliptic Curve Parameters" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2024-34703", "datePublished": "2024-06-30T20:22:32.910Z", "dateReserved": "2024-05-07T13:53:00.132Z", "dateUpdated": "2024-08-02T02:59:21.982Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }
cve-2024-34702
Vulnerability from cvelistv5
Published
2024-07-08 16:22
Modified
2024-08-02 02:59
Severity ?
EPSS score ?
Summary
Botan is a C++ cryptography library. X.509 certificates can identify elliptic curves using either an object identifier or using explicit encoding of the parameters. Prior to 3.5.0 and 2.19.5, checking name constraints in X.509 certificates is quadratic in the number of names and name constraints. An attacker who presented a certificate chain which contained a very large number of names in the SubjectAlternativeName, signed by a CA certificate which contained a large number of name constraints, could cause a denial of service. The problem has been addressed in Botan 3.5.0 and a partial backport has also been applied and is included in Botan 2.19.5.
References
Impacted products
{ "containers": { "adp": [ { "affected": [ { "cpes": [ "cpe:2.3:a:randombit:botan:*:*:*:*:*:*:*:*" ], "defaultStatus": "unknown", "product": "botan", "vendor": "randombit", "versions": [ { "lessThan": "3.5.0", "status": "affected", "version": "3.0.0", "versionType": "custom" }, { "lessThan": "2.19.5", "status": "affected", "version": "0", "versionType": "custom" } ] } ], "metrics": [ { "other": { "content": { "id": "CVE-2024-34702", "options": [ { "Exploitation": "none" }, { "Automatable": "yes" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2024-07-08T17:49:00.765800Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-07-08T20:14:23.465Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" }, { "providerMetadata": { "dateUpdated": "2024-08-02T02:59:22.209Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "https://github.com/randombit/botan/security/advisories/GHSA-5gg9-hqpr-r58j", "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/randombit/botan/security/advisories/GHSA-5gg9-hqpr-r58j" }, { "name": "https://github.com/randombit/botan/pull/4034", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/randombit/botan/pull/4034" }, { "name": "https://github.com/randombit/botan/pull/4045", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/randombit/botan/pull/4045" }, { "name": "https://github.com/randombit/botan/pull/4047", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/randombit/botan/pull/4047" }, { "name": "https://github.com/randombit/botan/pull/4052", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/randombit/botan/pull/4052" }, { "name": "https://github.com/randombit/botan/pull/4186", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/randombit/botan/pull/4186" }, { "name": "https://github.com/randombit/botan/pull/4187", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/randombit/botan/pull/4187" }, { "name": "https://github.com/randombit/botan/commit/21dccc8fef18c165ba3301d850ac61521f85637e", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/randombit/botan/commit/21dccc8fef18c165ba3301d850ac61521f85637e" }, { "name": "https://github.com/randombit/botan/commit/39535f13c322f56aa3da2f44b2b6abb8619a82ac", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/randombit/botan/commit/39535f13c322f56aa3da2f44b2b6abb8619a82ac" }, { "name": "https://github.com/randombit/botan/commit/477822a2d10f02d8ba46c9d8a5132f25843f5cc1", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/randombit/botan/commit/477822a2d10f02d8ba46c9d8a5132f25843f5cc1" }, { "name": "https://github.com/randombit/botan/commit/7606d70d3a2ac7114476ec2651ca0243c4536fdf", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/randombit/botan/commit/7606d70d3a2ac7114476ec2651ca0243c4536fdf" }, { "name": "https://github.com/randombit/botan/commit/c3264821b9f6286ee4e6e3e06826f6b7177e6d41", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/randombit/botan/commit/c3264821b9f6286ee4e6e3e06826f6b7177e6d41" }, { "name": "https://github.com/randombit/botan/commit/ff704b12e6fa351aaedd07bffdc91722e84586b8", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/randombit/botan/commit/ff704b12e6fa351aaedd07bffdc91722e84586b8" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "botan", "vendor": "randombit", "versions": [ { "status": "affected", "version": "\u003c 2.19.5" }, { "status": "affected", "version": "\u003e= 3.0.0, \u003c 3.5.0" } ] } ], "descriptions": [ { "lang": "en", "value": "Botan is a C++ cryptography library. X.509 certificates can identify elliptic curves using either an object identifier or using explicit encoding of the parameters. Prior to 3.5.0 and 2.19.5, checking name constraints in X.509 certificates is quadratic in the number of names and name constraints. An attacker who presented a certificate chain which contained a very large number of names in the SubjectAlternativeName, signed by a CA certificate which contained a large number of name constraints, could cause a denial of service. The problem has been addressed in Botan 3.5.0 and a partial backport has also been applied and is included in Botan 2.19.5." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-405", "description": "CWE-405: Asymmetric Resource Consumption (Amplification)", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-07-08T16:22:37.770Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/randombit/botan/security/advisories/GHSA-5gg9-hqpr-r58j", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/randombit/botan/security/advisories/GHSA-5gg9-hqpr-r58j" }, { "name": "https://github.com/randombit/botan/pull/4034", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/randombit/botan/pull/4034" }, { "name": "https://github.com/randombit/botan/pull/4045", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/randombit/botan/pull/4045" }, { "name": "https://github.com/randombit/botan/pull/4047", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/randombit/botan/pull/4047" }, { "name": "https://github.com/randombit/botan/pull/4052", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/randombit/botan/pull/4052" }, { "name": "https://github.com/randombit/botan/pull/4186", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/randombit/botan/pull/4186" }, { "name": "https://github.com/randombit/botan/pull/4187", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/randombit/botan/pull/4187" }, { "name": "https://github.com/randombit/botan/commit/21dccc8fef18c165ba3301d850ac61521f85637e", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/randombit/botan/commit/21dccc8fef18c165ba3301d850ac61521f85637e" }, { "name": "https://github.com/randombit/botan/commit/39535f13c322f56aa3da2f44b2b6abb8619a82ac", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/randombit/botan/commit/39535f13c322f56aa3da2f44b2b6abb8619a82ac" }, { "name": "https://github.com/randombit/botan/commit/477822a2d10f02d8ba46c9d8a5132f25843f5cc1", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/randombit/botan/commit/477822a2d10f02d8ba46c9d8a5132f25843f5cc1" }, { "name": "https://github.com/randombit/botan/commit/7606d70d3a2ac7114476ec2651ca0243c4536fdf", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/randombit/botan/commit/7606d70d3a2ac7114476ec2651ca0243c4536fdf" }, { "name": "https://github.com/randombit/botan/commit/c3264821b9f6286ee4e6e3e06826f6b7177e6d41", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/randombit/botan/commit/c3264821b9f6286ee4e6e3e06826f6b7177e6d41" }, { "name": "https://github.com/randombit/botan/commit/ff704b12e6fa351aaedd07bffdc91722e84586b8", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/randombit/botan/commit/ff704b12e6fa351aaedd07bffdc91722e84586b8" } ], "source": { "advisory": "GHSA-5gg9-hqpr-r58j", "discovery": "UNKNOWN" }, "title": "Botan has a Denial of Service Due to Excessive Name Constraints" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2024-34702", "datePublished": "2024-07-08T16:22:37.770Z", "dateReserved": "2024-05-07T13:53:00.132Z", "dateUpdated": "2024-08-02T02:59:22.209Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }
cve-2024-39312
Vulnerability from cvelistv5
Published
2024-07-08 16:30
Modified
2024-08-02 04:19
Severity ?
EPSS score ?
Summary
Botan is a C++ cryptography library. X.509 certificates can identify elliptic curves using either an object identifier or using explicit encoding of the parameters. A bug in the parsing of name constraint extensions in X.509 certificates meant that if the extension included both permitted subtrees and excluded subtrees, only the permitted subtree would be checked. If a certificate included a name which was permitted by the permitted subtree but also excluded by excluded subtree, it would be accepted. Fixed in versions 3.5.0 and 2.19.5.
References
▼ | URL | Tags |
---|---|---|
https://github.com/randombit/botan/security/advisories/GHSA-jp24-56jm-gg86 | x_refsource_CONFIRM |
Impacted products
{ "containers": { "adp": [ { "affected": [ { "cpes": [ "cpe:2.3:a:randombit:botan:*:*:*:*:*:*:*:*" ], "defaultStatus": "unknown", "product": "botan", "vendor": "randombit", "versions": [ { "lessThan": "2.19.5", "status": "affected", "version": "0", "versionType": "custom" }, { "lessThan": "3.5.0", "status": "affected", "version": "3.0.0", "versionType": "custom" } ] } ], "metrics": [ { "other": { "content": { "id": "CVE-2024-39312", "options": [ { "Exploitation": "none" }, { "Automatable": "yes" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2024-07-08T19:57:15.379890Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-07-08T19:59:00.224Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" }, { "providerMetadata": { "dateUpdated": "2024-08-02T04:19:20.621Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "https://github.com/randombit/botan/security/advisories/GHSA-jp24-56jm-gg86", "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/randombit/botan/security/advisories/GHSA-jp24-56jm-gg86" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "botan", "vendor": "randombit", "versions": [ { "status": "affected", "version": "\u003c 2.19.5" }, { "status": "affected", "version": "\u003e= 3.0.0, \u003c 3.5.0" } ] } ], "descriptions": [ { "lang": "en", "value": "Botan is a C++ cryptography library. X.509 certificates can identify elliptic curves using either an object identifier or using explicit encoding of the parameters. A bug in the parsing of name constraint extensions in X.509 certificates meant that if the extension included both permitted subtrees and excluded subtrees, only the permitted subtree would be checked. If a certificate included a name which was permitted by the permitted subtree but also excluded by excluded subtree, it would be accepted. Fixed in versions 3.5.0 and 2.19.5." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-295", "description": "CWE-295: Improper Certificate Validation", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-07-08T16:30:25.044Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/randombit/botan/security/advisories/GHSA-jp24-56jm-gg86", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/randombit/botan/security/advisories/GHSA-jp24-56jm-gg86" } ], "source": { "advisory": "GHSA-jp24-56jm-gg86", "discovery": "UNKNOWN" }, "title": "Botan has an Authorization Error due to Name Constraint Decoding Bug" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2024-39312", "datePublished": "2024-07-08T16:30:25.044Z", "dateReserved": "2024-06-21T18:15:22.260Z", "dateUpdated": "2024-08-02T04:19:20.621Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }
cve-2017-2801
Vulnerability from cvelistv5
Published
2017-05-24 14:00
Modified
2024-08-05 14:02
Severity ?
EPSS score ?
Summary
A programming error exists in a way Randombit Botan cryptographic library version 2.0.1 implements x500 string comparisons which could lead to certificate verification issues and abuse. A specially crafted X509 certificate would need to be delivered to the client or server application in order to trigger this vulnerability.
References
▼ | URL | Tags |
---|---|---|
http://www.securityfocus.com/bid/98106 | vdb-entry, x_refsource_BID | |
http://www.debian.org/security/2017/dsa-3939 | vendor-advisory, x_refsource_DEBIAN | |
http://talosintelligence.com/vulnerability_reports/TALOS-2017-0294 | x_refsource_MISC |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-05T14:02:07.813Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "98106", "tags": [ "vdb-entry", "x_refsource_BID", "x_transferred" ], "url": "http://www.securityfocus.com/bid/98106" }, { "name": "DSA-3939", "tags": [ "vendor-advisory", "x_refsource_DEBIAN", "x_transferred" ], "url": "http://www.debian.org/security/2017/dsa-3939" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "http://talosintelligence.com/vulnerability_reports/TALOS-2017-0294" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "Botan", "vendor": "Randombit", "versions": [ { "status": "affected", "version": "2.0.1" } ] } ], "datePublic": "2017-04-28T00:00:00", "descriptions": [ { "lang": "en", "value": "A programming error exists in a way Randombit Botan cryptographic library version 2.0.1 implements x500 string comparisons which could lead to certificate verification issues and abuse. A specially crafted X509 certificate would need to be delivered to the client or server application in order to trigger this vulnerability." } ], "metrics": [ { "cvssV3_0": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:L", "version": "3.0" } } ], "problemTypes": [ { "descriptions": [ { "description": "Certificate validation bypass", "lang": "en", "type": "text" } ] } ], "providerMetadata": { "dateUpdated": "2022-04-19T18:22:26", "orgId": "b86d76f8-0f8a-4a96-a78d-d8abfc7fc29b", "shortName": "talos" }, "references": [ { "name": "98106", "tags": [ "vdb-entry", "x_refsource_BID" ], "url": "http://www.securityfocus.com/bid/98106" }, { "name": "DSA-3939", "tags": [ "vendor-advisory", "x_refsource_DEBIAN" ], "url": "http://www.debian.org/security/2017/dsa-3939" }, { "tags": [ "x_refsource_MISC" ], "url": "http://talosintelligence.com/vulnerability_reports/TALOS-2017-0294" } ], "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "talos-cna@cisco.com", "ID": "CVE-2017-2801", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "Botan", "version": { "version_data": [ { "version_value": "2.0.1" } ] } } ] }, "vendor_name": "Randombit" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "A programming error exists in a way Randombit Botan cryptographic library version 2.0.1 implements x500 string comparisons which could lead to certificate verification issues and abuse. A specially crafted X509 certificate would need to be delivered to the client or server application in order to trigger this vulnerability." } ] }, "impact": { "cvss": { "baseScore": 6.5, "baseSeverity": "Medium", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:L", "version": "3.0" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "Certificate validation bypass" } ] } ] }, "references": { "reference_data": [ { "name": "98106", "refsource": "BID", "url": "http://www.securityfocus.com/bid/98106" }, { "name": "DSA-3939", "refsource": "DEBIAN", "url": "http://www.debian.org/security/2017/dsa-3939" }, { "name": "http://talosintelligence.com/vulnerability_reports/TALOS-2017-0294", "refsource": "MISC", "url": "http://talosintelligence.com/vulnerability_reports/TALOS-2017-0294" } ] } } } }, "cveMetadata": { "assignerOrgId": "b86d76f8-0f8a-4a96-a78d-d8abfc7fc29b", "assignerShortName": "talos", "cveId": "CVE-2017-2801", "datePublished": "2017-05-24T14:00:00", "dateReserved": "2016-12-01T00:00:00", "dateUpdated": "2024-08-05T14:02:07.813Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }