cvelist/2021/28xxx/CVE-2021-28167.json
2024-06-21 20:00:34 +00:00

68 lines
2.3 KiB
JSON

{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2021-28167",
"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.25.0"
}
]
}
}
]
}
}
]
}
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "In Eclipse Openj9 to version 0.25.0, usage of the jdk.internal.reflect.ConstantPool API causes the JVM in some cases to pre-resolve certain constant pool entries. This allows a user to call static methods or access static members without running the class initialization method, and may allow a user to observe uninitialized values."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-909: Missing Initialization of Resource"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/eclipse/openj9/issues/12016",
"refsource": "CONFIRM",
"url": "https://github.com/eclipse/openj9/issues/12016"
},
{
"refsource": "CONFIRM",
"name": "https://security.netapp.com/advisory/ntap-20240621-0006/",
"url": "https://security.netapp.com/advisory/ntap-20240621-0006/"
}
]
}
}