"-Synchronized-Data."

This commit is contained in:
CVE Team 2022-09-24 19:00:35 +00:00
parent d049af41e1
commit e8e9cc61b3
No known key found for this signature in database
GPG Key ID: E3252B3D49582C98
2 changed files with 95 additions and 0 deletions

View File

@ -0,0 +1,18 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2022-41339",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
}
]
}
}

View File

@ -0,0 +1,77 @@
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2022-41340",
"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": "The secp256k1-js package before 1.1.0 for Node.js implements ECDSA without required r and s validation, leading to signature forgery."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://github.com/lionello/secp256k1-js/issues/11",
"refsource": "MISC",
"name": "https://github.com/lionello/secp256k1-js/issues/11"
},
{
"url": "https://github.com/lionello/secp256k1-js/commit/302800f0370b42e360a33774bb808274ac729c2e",
"refsource": "MISC",
"name": "https://github.com/lionello/secp256k1-js/commit/302800f0370b42e360a33774bb808274ac729c2e"
},
{
"url": "https://github.com/lionello/secp256k1-js/compare/1.0.1...1.1.0",
"refsource": "MISC",
"name": "https://github.com/lionello/secp256k1-js/compare/1.0.1...1.1.0"
},
{
"url": "https://www.npmjs.com/package/@lionello/secp256k1-js",
"refsource": "MISC",
"name": "https://www.npmjs.com/package/@lionello/secp256k1-js"
}
]
}
}