"-Synchronized-Data."

This commit is contained in:
CVE Team 2022-04-15 21:01:31 +00:00
parent b0e2c9d33c
commit e37900e5c8
No known key found for this signature in database
GPG Key ID: E3252B3D49582C98
3 changed files with 68 additions and 12 deletions

View File

@ -34,7 +34,7 @@
"description_data": [
{
"lang": "eng",
"value": "Akka HTTP 10.1.x and 10.2.x before 10.2.7 can encounter stack exhaustion while parsing HTTP headers, which allows a remote attacker to conduct a Denial of Service attack by sending a User-Agent header with deeply nested comments."
"value": "Akka HTTP 10.1.x before 10.1.15 and 10.2.x before 10.2.7 can encounter stack exhaustion while parsing HTTP headers, which allows a remote attacker to conduct a Denial of Service attack by sending a User-Agent header with deeply nested comments."
}
]
},
@ -66,6 +66,11 @@
"refsource": "MISC",
"name": "https://akka.io/blog/news/2021/11/02/akka-http-10.2.7-released",
"url": "https://akka.io/blog/news/2021/11/02/akka-http-10.2.7-released"
},
{
"refsource": "MISC",
"name": "https://akka.io/blog/news/2021/11/22/akka-http-10.1.15-released",
"url": "https://akka.io/blog/news/2021/11/22/akka-http-10.1.15-released"
}
]
}

View File

@ -48,12 +48,14 @@
"references": {
"reference_data": [
{
"refsource": "CONFIRM",
"url": "https://snyk.io/vuln/SNYK-JS-MADLIBOBJECTUTILS-2388572"
"refsource": "MISC",
"url": "https://snyk.io/vuln/SNYK-JS-MADLIBOBJECTUTILS-2388572",
"name": "https://snyk.io/vuln/SNYK-JS-MADLIBOBJECTUTILS-2388572"
},
{
"refsource": "CONFIRM",
"url": "https://github.com/Qwerios/madlib-object-utils/commit/8d5d54c11c8fb9a7980a99778329acd13e3ef98f"
"refsource": "MISC",
"url": "https://github.com/Qwerios/madlib-object-utils/commit/8d5d54c11c8fb9a7980a99778329acd13e3ef98f",
"name": "https://github.com/Qwerios/madlib-object-utils/commit/8d5d54c11c8fb9a7980a99778329acd13e3ef98f"
}
]
},
@ -61,7 +63,7 @@
"description_data": [
{
"lang": "eng",
"value": "The package madlib-object-utils before 0.1.8 are vulnerable to Prototype Pollution via the setValue method, as it allows an attacker to merge object prototypes into it.\r\n\r\n*Note:* \r\nThis vulnerability derives from an incomplete fix of [CVE-2020-7701](https://security.snyk.io/vuln/SNYK-JS-MADLIBOBJECTUTILS-598676)\r\n\r\n"
"value": "The package madlib-object-utils before 0.1.8 are vulnerable to Prototype Pollution via the setValue method, as it allows an attacker to merge object prototypes into it. *Note:* This vulnerability derives from an incomplete fix of [CVE-2020-7701](https://security.snyk.io/vuln/SNYK-JS-MADLIBOBJECTUTILS-598676)"
}
]
},

View File

@ -1,17 +1,66 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2022-29281",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ID": "CVE-2022-29281",
"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": "** 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."
"value": "Notable before 1.9.0-beta.8 doesn't effectively prevent the opening of executable files when clicking on a link. There is improper validation of the file URI scheme. A hyperlink to an SMB share could lead to execution of an arbitrary program (or theft of NTLM credentials via an SMB relay attack, because the application resolves UNC paths)."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://github.com/notable/notable-insiders/releases/tag/v1.9.0-beta.8",
"refsource": "MISC",
"name": "https://github.com/notable/notable-insiders/releases/tag/v1.9.0-beta.8"
},
{
"refsource": "MISC",
"name": "https://github.com/hmsec/Advisories/blob/master/CVE-2022-29281.md",
"url": "https://github.com/hmsec/Advisories/blob/master/CVE-2022-29281.md"
}
]
}