"-Synchronized-Data."

This commit is contained in:
CVE Team 2022-10-25 17:07:24 +00:00
parent fdd322e85a
commit f282fe115c
No known key found for this signature in database
GPG Key ID: E3252B3D49582C98
3 changed files with 76 additions and 3 deletions

View File

@ -101,6 +101,11 @@
"refsource": "FEDORA",
"name": "FEDORA-2022-61d8e8d880",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X46T4EFTIBXZRYTGASBDEZGYJINH2OWV/"
},
{
"refsource": "FEDORA",
"name": "FEDORA-2022-4ac2e16969",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KRGKPYA5YHIXQAMRIXO5DSCX7D4UUW4Q/"
}
]
}

View File

@ -73,6 +73,11 @@
"refsource": "MISC",
"url": "https://lists.apache.org/thread/j65nwr8n7jchngwqptzh100drcr4ry2q",
"name": "https://lists.apache.org/thread/j65nwr8n7jchngwqptzh100drcr4ry2q"
},
{
"refsource": "MLIST",
"name": "[oss-security] 20221023 CVE-2021-42010: Apache Heron (Incubating): CRLF log injection",
"url": "http://www.openwall.com/lists/oss-security/2022/10/23/2"
}
]
},

View File

@ -4,14 +4,77 @@
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2022-3676",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ASSIGNER": "security@eclipse.org",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "The Eclipse Foundation",
"product": {
"product_data": [
{
"product_name": "Eclipse OpenJ9",
"version": {
"version_data": [
{
"version_affected": "<",
"version_value": "0.35.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": "In Eclipse Openj9 before version 0.35.0, interface calls can be inlined without a runtime type check. Malicious bytecode could make use of this inlining to access or modify memory via an incompatible type."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-20: Improper Input Validation"
}
]
},
{
"description": [
{
"lang": "eng",
"value": "CWE-843: Access of Resource Using Incompatible Type ('Type Confusion')"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/eclipse-openj9/openj9/pull/16122",
"refsource": "CONFIRM",
"url": "https://github.com/eclipse-openj9/openj9/pull/16122"
},
{
"name": "https://github.com/eclipse/omr/pull/6773",
"refsource": "CONFIRM",
"url": "https://github.com/eclipse/omr/pull/6773"
},
{
"name": "https://gitlab.eclipse.org/eclipsefdn/emo-team/emo/-/issues/389",
"refsource": "CONFIRM",
"url": "https://gitlab.eclipse.org/eclipsefdn/emo-team/emo/-/issues/389"
}
]
}