Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2019-14318 (GCVE-0-2019-14318)
Vulnerability from cvelistv5 – Published: 2019-07-30 16:26 – Updated: 2024-08-05 00:12
VLAI
EPSS
Summary
Crypto++ 8.3.0 and earlier contains a timing side channel in ECDSA signature generation. This allows a local or remote attacker, able to measure the duration of hundreds to thousands of signing operations, to compute the private key used. The issue occurs because scalar multiplication in ecp.cpp (prime field curves, small leakage) and algebra.cpp (binary field curves, large leakage) is not constant time and leaks the bit length of the scalar among other information.
Severity
No CVSS data available.
CWE
- n/a
Assigner
References
6 references
| URL | Tags |
|---|---|
| https://eprint.iacr.org/2011/232.pdf | x_refsource_MISC |
| https://tches.iacr.org/index.php/TCHES/article/vi… | x_refsource_MISC |
| https://github.com/weidai11/cryptopp/issues/869 | x_refsource_MISC |
| http://lists.opensuse.org/opensuse-security-annou… | vendor-advisoryx_refsource_SUSE |
| http://www.openwall.com/lists/oss-security/2019/10/02/2 | mailing-listx_refsource_MLIST |
| https://minerva.crocs.fi.muni.cz/ | x_refsource_MISC |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-05T00:12:43.277Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://eprint.iacr.org/2011/232.pdf"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://tches.iacr.org/index.php/TCHES/article/view/7337"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/weidai11/cryptopp/issues/869"
},
{
"name": "openSUSE-SU-2019:1968",
"tags": [
"vendor-advisory",
"x_refsource_SUSE",
"x_transferred"
],
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00066.html"
},
{
"name": "[oss-security] 20191002 Minerva: ECDSA key recovery from bit-length leakage",
"tags": [
"mailing-list",
"x_refsource_MLIST",
"x_transferred"
],
"url": "http://www.openwall.com/lists/oss-security/2019/10/02/2"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://minerva.crocs.fi.muni.cz/"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "n/a",
"vendor": "n/a",
"versions": [
{
"status": "affected",
"version": "n/a"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Crypto++ 8.3.0 and earlier contains a timing side channel in ECDSA signature generation. This allows a local or remote attacker, able to measure the duration of hundreds to thousands of signing operations, to compute the private key used. The issue occurs because scalar multiplication in ecp.cpp (prime field curves, small leakage) and algebra.cpp (binary field curves, large leakage) is not constant time and leaks the bit length of the scalar among other information."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "n/a",
"lang": "en",
"type": "text"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2019-10-03T13:27:08.000Z",
"orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"shortName": "mitre"
},
"references": [
{
"tags": [
"x_refsource_MISC"
],
"url": "https://eprint.iacr.org/2011/232.pdf"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://tches.iacr.org/index.php/TCHES/article/view/7337"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/weidai11/cryptopp/issues/869"
},
{
"name": "openSUSE-SU-2019:1968",
"tags": [
"vendor-advisory",
"x_refsource_SUSE"
],
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00066.html"
},
{
"name": "[oss-security] 20191002 Minerva: ECDSA key recovery from bit-length leakage",
"tags": [
"mailing-list",
"x_refsource_MLIST"
],
"url": "http://www.openwall.com/lists/oss-security/2019/10/02/2"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://minerva.crocs.fi.muni.cz/"
}
],
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2019-14318",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Crypto++ 8.3.0 and earlier contains a timing side channel in ECDSA signature generation. This allows a local or remote attacker, able to measure the duration of hundreds to thousands of signing operations, to compute the private key used. The issue occurs because scalar multiplication in ecp.cpp (prime field curves, small leakage) and algebra.cpp (binary field curves, large leakage) is not constant time and leaks the bit length of the scalar among other information."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://eprint.iacr.org/2011/232.pdf",
"refsource": "MISC",
"url": "https://eprint.iacr.org/2011/232.pdf"
},
{
"name": "https://tches.iacr.org/index.php/TCHES/article/view/7337",
"refsource": "MISC",
"url": "https://tches.iacr.org/index.php/TCHES/article/view/7337"
},
{
"name": "https://github.com/weidai11/cryptopp/issues/869",
"refsource": "MISC",
"url": "https://github.com/weidai11/cryptopp/issues/869"
},
{
"name": "openSUSE-SU-2019:1968",
"refsource": "SUSE",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00066.html"
},
{
"name": "[oss-security] 20191002 Minerva: ECDSA key recovery from bit-length leakage",
"refsource": "MLIST",
"url": "http://www.openwall.com/lists/oss-security/2019/10/02/2"
},
{
"name": "https://minerva.crocs.fi.muni.cz/",
"refsource": "MISC",
"url": "https://minerva.crocs.fi.muni.cz/"
}
]
}
}
}
},
"cveMetadata": {
"assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"assignerShortName": "mitre",
"cveId": "CVE-2019-14318",
"datePublished": "2019-07-30T16:26:56.000Z",
"dateReserved": "2019-07-27T00:00:00.000Z",
"dateUpdated": "2024-08-05T00:12:43.277Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2019-14318",
"date": "2026-05-27",
"epss": "0.03018",
"percentile": "0.86798"
},
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:cryptopp:crypto\\\\+\\\\+:*:*:*:*:*:*:*:*\", \"versionEndIncluding\": \"8.3.0\", \"matchCriteriaId\": \"A83A83BF-E04E-4E80-B0F8-46BB3DEF1D06\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"Crypto++ 8.3.0 and earlier contains a timing side channel in ECDSA signature generation. This allows a local or remote attacker, able to measure the duration of hundreds to thousands of signing operations, to compute the private key used. The issue occurs because scalar multiplication in ecp.cpp (prime field curves, small leakage) and algebra.cpp (binary field curves, large leakage) is not constant time and leaks the bit length of the scalar among other information.\"}, {\"lang\": \"es\", \"value\": \"Crypto++ versi\\u00f3n 8.3.0 y anterior, contiene un canal lateral de sincronizaci\\u00f3n en la generaci\\u00f3n de firmas ECDSA. Esto permite a un atacante local o remoto, capaz de medir la duraci\\u00f3n de cientos a miles de operaciones de firma, calcular la clave privada utilizada. El problema se produce porque la multiplicaci\\u00f3n de scalar en el archivo ecp.cpp (curvas del campo principal, fugas peque\\u00f1as) y el archivo algebra.cpp (curvas del campo binario, fugas grandes) no son de tiempo constante y filtra la longitud de bits del scalar entre otra informaci\\u00f3n.\"}]",
"id": "CVE-2019-14318",
"lastModified": "2024-11-21T04:26:29.063",
"metrics": "{\"cvssMetricV30\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.0\", \"vectorString\": \"CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N\", \"baseScore\": 5.9, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"NONE\"}, \"exploitabilityScore\": 2.2, \"impactScore\": 3.6}], \"cvssMetricV2\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"2.0\", \"vectorString\": \"AV:N/AC:M/Au:N/C:P/I:N/A:N\", \"baseScore\": 4.3, \"accessVector\": \"NETWORK\", \"accessComplexity\": \"MEDIUM\", \"authentication\": \"NONE\", \"confidentialityImpact\": \"PARTIAL\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"NONE\"}, \"baseSeverity\": \"MEDIUM\", \"exploitabilityScore\": 8.6, \"impactScore\": 2.9, \"acInsufInfo\": false, \"obtainAllPrivilege\": false, \"obtainUserPrivilege\": false, \"obtainOtherPrivilege\": false, \"userInteractionRequired\": false}]}",
"published": "2019-07-30T17:15:12.687",
"references": "[{\"url\": \"http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00066.html\", \"source\": \"cve@mitre.org\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2019/10/02/2\", \"source\": \"cve@mitre.org\"}, {\"url\": \"https://eprint.iacr.org/2011/232.pdf\", \"source\": \"cve@mitre.org\", \"tags\": [\"Exploit\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/weidai11/cryptopp/issues/869\", \"source\": \"cve@mitre.org\", \"tags\": [\"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://minerva.crocs.fi.muni.cz/\", \"source\": \"cve@mitre.org\"}, {\"url\": \"https://tches.iacr.org/index.php/TCHES/article/view/7337\", \"source\": \"cve@mitre.org\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00066.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2019/10/02/2\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://eprint.iacr.org/2011/232.pdf\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Exploit\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/weidai11/cryptopp/issues/869\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://minerva.crocs.fi.muni.cz/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://tches.iacr.org/index.php/TCHES/article/view/7337\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}]",
"sourceIdentifier": "cve@mitre.org",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-417\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2019-14318\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2019-07-30T17:15:12.687\",\"lastModified\":\"2024-11-21T04:26:29.063\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Crypto++ 8.3.0 and earlier contains a timing side channel in ECDSA signature generation. This allows a local or remote attacker, able to measure the duration of hundreds to thousands of signing operations, to compute the private key used. The issue occurs because scalar multiplication in ecp.cpp (prime field curves, small leakage) and algebra.cpp (binary field curves, large leakage) is not constant time and leaks the bit length of the scalar among other information.\"},{\"lang\":\"es\",\"value\":\"Crypto++ versi\u00f3n 8.3.0 y anterior, contiene un canal lateral de sincronizaci\u00f3n en la generaci\u00f3n de firmas ECDSA. Esto permite a un atacante local o remoto, capaz de medir la duraci\u00f3n de cientos a miles de operaciones de firma, calcular la clave privada utilizada. El problema se produce porque la multiplicaci\u00f3n de scalar en el archivo ecp.cpp (curvas del campo principal, fugas peque\u00f1as) y el archivo algebra.cpp (curvas del campo binario, fugas grandes) no son de tiempo constante y filtra la longitud de bits del scalar entre otra informaci\u00f3n.\"}],\"metrics\":{\"cvssMetricV30\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.0\",\"vectorString\":\"CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N\",\"baseScore\":5.9,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.2,\"impactScore\":3.6}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:M/Au:N/C:P/I:N/A:N\",\"baseScore\":4.3,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"MEDIUM\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"PARTIAL\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":8.6,\"impactScore\":2.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-417\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:cryptopp:crypto\\\\+\\\\+:*:*:*:*:*:*:*:*\",\"versionEndIncluding\":\"8.3.0\",\"matchCriteriaId\":\"A83A83BF-E04E-4E80-B0F8-46BB3DEF1D06\"}]}]}],\"references\":[{\"url\":\"http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00066.html\",\"source\":\"cve@mitre.org\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2019/10/02/2\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://eprint.iacr.org/2011/232.pdf\",\"source\":\"cve@mitre.org\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/weidai11/cryptopp/issues/869\",\"source\":\"cve@mitre.org\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://minerva.crocs.fi.muni.cz/\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://tches.iacr.org/index.php/TCHES/article/view/7337\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00066.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2019/10/02/2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://eprint.iacr.org/2011/232.pdf\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/weidai11/cryptopp/issues/869\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://minerva.crocs.fi.muni.cz/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://tches.iacr.org/index.php/TCHES/article/view/7337\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}"
}
}
CNVD-2019-27327
Vulnerability from cnvd - Published: 2019-08-14
VLAI
Title
Crypto++未明漏洞
Description
Crypto++是一款C++加密方法类库。
Crypto++ 8.3.0及之前版本中存在安全漏洞,攻击者可利用该漏洞计算所使用的私钥。
Severity
中
Formal description
厂商尚未提供漏洞修复方案,请关注厂商主页更新: https://www.cryptopp.com/
Reference
https://nvd.nist.gov/vuln/detail/CVE-2019-14318
https://tches.iacr.org/index.php/TCHES/article/view/7337
https://eprint.iacr.org/2011/232.pdf
Impacted products
| Name | Crypto Crypto++ <=8.3.0 |
|---|
{
"cves": {
"cve": {
"cveNumber": "CVE-2019-14318"
}
},
"description": "Crypto++\u662f\u4e00\u6b3eC++\u52a0\u5bc6\u65b9\u6cd5\u7c7b\u5e93\u3002\n\nCrypto++ 8.3.0\u53ca\u4e4b\u524d\u7248\u672c\u4e2d\u5b58\u5728\u5b89\u5168\u6f0f\u6d1e\uff0c\u653b\u51fb\u8005\u53ef\u5229\u7528\u8be5\u6f0f\u6d1e\u8ba1\u7b97\u6240\u4f7f\u7528\u7684\u79c1\u94a5\u3002",
"discovererName": "unknown",
"formalWay": "\u5382\u5546\u5c1a\u672a\u63d0\u4f9b\u6f0f\u6d1e\u4fee\u590d\u65b9\u6848\uff0c\u8bf7\u5173\u6ce8\u5382\u5546\u4e3b\u9875\u66f4\u65b0\uff1a\r\nhttps://www.cryptopp.com/",
"isEvent": "\u901a\u7528\u8f6f\u786c\u4ef6\u6f0f\u6d1e",
"number": "CNVD-2019-27327",
"openTime": "2019-08-14",
"products": {
"product": "Crypto Crypto++ \u003c=8.3.0"
},
"referenceLink": "https://nvd.nist.gov/vuln/detail/CVE-2019-14318\r\nhttps://tches.iacr.org/index.php/TCHES/article/view/7337\r\nhttps://eprint.iacr.org/2011/232.pdf",
"serverity": "\u4e2d",
"submitTime": "2019-07-31",
"title": "Crypto++\u672a\u660e\u6f0f\u6d1e"
}
FKIE_CVE-2019-14318
Vulnerability from fkie_nvd - Published: 2019-07-30 17:15 - Updated: 2024-11-21 04:26
Severity
Summary
Crypto++ 8.3.0 and earlier contains a timing side channel in ECDSA signature generation. This allows a local or remote attacker, able to measure the duration of hundreds to thousands of signing operations, to compute the private key used. The issue occurs because scalar multiplication in ecp.cpp (prime field curves, small leakage) and algebra.cpp (binary field curves, large leakage) is not constant time and leaks the bit length of the scalar among other information.
References
Impacted products
| Vendor | Product | Version | |
|---|---|---|---|
| cryptopp | crypto\+\+ | * |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:cryptopp:crypto\\+\\+:*:*:*:*:*:*:*:*",
"matchCriteriaId": "A83A83BF-E04E-4E80-B0F8-46BB3DEF1D06",
"versionEndIncluding": "8.3.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Crypto++ 8.3.0 and earlier contains a timing side channel in ECDSA signature generation. This allows a local or remote attacker, able to measure the duration of hundreds to thousands of signing operations, to compute the private key used. The issue occurs because scalar multiplication in ecp.cpp (prime field curves, small leakage) and algebra.cpp (binary field curves, large leakage) is not constant time and leaks the bit length of the scalar among other information."
},
{
"lang": "es",
"value": "Crypto++ versi\u00f3n 8.3.0 y anterior, contiene un canal lateral de sincronizaci\u00f3n en la generaci\u00f3n de firmas ECDSA. Esto permite a un atacante local o remoto, capaz de medir la duraci\u00f3n de cientos a miles de operaciones de firma, calcular la clave privada utilizada. El problema se produce porque la multiplicaci\u00f3n de scalar en el archivo ecp.cpp (curvas del campo principal, fugas peque\u00f1as) y el archivo algebra.cpp (curvas del campo binario, fugas grandes) no son de tiempo constante y filtra la longitud de bits del scalar entre otra informaci\u00f3n."
}
],
"id": "CVE-2019-14318",
"lastModified": "2024-11-21T04:26:29.063",
"metrics": {
"cvssMetricV2": [
{
"acInsufInfo": false,
"baseSeverity": "MEDIUM",
"cvssData": {
"accessComplexity": "MEDIUM",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "NONE",
"vectorString": "AV:N/AC:M/Au:N/C:P/I:N/A:N",
"version": "2.0"
},
"exploitabilityScore": 8.6,
"impactScore": 2.9,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"source": "nvd@nist.gov",
"type": "Primary",
"userInteractionRequired": false
}
],
"cvssMetricV30": [
{
"cvssData": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"exploitabilityScore": 2.2,
"impactScore": 3.6,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2019-07-30T17:15:12.687",
"references": [
{
"source": "cve@mitre.org",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00066.html"
},
{
"source": "cve@mitre.org",
"url": "http://www.openwall.com/lists/oss-security/2019/10/02/2"
},
{
"source": "cve@mitre.org",
"tags": [
"Exploit",
"Third Party Advisory"
],
"url": "https://eprint.iacr.org/2011/232.pdf"
},
{
"source": "cve@mitre.org",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/weidai11/cryptopp/issues/869"
},
{
"source": "cve@mitre.org",
"url": "https://minerva.crocs.fi.muni.cz/"
},
{
"source": "cve@mitre.org",
"tags": [
"Third Party Advisory"
],
"url": "https://tches.iacr.org/index.php/TCHES/article/view/7337"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00066.html"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "http://www.openwall.com/lists/oss-security/2019/10/02/2"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Exploit",
"Third Party Advisory"
],
"url": "https://eprint.iacr.org/2011/232.pdf"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/weidai11/cryptopp/issues/869"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://minerva.crocs.fi.muni.cz/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://tches.iacr.org/index.php/TCHES/article/view/7337"
}
],
"sourceIdentifier": "cve@mitre.org",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-417"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
GHSA-J77V-9G36-CFP2
Vulnerability from github – Published: 2022-05-24 16:51 – Updated: 2024-04-04 01:25
VLAI
Details
Crypto++ 8.3.0 and earlier contains a timing side channel in ECDSA signature generation. This allows a local or remote attacker, able to measure the duration of hundreds to thousands of signing operations, to compute the private key used. The issue occurs because scalar multiplication in ecp.cpp (prime field curves, small leakage) and algebra.cpp (binary field curves, large leakage) is not constant time and leaks the bit length of the scalar among other information.
Severity
5.9 (Medium)
{
"affected": [],
"aliases": [
"CVE-2019-14318"
],
"database_specific": {
"cwe_ids": [],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2019-07-30T17:15:00Z",
"severity": "MODERATE"
},
"details": "Crypto++ 8.3.0 and earlier contains a timing side channel in ECDSA signature generation. This allows a local or remote attacker, able to measure the duration of hundreds to thousands of signing operations, to compute the private key used. The issue occurs because scalar multiplication in ecp.cpp (prime field curves, small leakage) and algebra.cpp (binary field curves, large leakage) is not constant time and leaks the bit length of the scalar among other information.",
"id": "GHSA-j77v-9g36-cfp2",
"modified": "2024-04-04T01:25:07Z",
"published": "2022-05-24T16:51:43Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-14318"
},
{
"type": "WEB",
"url": "https://github.com/weidai11/cryptopp/issues/869"
},
{
"type": "WEB",
"url": "https://eprint.iacr.org/2011/232.pdf"
},
{
"type": "WEB",
"url": "https://minerva.crocs.fi.muni.cz"
},
{
"type": "WEB",
"url": "https://tches.iacr.org/index.php/TCHES/article/view/7337"
},
{
"type": "WEB",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00066.html"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2019/10/02/2"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"type": "CVSS_V3"
}
]
}
GSD-2019-14318
Vulnerability from gsd - Updated: 2023-12-13 01:23Details
Crypto++ 8.3.0 and earlier contains a timing side channel in ECDSA signature generation. This allows a local or remote attacker, able to measure the duration of hundreds to thousands of signing operations, to compute the private key used. The issue occurs because scalar multiplication in ecp.cpp (prime field curves, small leakage) and algebra.cpp (binary field curves, large leakage) is not constant time and leaks the bit length of the scalar among other information.
Aliases
Aliases
{
"GSD": {
"alias": "CVE-2019-14318",
"description": "Crypto++ 8.3.0 and earlier contains a timing side channel in ECDSA signature generation. This allows a local or remote attacker, able to measure the duration of hundreds to thousands of signing operations, to compute the private key used. The issue occurs because scalar multiplication in ecp.cpp (prime field curves, small leakage) and algebra.cpp (binary field curves, large leakage) is not constant time and leaks the bit length of the scalar among other information.",
"id": "GSD-2019-14318",
"references": [
"https://www.suse.com/security/cve/CVE-2019-14318.html",
"https://advisories.mageia.org/CVE-2019-14318.html",
"https://security.archlinux.org/CVE-2019-14318"
]
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2019-14318"
],
"details": "Crypto++ 8.3.0 and earlier contains a timing side channel in ECDSA signature generation. This allows a local or remote attacker, able to measure the duration of hundreds to thousands of signing operations, to compute the private key used. The issue occurs because scalar multiplication in ecp.cpp (prime field curves, small leakage) and algebra.cpp (binary field curves, large leakage) is not constant time and leaks the bit length of the scalar among other information.",
"id": "GSD-2019-14318",
"modified": "2023-12-13T01:23:52.560923Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2019-14318",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Crypto++ 8.3.0 and earlier contains a timing side channel in ECDSA signature generation. This allows a local or remote attacker, able to measure the duration of hundreds to thousands of signing operations, to compute the private key used. The issue occurs because scalar multiplication in ecp.cpp (prime field curves, small leakage) and algebra.cpp (binary field curves, large leakage) is not constant time and leaks the bit length of the scalar among other information."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://eprint.iacr.org/2011/232.pdf",
"refsource": "MISC",
"url": "https://eprint.iacr.org/2011/232.pdf"
},
{
"name": "https://tches.iacr.org/index.php/TCHES/article/view/7337",
"refsource": "MISC",
"url": "https://tches.iacr.org/index.php/TCHES/article/view/7337"
},
{
"name": "https://github.com/weidai11/cryptopp/issues/869",
"refsource": "MISC",
"url": "https://github.com/weidai11/cryptopp/issues/869"
},
{
"name": "openSUSE-SU-2019:1968",
"refsource": "SUSE",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00066.html"
},
{
"name": "[oss-security] 20191002 Minerva: ECDSA key recovery from bit-length leakage",
"refsource": "MLIST",
"url": "http://www.openwall.com/lists/oss-security/2019/10/02/2"
},
{
"name": "https://minerva.crocs.fi.muni.cz/",
"refsource": "MISC",
"url": "https://minerva.crocs.fi.muni.cz/"
}
]
}
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:cryptopp:crypto\\+\\+:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndIncluding": "8.3.0",
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2019-14318"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "Crypto++ 8.3.0 and earlier contains a timing side channel in ECDSA signature generation. This allows a local or remote attacker, able to measure the duration of hundreds to thousands of signing operations, to compute the private key used. The issue occurs because scalar multiplication in ecp.cpp (prime field curves, small leakage) and algebra.cpp (binary field curves, large leakage) is not constant time and leaks the bit length of the scalar among other information."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-417"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://tches.iacr.org/index.php/TCHES/article/view/7337",
"refsource": "MISC",
"tags": [
"Third Party Advisory"
],
"url": "https://tches.iacr.org/index.php/TCHES/article/view/7337"
},
{
"name": "https://eprint.iacr.org/2011/232.pdf",
"refsource": "MISC",
"tags": [
"Exploit",
"Third Party Advisory"
],
"url": "https://eprint.iacr.org/2011/232.pdf"
},
{
"name": "https://github.com/weidai11/cryptopp/issues/869",
"refsource": "MISC",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/weidai11/cryptopp/issues/869"
},
{
"name": "openSUSE-SU-2019:1968",
"refsource": "SUSE",
"tags": [],
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00066.html"
},
{
"name": "[oss-security] 20191002 Minerva: ECDSA key recovery from bit-length leakage",
"refsource": "MLIST",
"tags": [],
"url": "http://www.openwall.com/lists/oss-security/2019/10/02/2"
},
{
"name": "https://minerva.crocs.fi.muni.cz/",
"refsource": "MISC",
"tags": [],
"url": "https://minerva.crocs.fi.muni.cz/"
}
]
}
},
"impact": {
"baseMetricV2": {
"acInsufInfo": false,
"cvssV2": {
"accessComplexity": "MEDIUM",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "NONE",
"vectorString": "AV:N/AC:M/Au:N/C:P/I:N/A:N",
"version": "2.0"
},
"exploitabilityScore": 8.6,
"impactScore": 2.9,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"severity": "MEDIUM",
"userInteractionRequired": false
},
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"exploitabilityScore": 2.2,
"impactScore": 3.6
}
},
"lastModifiedDate": "2019-08-20T18:15Z",
"publishedDate": "2019-07-30T17:15Z"
}
}
}
OPENSUSE-SU-2019:1968-1
Vulnerability from csaf_opensuse - Published: 2019-08-20 10:57 - Updated: 2019-08-20 10:57Summary
Security update for libcryptopp
Severity
Moderate
Notes
Title of the patch: Security update for libcryptopp
Description of the patch: This update for libcryptopp fixes the following issues:
- CVE-2019-14318: Fixed a timing side channel vulnerability in the ECDSA signature generation (boo#1143532).
Patchnames: openSUSE-2019-1968
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.9 (Medium)
Affected products
Recommended
48 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Package Hub 15 SP1:libcryptopp-devel-5.6.5-bp151.4.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP1:libcryptopp-devel-5.6.5-bp151.4.3.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP1:libcryptopp-devel-5.6.5-bp151.4.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP1:libcryptopp-devel-5.6.5-bp151.4.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP1:libcryptopp-devel-5.6.5-bp151.4.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP1:libcryptopp5_6_5-32bit-5.6.5-lp151.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP1:libcryptopp5_6_5-64bit-5.6.5-bp151.4.3.1.aarch64_ilp32 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15:libcryptopp-devel-5.6.5-bp151.4.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15:libcryptopp-devel-5.6.5-bp151.4.3.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15:libcryptopp-devel-5.6.5-bp151.4.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15:libcryptopp-devel-5.6.5-bp151.4.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15:libcryptopp-devel-5.6.5-bp151.4.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15:libcryptopp5_6_5-32bit-5.6.5-lp151.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15:libcryptopp5_6_5-5.6.5-bp151.4.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15:libcryptopp5_6_5-5.6.5-bp151.4.3.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15:libcryptopp5_6_5-5.6.5-bp151.4.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15:libcryptopp5_6_5-5.6.5-bp151.4.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15:libcryptopp5_6_5-5.6.5-bp151.4.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15:libcryptopp5_6_5-64bit-5.6.5-bp151.4.3.1.aarch64_ilp32 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.0:libcryptopp-devel-5.6.5-bp151.4.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.0:libcryptopp-devel-5.6.5-bp151.4.3.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.0:libcryptopp-devel-5.6.5-bp151.4.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.0:libcryptopp-devel-5.6.5-bp151.4.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.0:libcryptopp-devel-5.6.5-bp151.4.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.0:libcryptopp5_6_5-32bit-5.6.5-lp151.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.0:libcryptopp5_6_5-5.6.5-bp151.4.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.0:libcryptopp5_6_5-5.6.5-bp151.4.3.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.0:libcryptopp5_6_5-5.6.5-bp151.4.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.0:libcryptopp5_6_5-5.6.5-bp151.4.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.0:libcryptopp5_6_5-5.6.5-bp151.4.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.0:libcryptopp5_6_5-64bit-5.6.5-bp151.4.3.1.aarch64_ilp32 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:libcryptopp-devel-5.6.5-bp151.4.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:libcryptopp-devel-5.6.5-bp151.4.3.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:libcryptopp-devel-5.6.5-bp151.4.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:libcryptopp-devel-5.6.5-bp151.4.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:libcryptopp-devel-5.6.5-bp151.4.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:libcryptopp5_6_5-32bit-5.6.5-lp151.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.1:libcryptopp5_6_5-64bit-5.6.5-bp151.4.3.1.aarch64_ilp32 | — |
Vendor Fix
|
Threats
Impact
moderate
References
9 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for libcryptopp",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for libcryptopp fixes the following issues:\n\n- CVE-2019-14318: Fixed a timing side channel vulnerability in the ECDSA signature generation (boo#1143532).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-2019-1968",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2019_1968-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2019:1968-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/PIBT23NESB2572K3CT3URDK6WH7QTD3Y/#PIBT23NESB2572K3CT3URDK6WH7QTD3Y"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2019:1968-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/PIBT23NESB2572K3CT3URDK6WH7QTD3Y/#PIBT23NESB2572K3CT3URDK6WH7QTD3Y"
},
{
"category": "self",
"summary": "SUSE Bug 1143532",
"url": "https://bugzilla.suse.com/1143532"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14318 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14318/"
}
],
"title": "Security update for libcryptopp",
"tracking": {
"current_release_date": "2019-08-20T10:57:58Z",
"generator": {
"date": "2019-08-20T10:57:58Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2019:1968-1",
"initial_release_date": "2019-08-20T10:57:58Z",
"revision_history": [
{
"date": "2019-08-20T10:57:58Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libcryptopp-devel-5.6.5-bp151.4.3.1.aarch64",
"product": {
"name": "libcryptopp-devel-5.6.5-bp151.4.3.1.aarch64",
"product_id": "libcryptopp-devel-5.6.5-bp151.4.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.aarch64",
"product": {
"name": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.aarch64",
"product_id": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libcryptopp5_6_5-64bit-5.6.5-bp151.4.3.1.aarch64_ilp32",
"product": {
"name": "libcryptopp5_6_5-64bit-5.6.5-bp151.4.3.1.aarch64_ilp32",
"product_id": "libcryptopp5_6_5-64bit-5.6.5-bp151.4.3.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libcryptopp-devel-5.6.5-bp151.4.3.1.i586",
"product": {
"name": "libcryptopp-devel-5.6.5-bp151.4.3.1.i586",
"product_id": "libcryptopp-devel-5.6.5-bp151.4.3.1.i586"
}
},
{
"category": "product_version",
"name": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.i586",
"product": {
"name": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.i586",
"product_id": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libcryptopp-devel-5.6.5-bp151.4.3.1.ppc64le",
"product": {
"name": "libcryptopp-devel-5.6.5-bp151.4.3.1.ppc64le",
"product_id": "libcryptopp-devel-5.6.5-bp151.4.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.ppc64le",
"product": {
"name": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.ppc64le",
"product_id": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libcryptopp-devel-5.6.5-bp151.4.3.1.s390x",
"product": {
"name": "libcryptopp-devel-5.6.5-bp151.4.3.1.s390x",
"product_id": "libcryptopp-devel-5.6.5-bp151.4.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.s390x",
"product": {
"name": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.s390x",
"product_id": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libcryptopp-devel-5.6.5-bp151.4.3.1.x86_64",
"product": {
"name": "libcryptopp-devel-5.6.5-bp151.4.3.1.x86_64",
"product_id": "libcryptopp-devel-5.6.5-bp151.4.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.x86_64",
"product": {
"name": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.x86_64",
"product_id": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcryptopp5_6_5-32bit-5.6.5-lp151.3.3.1.x86_64",
"product": {
"name": "libcryptopp5_6_5-32bit-5.6.5-lp151.3.3.1.x86_64",
"product_id": "libcryptopp5_6_5-32bit-5.6.5-lp151.3.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Package Hub 15",
"product": {
"name": "SUSE Package Hub 15",
"product_id": "SUSE Package Hub 15"
}
},
{
"category": "product_name",
"name": "SUSE Package Hub 15 SP1",
"product": {
"name": "SUSE Package Hub 15 SP1",
"product_id": "SUSE Package Hub 15 SP1"
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.0",
"product": {
"name": "openSUSE Leap 15.0",
"product_id": "openSUSE Leap 15.0",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.0"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.1",
"product": {
"name": "openSUSE Leap 15.1",
"product_id": "openSUSE Leap 15.1",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp-devel-5.6.5-bp151.4.3.1.aarch64 as component of SUSE Package Hub 15",
"product_id": "SUSE Package Hub 15:libcryptopp-devel-5.6.5-bp151.4.3.1.aarch64"
},
"product_reference": "libcryptopp-devel-5.6.5-bp151.4.3.1.aarch64",
"relates_to_product_reference": "SUSE Package Hub 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp-devel-5.6.5-bp151.4.3.1.i586 as component of SUSE Package Hub 15",
"product_id": "SUSE Package Hub 15:libcryptopp-devel-5.6.5-bp151.4.3.1.i586"
},
"product_reference": "libcryptopp-devel-5.6.5-bp151.4.3.1.i586",
"relates_to_product_reference": "SUSE Package Hub 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp-devel-5.6.5-bp151.4.3.1.ppc64le as component of SUSE Package Hub 15",
"product_id": "SUSE Package Hub 15:libcryptopp-devel-5.6.5-bp151.4.3.1.ppc64le"
},
"product_reference": "libcryptopp-devel-5.6.5-bp151.4.3.1.ppc64le",
"relates_to_product_reference": "SUSE Package Hub 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp-devel-5.6.5-bp151.4.3.1.s390x as component of SUSE Package Hub 15",
"product_id": "SUSE Package Hub 15:libcryptopp-devel-5.6.5-bp151.4.3.1.s390x"
},
"product_reference": "libcryptopp-devel-5.6.5-bp151.4.3.1.s390x",
"relates_to_product_reference": "SUSE Package Hub 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp-devel-5.6.5-bp151.4.3.1.x86_64 as component of SUSE Package Hub 15",
"product_id": "SUSE Package Hub 15:libcryptopp-devel-5.6.5-bp151.4.3.1.x86_64"
},
"product_reference": "libcryptopp-devel-5.6.5-bp151.4.3.1.x86_64",
"relates_to_product_reference": "SUSE Package Hub 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.aarch64 as component of SUSE Package Hub 15",
"product_id": "SUSE Package Hub 15:libcryptopp5_6_5-5.6.5-bp151.4.3.1.aarch64"
},
"product_reference": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.aarch64",
"relates_to_product_reference": "SUSE Package Hub 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.i586 as component of SUSE Package Hub 15",
"product_id": "SUSE Package Hub 15:libcryptopp5_6_5-5.6.5-bp151.4.3.1.i586"
},
"product_reference": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.i586",
"relates_to_product_reference": "SUSE Package Hub 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.ppc64le as component of SUSE Package Hub 15",
"product_id": "SUSE Package Hub 15:libcryptopp5_6_5-5.6.5-bp151.4.3.1.ppc64le"
},
"product_reference": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.ppc64le",
"relates_to_product_reference": "SUSE Package Hub 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.s390x as component of SUSE Package Hub 15",
"product_id": "SUSE Package Hub 15:libcryptopp5_6_5-5.6.5-bp151.4.3.1.s390x"
},
"product_reference": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.s390x",
"relates_to_product_reference": "SUSE Package Hub 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.x86_64 as component of SUSE Package Hub 15",
"product_id": "SUSE Package Hub 15:libcryptopp5_6_5-5.6.5-bp151.4.3.1.x86_64"
},
"product_reference": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.x86_64",
"relates_to_product_reference": "SUSE Package Hub 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp5_6_5-32bit-5.6.5-lp151.3.3.1.x86_64 as component of SUSE Package Hub 15",
"product_id": "SUSE Package Hub 15:libcryptopp5_6_5-32bit-5.6.5-lp151.3.3.1.x86_64"
},
"product_reference": "libcryptopp5_6_5-32bit-5.6.5-lp151.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Package Hub 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp5_6_5-64bit-5.6.5-bp151.4.3.1.aarch64_ilp32 as component of SUSE Package Hub 15",
"product_id": "SUSE Package Hub 15:libcryptopp5_6_5-64bit-5.6.5-bp151.4.3.1.aarch64_ilp32"
},
"product_reference": "libcryptopp5_6_5-64bit-5.6.5-bp151.4.3.1.aarch64_ilp32",
"relates_to_product_reference": "SUSE Package Hub 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp-devel-5.6.5-bp151.4.3.1.aarch64 as component of SUSE Package Hub 15 SP1",
"product_id": "SUSE Package Hub 15 SP1:libcryptopp-devel-5.6.5-bp151.4.3.1.aarch64"
},
"product_reference": "libcryptopp-devel-5.6.5-bp151.4.3.1.aarch64",
"relates_to_product_reference": "SUSE Package Hub 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp-devel-5.6.5-bp151.4.3.1.i586 as component of SUSE Package Hub 15 SP1",
"product_id": "SUSE Package Hub 15 SP1:libcryptopp-devel-5.6.5-bp151.4.3.1.i586"
},
"product_reference": "libcryptopp-devel-5.6.5-bp151.4.3.1.i586",
"relates_to_product_reference": "SUSE Package Hub 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp-devel-5.6.5-bp151.4.3.1.ppc64le as component of SUSE Package Hub 15 SP1",
"product_id": "SUSE Package Hub 15 SP1:libcryptopp-devel-5.6.5-bp151.4.3.1.ppc64le"
},
"product_reference": "libcryptopp-devel-5.6.5-bp151.4.3.1.ppc64le",
"relates_to_product_reference": "SUSE Package Hub 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp-devel-5.6.5-bp151.4.3.1.s390x as component of SUSE Package Hub 15 SP1",
"product_id": "SUSE Package Hub 15 SP1:libcryptopp-devel-5.6.5-bp151.4.3.1.s390x"
},
"product_reference": "libcryptopp-devel-5.6.5-bp151.4.3.1.s390x",
"relates_to_product_reference": "SUSE Package Hub 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp-devel-5.6.5-bp151.4.3.1.x86_64 as component of SUSE Package Hub 15 SP1",
"product_id": "SUSE Package Hub 15 SP1:libcryptopp-devel-5.6.5-bp151.4.3.1.x86_64"
},
"product_reference": "libcryptopp-devel-5.6.5-bp151.4.3.1.x86_64",
"relates_to_product_reference": "SUSE Package Hub 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.aarch64 as component of SUSE Package Hub 15 SP1",
"product_id": "SUSE Package Hub 15 SP1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.aarch64"
},
"product_reference": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.aarch64",
"relates_to_product_reference": "SUSE Package Hub 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.i586 as component of SUSE Package Hub 15 SP1",
"product_id": "SUSE Package Hub 15 SP1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.i586"
},
"product_reference": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.i586",
"relates_to_product_reference": "SUSE Package Hub 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.ppc64le as component of SUSE Package Hub 15 SP1",
"product_id": "SUSE Package Hub 15 SP1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.ppc64le"
},
"product_reference": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.ppc64le",
"relates_to_product_reference": "SUSE Package Hub 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.s390x as component of SUSE Package Hub 15 SP1",
"product_id": "SUSE Package Hub 15 SP1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.s390x"
},
"product_reference": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.s390x",
"relates_to_product_reference": "SUSE Package Hub 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.x86_64 as component of SUSE Package Hub 15 SP1",
"product_id": "SUSE Package Hub 15 SP1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.x86_64"
},
"product_reference": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.x86_64",
"relates_to_product_reference": "SUSE Package Hub 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp5_6_5-32bit-5.6.5-lp151.3.3.1.x86_64 as component of SUSE Package Hub 15 SP1",
"product_id": "SUSE Package Hub 15 SP1:libcryptopp5_6_5-32bit-5.6.5-lp151.3.3.1.x86_64"
},
"product_reference": "libcryptopp5_6_5-32bit-5.6.5-lp151.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Package Hub 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp5_6_5-64bit-5.6.5-bp151.4.3.1.aarch64_ilp32 as component of SUSE Package Hub 15 SP1",
"product_id": "SUSE Package Hub 15 SP1:libcryptopp5_6_5-64bit-5.6.5-bp151.4.3.1.aarch64_ilp32"
},
"product_reference": "libcryptopp5_6_5-64bit-5.6.5-bp151.4.3.1.aarch64_ilp32",
"relates_to_product_reference": "SUSE Package Hub 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp-devel-5.6.5-bp151.4.3.1.aarch64 as component of openSUSE Leap 15.0",
"product_id": "openSUSE Leap 15.0:libcryptopp-devel-5.6.5-bp151.4.3.1.aarch64"
},
"product_reference": "libcryptopp-devel-5.6.5-bp151.4.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp-devel-5.6.5-bp151.4.3.1.i586 as component of openSUSE Leap 15.0",
"product_id": "openSUSE Leap 15.0:libcryptopp-devel-5.6.5-bp151.4.3.1.i586"
},
"product_reference": "libcryptopp-devel-5.6.5-bp151.4.3.1.i586",
"relates_to_product_reference": "openSUSE Leap 15.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp-devel-5.6.5-bp151.4.3.1.ppc64le as component of openSUSE Leap 15.0",
"product_id": "openSUSE Leap 15.0:libcryptopp-devel-5.6.5-bp151.4.3.1.ppc64le"
},
"product_reference": "libcryptopp-devel-5.6.5-bp151.4.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp-devel-5.6.5-bp151.4.3.1.s390x as component of openSUSE Leap 15.0",
"product_id": "openSUSE Leap 15.0:libcryptopp-devel-5.6.5-bp151.4.3.1.s390x"
},
"product_reference": "libcryptopp-devel-5.6.5-bp151.4.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp-devel-5.6.5-bp151.4.3.1.x86_64 as component of openSUSE Leap 15.0",
"product_id": "openSUSE Leap 15.0:libcryptopp-devel-5.6.5-bp151.4.3.1.x86_64"
},
"product_reference": "libcryptopp-devel-5.6.5-bp151.4.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.aarch64 as component of openSUSE Leap 15.0",
"product_id": "openSUSE Leap 15.0:libcryptopp5_6_5-5.6.5-bp151.4.3.1.aarch64"
},
"product_reference": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.i586 as component of openSUSE Leap 15.0",
"product_id": "openSUSE Leap 15.0:libcryptopp5_6_5-5.6.5-bp151.4.3.1.i586"
},
"product_reference": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.i586",
"relates_to_product_reference": "openSUSE Leap 15.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.ppc64le as component of openSUSE Leap 15.0",
"product_id": "openSUSE Leap 15.0:libcryptopp5_6_5-5.6.5-bp151.4.3.1.ppc64le"
},
"product_reference": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.s390x as component of openSUSE Leap 15.0",
"product_id": "openSUSE Leap 15.0:libcryptopp5_6_5-5.6.5-bp151.4.3.1.s390x"
},
"product_reference": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.x86_64 as component of openSUSE Leap 15.0",
"product_id": "openSUSE Leap 15.0:libcryptopp5_6_5-5.6.5-bp151.4.3.1.x86_64"
},
"product_reference": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp5_6_5-32bit-5.6.5-lp151.3.3.1.x86_64 as component of openSUSE Leap 15.0",
"product_id": "openSUSE Leap 15.0:libcryptopp5_6_5-32bit-5.6.5-lp151.3.3.1.x86_64"
},
"product_reference": "libcryptopp5_6_5-32bit-5.6.5-lp151.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp5_6_5-64bit-5.6.5-bp151.4.3.1.aarch64_ilp32 as component of openSUSE Leap 15.0",
"product_id": "openSUSE Leap 15.0:libcryptopp5_6_5-64bit-5.6.5-bp151.4.3.1.aarch64_ilp32"
},
"product_reference": "libcryptopp5_6_5-64bit-5.6.5-bp151.4.3.1.aarch64_ilp32",
"relates_to_product_reference": "openSUSE Leap 15.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp-devel-5.6.5-bp151.4.3.1.aarch64 as component of openSUSE Leap 15.1",
"product_id": "openSUSE Leap 15.1:libcryptopp-devel-5.6.5-bp151.4.3.1.aarch64"
},
"product_reference": "libcryptopp-devel-5.6.5-bp151.4.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp-devel-5.6.5-bp151.4.3.1.i586 as component of openSUSE Leap 15.1",
"product_id": "openSUSE Leap 15.1:libcryptopp-devel-5.6.5-bp151.4.3.1.i586"
},
"product_reference": "libcryptopp-devel-5.6.5-bp151.4.3.1.i586",
"relates_to_product_reference": "openSUSE Leap 15.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp-devel-5.6.5-bp151.4.3.1.ppc64le as component of openSUSE Leap 15.1",
"product_id": "openSUSE Leap 15.1:libcryptopp-devel-5.6.5-bp151.4.3.1.ppc64le"
},
"product_reference": "libcryptopp-devel-5.6.5-bp151.4.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp-devel-5.6.5-bp151.4.3.1.s390x as component of openSUSE Leap 15.1",
"product_id": "openSUSE Leap 15.1:libcryptopp-devel-5.6.5-bp151.4.3.1.s390x"
},
"product_reference": "libcryptopp-devel-5.6.5-bp151.4.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp-devel-5.6.5-bp151.4.3.1.x86_64 as component of openSUSE Leap 15.1",
"product_id": "openSUSE Leap 15.1:libcryptopp-devel-5.6.5-bp151.4.3.1.x86_64"
},
"product_reference": "libcryptopp-devel-5.6.5-bp151.4.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.aarch64 as component of openSUSE Leap 15.1",
"product_id": "openSUSE Leap 15.1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.aarch64"
},
"product_reference": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.i586 as component of openSUSE Leap 15.1",
"product_id": "openSUSE Leap 15.1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.i586"
},
"product_reference": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.i586",
"relates_to_product_reference": "openSUSE Leap 15.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.ppc64le as component of openSUSE Leap 15.1",
"product_id": "openSUSE Leap 15.1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.ppc64le"
},
"product_reference": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.s390x as component of openSUSE Leap 15.1",
"product_id": "openSUSE Leap 15.1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.s390x"
},
"product_reference": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.x86_64 as component of openSUSE Leap 15.1",
"product_id": "openSUSE Leap 15.1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.x86_64"
},
"product_reference": "libcryptopp5_6_5-5.6.5-bp151.4.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp5_6_5-32bit-5.6.5-lp151.3.3.1.x86_64 as component of openSUSE Leap 15.1",
"product_id": "openSUSE Leap 15.1:libcryptopp5_6_5-32bit-5.6.5-lp151.3.3.1.x86_64"
},
"product_reference": "libcryptopp5_6_5-32bit-5.6.5-lp151.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp5_6_5-64bit-5.6.5-bp151.4.3.1.aarch64_ilp32 as component of openSUSE Leap 15.1",
"product_id": "openSUSE Leap 15.1:libcryptopp5_6_5-64bit-5.6.5-bp151.4.3.1.aarch64_ilp32"
},
"product_reference": "libcryptopp5_6_5-64bit-5.6.5-bp151.4.3.1.aarch64_ilp32",
"relates_to_product_reference": "openSUSE Leap 15.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2019-14318",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14318"
}
],
"notes": [
{
"category": "general",
"text": "Crypto++ 8.3.0 and earlier contains a timing side channel in ECDSA signature generation. This allows a local or remote attacker, able to measure the duration of hundreds to thousands of signing operations, to compute the private key used. The issue occurs because scalar multiplication in ecp.cpp (prime field curves, small leakage) and algebra.cpp (binary field curves, large leakage) is not constant time and leaks the bit length of the scalar among other information.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Package Hub 15 SP1:libcryptopp-devel-5.6.5-bp151.4.3.1.aarch64",
"SUSE Package Hub 15 SP1:libcryptopp-devel-5.6.5-bp151.4.3.1.i586",
"SUSE Package Hub 15 SP1:libcryptopp-devel-5.6.5-bp151.4.3.1.ppc64le",
"SUSE Package Hub 15 SP1:libcryptopp-devel-5.6.5-bp151.4.3.1.s390x",
"SUSE Package Hub 15 SP1:libcryptopp-devel-5.6.5-bp151.4.3.1.x86_64",
"SUSE Package Hub 15 SP1:libcryptopp5_6_5-32bit-5.6.5-lp151.3.3.1.x86_64",
"SUSE Package Hub 15 SP1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.aarch64",
"SUSE Package Hub 15 SP1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.i586",
"SUSE Package Hub 15 SP1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.ppc64le",
"SUSE Package Hub 15 SP1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.s390x",
"SUSE Package Hub 15 SP1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.x86_64",
"SUSE Package Hub 15 SP1:libcryptopp5_6_5-64bit-5.6.5-bp151.4.3.1.aarch64_ilp32",
"SUSE Package Hub 15:libcryptopp-devel-5.6.5-bp151.4.3.1.aarch64",
"SUSE Package Hub 15:libcryptopp-devel-5.6.5-bp151.4.3.1.i586",
"SUSE Package Hub 15:libcryptopp-devel-5.6.5-bp151.4.3.1.ppc64le",
"SUSE Package Hub 15:libcryptopp-devel-5.6.5-bp151.4.3.1.s390x",
"SUSE Package Hub 15:libcryptopp-devel-5.6.5-bp151.4.3.1.x86_64",
"SUSE Package Hub 15:libcryptopp5_6_5-32bit-5.6.5-lp151.3.3.1.x86_64",
"SUSE Package Hub 15:libcryptopp5_6_5-5.6.5-bp151.4.3.1.aarch64",
"SUSE Package Hub 15:libcryptopp5_6_5-5.6.5-bp151.4.3.1.i586",
"SUSE Package Hub 15:libcryptopp5_6_5-5.6.5-bp151.4.3.1.ppc64le",
"SUSE Package Hub 15:libcryptopp5_6_5-5.6.5-bp151.4.3.1.s390x",
"SUSE Package Hub 15:libcryptopp5_6_5-5.6.5-bp151.4.3.1.x86_64",
"SUSE Package Hub 15:libcryptopp5_6_5-64bit-5.6.5-bp151.4.3.1.aarch64_ilp32",
"openSUSE Leap 15.0:libcryptopp-devel-5.6.5-bp151.4.3.1.aarch64",
"openSUSE Leap 15.0:libcryptopp-devel-5.6.5-bp151.4.3.1.i586",
"openSUSE Leap 15.0:libcryptopp-devel-5.6.5-bp151.4.3.1.ppc64le",
"openSUSE Leap 15.0:libcryptopp-devel-5.6.5-bp151.4.3.1.s390x",
"openSUSE Leap 15.0:libcryptopp-devel-5.6.5-bp151.4.3.1.x86_64",
"openSUSE Leap 15.0:libcryptopp5_6_5-32bit-5.6.5-lp151.3.3.1.x86_64",
"openSUSE Leap 15.0:libcryptopp5_6_5-5.6.5-bp151.4.3.1.aarch64",
"openSUSE Leap 15.0:libcryptopp5_6_5-5.6.5-bp151.4.3.1.i586",
"openSUSE Leap 15.0:libcryptopp5_6_5-5.6.5-bp151.4.3.1.ppc64le",
"openSUSE Leap 15.0:libcryptopp5_6_5-5.6.5-bp151.4.3.1.s390x",
"openSUSE Leap 15.0:libcryptopp5_6_5-5.6.5-bp151.4.3.1.x86_64",
"openSUSE Leap 15.0:libcryptopp5_6_5-64bit-5.6.5-bp151.4.3.1.aarch64_ilp32",
"openSUSE Leap 15.1:libcryptopp-devel-5.6.5-bp151.4.3.1.aarch64",
"openSUSE Leap 15.1:libcryptopp-devel-5.6.5-bp151.4.3.1.i586",
"openSUSE Leap 15.1:libcryptopp-devel-5.6.5-bp151.4.3.1.ppc64le",
"openSUSE Leap 15.1:libcryptopp-devel-5.6.5-bp151.4.3.1.s390x",
"openSUSE Leap 15.1:libcryptopp-devel-5.6.5-bp151.4.3.1.x86_64",
"openSUSE Leap 15.1:libcryptopp5_6_5-32bit-5.6.5-lp151.3.3.1.x86_64",
"openSUSE Leap 15.1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.aarch64",
"openSUSE Leap 15.1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.i586",
"openSUSE Leap 15.1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.ppc64le",
"openSUSE Leap 15.1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.s390x",
"openSUSE Leap 15.1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.x86_64",
"openSUSE Leap 15.1:libcryptopp5_6_5-64bit-5.6.5-bp151.4.3.1.aarch64_ilp32"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14318",
"url": "https://www.suse.com/security/cve/CVE-2019-14318"
},
{
"category": "external",
"summary": "SUSE Bug 1143532 for CVE-2019-14318",
"url": "https://bugzilla.suse.com/1143532"
},
{
"category": "external",
"summary": "SUSE Bug 1145187 for CVE-2019-14318",
"url": "https://bugzilla.suse.com/1145187"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Package Hub 15 SP1:libcryptopp-devel-5.6.5-bp151.4.3.1.aarch64",
"SUSE Package Hub 15 SP1:libcryptopp-devel-5.6.5-bp151.4.3.1.i586",
"SUSE Package Hub 15 SP1:libcryptopp-devel-5.6.5-bp151.4.3.1.ppc64le",
"SUSE Package Hub 15 SP1:libcryptopp-devel-5.6.5-bp151.4.3.1.s390x",
"SUSE Package Hub 15 SP1:libcryptopp-devel-5.6.5-bp151.4.3.1.x86_64",
"SUSE Package Hub 15 SP1:libcryptopp5_6_5-32bit-5.6.5-lp151.3.3.1.x86_64",
"SUSE Package Hub 15 SP1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.aarch64",
"SUSE Package Hub 15 SP1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.i586",
"SUSE Package Hub 15 SP1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.ppc64le",
"SUSE Package Hub 15 SP1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.s390x",
"SUSE Package Hub 15 SP1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.x86_64",
"SUSE Package Hub 15 SP1:libcryptopp5_6_5-64bit-5.6.5-bp151.4.3.1.aarch64_ilp32",
"SUSE Package Hub 15:libcryptopp-devel-5.6.5-bp151.4.3.1.aarch64",
"SUSE Package Hub 15:libcryptopp-devel-5.6.5-bp151.4.3.1.i586",
"SUSE Package Hub 15:libcryptopp-devel-5.6.5-bp151.4.3.1.ppc64le",
"SUSE Package Hub 15:libcryptopp-devel-5.6.5-bp151.4.3.1.s390x",
"SUSE Package Hub 15:libcryptopp-devel-5.6.5-bp151.4.3.1.x86_64",
"SUSE Package Hub 15:libcryptopp5_6_5-32bit-5.6.5-lp151.3.3.1.x86_64",
"SUSE Package Hub 15:libcryptopp5_6_5-5.6.5-bp151.4.3.1.aarch64",
"SUSE Package Hub 15:libcryptopp5_6_5-5.6.5-bp151.4.3.1.i586",
"SUSE Package Hub 15:libcryptopp5_6_5-5.6.5-bp151.4.3.1.ppc64le",
"SUSE Package Hub 15:libcryptopp5_6_5-5.6.5-bp151.4.3.1.s390x",
"SUSE Package Hub 15:libcryptopp5_6_5-5.6.5-bp151.4.3.1.x86_64",
"SUSE Package Hub 15:libcryptopp5_6_5-64bit-5.6.5-bp151.4.3.1.aarch64_ilp32",
"openSUSE Leap 15.0:libcryptopp-devel-5.6.5-bp151.4.3.1.aarch64",
"openSUSE Leap 15.0:libcryptopp-devel-5.6.5-bp151.4.3.1.i586",
"openSUSE Leap 15.0:libcryptopp-devel-5.6.5-bp151.4.3.1.ppc64le",
"openSUSE Leap 15.0:libcryptopp-devel-5.6.5-bp151.4.3.1.s390x",
"openSUSE Leap 15.0:libcryptopp-devel-5.6.5-bp151.4.3.1.x86_64",
"openSUSE Leap 15.0:libcryptopp5_6_5-32bit-5.6.5-lp151.3.3.1.x86_64",
"openSUSE Leap 15.0:libcryptopp5_6_5-5.6.5-bp151.4.3.1.aarch64",
"openSUSE Leap 15.0:libcryptopp5_6_5-5.6.5-bp151.4.3.1.i586",
"openSUSE Leap 15.0:libcryptopp5_6_5-5.6.5-bp151.4.3.1.ppc64le",
"openSUSE Leap 15.0:libcryptopp5_6_5-5.6.5-bp151.4.3.1.s390x",
"openSUSE Leap 15.0:libcryptopp5_6_5-5.6.5-bp151.4.3.1.x86_64",
"openSUSE Leap 15.0:libcryptopp5_6_5-64bit-5.6.5-bp151.4.3.1.aarch64_ilp32",
"openSUSE Leap 15.1:libcryptopp-devel-5.6.5-bp151.4.3.1.aarch64",
"openSUSE Leap 15.1:libcryptopp-devel-5.6.5-bp151.4.3.1.i586",
"openSUSE Leap 15.1:libcryptopp-devel-5.6.5-bp151.4.3.1.ppc64le",
"openSUSE Leap 15.1:libcryptopp-devel-5.6.5-bp151.4.3.1.s390x",
"openSUSE Leap 15.1:libcryptopp-devel-5.6.5-bp151.4.3.1.x86_64",
"openSUSE Leap 15.1:libcryptopp5_6_5-32bit-5.6.5-lp151.3.3.1.x86_64",
"openSUSE Leap 15.1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.aarch64",
"openSUSE Leap 15.1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.i586",
"openSUSE Leap 15.1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.ppc64le",
"openSUSE Leap 15.1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.s390x",
"openSUSE Leap 15.1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.x86_64",
"openSUSE Leap 15.1:libcryptopp5_6_5-64bit-5.6.5-bp151.4.3.1.aarch64_ilp32"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"products": [
"SUSE Package Hub 15 SP1:libcryptopp-devel-5.6.5-bp151.4.3.1.aarch64",
"SUSE Package Hub 15 SP1:libcryptopp-devel-5.6.5-bp151.4.3.1.i586",
"SUSE Package Hub 15 SP1:libcryptopp-devel-5.6.5-bp151.4.3.1.ppc64le",
"SUSE Package Hub 15 SP1:libcryptopp-devel-5.6.5-bp151.4.3.1.s390x",
"SUSE Package Hub 15 SP1:libcryptopp-devel-5.6.5-bp151.4.3.1.x86_64",
"SUSE Package Hub 15 SP1:libcryptopp5_6_5-32bit-5.6.5-lp151.3.3.1.x86_64",
"SUSE Package Hub 15 SP1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.aarch64",
"SUSE Package Hub 15 SP1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.i586",
"SUSE Package Hub 15 SP1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.ppc64le",
"SUSE Package Hub 15 SP1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.s390x",
"SUSE Package Hub 15 SP1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.x86_64",
"SUSE Package Hub 15 SP1:libcryptopp5_6_5-64bit-5.6.5-bp151.4.3.1.aarch64_ilp32",
"SUSE Package Hub 15:libcryptopp-devel-5.6.5-bp151.4.3.1.aarch64",
"SUSE Package Hub 15:libcryptopp-devel-5.6.5-bp151.4.3.1.i586",
"SUSE Package Hub 15:libcryptopp-devel-5.6.5-bp151.4.3.1.ppc64le",
"SUSE Package Hub 15:libcryptopp-devel-5.6.5-bp151.4.3.1.s390x",
"SUSE Package Hub 15:libcryptopp-devel-5.6.5-bp151.4.3.1.x86_64",
"SUSE Package Hub 15:libcryptopp5_6_5-32bit-5.6.5-lp151.3.3.1.x86_64",
"SUSE Package Hub 15:libcryptopp5_6_5-5.6.5-bp151.4.3.1.aarch64",
"SUSE Package Hub 15:libcryptopp5_6_5-5.6.5-bp151.4.3.1.i586",
"SUSE Package Hub 15:libcryptopp5_6_5-5.6.5-bp151.4.3.1.ppc64le",
"SUSE Package Hub 15:libcryptopp5_6_5-5.6.5-bp151.4.3.1.s390x",
"SUSE Package Hub 15:libcryptopp5_6_5-5.6.5-bp151.4.3.1.x86_64",
"SUSE Package Hub 15:libcryptopp5_6_5-64bit-5.6.5-bp151.4.3.1.aarch64_ilp32",
"openSUSE Leap 15.0:libcryptopp-devel-5.6.5-bp151.4.3.1.aarch64",
"openSUSE Leap 15.0:libcryptopp-devel-5.6.5-bp151.4.3.1.i586",
"openSUSE Leap 15.0:libcryptopp-devel-5.6.5-bp151.4.3.1.ppc64le",
"openSUSE Leap 15.0:libcryptopp-devel-5.6.5-bp151.4.3.1.s390x",
"openSUSE Leap 15.0:libcryptopp-devel-5.6.5-bp151.4.3.1.x86_64",
"openSUSE Leap 15.0:libcryptopp5_6_5-32bit-5.6.5-lp151.3.3.1.x86_64",
"openSUSE Leap 15.0:libcryptopp5_6_5-5.6.5-bp151.4.3.1.aarch64",
"openSUSE Leap 15.0:libcryptopp5_6_5-5.6.5-bp151.4.3.1.i586",
"openSUSE Leap 15.0:libcryptopp5_6_5-5.6.5-bp151.4.3.1.ppc64le",
"openSUSE Leap 15.0:libcryptopp5_6_5-5.6.5-bp151.4.3.1.s390x",
"openSUSE Leap 15.0:libcryptopp5_6_5-5.6.5-bp151.4.3.1.x86_64",
"openSUSE Leap 15.0:libcryptopp5_6_5-64bit-5.6.5-bp151.4.3.1.aarch64_ilp32",
"openSUSE Leap 15.1:libcryptopp-devel-5.6.5-bp151.4.3.1.aarch64",
"openSUSE Leap 15.1:libcryptopp-devel-5.6.5-bp151.4.3.1.i586",
"openSUSE Leap 15.1:libcryptopp-devel-5.6.5-bp151.4.3.1.ppc64le",
"openSUSE Leap 15.1:libcryptopp-devel-5.6.5-bp151.4.3.1.s390x",
"openSUSE Leap 15.1:libcryptopp-devel-5.6.5-bp151.4.3.1.x86_64",
"openSUSE Leap 15.1:libcryptopp5_6_5-32bit-5.6.5-lp151.3.3.1.x86_64",
"openSUSE Leap 15.1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.aarch64",
"openSUSE Leap 15.1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.i586",
"openSUSE Leap 15.1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.ppc64le",
"openSUSE Leap 15.1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.s390x",
"openSUSE Leap 15.1:libcryptopp5_6_5-5.6.5-bp151.4.3.1.x86_64",
"openSUSE Leap 15.1:libcryptopp5_6_5-64bit-5.6.5-bp151.4.3.1.aarch64_ilp32"
]
}
],
"threats": [
{
"category": "impact",
"date": "2019-08-20T10:57:58Z",
"details": "moderate"
}
],
"title": "CVE-2019-14318"
}
]
}
OPENSUSE-SU-2024:10933-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00Summary
libcryptopp-devel-8.6.0-1.1 on GA media
Severity
Moderate
Notes
Title of the patch: libcryptopp-devel-8.6.0-1.1 on GA media
Description of the patch: These are all security issues fixed in the libcryptopp-devel-8.6.0-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2024-10933
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.9 (Medium)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:libcryptopp-devel-8.6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcryptopp-devel-8.6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcryptopp-devel-8.6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcryptopp-devel-8.6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcryptopp8_6_0-32bit-8.6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcryptopp8_6_0-32bit-8.6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcryptopp8_6_0-32bit-8.6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcryptopp8_6_0-32bit-8.6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcryptopp8_6_0-8.6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcryptopp8_6_0-8.6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcryptopp8_6_0-8.6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcryptopp8_6_0-8.6.0-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.3 (Medium)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:libcryptopp-devel-8.6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcryptopp-devel-8.6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcryptopp-devel-8.6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcryptopp-devel-8.6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcryptopp8_6_0-32bit-8.6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcryptopp8_6_0-32bit-8.6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcryptopp8_6_0-32bit-8.6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcryptopp8_6_0-32bit-8.6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcryptopp8_6_0-8.6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcryptopp8_6_0-8.6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcryptopp8_6_0-8.6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcryptopp8_6_0-8.6.0-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
9 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "libcryptopp-devel-8.6.0-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the libcryptopp-devel-8.6.0-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-10933",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_10933-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14318 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14318/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-40530 page",
"url": "https://www.suse.com/security/cve/CVE-2021-40530/"
}
],
"title": "libcryptopp-devel-8.6.0-1.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:10933-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libcryptopp-devel-8.6.0-1.1.aarch64",
"product": {
"name": "libcryptopp-devel-8.6.0-1.1.aarch64",
"product_id": "libcryptopp-devel-8.6.0-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libcryptopp8_6_0-8.6.0-1.1.aarch64",
"product": {
"name": "libcryptopp8_6_0-8.6.0-1.1.aarch64",
"product_id": "libcryptopp8_6_0-8.6.0-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libcryptopp8_6_0-32bit-8.6.0-1.1.aarch64",
"product": {
"name": "libcryptopp8_6_0-32bit-8.6.0-1.1.aarch64",
"product_id": "libcryptopp8_6_0-32bit-8.6.0-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libcryptopp-devel-8.6.0-1.1.ppc64le",
"product": {
"name": "libcryptopp-devel-8.6.0-1.1.ppc64le",
"product_id": "libcryptopp-devel-8.6.0-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libcryptopp8_6_0-8.6.0-1.1.ppc64le",
"product": {
"name": "libcryptopp8_6_0-8.6.0-1.1.ppc64le",
"product_id": "libcryptopp8_6_0-8.6.0-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libcryptopp8_6_0-32bit-8.6.0-1.1.ppc64le",
"product": {
"name": "libcryptopp8_6_0-32bit-8.6.0-1.1.ppc64le",
"product_id": "libcryptopp8_6_0-32bit-8.6.0-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libcryptopp-devel-8.6.0-1.1.s390x",
"product": {
"name": "libcryptopp-devel-8.6.0-1.1.s390x",
"product_id": "libcryptopp-devel-8.6.0-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libcryptopp8_6_0-8.6.0-1.1.s390x",
"product": {
"name": "libcryptopp8_6_0-8.6.0-1.1.s390x",
"product_id": "libcryptopp8_6_0-8.6.0-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libcryptopp8_6_0-32bit-8.6.0-1.1.s390x",
"product": {
"name": "libcryptopp8_6_0-32bit-8.6.0-1.1.s390x",
"product_id": "libcryptopp8_6_0-32bit-8.6.0-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libcryptopp-devel-8.6.0-1.1.x86_64",
"product": {
"name": "libcryptopp-devel-8.6.0-1.1.x86_64",
"product_id": "libcryptopp-devel-8.6.0-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcryptopp8_6_0-8.6.0-1.1.x86_64",
"product": {
"name": "libcryptopp8_6_0-8.6.0-1.1.x86_64",
"product_id": "libcryptopp8_6_0-8.6.0-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcryptopp8_6_0-32bit-8.6.0-1.1.x86_64",
"product": {
"name": "libcryptopp8_6_0-32bit-8.6.0-1.1.x86_64",
"product_id": "libcryptopp8_6_0-32bit-8.6.0-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp-devel-8.6.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libcryptopp-devel-8.6.0-1.1.aarch64"
},
"product_reference": "libcryptopp-devel-8.6.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp-devel-8.6.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libcryptopp-devel-8.6.0-1.1.ppc64le"
},
"product_reference": "libcryptopp-devel-8.6.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp-devel-8.6.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libcryptopp-devel-8.6.0-1.1.s390x"
},
"product_reference": "libcryptopp-devel-8.6.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp-devel-8.6.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libcryptopp-devel-8.6.0-1.1.x86_64"
},
"product_reference": "libcryptopp-devel-8.6.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp8_6_0-8.6.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libcryptopp8_6_0-8.6.0-1.1.aarch64"
},
"product_reference": "libcryptopp8_6_0-8.6.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp8_6_0-8.6.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libcryptopp8_6_0-8.6.0-1.1.ppc64le"
},
"product_reference": "libcryptopp8_6_0-8.6.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp8_6_0-8.6.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libcryptopp8_6_0-8.6.0-1.1.s390x"
},
"product_reference": "libcryptopp8_6_0-8.6.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp8_6_0-8.6.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libcryptopp8_6_0-8.6.0-1.1.x86_64"
},
"product_reference": "libcryptopp8_6_0-8.6.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp8_6_0-32bit-8.6.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libcryptopp8_6_0-32bit-8.6.0-1.1.aarch64"
},
"product_reference": "libcryptopp8_6_0-32bit-8.6.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp8_6_0-32bit-8.6.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libcryptopp8_6_0-32bit-8.6.0-1.1.ppc64le"
},
"product_reference": "libcryptopp8_6_0-32bit-8.6.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp8_6_0-32bit-8.6.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libcryptopp8_6_0-32bit-8.6.0-1.1.s390x"
},
"product_reference": "libcryptopp8_6_0-32bit-8.6.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcryptopp8_6_0-32bit-8.6.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libcryptopp8_6_0-32bit-8.6.0-1.1.x86_64"
},
"product_reference": "libcryptopp8_6_0-32bit-8.6.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2019-14318",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14318"
}
],
"notes": [
{
"category": "general",
"text": "Crypto++ 8.3.0 and earlier contains a timing side channel in ECDSA signature generation. This allows a local or remote attacker, able to measure the duration of hundreds to thousands of signing operations, to compute the private key used. The issue occurs because scalar multiplication in ecp.cpp (prime field curves, small leakage) and algebra.cpp (binary field curves, large leakage) is not constant time and leaks the bit length of the scalar among other information.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libcryptopp-devel-8.6.0-1.1.aarch64",
"openSUSE Tumbleweed:libcryptopp-devel-8.6.0-1.1.ppc64le",
"openSUSE Tumbleweed:libcryptopp-devel-8.6.0-1.1.s390x",
"openSUSE Tumbleweed:libcryptopp-devel-8.6.0-1.1.x86_64",
"openSUSE Tumbleweed:libcryptopp8_6_0-32bit-8.6.0-1.1.aarch64",
"openSUSE Tumbleweed:libcryptopp8_6_0-32bit-8.6.0-1.1.ppc64le",
"openSUSE Tumbleweed:libcryptopp8_6_0-32bit-8.6.0-1.1.s390x",
"openSUSE Tumbleweed:libcryptopp8_6_0-32bit-8.6.0-1.1.x86_64",
"openSUSE Tumbleweed:libcryptopp8_6_0-8.6.0-1.1.aarch64",
"openSUSE Tumbleweed:libcryptopp8_6_0-8.6.0-1.1.ppc64le",
"openSUSE Tumbleweed:libcryptopp8_6_0-8.6.0-1.1.s390x",
"openSUSE Tumbleweed:libcryptopp8_6_0-8.6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14318",
"url": "https://www.suse.com/security/cve/CVE-2019-14318"
},
{
"category": "external",
"summary": "SUSE Bug 1143532 for CVE-2019-14318",
"url": "https://bugzilla.suse.com/1143532"
},
{
"category": "external",
"summary": "SUSE Bug 1145187 for CVE-2019-14318",
"url": "https://bugzilla.suse.com/1145187"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:libcryptopp-devel-8.6.0-1.1.aarch64",
"openSUSE Tumbleweed:libcryptopp-devel-8.6.0-1.1.ppc64le",
"openSUSE Tumbleweed:libcryptopp-devel-8.6.0-1.1.s390x",
"openSUSE Tumbleweed:libcryptopp-devel-8.6.0-1.1.x86_64",
"openSUSE Tumbleweed:libcryptopp8_6_0-32bit-8.6.0-1.1.aarch64",
"openSUSE Tumbleweed:libcryptopp8_6_0-32bit-8.6.0-1.1.ppc64le",
"openSUSE Tumbleweed:libcryptopp8_6_0-32bit-8.6.0-1.1.s390x",
"openSUSE Tumbleweed:libcryptopp8_6_0-32bit-8.6.0-1.1.x86_64",
"openSUSE Tumbleweed:libcryptopp8_6_0-8.6.0-1.1.aarch64",
"openSUSE Tumbleweed:libcryptopp8_6_0-8.6.0-1.1.ppc64le",
"openSUSE Tumbleweed:libcryptopp8_6_0-8.6.0-1.1.s390x",
"openSUSE Tumbleweed:libcryptopp8_6_0-8.6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:libcryptopp-devel-8.6.0-1.1.aarch64",
"openSUSE Tumbleweed:libcryptopp-devel-8.6.0-1.1.ppc64le",
"openSUSE Tumbleweed:libcryptopp-devel-8.6.0-1.1.s390x",
"openSUSE Tumbleweed:libcryptopp-devel-8.6.0-1.1.x86_64",
"openSUSE Tumbleweed:libcryptopp8_6_0-32bit-8.6.0-1.1.aarch64",
"openSUSE Tumbleweed:libcryptopp8_6_0-32bit-8.6.0-1.1.ppc64le",
"openSUSE Tumbleweed:libcryptopp8_6_0-32bit-8.6.0-1.1.s390x",
"openSUSE Tumbleweed:libcryptopp8_6_0-32bit-8.6.0-1.1.x86_64",
"openSUSE Tumbleweed:libcryptopp8_6_0-8.6.0-1.1.aarch64",
"openSUSE Tumbleweed:libcryptopp8_6_0-8.6.0-1.1.ppc64le",
"openSUSE Tumbleweed:libcryptopp8_6_0-8.6.0-1.1.s390x",
"openSUSE Tumbleweed:libcryptopp8_6_0-8.6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-14318"
},
{
"cve": "CVE-2021-40530",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-40530"
}
],
"notes": [
{
"category": "general",
"text": "The ElGamal implementation in Crypto++ through 8.5 allows plaintext recovery because, during interaction between two cryptographic libraries, a certain dangerous combination of the prime defined by the receiver\u0027s public key, the generator defined by the receiver\u0027s public key, and the sender\u0027s ephemeral exponents can lead to a cross-configuration attack against OpenPGP.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libcryptopp-devel-8.6.0-1.1.aarch64",
"openSUSE Tumbleweed:libcryptopp-devel-8.6.0-1.1.ppc64le",
"openSUSE Tumbleweed:libcryptopp-devel-8.6.0-1.1.s390x",
"openSUSE Tumbleweed:libcryptopp-devel-8.6.0-1.1.x86_64",
"openSUSE Tumbleweed:libcryptopp8_6_0-32bit-8.6.0-1.1.aarch64",
"openSUSE Tumbleweed:libcryptopp8_6_0-32bit-8.6.0-1.1.ppc64le",
"openSUSE Tumbleweed:libcryptopp8_6_0-32bit-8.6.0-1.1.s390x",
"openSUSE Tumbleweed:libcryptopp8_6_0-32bit-8.6.0-1.1.x86_64",
"openSUSE Tumbleweed:libcryptopp8_6_0-8.6.0-1.1.aarch64",
"openSUSE Tumbleweed:libcryptopp8_6_0-8.6.0-1.1.ppc64le",
"openSUSE Tumbleweed:libcryptopp8_6_0-8.6.0-1.1.s390x",
"openSUSE Tumbleweed:libcryptopp8_6_0-8.6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-40530",
"url": "https://www.suse.com/security/cve/CVE-2021-40530"
},
{
"category": "external",
"summary": "SUSE Bug 1190243 for CVE-2021-40530",
"url": "https://bugzilla.suse.com/1190243"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:libcryptopp-devel-8.6.0-1.1.aarch64",
"openSUSE Tumbleweed:libcryptopp-devel-8.6.0-1.1.ppc64le",
"openSUSE Tumbleweed:libcryptopp-devel-8.6.0-1.1.s390x",
"openSUSE Tumbleweed:libcryptopp-devel-8.6.0-1.1.x86_64",
"openSUSE Tumbleweed:libcryptopp8_6_0-32bit-8.6.0-1.1.aarch64",
"openSUSE Tumbleweed:libcryptopp8_6_0-32bit-8.6.0-1.1.ppc64le",
"openSUSE Tumbleweed:libcryptopp8_6_0-32bit-8.6.0-1.1.s390x",
"openSUSE Tumbleweed:libcryptopp8_6_0-32bit-8.6.0-1.1.x86_64",
"openSUSE Tumbleweed:libcryptopp8_6_0-8.6.0-1.1.aarch64",
"openSUSE Tumbleweed:libcryptopp8_6_0-8.6.0-1.1.ppc64le",
"openSUSE Tumbleweed:libcryptopp8_6_0-8.6.0-1.1.s390x",
"openSUSE Tumbleweed:libcryptopp8_6_0-8.6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:libcryptopp-devel-8.6.0-1.1.aarch64",
"openSUSE Tumbleweed:libcryptopp-devel-8.6.0-1.1.ppc64le",
"openSUSE Tumbleweed:libcryptopp-devel-8.6.0-1.1.s390x",
"openSUSE Tumbleweed:libcryptopp-devel-8.6.0-1.1.x86_64",
"openSUSE Tumbleweed:libcryptopp8_6_0-32bit-8.6.0-1.1.aarch64",
"openSUSE Tumbleweed:libcryptopp8_6_0-32bit-8.6.0-1.1.ppc64le",
"openSUSE Tumbleweed:libcryptopp8_6_0-32bit-8.6.0-1.1.s390x",
"openSUSE Tumbleweed:libcryptopp8_6_0-32bit-8.6.0-1.1.x86_64",
"openSUSE Tumbleweed:libcryptopp8_6_0-8.6.0-1.1.aarch64",
"openSUSE Tumbleweed:libcryptopp8_6_0-8.6.0-1.1.ppc64le",
"openSUSE Tumbleweed:libcryptopp8_6_0-8.6.0-1.1.s390x",
"openSUSE Tumbleweed:libcryptopp8_6_0-8.6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-40530"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…