Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2022-23305 (GCVE-0-2022-23305)
Vulnerability from cvelistv5 – Published: 2022-01-18 15:25 – Updated: 2026-05-27 13:40- CWE-89 - Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
| URL | Tags |
|---|---|
| https://logging.apache.org/log4j/1.2/index.html | x_refsource_MISC |
| https://lists.apache.org/thread/pt6lh3pbsvxqlwlp4… | x_refsource_MISC |
| http://www.openwall.com/lists/oss-security/2022/01/18/4 | mailing-listx_refsource_MLIST |
| https://www.oracle.com/security-alerts/cpuapr2022.html | x_refsource_MISC |
| https://security.netapp.com/advisory/ntap-2022021… | x_refsource_CONFIRM |
| https://www.oracle.com/security-alerts/cpujul2022.html | x_refsource_MISC |
| Vendor | Product | Version | |
|---|---|---|---|
| Apache Software Foundation | Apache Log4j 1.x |
Affected:
1.2.1 , < unspecified
(custom)
Affected: unspecified , < 2.0-alpha1 (custom) |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-03T03:36:20.421Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://logging.apache.org/log4j/1.2/index.html"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://lists.apache.org/thread/pt6lh3pbsvxqlwlp4c5l798dv2hkc85y"
},
{
"name": "[oss-security] 20220118 CVE-2022-23305: SQL injection in JDBC Appender in Apache Log4j V1",
"tags": [
"mailing-list",
"x_refsource_MLIST",
"x_transferred"
],
"url": "http://www.openwall.com/lists/oss-security/2022/01/18/4"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://www.oracle.com/security-alerts/cpuapr2022.html"
},
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20220217-0007/"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://www.oracle.com/security-alerts/cpujul2022.html"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2022-23305",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-05-22T13:32:51.484506Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-05-27T13:40:57.853Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "Apache Log4j 1.x",
"vendor": "Apache Software Foundation",
"versions": [
{
"lessThan": "unspecified",
"status": "affected",
"version": "1.2.1",
"versionType": "custom"
},
{
"lessThan": "2.0-alpha1",
"status": "affected",
"version": "unspecified",
"versionType": "custom"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Daniel Martin of NCC Group"
}
],
"descriptions": [
{
"lang": "en",
"value": "By design, the JDBCAppender in Log4j 1.2.x accepts an SQL statement as a configuration parameter where the values to be inserted are converters from PatternLayout. The message converter, %m, is likely to always be included. This allows attackers to manipulate the SQL by entering crafted strings into input fields or headers of an application that are logged allowing unintended SQL queries to be executed. Note this issue only affects Log4j 1.x when specifically configured to use the JDBCAppender, which is not the default. Beginning in version 2.0-beta8, the JDBCAppender was re-introduced with proper support for parameterized SQL queries and further customization over the columns written to in logs. Apache Log4j 1.2 reached end of life in August 2015. Users should upgrade to Log4j 2 as it addresses numerous other issues from the previous versions."
}
],
"metrics": [
{
"other": {
"content": {
"other": "high"
},
"type": "unknown"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-89",
"description": "CWE-89 Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2022-07-25T16:49:18.000Z",
"orgId": "f0158376-9dc2-43b6-827c-5f631a4d8d09",
"shortName": "apache"
},
"references": [
{
"tags": [
"x_refsource_MISC"
],
"url": "https://logging.apache.org/log4j/1.2/index.html"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://lists.apache.org/thread/pt6lh3pbsvxqlwlp4c5l798dv2hkc85y"
},
{
"name": "[oss-security] 20220118 CVE-2022-23305: SQL injection in JDBC Appender in Apache Log4j V1",
"tags": [
"mailing-list",
"x_refsource_MLIST"
],
"url": "http://www.openwall.com/lists/oss-security/2022/01/18/4"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://www.oracle.com/security-alerts/cpuapr2022.html"
},
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://security.netapp.com/advisory/ntap-20220217-0007/"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://www.oracle.com/security-alerts/cpujul2022.html"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "SQL injection in JDBC Appender in Apache Log4j V1",
"workarounds": [
{
"lang": "en",
"value": "Users should upgrade to Log4j 2 or remove usage of the JDBCAppender from their configurations."
}
],
"x_generator": {
"engine": "Vulnogram 0.0.9"
},
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "security@apache.org",
"ID": "CVE-2022-23305",
"STATE": "PUBLIC",
"TITLE": "SQL injection in JDBC Appender in Apache Log4j V1"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Apache Log4j 1.x",
"version": {
"version_data": [
{
"version_affected": "\u003e=",
"version_value": "1.2.1"
},
{
"version_affected": "\u003c",
"version_value": "2.0-alpha1"
}
]
}
}
]
},
"vendor_name": "Apache Software Foundation"
}
]
}
},
"credit": [
{
"lang": "eng",
"value": "Daniel Martin of NCC Group"
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "By design, the JDBCAppender in Log4j 1.2.x accepts an SQL statement as a configuration parameter where the values to be inserted are converters from PatternLayout. The message converter, %m, is likely to always be included. This allows attackers to manipulate the SQL by entering crafted strings into input fields or headers of an application that are logged allowing unintended SQL queries to be executed. Note this issue only affects Log4j 1.x when specifically configured to use the JDBCAppender, which is not the default. Beginning in version 2.0-beta8, the JDBCAppender was re-introduced with proper support for parameterized SQL queries and further customization over the columns written to in logs. Apache Log4j 1.2 reached end of life in August 2015. Users should upgrade to Log4j 2 as it addresses numerous other issues from the previous versions."
}
]
},
"generator": {
"engine": "Vulnogram 0.0.9"
},
"impact": [
{
"other": "high"
}
],
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-89 Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://logging.apache.org/log4j/1.2/index.html",
"refsource": "MISC",
"url": "https://logging.apache.org/log4j/1.2/index.html"
},
{
"name": "https://lists.apache.org/thread/pt6lh3pbsvxqlwlp4c5l798dv2hkc85y",
"refsource": "MISC",
"url": "https://lists.apache.org/thread/pt6lh3pbsvxqlwlp4c5l798dv2hkc85y"
},
{
"name": "[oss-security] 20220118 CVE-2022-23305: SQL injection in JDBC Appender in Apache Log4j V1",
"refsource": "MLIST",
"url": "http://www.openwall.com/lists/oss-security/2022/01/18/4"
},
{
"name": "https://www.oracle.com/security-alerts/cpuapr2022.html",
"refsource": "MISC",
"url": "https://www.oracle.com/security-alerts/cpuapr2022.html"
},
{
"name": "https://security.netapp.com/advisory/ntap-20220217-0007/",
"refsource": "CONFIRM",
"url": "https://security.netapp.com/advisory/ntap-20220217-0007/"
},
{
"name": "https://www.oracle.com/security-alerts/cpujul2022.html",
"refsource": "MISC",
"url": "https://www.oracle.com/security-alerts/cpujul2022.html"
}
]
},
"source": {
"discovery": "UNKNOWN"
},
"work_around": [
{
"lang": "en",
"value": "Users should upgrade to Log4j 2 or remove usage of the JDBCAppender from their configurations."
}
]
}
}
},
"cveMetadata": {
"assignerOrgId": "f0158376-9dc2-43b6-827c-5f631a4d8d09",
"assignerShortName": "apache",
"cveId": "CVE-2022-23305",
"datePublished": "2022-01-18T15:25:22.000Z",
"dateReserved": "2022-01-17T00:00:00.000Z",
"dateUpdated": "2026-05-27T13:40:57.853Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2022-23305",
"date": "2026-05-30",
"epss": "0.09452",
"percentile": "0.92948"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2022-23305\",\"sourceIdentifier\":\"security@apache.org\",\"published\":\"2022-01-18T16:15:08.350\",\"lastModified\":\"2026-05-27T14:16:36.330\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"By design, the JDBCAppender in Log4j 1.2.x accepts an SQL statement as a configuration parameter where the values to be inserted are converters from PatternLayout. The message converter, %m, is likely to always be included. This allows attackers to manipulate the SQL by entering crafted strings into input fields or headers of an application that are logged allowing unintended SQL queries to be executed. Note this issue only affects Log4j 1.x when specifically configured to use the JDBCAppender, which is not the default. Beginning in version 2.0-beta8, the JDBCAppender was re-introduced with proper support for parameterized SQL queries and further customization over the columns written to in logs. Apache Log4j 1.2 reached end of life in August 2015. Users should upgrade to Log4j 2 as it addresses numerous other issues from the previous versions.\"},{\"lang\":\"es\",\"value\":\"Por dise\u00f1o, el JDBCAppender en Log4j versiones 1.2.x, acepta una sentencia SQL como par\u00e1metro de configuraci\u00f3n donde los valores a insertar son convertidores de PatternLayout. Es probable que el convertidor de mensajes, %m, sea incluido siempre. Esto permite a atacantes manipular el SQL introduciendo cadenas dise\u00f1adas en los campos de entrada o en los encabezados de una aplicaci\u00f3n que son registradas permitiendo una ejecuci\u00f3n de consultas SQL no deseadas. Tenga en cuenta que este problema s\u00f3lo afecta a Log4j versiones 1.x cuando es configurado espec\u00edficamente para usar el JDBCAppender, que no es el predeterminado. A partir de la versi\u00f3n 2.0-beta8, fue reintroducido el JDBCAppender con soporte apropiado para consultas SQL parametrizadas y mayor personalizaci\u00f3n sobre las columnas escritas en los registros. Apache Log4j versiones 1.2 lleg\u00f3 al final de su vida \u00fatil en agosto de 2015. Los usuarios deber\u00edan actualizar a Log4j 2, ya que aborda numerosos problemas de las versiones anteriores\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":9.8,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":5.9},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":9.8,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":5.9}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:M/Au:N/C:P/I:P/A:P\",\"baseScore\":6.8,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"MEDIUM\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"PARTIAL\",\"integrityImpact\":\"PARTIAL\",\"availabilityImpact\":\"PARTIAL\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":8.6,\"impactScore\":6.4,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"security@apache.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-89\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-89\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:apache:log4j:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.2\",\"versionEndIncluding\":\"1.2.17\",\"matchCriteriaId\":\"0C02831A-AD76-43D3-BEB1-DA94FA70A25E\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:snapmanager:-:*:*:*:*:oracle:*:*\",\"matchCriteriaId\":\"26A2B713-7D6D-420A-93A4-E0D983C983DF\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:snapmanager:-:*:*:*:*:sap:*:*\",\"matchCriteriaId\":\"64DE38C8-94F1-4860-B045-F33928F676A8\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:broadcom:brocade_sannav:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"75B1EDA5-F189-440D-AD0E-C70DD2C0FEE5\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:qos:reload4j:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.2.18.2\",\"matchCriteriaId\":\"FDAF3CC9-3827-4634-85B6-DA94368067EB\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:advanced_supply_chain_planning:12.1:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A62E2A25-1AD7-4B4B-9D1B-F0DEA4550557\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:advanced_supply_chain_planning:12.2:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"0331158C-BBE0-42DB-8180-EB1FCD290567\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:business_intelligence:5.9.0.0.0:*:*:*:enterprise:*:*:*\",\"matchCriteriaId\":\"B602F9E8-1580-436C-A26D-6E6F8121A583\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:business_intelligence:12.2.1.3.0:*:*:*:enterprise:*:*:*\",\"matchCriteriaId\":\"77C3DD16-1D81-40E1-B312-50FBD275507C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:business_intelligence:12.2.1.4.0:*:*:*:enterprise:*:*:*\",\"matchCriteriaId\":\"81DAC8C0-D342-44B5-9432-6B88D389584F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:business_process_management_suite:12.2.1.3.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"E869C417-C0E6-4FC3-B406-45598A1D1906\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:business_process_management_suite:12.2.1.4.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"DFEFE2C0-7B98-44F9-B3AD-D6EC607E90DA\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_eagle_ftp_table_base_retrieval:4.5:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"C68536CA-C7E2-4228-A6B8-F0DB6A9D29EC\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_instant_messaging_server:10.0.1.5.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"C4A94B36-479F-48F2-9B9E-ACEA2589EF48\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_messaging_server:8.1:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"E1214FDF-357A-4BB9-BADE-50FB2BD16D10\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_network_integrity:7.3.6:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"B21E6EEF-2AB7-4E96-B092-1F49D11B4175\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_offline_mediation_controller:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"12.0.0.4.4\",\"matchCriteriaId\":\"61A2E42A-4EF2-437D-A0EC-4A6A4F1EBD11\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_offline_mediation_controller:12.0.0.5.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"5933FEA2-B79E-4EE7-B821-54D676B45734\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.1:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A7637F8B-15F1-42E2-BE18-E1FF7C66587D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.2:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"E43D793A-7756-4D58-A8ED-72DC4EC9CEA7\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:e-business_suite_cloud_manager_and_cloud_backup_module:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"2.2.1.1.1\",\"matchCriteriaId\":\"86EF205C-9CB1-4772-94D1-0B744EF3342D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:e-business_suite_cloud_manager_and_cloud_backup_module:2.2.1.1.1:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"6ED0EE39-C080-4E75-AE0F-3859B57EF851\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:e-business_suite_information_discovery:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"12.2.3\",\"versionEndIncluding\":\"12.2.11\",\"matchCriteriaId\":\"4D63C2CE-622B-48A8-BD74-09A9B05EDE7C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:enterprise_manager_base_platform:13.4.0.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"D26F3E23-F1A9-45E7-9E5F-0C0A24EE3783\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:enterprise_manager_base_platform:13.5.0.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"6E8758C8-87D3-450A-878B-86CE8C9FC140\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:financial_services_revenue_management_and_billing_analytics:2.7.0.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"054B56E0-F11B-4939-B7E1-E722C67A041A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:financial_services_revenue_management_and_billing_analytics:2.7.0.1:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"250A493C-E052-4978-ABBE-786DC8038448\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:financial_services_revenue_management_and_billing_analytics:2.8.0.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"2E2B771B-230A-4811-94D7-065C2722E428\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:healthcare_foundation:8.1.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"E67501BE-206A-49FD-8CBA-22935DF917F1\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:hyperion_data_relationship_management:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"11.2.8.0\",\"matchCriteriaId\":\"E8E7FBA9-0FFF-4C86-B151-28C17A142E0B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:hyperion_infrastructure_technology:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"11.2.8.0\",\"matchCriteriaId\":\"55BBCD48-BCC6-4E19-A4CE-970E524B9FF4\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:identity_management_suite:12.2.1.3.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"1489DDA7-EDBE-404C-B48D-F0B52B741708\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:identity_management_suite:12.2.1.4.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"535BC19C-21A1-48E3-8CC0-B276BA5D494E\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:identity_manager_connector:11.1.1.5.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"9D7EA92D-9F26-4292-991A-891597337DFD\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:jdeveloper:12.2.1.3.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"228DA523-4D6D-48C5-BDB0-DB1A60F23F8B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:middleware_common_libraries_and_tools:12.2.1.4.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"9AB179A8-DFB7-4DCF-8DE3-096F376989F1\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:mysql_enterprise_monitor:*:*:*:*:*:*:*:*\",\"versionEndIncluding\":\"8.0.29\",\"matchCriteriaId\":\"B0EBAC6D-D0CE-42A1-AEA0-2D50C8035747\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:retail_extract_transform_and_load:13.2.5:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"30501D23-5044-477A-8DC3-7610126AEFD7\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:tuxedo:12.2.2.0.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"EB7D0A30-3986-49AB-B7F3-DAE0024504BA\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:weblogic_server:12.2.1.3.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"F14A818F-AA16-4438-A3E4-E64C9287AC66\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:weblogic_server:12.2.1.4.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"4A5BB153-68E0-4DDA-87D1-0D9AB7F0A418\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:weblogic_server:14.1.1.0.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"04BCDC24-4A21-473C-8733-0D9CFB38A752\"}]}]}],\"references\":[{\"url\":\"http://www.openwall.com/lists/oss-security/2022/01/18/4\",\"source\":\"security@apache.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.apache.org/thread/pt6lh3pbsvxqlwlp4c5l798dv2hkc85y\",\"source\":\"security@apache.org\",\"tags\":[\"Issue Tracking\",\"Mailing List\",\"Vendor Advisory\"]},{\"url\":\"https://logging.apache.org/log4j/1.2/index.html\",\"source\":\"security@apache.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20220217-0007/\",\"source\":\"security@apache.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.oracle.com/security-alerts/cpuapr2022.html\",\"source\":\"security@apache.org\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://www.oracle.com/security-alerts/cpujul2022.html\",\"source\":\"security@apache.org\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2022/01/18/4\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.apache.org/thread/pt6lh3pbsvxqlwlp4c5l798dv2hkc85y\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\",\"Mailing List\",\"Vendor Advisory\"]},{\"url\":\"https://logging.apache.org/log4j/1.2/index.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20220217-0007/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.oracle.com/security-alerts/cpuapr2022.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://www.oracle.com/security-alerts/cpujul2022.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://logging.apache.org/log4j/1.2/index.html\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://lists.apache.org/thread/pt6lh3pbsvxqlwlp4c5l798dv2hkc85y\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2022/01/18/4\", \"name\": \"[oss-security] 20220118 CVE-2022-23305: SQL injection in JDBC Appender in Apache Log4j V1\", \"tags\": [\"mailing-list\", \"x_refsource_MLIST\", \"x_transferred\"]}, {\"url\": \"https://www.oracle.com/security-alerts/cpuapr2022.html\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20220217-0007/\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://www.oracle.com/security-alerts/cpujul2022.html\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-03T03:36:20.421Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 9.8, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"CRITICAL\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2022-23305\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-05-22T13:32:51.484506Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-05-22T13:32:54.855Z\"}}], \"cna\": {\"title\": \"SQL injection in JDBC Appender in Apache Log4j V1\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"value\": \"Daniel Martin of NCC Group\"}], \"metrics\": [{\"other\": {\"type\": \"unknown\", \"content\": {\"other\": \"high\"}}}], \"affected\": [{\"vendor\": \"Apache Software Foundation\", \"product\": \"Apache Log4j 1.x\", \"versions\": [{\"status\": \"affected\", \"version\": \"1.2.1\", \"lessThan\": \"unspecified\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"unspecified\", \"lessThan\": \"2.0-alpha1\", \"versionType\": \"custom\"}]}], \"references\": [{\"url\": \"https://logging.apache.org/log4j/1.2/index.html\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://lists.apache.org/thread/pt6lh3pbsvxqlwlp4c5l798dv2hkc85y\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2022/01/18/4\", \"name\": \"[oss-security] 20220118 CVE-2022-23305: SQL injection in JDBC Appender in Apache Log4j V1\", \"tags\": [\"mailing-list\", \"x_refsource_MLIST\"]}, {\"url\": \"https://www.oracle.com/security-alerts/cpuapr2022.html\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20220217-0007/\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://www.oracle.com/security-alerts/cpujul2022.html\", \"tags\": [\"x_refsource_MISC\"]}], \"workarounds\": [{\"lang\": \"en\", \"value\": \"Users should upgrade to Log4j 2 or remove usage of the JDBCAppender from their configurations.\"}], \"x_generator\": {\"engine\": \"Vulnogram 0.0.9\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"By design, the JDBCAppender in Log4j 1.2.x accepts an SQL statement as a configuration parameter where the values to be inserted are converters from PatternLayout. The message converter, %m, is likely to always be included. This allows attackers to manipulate the SQL by entering crafted strings into input fields or headers of an application that are logged allowing unintended SQL queries to be executed. Note this issue only affects Log4j 1.x when specifically configured to use the JDBCAppender, which is not the default. Beginning in version 2.0-beta8, the JDBCAppender was re-introduced with proper support for parameterized SQL queries and further customization over the columns written to in logs. Apache Log4j 1.2 reached end of life in August 2015. Users should upgrade to Log4j 2 as it addresses numerous other issues from the previous versions.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-89\", \"description\": \"CWE-89 Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"f0158376-9dc2-43b6-827c-5f631a4d8d09\", \"shortName\": \"apache\", \"dateUpdated\": \"2022-07-25T16:49:18.000Z\"}, \"x_legacyV4Record\": {\"credit\": [{\"lang\": \"eng\", \"value\": \"Daniel Martin of NCC Group\"}], \"impact\": [{\"other\": \"high\"}], \"source\": {\"discovery\": \"UNKNOWN\"}, \"affects\": {\"vendor\": {\"vendor_data\": [{\"product\": {\"product_data\": [{\"version\": {\"version_data\": [{\"version_value\": \"1.2.1\", \"version_affected\": \"\u003e=\"}, {\"version_value\": \"2.0-alpha1\", \"version_affected\": \"\u003c\"}]}, \"product_name\": \"Apache Log4j 1.x\"}]}, \"vendor_name\": \"Apache Software Foundation\"}]}}, \"data_type\": \"CVE\", \"generator\": {\"engine\": \"Vulnogram 0.0.9\"}, \"references\": {\"reference_data\": [{\"url\": \"https://logging.apache.org/log4j/1.2/index.html\", \"name\": \"https://logging.apache.org/log4j/1.2/index.html\", \"refsource\": \"MISC\"}, {\"url\": \"https://lists.apache.org/thread/pt6lh3pbsvxqlwlp4c5l798dv2hkc85y\", \"name\": \"https://lists.apache.org/thread/pt6lh3pbsvxqlwlp4c5l798dv2hkc85y\", \"refsource\": \"MISC\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2022/01/18/4\", \"name\": \"[oss-security] 20220118 CVE-2022-23305: SQL injection in JDBC Appender in Apache Log4j V1\", \"refsource\": \"MLIST\"}, {\"url\": \"https://www.oracle.com/security-alerts/cpuapr2022.html\", \"name\": \"https://www.oracle.com/security-alerts/cpuapr2022.html\", \"refsource\": \"MISC\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20220217-0007/\", \"name\": \"https://security.netapp.com/advisory/ntap-20220217-0007/\", \"refsource\": \"CONFIRM\"}, {\"url\": \"https://www.oracle.com/security-alerts/cpujul2022.html\", \"name\": \"https://www.oracle.com/security-alerts/cpujul2022.html\", \"refsource\": \"MISC\"}]}, \"data_format\": \"MITRE\", \"description\": {\"description_data\": [{\"lang\": \"eng\", \"value\": \"By design, the JDBCAppender in Log4j 1.2.x accepts an SQL statement as a configuration parameter where the values to be inserted are converters from PatternLayout. The message converter, %m, is likely to always be included. This allows attackers to manipulate the SQL by entering crafted strings into input fields or headers of an application that are logged allowing unintended SQL queries to be executed. Note this issue only affects Log4j 1.x when specifically configured to use the JDBCAppender, which is not the default. Beginning in version 2.0-beta8, the JDBCAppender was re-introduced with proper support for parameterized SQL queries and further customization over the columns written to in logs. Apache Log4j 1.2 reached end of life in August 2015. Users should upgrade to Log4j 2 as it addresses numerous other issues from the previous versions.\"}]}, \"problemtype\": {\"problemtype_data\": [{\"description\": [{\"lang\": \"eng\", \"value\": \"CWE-89 Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)\"}]}]}, \"work_around\": [{\"lang\": \"en\", \"value\": \"Users should upgrade to Log4j 2 or remove usage of the JDBCAppender from their configurations.\"}], \"data_version\": \"4.0\", \"CVE_data_meta\": {\"ID\": \"CVE-2022-23305\", \"STATE\": \"PUBLIC\", \"TITLE\": \"SQL injection in JDBC Appender in Apache Log4j V1\", \"ASSIGNER\": \"security@apache.org\"}}}}",
"cveMetadata": "{\"cveId\": \"CVE-2022-23305\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-05-27T13:40:57.853Z\", \"dateReserved\": \"2022-01-17T00:00:00.000Z\", \"assignerOrgId\": \"f0158376-9dc2-43b6-827c-5f631a4d8d09\", \"datePublished\": \"2022-01-18T15:25:22.000Z\", \"assignerShortName\": \"apache\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
FKIE_CVE-2022-23305
Vulnerability from fkie_nvd - Published: 2022-01-18 16:15 - Updated: 2026-05-27 14:169.8 (Critical) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:apache:log4j:*:*:*:*:*:*:*:*",
"matchCriteriaId": "0C02831A-AD76-43D3-BEB1-DA94FA70A25E",
"versionEndIncluding": "1.2.17",
"versionStartIncluding": "1.2",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:netapp:snapmanager:-:*:*:*:*:oracle:*:*",
"matchCriteriaId": "26A2B713-7D6D-420A-93A4-E0D983C983DF",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:netapp:snapmanager:-:*:*:*:*:sap:*:*",
"matchCriteriaId": "64DE38C8-94F1-4860-B045-F33928F676A8",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:broadcom:brocade_sannav:-:*:*:*:*:*:*:*",
"matchCriteriaId": "75B1EDA5-F189-440D-AD0E-C70DD2C0FEE5",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:qos:reload4j:*:*:*:*:*:*:*:*",
"matchCriteriaId": "FDAF3CC9-3827-4634-85B6-DA94368067EB",
"versionEndExcluding": "1.2.18.2",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:oracle:advanced_supply_chain_planning:12.1:*:*:*:*:*:*:*",
"matchCriteriaId": "A62E2A25-1AD7-4B4B-9D1B-F0DEA4550557",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:advanced_supply_chain_planning:12.2:*:*:*:*:*:*:*",
"matchCriteriaId": "0331158C-BBE0-42DB-8180-EB1FCD290567",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:business_intelligence:5.9.0.0.0:*:*:*:enterprise:*:*:*",
"matchCriteriaId": "B602F9E8-1580-436C-A26D-6E6F8121A583",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:business_intelligence:12.2.1.3.0:*:*:*:enterprise:*:*:*",
"matchCriteriaId": "77C3DD16-1D81-40E1-B312-50FBD275507C",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:business_intelligence:12.2.1.4.0:*:*:*:enterprise:*:*:*",
"matchCriteriaId": "81DAC8C0-D342-44B5-9432-6B88D389584F",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:business_process_management_suite:12.2.1.3.0:*:*:*:*:*:*:*",
"matchCriteriaId": "E869C417-C0E6-4FC3-B406-45598A1D1906",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:business_process_management_suite:12.2.1.4.0:*:*:*:*:*:*:*",
"matchCriteriaId": "DFEFE2C0-7B98-44F9-B3AD-D6EC607E90DA",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:communications_eagle_ftp_table_base_retrieval:4.5:*:*:*:*:*:*:*",
"matchCriteriaId": "C68536CA-C7E2-4228-A6B8-F0DB6A9D29EC",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:communications_instant_messaging_server:10.0.1.5.0:*:*:*:*:*:*:*",
"matchCriteriaId": "C4A94B36-479F-48F2-9B9E-ACEA2589EF48",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:communications_messaging_server:8.1:*:*:*:*:*:*:*",
"matchCriteriaId": "E1214FDF-357A-4BB9-BADE-50FB2BD16D10",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:communications_network_integrity:7.3.6:*:*:*:*:*:*:*",
"matchCriteriaId": "B21E6EEF-2AB7-4E96-B092-1F49D11B4175",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:communications_offline_mediation_controller:*:*:*:*:*:*:*:*",
"matchCriteriaId": "61A2E42A-4EF2-437D-A0EC-4A6A4F1EBD11",
"versionEndExcluding": "12.0.0.4.4",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:communications_offline_mediation_controller:12.0.0.5.0:*:*:*:*:*:*:*",
"matchCriteriaId": "5933FEA2-B79E-4EE7-B821-54D676B45734",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.1:*:*:*:*:*:*:*",
"matchCriteriaId": "A7637F8B-15F1-42E2-BE18-E1FF7C66587D",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.2:*:*:*:*:*:*:*",
"matchCriteriaId": "E43D793A-7756-4D58-A8ED-72DC4EC9CEA7",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:e-business_suite_cloud_manager_and_cloud_backup_module:*:*:*:*:*:*:*:*",
"matchCriteriaId": "86EF205C-9CB1-4772-94D1-0B744EF3342D",
"versionEndExcluding": "2.2.1.1.1",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:e-business_suite_cloud_manager_and_cloud_backup_module:2.2.1.1.1:*:*:*:*:*:*:*",
"matchCriteriaId": "6ED0EE39-C080-4E75-AE0F-3859B57EF851",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:e-business_suite_information_discovery:*:*:*:*:*:*:*:*",
"matchCriteriaId": "4D63C2CE-622B-48A8-BD74-09A9B05EDE7C",
"versionEndIncluding": "12.2.11",
"versionStartIncluding": "12.2.3",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:enterprise_manager_base_platform:13.4.0.0:*:*:*:*:*:*:*",
"matchCriteriaId": "D26F3E23-F1A9-45E7-9E5F-0C0A24EE3783",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:enterprise_manager_base_platform:13.5.0.0:*:*:*:*:*:*:*",
"matchCriteriaId": "6E8758C8-87D3-450A-878B-86CE8C9FC140",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:financial_services_revenue_management_and_billing_analytics:2.7.0.0:*:*:*:*:*:*:*",
"matchCriteriaId": "054B56E0-F11B-4939-B7E1-E722C67A041A",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:financial_services_revenue_management_and_billing_analytics:2.7.0.1:*:*:*:*:*:*:*",
"matchCriteriaId": "250A493C-E052-4978-ABBE-786DC8038448",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:financial_services_revenue_management_and_billing_analytics:2.8.0.0:*:*:*:*:*:*:*",
"matchCriteriaId": "2E2B771B-230A-4811-94D7-065C2722E428",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:healthcare_foundation:8.1.0:*:*:*:*:*:*:*",
"matchCriteriaId": "E67501BE-206A-49FD-8CBA-22935DF917F1",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:hyperion_data_relationship_management:*:*:*:*:*:*:*:*",
"matchCriteriaId": "E8E7FBA9-0FFF-4C86-B151-28C17A142E0B",
"versionEndExcluding": "11.2.8.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:hyperion_infrastructure_technology:*:*:*:*:*:*:*:*",
"matchCriteriaId": "55BBCD48-BCC6-4E19-A4CE-970E524B9FF4",
"versionEndExcluding": "11.2.8.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:identity_management_suite:12.2.1.3.0:*:*:*:*:*:*:*",
"matchCriteriaId": "1489DDA7-EDBE-404C-B48D-F0B52B741708",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:identity_management_suite:12.2.1.4.0:*:*:*:*:*:*:*",
"matchCriteriaId": "535BC19C-21A1-48E3-8CC0-B276BA5D494E",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:identity_manager_connector:11.1.1.5.0:*:*:*:*:*:*:*",
"matchCriteriaId": "9D7EA92D-9F26-4292-991A-891597337DFD",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:jdeveloper:12.2.1.3.0:*:*:*:*:*:*:*",
"matchCriteriaId": "228DA523-4D6D-48C5-BDB0-DB1A60F23F8B",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:middleware_common_libraries_and_tools:12.2.1.4.0:*:*:*:*:*:*:*",
"matchCriteriaId": "9AB179A8-DFB7-4DCF-8DE3-096F376989F1",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:mysql_enterprise_monitor:*:*:*:*:*:*:*:*",
"matchCriteriaId": "B0EBAC6D-D0CE-42A1-AEA0-2D50C8035747",
"versionEndIncluding": "8.0.29",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:retail_extract_transform_and_load:13.2.5:*:*:*:*:*:*:*",
"matchCriteriaId": "30501D23-5044-477A-8DC3-7610126AEFD7",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:tuxedo:12.2.2.0.0:*:*:*:*:*:*:*",
"matchCriteriaId": "EB7D0A30-3986-49AB-B7F3-DAE0024504BA",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:weblogic_server:12.2.1.3.0:*:*:*:*:*:*:*",
"matchCriteriaId": "F14A818F-AA16-4438-A3E4-E64C9287AC66",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:weblogic_server:12.2.1.4.0:*:*:*:*:*:*:*",
"matchCriteriaId": "4A5BB153-68E0-4DDA-87D1-0D9AB7F0A418",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:weblogic_server:14.1.1.0.0:*:*:*:*:*:*:*",
"matchCriteriaId": "04BCDC24-4A21-473C-8733-0D9CFB38A752",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "By design, the JDBCAppender in Log4j 1.2.x accepts an SQL statement as a configuration parameter where the values to be inserted are converters from PatternLayout. The message converter, %m, is likely to always be included. This allows attackers to manipulate the SQL by entering crafted strings into input fields or headers of an application that are logged allowing unintended SQL queries to be executed. Note this issue only affects Log4j 1.x when specifically configured to use the JDBCAppender, which is not the default. Beginning in version 2.0-beta8, the JDBCAppender was re-introduced with proper support for parameterized SQL queries and further customization over the columns written to in logs. Apache Log4j 1.2 reached end of life in August 2015. Users should upgrade to Log4j 2 as it addresses numerous other issues from the previous versions."
},
{
"lang": "es",
"value": "Por dise\u00f1o, el JDBCAppender en Log4j versiones 1.2.x, acepta una sentencia SQL como par\u00e1metro de configuraci\u00f3n donde los valores a insertar son convertidores de PatternLayout. Es probable que el convertidor de mensajes, %m, sea incluido siempre. Esto permite a atacantes manipular el SQL introduciendo cadenas dise\u00f1adas en los campos de entrada o en los encabezados de una aplicaci\u00f3n que son registradas permitiendo una ejecuci\u00f3n de consultas SQL no deseadas. Tenga en cuenta que este problema s\u00f3lo afecta a Log4j versiones 1.x cuando es configurado espec\u00edficamente para usar el JDBCAppender, que no es el predeterminado. A partir de la versi\u00f3n 2.0-beta8, fue reintroducido el JDBCAppender con soporte apropiado para consultas SQL parametrizadas y mayor personalizaci\u00f3n sobre las columnas escritas en los registros. Apache Log4j versiones 1.2 lleg\u00f3 al final de su vida \u00fatil en agosto de 2015. Los usuarios deber\u00edan actualizar a Log4j 2, ya que aborda numerosos problemas de las versiones anteriores"
}
],
"id": "CVE-2022-23305",
"lastModified": "2026-05-27T14:16:36.330",
"metrics": {
"cvssMetricV2": [
{
"acInsufInfo": false,
"baseSeverity": "MEDIUM",
"cvssData": {
"accessComplexity": "MEDIUM",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 6.8,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "PARTIAL",
"vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P",
"version": "2.0"
},
"exploitabilityScore": 8.6,
"impactScore": 6.4,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"source": "nvd@nist.gov",
"type": "Primary",
"userInteractionRequired": false
}
],
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 5.9,
"source": "nvd@nist.gov",
"type": "Primary"
},
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 5.9,
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
},
"published": "2022-01-18T16:15:08.350",
"references": [
{
"source": "security@apache.org",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://www.openwall.com/lists/oss-security/2022/01/18/4"
},
{
"source": "security@apache.org",
"tags": [
"Issue Tracking",
"Mailing List",
"Vendor Advisory"
],
"url": "https://lists.apache.org/thread/pt6lh3pbsvxqlwlp4c5l798dv2hkc85y"
},
{
"source": "security@apache.org",
"tags": [
"Vendor Advisory"
],
"url": "https://logging.apache.org/log4j/1.2/index.html"
},
{
"source": "security@apache.org",
"tags": [
"Third Party Advisory"
],
"url": "https://security.netapp.com/advisory/ntap-20220217-0007/"
},
{
"source": "security@apache.org",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://www.oracle.com/security-alerts/cpuapr2022.html"
},
{
"source": "security@apache.org",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://www.oracle.com/security-alerts/cpujul2022.html"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://www.openwall.com/lists/oss-security/2022/01/18/4"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Issue Tracking",
"Mailing List",
"Vendor Advisory"
],
"url": "https://lists.apache.org/thread/pt6lh3pbsvxqlwlp4c5l798dv2hkc85y"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Vendor Advisory"
],
"url": "https://logging.apache.org/log4j/1.2/index.html"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://security.netapp.com/advisory/ntap-20220217-0007/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://www.oracle.com/security-alerts/cpuapr2022.html"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://www.oracle.com/security-alerts/cpujul2022.html"
}
],
"sourceIdentifier": "security@apache.org",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-89"
}
],
"source": "security@apache.org",
"type": "Secondary"
},
{
"description": [
{
"lang": "en",
"value": "CWE-89"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
GHSA-65FG-84F6-3JQ3
Vulnerability from github – Published: 2022-01-21 23:26 – Updated: 2022-02-24 12:05By design, the JDBCAppender in Log4j 1.2.x accepts an SQL statement as a configuration parameter where the values to be inserted are converters from PatternLayout. The message converter, %m, is likely to always be included. This allows attackers to manipulate the SQL by entering crafted strings into input fields or headers of an application that are logged allowing unintended SQL queries to be executed. Note this issue only affects Log4j 1.x when specifically configured to use the JDBCAppender, which is not the default. Beginning in version 2.0-beta8, the JDBCAppender was re-introduced with proper support for parameterized SQL queries and further customization over the columns written to in logs. Apache Log4j 1.2 reached end of life in August 2015. Users should upgrade to Log4j 2 as it addresses numerous other issues from the previous versions.
{
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "log4j:log4j"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"last_affected": "1.2.17"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "org.zenframework.z8.dependencies.commons:log4j-1.2.17"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"last_affected": "2.0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2022-23305"
],
"database_specific": {
"cwe_ids": [
"CWE-89"
],
"github_reviewed": true,
"github_reviewed_at": "2022-01-19T22:31:49Z",
"nvd_published_at": "2022-01-18T16:15:00Z",
"severity": "CRITICAL"
},
"details": "By design, the JDBCAppender in Log4j 1.2.x accepts an SQL statement as a configuration parameter where the values to be inserted are converters from PatternLayout. The message converter, %m, is likely to always be included. This allows attackers to manipulate the SQL by entering crafted strings into input fields or headers of an application that are logged allowing unintended SQL queries to be executed. Note this issue only affects Log4j 1.x when specifically configured to use the JDBCAppender, which is not the default. Beginning in version 2.0-beta8, the JDBCAppender was re-introduced with proper support for parameterized SQL queries and further customization over the columns written to in logs. Apache Log4j 1.2 reached end of life in August 2015. Users should upgrade to Log4j 2 as it addresses numerous other issues from the previous versions.",
"id": "GHSA-65fg-84f6-3jq3",
"modified": "2022-02-24T12:05:54Z",
"published": "2022-01-21T23:26:47Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23305"
},
{
"type": "PACKAGE",
"url": "https://github.com/apache/logging-log4j1"
},
{
"type": "WEB",
"url": "https://lists.apache.org/thread/pt6lh3pbsvxqlwlp4c5l798dv2hkc85y"
},
{
"type": "WEB",
"url": "https://logging.apache.org/log4j/1.2/index.html"
},
{
"type": "WEB",
"url": "https://security.netapp.com/advisory/ntap-20220217-0007"
},
{
"type": "WEB",
"url": "https://www.oracle.com/security-alerts/cpuapr2022.html"
},
{
"type": "WEB",
"url": "https://www.oracle.com/security-alerts/cpujul2022.html"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2022/01/18/4"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "SQL Injection in Log4j 1.2.x"
}
GSD-2022-23305
Vulnerability from gsd - Updated: 2023-12-13 01:19{
"GSD": {
"alias": "CVE-2022-23305",
"description": "By design, the JDBCAppender in Log4j 1.2.x accepts an SQL statement as a configuration parameter where the values to be inserted are converters from PatternLayout. The message converter, %m, is likely to always be included. This allows attackers to manipulate the SQL by entering crafted strings into input fields or headers of an application that are logged allowing unintended SQL queries to be executed. Note this issue only affects Log4j 1.x when specifically configured to use the JDBCAppender, which is not the default. Beginning in version 2.0-beta8, the JDBCAppender was re-introduced with proper support for parameterized SQL queries and further customization over the columns written to in logs. Apache Log4j 1.2 reached end of life in August 2015. Users should upgrade to Log4j 2 as it addresses numerous other issues from the previous versions.",
"id": "GSD-2022-23305",
"references": [
"https://www.suse.com/security/cve/CVE-2022-23305.html",
"https://access.redhat.com/errata/RHSA-2022:0661",
"https://access.redhat.com/errata/RHSA-2022:0553",
"https://access.redhat.com/errata/RHSA-2022:0527",
"https://access.redhat.com/errata/RHSA-2022:0524",
"https://access.redhat.com/errata/RHSA-2022:0507",
"https://access.redhat.com/errata/RHSA-2022:0497",
"https://access.redhat.com/errata/RHSA-2022:0475",
"https://access.redhat.com/errata/RHSA-2022:0469",
"https://access.redhat.com/errata/RHSA-2022:0467",
"https://access.redhat.com/errata/RHSA-2022:0450",
"https://access.redhat.com/errata/RHSA-2022:0449",
"https://access.redhat.com/errata/RHSA-2022:0448",
"https://access.redhat.com/errata/RHSA-2022:0447",
"https://access.redhat.com/errata/RHSA-2022:0446",
"https://access.redhat.com/errata/RHSA-2022:0445",
"https://access.redhat.com/errata/RHSA-2022:0444",
"https://access.redhat.com/errata/RHSA-2022:0442",
"https://access.redhat.com/errata/RHSA-2022:0439",
"https://access.redhat.com/errata/RHSA-2022:0438",
"https://access.redhat.com/errata/RHSA-2022:0437",
"https://access.redhat.com/errata/RHSA-2022:0436",
"https://access.redhat.com/errata/RHSA-2022:0435",
"https://access.redhat.com/errata/RHSA-2022:0430",
"https://access.redhat.com/errata/RHSA-2022:0294",
"https://access.redhat.com/errata/RHSA-2022:0291",
"https://access.redhat.com/errata/RHSA-2022:0290",
"https://access.redhat.com/errata/RHSA-2022:0289",
"https://access.redhat.com/errata/RHSA-2022:1296",
"https://access.redhat.com/errata/RHSA-2022:1297",
"https://access.redhat.com/errata/RHSA-2022:1299",
"https://linux.oracle.com/cve/CVE-2022-23305.html",
"https://access.redhat.com/errata/RHSA-2022:5458",
"https://access.redhat.com/errata/RHSA-2022:5459",
"https://access.redhat.com/errata/RHSA-2022:5460"
]
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2022-23305"
],
"details": "By design, the JDBCAppender in Log4j 1.2.x accepts an SQL statement as a configuration parameter where the values to be inserted are converters from PatternLayout. The message converter, %m, is likely to always be included. This allows attackers to manipulate the SQL by entering crafted strings into input fields or headers of an application that are logged allowing unintended SQL queries to be executed. Note this issue only affects Log4j 1.x when specifically configured to use the JDBCAppender, which is not the default. Beginning in version 2.0-beta8, the JDBCAppender was re-introduced with proper support for parameterized SQL queries and further customization over the columns written to in logs. Apache Log4j 1.2 reached end of life in August 2015. Users should upgrade to Log4j 2 as it addresses numerous other issues from the previous versions.",
"id": "GSD-2022-23305",
"modified": "2023-12-13T01:19:35.164334Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "security@apache.org",
"ID": "CVE-2022-23305",
"STATE": "PUBLIC",
"TITLE": "SQL injection in JDBC Appender in Apache Log4j V1"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Apache Log4j 1.x ",
"version": {
"version_data": [
{
"version_affected": "\u003e=",
"version_value": "1.2.1"
},
{
"version_affected": "\u003c",
"version_value": "2.0-alpha1"
}
]
}
}
]
},
"vendor_name": "Apache Software Foundation"
}
]
}
},
"credit": [
{
"lang": "eng",
"value": "Daniel Martin of NCC Group"
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "By design, the JDBCAppender in Log4j 1.2.x accepts an SQL statement as a configuration parameter where the values to be inserted are converters from PatternLayout. The message converter, %m, is likely to always be included. This allows attackers to manipulate the SQL by entering crafted strings into input fields or headers of an application that are logged allowing unintended SQL queries to be executed. Note this issue only affects Log4j 1.x when specifically configured to use the JDBCAppender, which is not the default. Beginning in version 2.0-beta8, the JDBCAppender was re-introduced with proper support for parameterized SQL queries and further customization over the columns written to in logs. Apache Log4j 1.2 reached end of life in August 2015. Users should upgrade to Log4j 2 as it addresses numerous other issues from the previous versions."
}
]
},
"generator": {
"engine": "Vulnogram 0.0.9"
},
"impact": [
{
"other": "high"
}
],
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-89 Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://logging.apache.org/log4j/1.2/index.html",
"refsource": "MISC",
"url": "https://logging.apache.org/log4j/1.2/index.html"
},
{
"name": "https://lists.apache.org/thread/pt6lh3pbsvxqlwlp4c5l798dv2hkc85y",
"refsource": "MISC",
"url": "https://lists.apache.org/thread/pt6lh3pbsvxqlwlp4c5l798dv2hkc85y"
},
{
"name": "[oss-security] 20220118 CVE-2022-23305: SQL injection in JDBC Appender in Apache Log4j V1",
"refsource": "MLIST",
"url": "http://www.openwall.com/lists/oss-security/2022/01/18/4"
},
{
"name": "https://www.oracle.com/security-alerts/cpuapr2022.html",
"refsource": "MISC",
"url": "https://www.oracle.com/security-alerts/cpuapr2022.html"
},
{
"name": "https://security.netapp.com/advisory/ntap-20220217-0007/",
"refsource": "CONFIRM",
"url": "https://security.netapp.com/advisory/ntap-20220217-0007/"
},
{
"name": "https://www.oracle.com/security-alerts/cpujul2022.html",
"refsource": "MISC",
"url": "https://www.oracle.com/security-alerts/cpujul2022.html"
}
]
},
"source": {
"discovery": "UNKNOWN"
},
"work_around": [
{
"lang": "eng",
"value": "Users should upgrade to Log4j 2 or remove usage of the JDBCAppender from their configurations."
}
]
},
"gitlab.com": {
"advisories": [
{
"affected_range": "[1.2,1.2.17]",
"affected_versions": "All versions starting from 1.2 up to 1.2.17",
"cvss_v2": "AV:N/AC:M/Au:N/C:P/I:P/A:P",
"cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"cwe_ids": [
"CWE-1035",
"CWE-89",
"CWE-937"
],
"date": "2023-02-24",
"description": "By design, the JDBCAppender in Log4j accepts an SQL statement as a configuration parameter where the values to be inserted are converters from PatternLayout. The message converter, %m, is likely to always be included. This allows attackers to manipulate the SQL by entering crafted strings into input fields or headers of an application that are logged allowing unintended SQL queries to be executed. Note this issue only affects Log4j when specifically configured to use the JDBCAppender, which is not the default. Beginning, the JDBCAppender was re-introduced with proper support for parameterized SQL queries and further customization over the columns written to in logs. Apache Log4j reached end of life in August Users should upgrade to Log4j 2 as it addresses numerous other issues from the previous versions.",
"fixed_versions": [],
"identifier": "CVE-2022-23305",
"identifiers": [
"CVE-2022-23305"
],
"not_impacted": "",
"package_slug": "maven/log4j/log4j",
"pubdate": "2022-01-18",
"solution": "Unfortunately, there is no solution available yet.",
"title": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2022-23305",
"https://lists.apache.org/thread/pt6lh3pbsvxqlwlp4c5l798dv2hkc85y",
"https://logging.apache.org/log4j/1.2/index.html"
],
"uuid": "00b08337-ddcb-4280-b510-1a086d70fca7"
}
]
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:apache:log4j:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndIncluding": "1.2.17",
"versionStartIncluding": "1.2",
"vulnerable": true
}
],
"operator": "OR"
},
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:netapp:snapmanager:-:*:*:*:*:oracle:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:netapp:snapmanager:-:*:*:*:*:sap:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
},
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:broadcom:brocade_sannav:-:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
},
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:qos:reload4j:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "1.2.18.2",
"vulnerable": true
}
],
"operator": "OR"
},
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:oracle:weblogic_server:12.2.1.3.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:business_intelligence:12.2.1.3.0:*:*:*:enterprise:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:business_process_management_suite:12.2.1.3.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:jdeveloper:12.2.1.3.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:identity_management_suite:12.2.1.3.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:business_intelligence:12.2.1.4.0:*:*:*:enterprise:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:weblogic_server:12.2.1.4.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:weblogic_server:14.1.1.0.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:enterprise_manager_base_platform:13.4.0.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:communications_network_integrity:7.3.6:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:business_process_management_suite:12.2.1.4.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:advanced_supply_chain_planning:12.2:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:advanced_supply_chain_planning:12.1:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.1:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:enterprise_manager_base_platform:13.5.0.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:communications_messaging_server:8.1:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:business_intelligence:5.9.0.0.0:*:*:*:enterprise:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:healthcare_foundation:8.1.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:communications_eagle_ftp_table_base_retrieval:4.5:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:retail_extract_transform_and_load:13.2.5:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:identity_manager_connector:11.1.1.5.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.2:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:communications_instant_messaging_server:10.0.1.5.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:middleware_common_libraries_and_tools:12.2.1.4.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:identity_management_suite:12.2.1.4.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:financial_services_revenue_management_and_billing_analytics:2.7.0.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:hyperion_data_relationship_management:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "11.2.8.0",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:financial_services_revenue_management_and_billing_analytics:2.8.0.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:mysql_enterprise_monitor:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndIncluding": "8.0.29",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:hyperion_infrastructure_technology:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "11.2.8.0",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:tuxedo:12.2.2.0.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:e-business_suite_cloud_manager_and_cloud_backup_module:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "2.2.1.1.1",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:e-business_suite_cloud_manager_and_cloud_backup_module:2.2.1.1.1:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:financial_services_revenue_management_and_billing_analytics:2.7.0.1:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:communications_offline_mediation_controller:12.0.0.5.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:communications_offline_mediation_controller:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "12.0.0.4.4",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:e-business_suite_information_discovery:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndIncluding": "12.2.11",
"versionStartIncluding": "12.2.3",
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "security@apache.org",
"ID": "CVE-2022-23305"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "By design, the JDBCAppender in Log4j 1.2.x accepts an SQL statement as a configuration parameter where the values to be inserted are converters from PatternLayout. The message converter, %m, is likely to always be included. This allows attackers to manipulate the SQL by entering crafted strings into input fields or headers of an application that are logged allowing unintended SQL queries to be executed. Note this issue only affects Log4j 1.x when specifically configured to use the JDBCAppender, which is not the default. Beginning in version 2.0-beta8, the JDBCAppender was re-introduced with proper support for parameterized SQL queries and further customization over the columns written to in logs. Apache Log4j 1.2 reached end of life in August 2015. Users should upgrade to Log4j 2 as it addresses numerous other issues from the previous versions."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-89"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://lists.apache.org/thread/pt6lh3pbsvxqlwlp4c5l798dv2hkc85y",
"refsource": "MISC",
"tags": [
"Issue Tracking",
"Mailing List",
"Vendor Advisory"
],
"url": "https://lists.apache.org/thread/pt6lh3pbsvxqlwlp4c5l798dv2hkc85y"
},
{
"name": "https://logging.apache.org/log4j/1.2/index.html",
"refsource": "MISC",
"tags": [
"Vendor Advisory"
],
"url": "https://logging.apache.org/log4j/1.2/index.html"
},
{
"name": "https://security.netapp.com/advisory/ntap-20220217-0007/",
"refsource": "CONFIRM",
"tags": [
"Third Party Advisory"
],
"url": "https://security.netapp.com/advisory/ntap-20220217-0007/"
},
{
"name": "[oss-security] 20220118 CVE-2022-23305: SQL injection in JDBC Appender in Apache Log4j V1",
"refsource": "MLIST",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://www.openwall.com/lists/oss-security/2022/01/18/4"
},
{
"name": "https://www.oracle.com/security-alerts/cpuapr2022.html",
"refsource": "MISC",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://www.oracle.com/security-alerts/cpuapr2022.html"
},
{
"name": "N/A",
"refsource": "N/A",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://www.oracle.com/security-alerts/cpujul2022.html"
}
]
}
},
"impact": {
"baseMetricV2": {
"acInsufInfo": false,
"cvssV2": {
"accessComplexity": "MEDIUM",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 6.8,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "PARTIAL",
"vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P",
"version": "2.0"
},
"exploitabilityScore": 8.6,
"impactScore": 6.4,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"severity": "MEDIUM",
"userInteractionRequired": false
},
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 5.9
}
},
"lastModifiedDate": "2023-02-24T15:30Z",
"publishedDate": "2022-01-18T16:15Z"
}
}
}
NCSC-2024-0418
Vulnerability from csaf_ncscnl - Published: 2024-10-17 13:19 - Updated: 2024-10-17 13:19| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
business_intelligence
oracle
|
cpe:2.3:a:oracle:business_intelligence:12.2.1.4.0:*:*:*:enterprise:*:*:*
|
— | |
|
bi_publisher
oracle
|
cpe:2.3:a:oracle:bi_publisher:6.4.0.0.0:*:*:*:*:*:*:*
|
— | |
|
bi_publisher
oracle
|
cpe:2.3:a:oracle:bi_publisher:7.0.0.0.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_presentation_services___12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_service_administration_ui___12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_analytics_server___6.4.0.0.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_presentation_services___6.4.0.0.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:6.4.0.0.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_analytics_server___7.0.0.0.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_presentation_services___7.0.0.0.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:7.0.0.0.0:*:*:*:*:*:*:*
|
— | |
|
bi_publisher
oracle
|
cpe:2.3:a:oracle:bi_publisher:12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:5.9.0.0.0:*:*:*:*:*:*:*
|
— | |
|
bi_publisher
oracle
|
cpe:2.3:a:oracle:bi_publisher:5.9.0.0.0:*:*:*:*:*:*:*
|
— | |
|
bi_publisher
oracle
|
cpe:2.3:a:oracle:bi_publisher:5.9.0.0:*:*:*:*:*:*:*
|
— | |
|
bi_publisher
oracle
|
cpe:2.3:a:oracle:bi_publisher:12.2.1.3.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:5.9.0.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:6.4.0.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_bi_platform_security___12.2.1.3.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:12.2.1.3.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_bi_platform_security___12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_storage_service_integration___12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:5.5.0.0.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_analytics_server___5.9.0.0.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_bi_platform_security___5.9.0.0.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence
oracle
|
cpe:2.3:a:oracle:business_intelligence:7.0.0.0.0:*:*:*:enterprise:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
business_intelligence
oracle
|
cpe:2.3:a:oracle:business_intelligence:7.6.0.0.0:*:*:*:enterprise:*:*:*
|
— | |
|
business_intelligence
oracle
|
cpe:2.3:a:oracle:business_intelligence:12.2.1.4.0:*:*:*:enterprise:*:*:*
|
— | |
|
bi_publisher
oracle
|
cpe:2.3:a:oracle:bi_publisher:6.4.0.0.0:*:*:*:*:*:*:*
|
— | |
|
bi_publisher
oracle
|
cpe:2.3:a:oracle:bi_publisher:7.0.0.0.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:6.4.0.0.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:7.0.0.0.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_presentation_services___12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_service_administration_ui___12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_analytics_server___6.4.0.0.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_presentation_services___6.4.0.0.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_analytics_server___7.0.0.0.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_presentation_services___7.0.0.0.0:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
business_intelligence
oracle
|
cpe:2.3:a:oracle:business_intelligence:7.6.0.0.0:*:*:*:enterprise:*:*:*
|
— | |
|
business_intelligence
oracle
|
cpe:2.3:a:oracle:business_intelligence:7.0.0.0.0:*:*:*:enterprise:*:*:*
|
— | |
|
bi_publisher
oracle
|
cpe:2.3:a:oracle:bi_publisher:12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
bi_publisher
oracle
|
cpe:2.3:a:oracle:bi_publisher:7.0.0.0.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:7.0.0.0.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_analytics_server___12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_bi_platform_security___12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:7.6.0.0.0:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
bi_publisher
oracle
|
cpe:2.3:a:oracle:bi_publisher:12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence
oracle
|
cpe:2.3:a:oracle:business_intelligence:7.0.0.0.0:*:*:*:enterprise:*:*:*
|
— | |
|
bi_publisher
oracle
|
cpe:2.3:a:oracle:bi_publisher:6.4.0.0.0:*:*:*:*:*:*:*
|
— | |
|
bi_publisher
oracle
|
cpe:2.3:a:oracle:bi_publisher:7.0.0.0.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:6.4.0.0.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:7.0.0.0.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_analytics_server___12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_bi_platform_security___12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:7.6.0.0.0:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
bi_publisher
oracle
|
cpe:2.3:a:oracle:bi_publisher:12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
bi_publisher
oracle
|
cpe:2.3:a:oracle:bi_publisher:6.4.0.0.0:*:*:*:*:*:*:*
|
— | |
|
bi_publisher
oracle
|
cpe:2.3:a:oracle:bi_publisher:7.0.0.0.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:6.4.0.0.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:7.0.0.0.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence
oracle
|
cpe:2.3:a:oracle:business_intelligence:7.6.0.0.0:*:*:*:enterprise:*:*:*
|
— | |
|
business_intelligence
oracle
|
cpe:2.3:a:oracle:business_intelligence:7.0.0.0.0:*:*:*:enterprise:*:*:*
|
— | |
|
business_intelligence
oracle
|
cpe:2.3:a:oracle:business_intelligence:12.2.1.4.0:*:*:*:enterprise:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
bi_publisher
oracle
|
cpe:2.3:a:oracle:bi_publisher:12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
bi_publisher
oracle
|
cpe:2.3:a:oracle:bi_publisher:7.6.0.0.0:*:*:*:*:*:*:*
|
— | |
|
bi_publisher
oracle
|
cpe:2.3:a:oracle:bi_publisher:7.0.0.0.0:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
bi_publisher
oracle
|
cpe:2.3:a:oracle:bi_publisher:12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
bi_publisher
oracle
|
cpe:2.3:a:oracle:bi_publisher:7.0.0.0.0:*:*:*:*:*:*:*
|
— | |
|
bi_publisher
oracle
|
cpe:2.3:a:oracle:bi_publisher:7.6.0.0.0:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
business_intelligence
oracle
|
cpe:2.3:a:oracle:business_intelligence:7.0.0.0.0:*:*:*:enterprise:*:*:*
|
— | |
|
bi_publisher
oracle
|
cpe:2.3:a:oracle:bi_publisher:12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
bi_publisher
oracle
|
cpe:2.3:a:oracle:bi_publisher:7.0.0.0.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:7.0.0.0.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_analytics_server___12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_bi_platform_security___12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:7.6.0.0.0:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
business_intelligence
oracle
|
cpe:2.3:a:oracle:business_intelligence:7.0.0.0.0:*:*:*:enterprise:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_analytics_server___12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_bi_platform_security___12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:7.0.0.0.0:*:*:*:*:*:*:*
|
— | |
|
business_intelligence_enterprise_edition
oracle
|
cpe:2.3:a:oracle:business_intelligence_enterprise_edition:7.6.0.0.0:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
bi_publisher
oracle
|
cpe:2.3:a:oracle:bi_publisher:7.0.0.0.0:*:*:*:*:*:*:*
|
— | |
|
bi_publisher
oracle
|
cpe:2.3:a:oracle:bi_publisher:7.6.0.0.0:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
bi_publisher
oracle
|
cpe:2.3:a:oracle:bi_publisher:7.0.0.0.0:*:*:*:*:*:*:*
|
— | |
|
bi_publisher
oracle
|
cpe:2.3:a:oracle:bi_publisher:7.6.0.0.0:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
business_intelligence
oracle
|
cpe:2.3:a:oracle:business_intelligence:12.2.1.4.0:*:*:*:enterprise:*:*:*
|
— | |
|
business_intelligence
oracle
|
cpe:2.3:a:oracle:business_intelligence:7.6.0.0.0:*:*:*:enterprise:*:*:*
|
— | |
|
business_intelligence
oracle
|
cpe:2.3:a:oracle:business_intelligence:7.0.0.0.0:*:*:*:enterprise:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
business_intelligence
oracle
|
cpe:2.3:a:oracle:business_intelligence:7.6.0.0.0:*:*:*:enterprise:*:*:*
|
— |
{
"document": {
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE"
}
},
"lang": "nl",
"notes": [
{
"category": "legal_disclaimer",
"text": "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings."
},
{
"category": "description",
"text": "Oracle heeft kwetsbaarheden verholpen in Analytics producten.",
"title": "Feiten"
},
{
"category": "description",
"text": "Een kwaadwillende kan de kwetsbaarheden misbruiken om aanvallen uit te voeren die kunnen leiden tot de volgende categorie\u00ebn schade:\n\n- Denial-of-Service\n- Manipuleren van data\n- Uitvoer van willekeurige code (Gebruikersrechten)\n- Uitvoer van willekeurige code (Administratorrechten)\n- Toegang tot gevoelige gegevens",
"title": "Interpretaties"
},
{
"category": "description",
"text": "Oracle heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.",
"title": "Oplossingen"
},
{
"category": "general",
"text": "medium",
"title": "Kans"
},
{
"category": "general",
"text": "high",
"title": "Schade"
},
{
"category": "general",
"text": "Unchecked Input for Loop Condition",
"title": "CWE-606"
},
{
"category": "general",
"text": "Improper Check for Unusual or Exceptional Conditions",
"title": "CWE-754"
},
{
"category": "general",
"text": "Insufficient Verification of Data Authenticity",
"title": "CWE-345"
},
{
"category": "general",
"text": "Missing Cryptographic Step",
"title": "CWE-325"
},
{
"category": "general",
"text": "Improper Resource Shutdown or Release",
"title": "CWE-404"
},
{
"category": "general",
"text": "Improper Restriction of Operations within the Bounds of a Memory Buffer",
"title": "CWE-119"
},
{
"category": "general",
"text": "Inefficient Regular Expression Complexity",
"title": "CWE-1333"
},
{
"category": "general",
"text": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)",
"title": "CWE-1321"
},
{
"category": "general",
"text": "NULL Pointer Dereference",
"title": "CWE-476"
},
{
"category": "general",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"category": "general",
"text": "Allocation of Resources Without Limits or Throttling",
"title": "CWE-770"
},
{
"category": "general",
"text": "Server-Side Request Forgery (SSRF)",
"title": "CWE-918"
},
{
"category": "general",
"text": "Out-of-bounds Write",
"title": "CWE-787"
},
{
"category": "general",
"text": "Heap-based Buffer Overflow",
"title": "CWE-122"
},
{
"category": "general",
"text": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)",
"title": "CWE-89"
}
],
"publisher": {
"category": "coordinator",
"contact_details": "cert@ncsc.nl",
"name": "Nationaal Cyber Security Centrum",
"namespace": "https://www.ncsc.nl/"
},
"references": [
{
"category": "external",
"summary": "Reference - cveprojectv5; hkcert; nvd; oracle; redhat",
"url": "https://www.oracle.com/security-alerts/cpuoct2024.html"
}
],
"title": "Kwetsbaarheden verholpen in Oracle Analytics",
"tracking": {
"current_release_date": "2024-10-17T13:19:50.583299Z",
"id": "NCSC-2024-0418",
"initial_release_date": "2024-10-17T13:19:50.583299Z",
"revision_history": [
{
"date": "2024-10-17T13:19:50.583299Z",
"number": "0",
"summary": "Initiele versie"
}
],
"status": "final",
"version": "1.0.0"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-1503573",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_analytics_server___12.2.1.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-765388",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_analytics_server___5.9.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-764727",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_analytics_server___6.4.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-764729",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_analytics_server___7.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-765383",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_bi_platform_security___12.2.1.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-765385",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_bi_platform_security___12.2.1.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-765389",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_bi_platform_security___5.9.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-764725",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_presentation_services___12.2.1.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-764728",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_presentation_services___6.4.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-764730",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_presentation_services___7.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-764726",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_service_administration_ui___12.2.1.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-765386",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:_storage_service_integration___12.2.1.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-765384",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:12.2.1.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-764234",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:12.2.1.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-765387",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:5.5.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-764929",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:5.9.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-764778",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:5.9.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-764930",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:6.4.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-764235",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:6.4.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-764236",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:7.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence_enterprise_edition",
"product": {
"name": "business_intelligence_enterprise_edition",
"product_id": "CSAFPID-1503574",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence_enterprise_edition:7.6.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence",
"product": {
"name": "business_intelligence",
"product_id": "CSAFPID-376906",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence:12.2.1.3.0:*:*:*:*:enterprise:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence",
"product": {
"name": "business_intelligence",
"product_id": "CSAFPID-135812",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence:12.2.1.3.0:*:*:*:enterprise:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence",
"product": {
"name": "business_intelligence",
"product_id": "CSAFPID-220360",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence:12.2.1.4.0:*:*:*:*:enterprise:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence",
"product": {
"name": "business_intelligence",
"product_id": "CSAFPID-135810",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence:12.2.1.4.0:*:*:*:enterprise:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence",
"product": {
"name": "business_intelligence",
"product_id": "CSAFPID-179569",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence:5.9.0.0.0:*:*:*:enterprise:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence",
"product": {
"name": "business_intelligence",
"product_id": "CSAFPID-257324",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence:7.0.0.0.0:*:*:*:enterprise:*:*:*"
}
}
},
{
"category": "product_name",
"name": "business_intelligence",
"product": {
"name": "business_intelligence",
"product_id": "CSAFPID-1650736",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:business_intelligence:7.6.0.0.0:*:*:*:enterprise:*:*:*"
}
}
},
{
"category": "product_name",
"name": "bi_publisher",
"product": {
"name": "bi_publisher",
"product_id": "CSAFPID-9197",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:bi_publisher:12.2.1.3.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "bi_publisher",
"product": {
"name": "bi_publisher",
"product_id": "CSAFPID-9493",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:bi_publisher:12.2.1.4.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "bi_publisher",
"product": {
"name": "bi_publisher",
"product_id": "CSAFPID-220546",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:bi_publisher:5.9.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "bi_publisher",
"product": {
"name": "bi_publisher",
"product_id": "CSAFPID-228391",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:bi_publisher:5.9.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "bi_publisher",
"product": {
"name": "bi_publisher",
"product_id": "CSAFPID-220545",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:bi_publisher:6.4.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "bi_publisher",
"product": {
"name": "bi_publisher",
"product_id": "CSAFPID-220560",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:bi_publisher:7.0.0.0.0:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "bi_publisher",
"product": {
"name": "bi_publisher",
"product_id": "CSAFPID-1673195",
"product_identification_helper": {
"cpe": "cpe:2.3:a:oracle:bi_publisher:7.6.0.0.0:*:*:*:*:*:*:*"
}
}
}
],
"category": "vendor",
"name": "oracle"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-23305",
"cwe": {
"id": "CWE-89",
"name": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)",
"title": "CWE-89"
}
],
"product_status": {
"known_affected": [
"CSAFPID-135810",
"CSAFPID-220545",
"CSAFPID-220560",
"CSAFPID-764725",
"CSAFPID-764726",
"CSAFPID-764234",
"CSAFPID-764727",
"CSAFPID-764728",
"CSAFPID-764235",
"CSAFPID-764729",
"CSAFPID-764730",
"CSAFPID-764236",
"CSAFPID-9493",
"CSAFPID-764778",
"CSAFPID-228391",
"CSAFPID-220546",
"CSAFPID-9197",
"CSAFPID-764929",
"CSAFPID-764930",
"CSAFPID-765383",
"CSAFPID-765384",
"CSAFPID-765385",
"CSAFPID-765386",
"CSAFPID-765387",
"CSAFPID-765388",
"CSAFPID-765389",
"CSAFPID-257324"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2022-23305",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-23305.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-135810",
"CSAFPID-220545",
"CSAFPID-220560",
"CSAFPID-764725",
"CSAFPID-764726",
"CSAFPID-764234",
"CSAFPID-764727",
"CSAFPID-764728",
"CSAFPID-764235",
"CSAFPID-764729",
"CSAFPID-764730",
"CSAFPID-764236",
"CSAFPID-9493",
"CSAFPID-764778",
"CSAFPID-228391",
"CSAFPID-220546",
"CSAFPID-9197",
"CSAFPID-764929",
"CSAFPID-764930",
"CSAFPID-765383",
"CSAFPID-765384",
"CSAFPID-765385",
"CSAFPID-765386",
"CSAFPID-765387",
"CSAFPID-765388",
"CSAFPID-765389",
"CSAFPID-257324"
]
}
],
"title": "CVE-2022-23305"
},
{
"cve": "CVE-2023-0401",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "other",
"text": "NULL Pointer Dereference",
"title": "CWE-476"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1650736",
"CSAFPID-135810",
"CSAFPID-220545",
"CSAFPID-220560",
"CSAFPID-764234",
"CSAFPID-764235",
"CSAFPID-764236",
"CSAFPID-764725",
"CSAFPID-764726",
"CSAFPID-764727",
"CSAFPID-764728",
"CSAFPID-764729",
"CSAFPID-764730"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-0401",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-0401.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1650736",
"CSAFPID-135810",
"CSAFPID-220545",
"CSAFPID-220560",
"CSAFPID-764234",
"CSAFPID-764235",
"CSAFPID-764236",
"CSAFPID-764725",
"CSAFPID-764726",
"CSAFPID-764727",
"CSAFPID-764728",
"CSAFPID-764729",
"CSAFPID-764730"
]
}
],
"title": "CVE-2023-0401"
},
{
"cve": "CVE-2023-5678",
"cwe": {
"id": "CWE-754",
"name": "Improper Check for Unusual or Exceptional Conditions"
},
"notes": [
{
"category": "other",
"text": "Improper Check for Unusual or Exceptional Conditions",
"title": "CWE-754"
},
{
"category": "other",
"text": "Missing Cryptographic Step",
"title": "CWE-325"
},
{
"category": "other",
"text": "Unchecked Input for Loop Condition",
"title": "CWE-606"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1650736",
"CSAFPID-257324",
"CSAFPID-9493",
"CSAFPID-220560",
"CSAFPID-764234",
"CSAFPID-764236",
"CSAFPID-1503573",
"CSAFPID-765385",
"CSAFPID-1503574"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-5678",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5678.json"
}
],
"title": "CVE-2023-5678"
},
{
"cve": "CVE-2023-35116",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "other",
"text": "Allocation of Resources Without Limits or Throttling",
"title": "CWE-770"
}
],
"product_status": {
"known_affected": [
"CSAFPID-9493",
"CSAFPID-257324",
"CSAFPID-220545",
"CSAFPID-220560",
"CSAFPID-764234",
"CSAFPID-764235",
"CSAFPID-764236",
"CSAFPID-1503573",
"CSAFPID-765385",
"CSAFPID-1503574"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-35116",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-35116.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-9493",
"CSAFPID-257324",
"CSAFPID-220545",
"CSAFPID-220560",
"CSAFPID-764234",
"CSAFPID-764235",
"CSAFPID-764236",
"CSAFPID-1503573",
"CSAFPID-765385",
"CSAFPID-1503574"
]
}
],
"title": "CVE-2023-35116"
},
{
"cve": "CVE-2023-38545",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "other",
"text": "Heap-based Buffer Overflow",
"title": "CWE-122"
},
{
"category": "other",
"text": "Improper Restriction of Operations within the Bounds of a Memory Buffer",
"title": "CWE-119"
}
],
"product_status": {
"known_affected": [
"CSAFPID-9493",
"CSAFPID-220545",
"CSAFPID-220560",
"CSAFPID-764234",
"CSAFPID-764235",
"CSAFPID-764236",
"CSAFPID-1650736",
"CSAFPID-257324",
"CSAFPID-135810"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-38545",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-38545.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-9493",
"CSAFPID-220545",
"CSAFPID-220560",
"CSAFPID-764234",
"CSAFPID-764235",
"CSAFPID-764236",
"CSAFPID-1650736",
"CSAFPID-257324",
"CSAFPID-135810"
]
}
],
"title": "CVE-2023-38545"
},
{
"cve": "CVE-2024-21195",
"product_status": {
"known_affected": [
"CSAFPID-9493",
"CSAFPID-1673195",
"CSAFPID-220560"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-21195",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21195.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-9493",
"CSAFPID-1673195",
"CSAFPID-220560"
]
}
],
"title": "CVE-2024-21195"
},
{
"cve": "CVE-2024-21254",
"product_status": {
"known_affected": [
"CSAFPID-9493",
"CSAFPID-220560",
"CSAFPID-1673195"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-21254",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21254.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-9493",
"CSAFPID-220560",
"CSAFPID-1673195"
]
}
],
"title": "CVE-2024-21254"
},
{
"cve": "CVE-2024-26308",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "other",
"text": "Allocation of Resources Without Limits or Throttling",
"title": "CWE-770"
}
],
"product_status": {
"known_affected": [
"CSAFPID-257324",
"CSAFPID-9493",
"CSAFPID-220560",
"CSAFPID-764234",
"CSAFPID-764236",
"CSAFPID-1503573",
"CSAFPID-765385",
"CSAFPID-1503574"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-26308",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26308.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-257324",
"CSAFPID-9493",
"CSAFPID-220560",
"CSAFPID-764234",
"CSAFPID-764236",
"CSAFPID-1503573",
"CSAFPID-765385",
"CSAFPID-1503574"
]
}
],
"title": "CVE-2024-26308"
},
{
"cve": "CVE-2024-29133",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "other",
"text": "Out-of-bounds Write",
"title": "CWE-787"
}
],
"product_status": {
"known_affected": [
"CSAFPID-257324",
"CSAFPID-1503573",
"CSAFPID-765385",
"CSAFPID-764234",
"CSAFPID-764236",
"CSAFPID-1503574"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-29133",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29133.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-257324",
"CSAFPID-1503573",
"CSAFPID-765385",
"CSAFPID-764234",
"CSAFPID-764236",
"CSAFPID-1503574"
]
}
],
"title": "CVE-2024-29133"
},
{
"cve": "CVE-2024-29736",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"notes": [
{
"category": "other",
"text": "Server-Side Request Forgery (SSRF)",
"title": "CWE-918"
}
],
"product_status": {
"known_affected": [
"CSAFPID-220560",
"CSAFPID-1673195"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-29736",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29736.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-220560",
"CSAFPID-1673195"
]
}
],
"title": "CVE-2024-29736"
},
{
"cve": "CVE-2024-38809",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"notes": [
{
"category": "other",
"text": "Inefficient Regular Expression Complexity",
"title": "CWE-1333"
},
{
"category": "other",
"text": "Improper Resource Shutdown or Release",
"title": "CWE-404"
},
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
}
],
"product_status": {
"known_affected": [
"CSAFPID-220560",
"CSAFPID-1673195"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-38809",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38809.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.0,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"CSAFPID-220560",
"CSAFPID-1673195"
]
}
],
"title": "CVE-2024-38809"
},
{
"cve": "CVE-2024-38999",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)",
"title": "CWE-1321"
}
],
"product_status": {
"known_affected": [
"CSAFPID-135810",
"CSAFPID-1650736",
"CSAFPID-257324"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-38999",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38999.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 10.0,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-135810",
"CSAFPID-1650736",
"CSAFPID-257324"
]
}
],
"title": "CVE-2024-38999"
},
{
"cve": "CVE-2024-39689",
"cwe": {
"id": "CWE-345",
"name": "Insufficient Verification of Data Authenticity"
},
"notes": [
{
"category": "other",
"text": "Insufficient Verification of Data Authenticity",
"title": "CWE-345"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1650736"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-39689",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39689.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1650736"
]
}
],
"title": "CVE-2024-39689"
}
]
}
OPENSUSE-SU-2022:0038-1
Vulnerability from csaf_opensuse - Published: 2022-02-16 14:29 - Updated: 2022-02-16 14:29| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Package Hub 15 SP3:kafka-kit-2.1.0-bp153.2.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:kafka-kit-2.1.0-bp153.2.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Package Hub 15 SP3:kafka-kit-2.1.0-bp153.2.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:kafka-kit-2.1.0-bp153.2.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Package Hub 15 SP3:kafka-kit-2.1.0-bp153.2.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:kafka-kit-2.1.0-bp153.2.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Package Hub 15 SP3:kafka-kit-2.1.0-bp153.2.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:kafka-kit-2.1.0-bp153.2.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"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 kafka",
"title": "Title of the patch"
},
{
"category": "description",
"text": "\nThis update for kafka, kafka-kit fixes following issues:\n\n\n- Remove JDBCAppender, JMSSink, chainsaw from log4j jars during build to\n prevent bsc#1194842, CVE-2022-23302, bsc#1194843, CVE-2022-23305,\n bsc#1194844, CVE-2022-23307\n\n- Rebuild with kafka-kit change to\n Remove JMSAppender from log4j jars during build to\n prevent bsc#1193662, CVE-2021-4104\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-2022-38",
"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-2022_0038-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2022:0038-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/LX6N6XLYOR6GINGSRITWVKJ743FCLHXK/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2022:0038-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/LX6N6XLYOR6GINGSRITWVKJ743FCLHXK/"
},
{
"category": "self",
"summary": "SUSE Bug 1193662",
"url": "https://bugzilla.suse.com/1193662"
},
{
"category": "self",
"summary": "SUSE Bug 1194842",
"url": "https://bugzilla.suse.com/1194842"
},
{
"category": "self",
"summary": "SUSE Bug 1194843",
"url": "https://bugzilla.suse.com/1194843"
},
{
"category": "self",
"summary": "SUSE Bug 1194844",
"url": "https://bugzilla.suse.com/1194844"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-4104 page",
"url": "https://www.suse.com/security/cve/CVE-2021-4104/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-23302 page",
"url": "https://www.suse.com/security/cve/CVE-2022-23302/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-23305 page",
"url": "https://www.suse.com/security/cve/CVE-2022-23305/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-23307 page",
"url": "https://www.suse.com/security/cve/CVE-2022-23307/"
}
],
"title": "Security update for kafka",
"tracking": {
"current_release_date": "2022-02-16T14:29:17Z",
"generator": {
"date": "2022-02-16T14:29:17Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2022:0038-1",
"initial_release_date": "2022-02-16T14:29:17Z",
"revision_history": [
{
"date": "2022-02-16T14:29:17Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "kafka-source-2.1.0-bp153.2.6.1.aarch64",
"product": {
"name": "kafka-source-2.1.0-bp153.2.6.1.aarch64",
"product_id": "kafka-source-2.1.0-bp153.2.6.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "kafka-source-2.1.0-bp153.2.6.1.i586",
"product": {
"name": "kafka-source-2.1.0-bp153.2.6.1.i586",
"product_id": "kafka-source-2.1.0-bp153.2.6.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "kafka-source-2.1.0-bp153.2.6.1.ppc64le",
"product": {
"name": "kafka-source-2.1.0-bp153.2.6.1.ppc64le",
"product_id": "kafka-source-2.1.0-bp153.2.6.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kafka-source-2.1.0-bp153.2.6.1.s390x",
"product": {
"name": "kafka-source-2.1.0-bp153.2.6.1.s390x",
"product_id": "kafka-source-2.1.0-bp153.2.6.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kafka-kit-2.1.0-bp153.2.6.1.x86_64",
"product": {
"name": "kafka-kit-2.1.0-bp153.2.6.1.x86_64",
"product_id": "kafka-kit-2.1.0-bp153.2.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "kafka-source-2.1.0-bp153.2.6.1.x86_64",
"product": {
"name": "kafka-source-2.1.0-bp153.2.6.1.x86_64",
"product_id": "kafka-source-2.1.0-bp153.2.6.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Package Hub 15 SP3",
"product": {
"name": "SUSE Package Hub 15 SP3",
"product_id": "SUSE Package Hub 15 SP3"
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.3",
"product": {
"name": "openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.3"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kafka-kit-2.1.0-bp153.2.6.1.x86_64 as component of SUSE Package Hub 15 SP3",
"product_id": "SUSE Package Hub 15 SP3:kafka-kit-2.1.0-bp153.2.6.1.x86_64"
},
"product_reference": "kafka-kit-2.1.0-bp153.2.6.1.x86_64",
"relates_to_product_reference": "SUSE Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kafka-source-2.1.0-bp153.2.6.1.aarch64 as component of SUSE Package Hub 15 SP3",
"product_id": "SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.aarch64"
},
"product_reference": "kafka-source-2.1.0-bp153.2.6.1.aarch64",
"relates_to_product_reference": "SUSE Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kafka-source-2.1.0-bp153.2.6.1.i586 as component of SUSE Package Hub 15 SP3",
"product_id": "SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.i586"
},
"product_reference": "kafka-source-2.1.0-bp153.2.6.1.i586",
"relates_to_product_reference": "SUSE Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kafka-source-2.1.0-bp153.2.6.1.ppc64le as component of SUSE Package Hub 15 SP3",
"product_id": "SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.ppc64le"
},
"product_reference": "kafka-source-2.1.0-bp153.2.6.1.ppc64le",
"relates_to_product_reference": "SUSE Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kafka-source-2.1.0-bp153.2.6.1.s390x as component of SUSE Package Hub 15 SP3",
"product_id": "SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.s390x"
},
"product_reference": "kafka-source-2.1.0-bp153.2.6.1.s390x",
"relates_to_product_reference": "SUSE Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kafka-source-2.1.0-bp153.2.6.1.x86_64 as component of SUSE Package Hub 15 SP3",
"product_id": "SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.x86_64"
},
"product_reference": "kafka-source-2.1.0-bp153.2.6.1.x86_64",
"relates_to_product_reference": "SUSE Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kafka-kit-2.1.0-bp153.2.6.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:kafka-kit-2.1.0-bp153.2.6.1.x86_64"
},
"product_reference": "kafka-kit-2.1.0-bp153.2.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kafka-source-2.1.0-bp153.2.6.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.aarch64"
},
"product_reference": "kafka-source-2.1.0-bp153.2.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kafka-source-2.1.0-bp153.2.6.1.i586 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.i586"
},
"product_reference": "kafka-source-2.1.0-bp153.2.6.1.i586",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kafka-source-2.1.0-bp153.2.6.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.ppc64le"
},
"product_reference": "kafka-source-2.1.0-bp153.2.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kafka-source-2.1.0-bp153.2.6.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.s390x"
},
"product_reference": "kafka-source-2.1.0-bp153.2.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kafka-source-2.1.0-bp153.2.6.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.x86_64"
},
"product_reference": "kafka-source-2.1.0-bp153.2.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-4104",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-4104"
}
],
"notes": [
{
"category": "general",
"text": "JMSAppender in Log4j 1.2 is vulnerable to deserialization of untrusted data when the attacker has write access to the Log4j configuration. The attacker can provide TopicBindingName and TopicConnectionFactoryBindingName configurations causing JMSAppender to perform JNDI requests that result in remote code execution in a similar fashion to CVE-2021-44228. Note this issue only affects Log4j 1.2 when specifically configured to use JMSAppender, which is not the default. Apache Log4j 1.2 reached end of life in August 2015. Users should upgrade to Log4j 2 as it addresses numerous other issues from the previous versions.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Package Hub 15 SP3:kafka-kit-2.1.0-bp153.2.6.1.x86_64",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.aarch64",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.i586",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.ppc64le",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.s390x",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.x86_64",
"openSUSE Leap 15.3:kafka-kit-2.1.0-bp153.2.6.1.x86_64",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.aarch64",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.i586",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.ppc64le",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.s390x",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-4104",
"url": "https://www.suse.com/security/cve/CVE-2021-4104"
},
{
"category": "external",
"summary": "SUSE Bug 1193662 for CVE-2021-4104",
"url": "https://bugzilla.suse.com/1193662"
},
{
"category": "external",
"summary": "SUSE Bug 1193978 for CVE-2021-4104",
"url": "https://bugzilla.suse.com/1193978"
},
{
"category": "external",
"summary": "SUSE Bug 1194016 for CVE-2021-4104",
"url": "https://bugzilla.suse.com/1194016"
},
{
"category": "external",
"summary": "SUSE Bug 1194842 for CVE-2021-4104",
"url": "https://bugzilla.suse.com/1194842"
}
],
"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 SP3:kafka-kit-2.1.0-bp153.2.6.1.x86_64",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.aarch64",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.i586",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.ppc64le",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.s390x",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.x86_64",
"openSUSE Leap 15.3:kafka-kit-2.1.0-bp153.2.6.1.x86_64",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.aarch64",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.i586",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.ppc64le",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.s390x",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Package Hub 15 SP3:kafka-kit-2.1.0-bp153.2.6.1.x86_64",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.aarch64",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.i586",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.ppc64le",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.s390x",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.x86_64",
"openSUSE Leap 15.3:kafka-kit-2.1.0-bp153.2.6.1.x86_64",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.aarch64",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.i586",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.ppc64le",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.s390x",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-02-16T14:29:17Z",
"details": "moderate"
}
],
"title": "CVE-2021-4104"
},
{
"cve": "CVE-2022-23302",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-23302"
}
],
"notes": [
{
"category": "general",
"text": "JMSSink in all versions of Log4j 1.x is vulnerable to deserialization of untrusted data when the attacker has write access to the Log4j configuration or if the configuration references an LDAP service the attacker has access to. The attacker can provide a TopicConnectionFactoryBindingName configuration causing JMSSink to perform JNDI requests that result in remote code execution in a similar fashion to CVE-2021-4104. Note this issue only affects Log4j 1.x when specifically configured to use JMSSink, which is not the default. Apache Log4j 1.2 reached end of life in August 2015. Users should upgrade to Log4j 2 as it addresses numerous other issues from the previous versions.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Package Hub 15 SP3:kafka-kit-2.1.0-bp153.2.6.1.x86_64",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.aarch64",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.i586",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.ppc64le",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.s390x",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.x86_64",
"openSUSE Leap 15.3:kafka-kit-2.1.0-bp153.2.6.1.x86_64",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.aarch64",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.i586",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.ppc64le",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.s390x",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-23302",
"url": "https://www.suse.com/security/cve/CVE-2022-23302"
},
{
"category": "external",
"summary": "SUSE Bug 1194842 for CVE-2022-23302",
"url": "https://bugzilla.suse.com/1194842"
}
],
"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 SP3:kafka-kit-2.1.0-bp153.2.6.1.x86_64",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.aarch64",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.i586",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.ppc64le",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.s390x",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.x86_64",
"openSUSE Leap 15.3:kafka-kit-2.1.0-bp153.2.6.1.x86_64",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.aarch64",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.i586",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.ppc64le",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.s390x",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Package Hub 15 SP3:kafka-kit-2.1.0-bp153.2.6.1.x86_64",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.aarch64",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.i586",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.ppc64le",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.s390x",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.x86_64",
"openSUSE Leap 15.3:kafka-kit-2.1.0-bp153.2.6.1.x86_64",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.aarch64",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.i586",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.ppc64le",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.s390x",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-02-16T14:29:17Z",
"details": "moderate"
}
],
"title": "CVE-2022-23302"
},
{
"cve": "CVE-2022-23305",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-23305"
}
],
"notes": [
{
"category": "general",
"text": "By design, the JDBCAppender in Log4j 1.2.x accepts an SQL statement as a configuration parameter where the values to be inserted are converters from PatternLayout. The message converter, %m, is likely to always be included. This allows attackers to manipulate the SQL by entering crafted strings into input fields or headers of an application that are logged allowing unintended SQL queries to be executed. Note this issue only affects Log4j 1.x when specifically configured to use the JDBCAppender, which is not the default. Beginning in version 2.0-beta8, the JDBCAppender was re-introduced with proper support for parameterized SQL queries and further customization over the columns written to in logs. Apache Log4j 1.2 reached end of life in August 2015. Users should upgrade to Log4j 2 as it addresses numerous other issues from the previous versions.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Package Hub 15 SP3:kafka-kit-2.1.0-bp153.2.6.1.x86_64",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.aarch64",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.i586",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.ppc64le",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.s390x",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.x86_64",
"openSUSE Leap 15.3:kafka-kit-2.1.0-bp153.2.6.1.x86_64",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.aarch64",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.i586",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.ppc64le",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.s390x",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-23305",
"url": "https://www.suse.com/security/cve/CVE-2022-23305"
},
{
"category": "external",
"summary": "SUSE Bug 1194843 for CVE-2022-23305",
"url": "https://bugzilla.suse.com/1194843"
},
{
"category": "external",
"summary": "SUSE Bug 1196392 for CVE-2022-23305",
"url": "https://bugzilla.suse.com/1196392"
},
{
"category": "external",
"summary": "SUSE Bug 1225673 for CVE-2022-23305",
"url": "https://bugzilla.suse.com/1225673"
}
],
"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 SP3:kafka-kit-2.1.0-bp153.2.6.1.x86_64",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.aarch64",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.i586",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.ppc64le",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.s390x",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.x86_64",
"openSUSE Leap 15.3:kafka-kit-2.1.0-bp153.2.6.1.x86_64",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.aarch64",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.i586",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.ppc64le",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.s390x",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Package Hub 15 SP3:kafka-kit-2.1.0-bp153.2.6.1.x86_64",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.aarch64",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.i586",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.ppc64le",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.s390x",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.x86_64",
"openSUSE Leap 15.3:kafka-kit-2.1.0-bp153.2.6.1.x86_64",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.aarch64",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.i586",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.ppc64le",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.s390x",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-02-16T14:29:17Z",
"details": "important"
}
],
"title": "CVE-2022-23305"
},
{
"cve": "CVE-2022-23307",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-23307"
}
],
"notes": [
{
"category": "general",
"text": "CVE-2020-9493 identified a deserialization issue that was present in Apache Chainsaw. Prior to Chainsaw V2.0 Chainsaw was a component of Apache Log4j 1.2.x where the same issue exists.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Package Hub 15 SP3:kafka-kit-2.1.0-bp153.2.6.1.x86_64",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.aarch64",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.i586",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.ppc64le",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.s390x",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.x86_64",
"openSUSE Leap 15.3:kafka-kit-2.1.0-bp153.2.6.1.x86_64",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.aarch64",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.i586",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.ppc64le",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.s390x",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-23307",
"url": "https://www.suse.com/security/cve/CVE-2022-23307"
},
{
"category": "external",
"summary": "SUSE Bug 1194844 for CVE-2022-23307",
"url": "https://bugzilla.suse.com/1194844"
}
],
"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 SP3:kafka-kit-2.1.0-bp153.2.6.1.x86_64",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.aarch64",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.i586",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.ppc64le",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.s390x",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.x86_64",
"openSUSE Leap 15.3:kafka-kit-2.1.0-bp153.2.6.1.x86_64",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.aarch64",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.i586",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.ppc64le",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.s390x",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Package Hub 15 SP3:kafka-kit-2.1.0-bp153.2.6.1.x86_64",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.aarch64",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.i586",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.ppc64le",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.s390x",
"SUSE Package Hub 15 SP3:kafka-source-2.1.0-bp153.2.6.1.x86_64",
"openSUSE Leap 15.3:kafka-kit-2.1.0-bp153.2.6.1.x86_64",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.aarch64",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.i586",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.ppc64le",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.s390x",
"openSUSE Leap 15.3:kafka-source-2.1.0-bp153.2.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-02-16T14:29:17Z",
"details": "important"
}
],
"title": "CVE-2022-23307"
}
]
}
OPENSUSE-SU-2022:0214-1
Vulnerability from csaf_opensuse - Published: 2022-01-27 14:51 - Updated: 2022-01-27 14:51| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.3:log4j-manual-1.2.17-5.9.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.3:log4j-manual-1.2.17-5.9.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.3:log4j-manual-1.2.17-5.9.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"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 log4j",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for log4j fixes the following issues:\n\n- CVE-2022-23307: Fixed deserialization flaw in the chainsaw component of log4j leading to malicious code execution. (bsc#1194844)\n- CVE-2022-23305: Fixed SQL injection when application is configured to use JDBCAppender. (bsc#1194843)\n- CVE-2022-23302: Fixed remote code execution when application is configured to use JMSSink. (bsc#1194842)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-SLE-15.3-2022-214,openSUSE-SLE-15.4-2022-214",
"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-2022_0214-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2022:0214-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/E4IIJDMYKSUHPR6X6ARBPWWQRNNXT4HI/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2022:0214-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/E4IIJDMYKSUHPR6X6ARBPWWQRNNXT4HI/"
},
{
"category": "self",
"summary": "SUSE Bug 1194842",
"url": "https://bugzilla.suse.com/1194842"
},
{
"category": "self",
"summary": "SUSE Bug 1194843",
"url": "https://bugzilla.suse.com/1194843"
},
{
"category": "self",
"summary": "SUSE Bug 1194844",
"url": "https://bugzilla.suse.com/1194844"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-23302 page",
"url": "https://www.suse.com/security/cve/CVE-2022-23302/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-23305 page",
"url": "https://www.suse.com/security/cve/CVE-2022-23305/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-23307 page",
"url": "https://www.suse.com/security/cve/CVE-2022-23307/"
}
],
"title": "Security update for log4j",
"tracking": {
"current_release_date": "2022-01-27T14:51:58Z",
"generator": {
"date": "2022-01-27T14:51:58Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2022:0214-1",
"initial_release_date": "2022-01-27T14:51:58Z",
"revision_history": [
{
"date": "2022-01-27T14:51:58Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "log4j-manual-1.2.17-5.9.1.noarch",
"product": {
"name": "log4j-manual-1.2.17-5.9.1.noarch",
"product_id": "log4j-manual-1.2.17-5.9.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 15.3",
"product": {
"name": "openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.3"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-manual-1.2.17-5.9.1.noarch as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:log4j-manual-1.2.17-5.9.1.noarch"
},
"product_reference": "log4j-manual-1.2.17-5.9.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-23302",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-23302"
}
],
"notes": [
{
"category": "general",
"text": "JMSSink in all versions of Log4j 1.x is vulnerable to deserialization of untrusted data when the attacker has write access to the Log4j configuration or if the configuration references an LDAP service the attacker has access to. The attacker can provide a TopicConnectionFactoryBindingName configuration causing JMSSink to perform JNDI requests that result in remote code execution in a similar fashion to CVE-2021-4104. Note this issue only affects Log4j 1.x when specifically configured to use JMSSink, which is not the default. Apache Log4j 1.2 reached end of life in August 2015. Users should upgrade to Log4j 2 as it addresses numerous other issues from the previous versions.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.3:log4j-manual-1.2.17-5.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-23302",
"url": "https://www.suse.com/security/cve/CVE-2022-23302"
},
{
"category": "external",
"summary": "SUSE Bug 1194842 for CVE-2022-23302",
"url": "https://bugzilla.suse.com/1194842"
}
],
"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 Leap 15.3:log4j-manual-1.2.17-5.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.3:log4j-manual-1.2.17-5.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-01-27T14:51:58Z",
"details": "moderate"
}
],
"title": "CVE-2022-23302"
},
{
"cve": "CVE-2022-23305",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-23305"
}
],
"notes": [
{
"category": "general",
"text": "By design, the JDBCAppender in Log4j 1.2.x accepts an SQL statement as a configuration parameter where the values to be inserted are converters from PatternLayout. The message converter, %m, is likely to always be included. This allows attackers to manipulate the SQL by entering crafted strings into input fields or headers of an application that are logged allowing unintended SQL queries to be executed. Note this issue only affects Log4j 1.x when specifically configured to use the JDBCAppender, which is not the default. Beginning in version 2.0-beta8, the JDBCAppender was re-introduced with proper support for parameterized SQL queries and further customization over the columns written to in logs. Apache Log4j 1.2 reached end of life in August 2015. Users should upgrade to Log4j 2 as it addresses numerous other issues from the previous versions.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.3:log4j-manual-1.2.17-5.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-23305",
"url": "https://www.suse.com/security/cve/CVE-2022-23305"
},
{
"category": "external",
"summary": "SUSE Bug 1194843 for CVE-2022-23305",
"url": "https://bugzilla.suse.com/1194843"
},
{
"category": "external",
"summary": "SUSE Bug 1196392 for CVE-2022-23305",
"url": "https://bugzilla.suse.com/1196392"
},
{
"category": "external",
"summary": "SUSE Bug 1225673 for CVE-2022-23305",
"url": "https://bugzilla.suse.com/1225673"
}
],
"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 Leap 15.3:log4j-manual-1.2.17-5.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.3:log4j-manual-1.2.17-5.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-01-27T14:51:58Z",
"details": "important"
}
],
"title": "CVE-2022-23305"
},
{
"cve": "CVE-2022-23307",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-23307"
}
],
"notes": [
{
"category": "general",
"text": "CVE-2020-9493 identified a deserialization issue that was present in Apache Chainsaw. Prior to Chainsaw V2.0 Chainsaw was a component of Apache Log4j 1.2.x where the same issue exists.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.3:log4j-manual-1.2.17-5.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-23307",
"url": "https://www.suse.com/security/cve/CVE-2022-23307"
},
{
"category": "external",
"summary": "SUSE Bug 1194844 for CVE-2022-23307",
"url": "https://bugzilla.suse.com/1194844"
}
],
"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 Leap 15.3:log4j-manual-1.2.17-5.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.3:log4j-manual-1.2.17-5.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-01-27T14:51:58Z",
"details": "important"
}
],
"title": "CVE-2022-23307"
}
]
}
OPENSUSE-SU-2022:0226-1
Vulnerability from csaf_opensuse - Published: 2022-01-28 16:22 - Updated: 2022-01-28 16:22| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.3:log4j12-1.2.17-4.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:log4j12-javadoc-1.2.17-4.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:log4j12-manual-1.2.17-4.9.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.3:log4j12-1.2.17-4.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:log4j12-javadoc-1.2.17-4.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:log4j12-manual-1.2.17-4.9.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.3:log4j12-1.2.17-4.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:log4j12-javadoc-1.2.17-4.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:log4j12-manual-1.2.17-4.9.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"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 log4j12",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for log4j12 fixes the following issues:\n\n- CVE-2022-23307: Fix deserialization issue by removing the chainsaw sub-package. (bsc#1194844)\n- CVE-2022-23305: Fix SQL injection by removing src/main/java/org/apache/log4j/jdbc/JDBCAppender.java. (bsc#1194843)\n- CVE-2022-23302: Fix remote code execution by removing src/main/java/org/apache/log4j/net/JMSSink.java. (bsc#1194842)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-SLE-15.3-2022-226,openSUSE-SLE-15.4-2022-226",
"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-2022_0226-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2022:0226-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/543MEJC5CUZO2UZUL4R43HGV5KUNNJ4U/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2022:0226-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/543MEJC5CUZO2UZUL4R43HGV5KUNNJ4U/"
},
{
"category": "self",
"summary": "SUSE Bug 1193184",
"url": "https://bugzilla.suse.com/1193184"
},
{
"category": "self",
"summary": "SUSE Bug 1194842",
"url": "https://bugzilla.suse.com/1194842"
},
{
"category": "self",
"summary": "SUSE Bug 1194843",
"url": "https://bugzilla.suse.com/1194843"
},
{
"category": "self",
"summary": "SUSE Bug 1194844",
"url": "https://bugzilla.suse.com/1194844"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-23302 page",
"url": "https://www.suse.com/security/cve/CVE-2022-23302/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-23305 page",
"url": "https://www.suse.com/security/cve/CVE-2022-23305/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-23307 page",
"url": "https://www.suse.com/security/cve/CVE-2022-23307/"
}
],
"title": "Security update for log4j12",
"tracking": {
"current_release_date": "2022-01-28T16:22:03Z",
"generator": {
"date": "2022-01-28T16:22:03Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2022:0226-1",
"initial_release_date": "2022-01-28T16:22:03Z",
"revision_history": [
{
"date": "2022-01-28T16:22:03Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "log4j12-1.2.17-4.9.1.noarch",
"product": {
"name": "log4j12-1.2.17-4.9.1.noarch",
"product_id": "log4j12-1.2.17-4.9.1.noarch"
}
},
{
"category": "product_version",
"name": "log4j12-javadoc-1.2.17-4.9.1.noarch",
"product": {
"name": "log4j12-javadoc-1.2.17-4.9.1.noarch",
"product_id": "log4j12-javadoc-1.2.17-4.9.1.noarch"
}
},
{
"category": "product_version",
"name": "log4j12-manual-1.2.17-4.9.1.noarch",
"product": {
"name": "log4j12-manual-1.2.17-4.9.1.noarch",
"product_id": "log4j12-manual-1.2.17-4.9.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 15.3",
"product": {
"name": "openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.3"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j12-1.2.17-4.9.1.noarch as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:log4j12-1.2.17-4.9.1.noarch"
},
"product_reference": "log4j12-1.2.17-4.9.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j12-javadoc-1.2.17-4.9.1.noarch as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:log4j12-javadoc-1.2.17-4.9.1.noarch"
},
"product_reference": "log4j12-javadoc-1.2.17-4.9.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j12-manual-1.2.17-4.9.1.noarch as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:log4j12-manual-1.2.17-4.9.1.noarch"
},
"product_reference": "log4j12-manual-1.2.17-4.9.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-23302",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-23302"
}
],
"notes": [
{
"category": "general",
"text": "JMSSink in all versions of Log4j 1.x is vulnerable to deserialization of untrusted data when the attacker has write access to the Log4j configuration or if the configuration references an LDAP service the attacker has access to. The attacker can provide a TopicConnectionFactoryBindingName configuration causing JMSSink to perform JNDI requests that result in remote code execution in a similar fashion to CVE-2021-4104. Note this issue only affects Log4j 1.x when specifically configured to use JMSSink, which is not the default. Apache Log4j 1.2 reached end of life in August 2015. Users should upgrade to Log4j 2 as it addresses numerous other issues from the previous versions.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.3:log4j12-1.2.17-4.9.1.noarch",
"openSUSE Leap 15.3:log4j12-javadoc-1.2.17-4.9.1.noarch",
"openSUSE Leap 15.3:log4j12-manual-1.2.17-4.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-23302",
"url": "https://www.suse.com/security/cve/CVE-2022-23302"
},
{
"category": "external",
"summary": "SUSE Bug 1194842 for CVE-2022-23302",
"url": "https://bugzilla.suse.com/1194842"
}
],
"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 Leap 15.3:log4j12-1.2.17-4.9.1.noarch",
"openSUSE Leap 15.3:log4j12-javadoc-1.2.17-4.9.1.noarch",
"openSUSE Leap 15.3:log4j12-manual-1.2.17-4.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.3:log4j12-1.2.17-4.9.1.noarch",
"openSUSE Leap 15.3:log4j12-javadoc-1.2.17-4.9.1.noarch",
"openSUSE Leap 15.3:log4j12-manual-1.2.17-4.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-01-28T16:22:03Z",
"details": "moderate"
}
],
"title": "CVE-2022-23302"
},
{
"cve": "CVE-2022-23305",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-23305"
}
],
"notes": [
{
"category": "general",
"text": "By design, the JDBCAppender in Log4j 1.2.x accepts an SQL statement as a configuration parameter where the values to be inserted are converters from PatternLayout. The message converter, %m, is likely to always be included. This allows attackers to manipulate the SQL by entering crafted strings into input fields or headers of an application that are logged allowing unintended SQL queries to be executed. Note this issue only affects Log4j 1.x when specifically configured to use the JDBCAppender, which is not the default. Beginning in version 2.0-beta8, the JDBCAppender was re-introduced with proper support for parameterized SQL queries and further customization over the columns written to in logs. Apache Log4j 1.2 reached end of life in August 2015. Users should upgrade to Log4j 2 as it addresses numerous other issues from the previous versions.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.3:log4j12-1.2.17-4.9.1.noarch",
"openSUSE Leap 15.3:log4j12-javadoc-1.2.17-4.9.1.noarch",
"openSUSE Leap 15.3:log4j12-manual-1.2.17-4.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-23305",
"url": "https://www.suse.com/security/cve/CVE-2022-23305"
},
{
"category": "external",
"summary": "SUSE Bug 1194843 for CVE-2022-23305",
"url": "https://bugzilla.suse.com/1194843"
},
{
"category": "external",
"summary": "SUSE Bug 1196392 for CVE-2022-23305",
"url": "https://bugzilla.suse.com/1196392"
},
{
"category": "external",
"summary": "SUSE Bug 1225673 for CVE-2022-23305",
"url": "https://bugzilla.suse.com/1225673"
}
],
"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 Leap 15.3:log4j12-1.2.17-4.9.1.noarch",
"openSUSE Leap 15.3:log4j12-javadoc-1.2.17-4.9.1.noarch",
"openSUSE Leap 15.3:log4j12-manual-1.2.17-4.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.3:log4j12-1.2.17-4.9.1.noarch",
"openSUSE Leap 15.3:log4j12-javadoc-1.2.17-4.9.1.noarch",
"openSUSE Leap 15.3:log4j12-manual-1.2.17-4.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-01-28T16:22:03Z",
"details": "important"
}
],
"title": "CVE-2022-23305"
},
{
"cve": "CVE-2022-23307",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-23307"
}
],
"notes": [
{
"category": "general",
"text": "CVE-2020-9493 identified a deserialization issue that was present in Apache Chainsaw. Prior to Chainsaw V2.0 Chainsaw was a component of Apache Log4j 1.2.x where the same issue exists.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.3:log4j12-1.2.17-4.9.1.noarch",
"openSUSE Leap 15.3:log4j12-javadoc-1.2.17-4.9.1.noarch",
"openSUSE Leap 15.3:log4j12-manual-1.2.17-4.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-23307",
"url": "https://www.suse.com/security/cve/CVE-2022-23307"
},
{
"category": "external",
"summary": "SUSE Bug 1194844 for CVE-2022-23307",
"url": "https://bugzilla.suse.com/1194844"
}
],
"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 Leap 15.3:log4j12-1.2.17-4.9.1.noarch",
"openSUSE Leap 15.3:log4j12-javadoc-1.2.17-4.9.1.noarch",
"openSUSE Leap 15.3:log4j12-manual-1.2.17-4.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.3:log4j12-1.2.17-4.9.1.noarch",
"openSUSE Leap 15.3:log4j12-javadoc-1.2.17-4.9.1.noarch",
"openSUSE Leap 15.3:log4j12-manual-1.2.17-4.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-01-28T16:22:03Z",
"details": "important"
}
],
"title": "CVE-2022-23307"
}
]
}
OPENSUSE-SU-2024:11759-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:log4j12-1.2.17-7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j12-1.2.17-7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j12-1.2.17-7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j12-1.2.17-7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:logfactor5-1.2.17-7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:logfactor5-1.2.17-7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:logfactor5-1.2.17-7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:logfactor5-1.2.17-7.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:log4j12-1.2.17-7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j12-1.2.17-7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j12-1.2.17-7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j12-1.2.17-7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:logfactor5-1.2.17-7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:logfactor5-1.2.17-7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:logfactor5-1.2.17-7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:logfactor5-1.2.17-7.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:log4j12-1.2.17-7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j12-1.2.17-7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j12-1.2.17-7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j12-1.2.17-7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:logfactor5-1.2.17-7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:logfactor5-1.2.17-7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:logfactor5-1.2.17-7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:logfactor5-1.2.17-7.1.x86_64 | — |
Vendor Fix
|
{
"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": "log4j12-1.2.17-7.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the log4j12-1.2.17-7.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-11759",
"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_11759-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-23302 page",
"url": "https://www.suse.com/security/cve/CVE-2022-23302/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-23305 page",
"url": "https://www.suse.com/security/cve/CVE-2022-23305/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-23307 page",
"url": "https://www.suse.com/security/cve/CVE-2022-23307/"
}
],
"title": "log4j12-1.2.17-7.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:11759-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": "log4j12-1.2.17-7.1.aarch64",
"product": {
"name": "log4j12-1.2.17-7.1.aarch64",
"product_id": "log4j12-1.2.17-7.1.aarch64"
}
},
{
"category": "product_version",
"name": "log4j12-javadoc-1.2.17-7.1.aarch64",
"product": {
"name": "log4j12-javadoc-1.2.17-7.1.aarch64",
"product_id": "log4j12-javadoc-1.2.17-7.1.aarch64"
}
},
{
"category": "product_version",
"name": "log4j12-manual-1.2.17-7.1.aarch64",
"product": {
"name": "log4j12-manual-1.2.17-7.1.aarch64",
"product_id": "log4j12-manual-1.2.17-7.1.aarch64"
}
},
{
"category": "product_version",
"name": "logfactor5-1.2.17-7.1.aarch64",
"product": {
"name": "logfactor5-1.2.17-7.1.aarch64",
"product_id": "logfactor5-1.2.17-7.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "log4j12-1.2.17-7.1.ppc64le",
"product": {
"name": "log4j12-1.2.17-7.1.ppc64le",
"product_id": "log4j12-1.2.17-7.1.ppc64le"
}
},
{
"category": "product_version",
"name": "log4j12-javadoc-1.2.17-7.1.ppc64le",
"product": {
"name": "log4j12-javadoc-1.2.17-7.1.ppc64le",
"product_id": "log4j12-javadoc-1.2.17-7.1.ppc64le"
}
},
{
"category": "product_version",
"name": "log4j12-manual-1.2.17-7.1.ppc64le",
"product": {
"name": "log4j12-manual-1.2.17-7.1.ppc64le",
"product_id": "log4j12-manual-1.2.17-7.1.ppc64le"
}
},
{
"category": "product_version",
"name": "logfactor5-1.2.17-7.1.ppc64le",
"product": {
"name": "logfactor5-1.2.17-7.1.ppc64le",
"product_id": "logfactor5-1.2.17-7.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "log4j12-1.2.17-7.1.s390x",
"product": {
"name": "log4j12-1.2.17-7.1.s390x",
"product_id": "log4j12-1.2.17-7.1.s390x"
}
},
{
"category": "product_version",
"name": "log4j12-javadoc-1.2.17-7.1.s390x",
"product": {
"name": "log4j12-javadoc-1.2.17-7.1.s390x",
"product_id": "log4j12-javadoc-1.2.17-7.1.s390x"
}
},
{
"category": "product_version",
"name": "log4j12-manual-1.2.17-7.1.s390x",
"product": {
"name": "log4j12-manual-1.2.17-7.1.s390x",
"product_id": "log4j12-manual-1.2.17-7.1.s390x"
}
},
{
"category": "product_version",
"name": "logfactor5-1.2.17-7.1.s390x",
"product": {
"name": "logfactor5-1.2.17-7.1.s390x",
"product_id": "logfactor5-1.2.17-7.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "log4j12-1.2.17-7.1.x86_64",
"product": {
"name": "log4j12-1.2.17-7.1.x86_64",
"product_id": "log4j12-1.2.17-7.1.x86_64"
}
},
{
"category": "product_version",
"name": "log4j12-javadoc-1.2.17-7.1.x86_64",
"product": {
"name": "log4j12-javadoc-1.2.17-7.1.x86_64",
"product_id": "log4j12-javadoc-1.2.17-7.1.x86_64"
}
},
{
"category": "product_version",
"name": "log4j12-manual-1.2.17-7.1.x86_64",
"product": {
"name": "log4j12-manual-1.2.17-7.1.x86_64",
"product_id": "log4j12-manual-1.2.17-7.1.x86_64"
}
},
{
"category": "product_version",
"name": "logfactor5-1.2.17-7.1.x86_64",
"product": {
"name": "logfactor5-1.2.17-7.1.x86_64",
"product_id": "logfactor5-1.2.17-7.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": "log4j12-1.2.17-7.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j12-1.2.17-7.1.aarch64"
},
"product_reference": "log4j12-1.2.17-7.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j12-1.2.17-7.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j12-1.2.17-7.1.ppc64le"
},
"product_reference": "log4j12-1.2.17-7.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j12-1.2.17-7.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j12-1.2.17-7.1.s390x"
},
"product_reference": "log4j12-1.2.17-7.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j12-1.2.17-7.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j12-1.2.17-7.1.x86_64"
},
"product_reference": "log4j12-1.2.17-7.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j12-javadoc-1.2.17-7.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.aarch64"
},
"product_reference": "log4j12-javadoc-1.2.17-7.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j12-javadoc-1.2.17-7.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.ppc64le"
},
"product_reference": "log4j12-javadoc-1.2.17-7.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j12-javadoc-1.2.17-7.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.s390x"
},
"product_reference": "log4j12-javadoc-1.2.17-7.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j12-javadoc-1.2.17-7.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.x86_64"
},
"product_reference": "log4j12-javadoc-1.2.17-7.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j12-manual-1.2.17-7.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.aarch64"
},
"product_reference": "log4j12-manual-1.2.17-7.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j12-manual-1.2.17-7.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.ppc64le"
},
"product_reference": "log4j12-manual-1.2.17-7.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j12-manual-1.2.17-7.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.s390x"
},
"product_reference": "log4j12-manual-1.2.17-7.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j12-manual-1.2.17-7.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.x86_64"
},
"product_reference": "log4j12-manual-1.2.17-7.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "logfactor5-1.2.17-7.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:logfactor5-1.2.17-7.1.aarch64"
},
"product_reference": "logfactor5-1.2.17-7.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "logfactor5-1.2.17-7.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:logfactor5-1.2.17-7.1.ppc64le"
},
"product_reference": "logfactor5-1.2.17-7.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "logfactor5-1.2.17-7.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:logfactor5-1.2.17-7.1.s390x"
},
"product_reference": "logfactor5-1.2.17-7.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "logfactor5-1.2.17-7.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:logfactor5-1.2.17-7.1.x86_64"
},
"product_reference": "logfactor5-1.2.17-7.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-23302",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-23302"
}
],
"notes": [
{
"category": "general",
"text": "JMSSink in all versions of Log4j 1.x is vulnerable to deserialization of untrusted data when the attacker has write access to the Log4j configuration or if the configuration references an LDAP service the attacker has access to. The attacker can provide a TopicConnectionFactoryBindingName configuration causing JMSSink to perform JNDI requests that result in remote code execution in a similar fashion to CVE-2021-4104. Note this issue only affects Log4j 1.x when specifically configured to use JMSSink, which is not the default. Apache Log4j 1.2 reached end of life in August 2015. Users should upgrade to Log4j 2 as it addresses numerous other issues from the previous versions.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:log4j12-1.2.17-7.1.aarch64",
"openSUSE Tumbleweed:log4j12-1.2.17-7.1.ppc64le",
"openSUSE Tumbleweed:log4j12-1.2.17-7.1.s390x",
"openSUSE Tumbleweed:log4j12-1.2.17-7.1.x86_64",
"openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.aarch64",
"openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.ppc64le",
"openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.s390x",
"openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.x86_64",
"openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.aarch64",
"openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.ppc64le",
"openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.s390x",
"openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.x86_64",
"openSUSE Tumbleweed:logfactor5-1.2.17-7.1.aarch64",
"openSUSE Tumbleweed:logfactor5-1.2.17-7.1.ppc64le",
"openSUSE Tumbleweed:logfactor5-1.2.17-7.1.s390x",
"openSUSE Tumbleweed:logfactor5-1.2.17-7.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-23302",
"url": "https://www.suse.com/security/cve/CVE-2022-23302"
},
{
"category": "external",
"summary": "SUSE Bug 1194842 for CVE-2022-23302",
"url": "https://bugzilla.suse.com/1194842"
}
],
"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:log4j12-1.2.17-7.1.aarch64",
"openSUSE Tumbleweed:log4j12-1.2.17-7.1.ppc64le",
"openSUSE Tumbleweed:log4j12-1.2.17-7.1.s390x",
"openSUSE Tumbleweed:log4j12-1.2.17-7.1.x86_64",
"openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.aarch64",
"openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.ppc64le",
"openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.s390x",
"openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.x86_64",
"openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.aarch64",
"openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.ppc64le",
"openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.s390x",
"openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.x86_64",
"openSUSE Tumbleweed:logfactor5-1.2.17-7.1.aarch64",
"openSUSE Tumbleweed:logfactor5-1.2.17-7.1.ppc64le",
"openSUSE Tumbleweed:logfactor5-1.2.17-7.1.s390x",
"openSUSE Tumbleweed:logfactor5-1.2.17-7.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:log4j12-1.2.17-7.1.aarch64",
"openSUSE Tumbleweed:log4j12-1.2.17-7.1.ppc64le",
"openSUSE Tumbleweed:log4j12-1.2.17-7.1.s390x",
"openSUSE Tumbleweed:log4j12-1.2.17-7.1.x86_64",
"openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.aarch64",
"openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.ppc64le",
"openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.s390x",
"openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.x86_64",
"openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.aarch64",
"openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.ppc64le",
"openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.s390x",
"openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.x86_64",
"openSUSE Tumbleweed:logfactor5-1.2.17-7.1.aarch64",
"openSUSE Tumbleweed:logfactor5-1.2.17-7.1.ppc64le",
"openSUSE Tumbleweed:logfactor5-1.2.17-7.1.s390x",
"openSUSE Tumbleweed:logfactor5-1.2.17-7.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-23302"
},
{
"cve": "CVE-2022-23305",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-23305"
}
],
"notes": [
{
"category": "general",
"text": "By design, the JDBCAppender in Log4j 1.2.x accepts an SQL statement as a configuration parameter where the values to be inserted are converters from PatternLayout. The message converter, %m, is likely to always be included. This allows attackers to manipulate the SQL by entering crafted strings into input fields or headers of an application that are logged allowing unintended SQL queries to be executed. Note this issue only affects Log4j 1.x when specifically configured to use the JDBCAppender, which is not the default. Beginning in version 2.0-beta8, the JDBCAppender was re-introduced with proper support for parameterized SQL queries and further customization over the columns written to in logs. Apache Log4j 1.2 reached end of life in August 2015. Users should upgrade to Log4j 2 as it addresses numerous other issues from the previous versions.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:log4j12-1.2.17-7.1.aarch64",
"openSUSE Tumbleweed:log4j12-1.2.17-7.1.ppc64le",
"openSUSE Tumbleweed:log4j12-1.2.17-7.1.s390x",
"openSUSE Tumbleweed:log4j12-1.2.17-7.1.x86_64",
"openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.aarch64",
"openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.ppc64le",
"openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.s390x",
"openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.x86_64",
"openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.aarch64",
"openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.ppc64le",
"openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.s390x",
"openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.x86_64",
"openSUSE Tumbleweed:logfactor5-1.2.17-7.1.aarch64",
"openSUSE Tumbleweed:logfactor5-1.2.17-7.1.ppc64le",
"openSUSE Tumbleweed:logfactor5-1.2.17-7.1.s390x",
"openSUSE Tumbleweed:logfactor5-1.2.17-7.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-23305",
"url": "https://www.suse.com/security/cve/CVE-2022-23305"
},
{
"category": "external",
"summary": "SUSE Bug 1194843 for CVE-2022-23305",
"url": "https://bugzilla.suse.com/1194843"
},
{
"category": "external",
"summary": "SUSE Bug 1196392 for CVE-2022-23305",
"url": "https://bugzilla.suse.com/1196392"
},
{
"category": "external",
"summary": "SUSE Bug 1225673 for CVE-2022-23305",
"url": "https://bugzilla.suse.com/1225673"
}
],
"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:log4j12-1.2.17-7.1.aarch64",
"openSUSE Tumbleweed:log4j12-1.2.17-7.1.ppc64le",
"openSUSE Tumbleweed:log4j12-1.2.17-7.1.s390x",
"openSUSE Tumbleweed:log4j12-1.2.17-7.1.x86_64",
"openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.aarch64",
"openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.ppc64le",
"openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.s390x",
"openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.x86_64",
"openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.aarch64",
"openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.ppc64le",
"openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.s390x",
"openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.x86_64",
"openSUSE Tumbleweed:logfactor5-1.2.17-7.1.aarch64",
"openSUSE Tumbleweed:logfactor5-1.2.17-7.1.ppc64le",
"openSUSE Tumbleweed:logfactor5-1.2.17-7.1.s390x",
"openSUSE Tumbleweed:logfactor5-1.2.17-7.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:log4j12-1.2.17-7.1.aarch64",
"openSUSE Tumbleweed:log4j12-1.2.17-7.1.ppc64le",
"openSUSE Tumbleweed:log4j12-1.2.17-7.1.s390x",
"openSUSE Tumbleweed:log4j12-1.2.17-7.1.x86_64",
"openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.aarch64",
"openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.ppc64le",
"openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.s390x",
"openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.x86_64",
"openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.aarch64",
"openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.ppc64le",
"openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.s390x",
"openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.x86_64",
"openSUSE Tumbleweed:logfactor5-1.2.17-7.1.aarch64",
"openSUSE Tumbleweed:logfactor5-1.2.17-7.1.ppc64le",
"openSUSE Tumbleweed:logfactor5-1.2.17-7.1.s390x",
"openSUSE Tumbleweed:logfactor5-1.2.17-7.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-23305"
},
{
"cve": "CVE-2022-23307",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-23307"
}
],
"notes": [
{
"category": "general",
"text": "CVE-2020-9493 identified a deserialization issue that was present in Apache Chainsaw. Prior to Chainsaw V2.0 Chainsaw was a component of Apache Log4j 1.2.x where the same issue exists.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:log4j12-1.2.17-7.1.aarch64",
"openSUSE Tumbleweed:log4j12-1.2.17-7.1.ppc64le",
"openSUSE Tumbleweed:log4j12-1.2.17-7.1.s390x",
"openSUSE Tumbleweed:log4j12-1.2.17-7.1.x86_64",
"openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.aarch64",
"openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.ppc64le",
"openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.s390x",
"openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.x86_64",
"openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.aarch64",
"openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.ppc64le",
"openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.s390x",
"openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.x86_64",
"openSUSE Tumbleweed:logfactor5-1.2.17-7.1.aarch64",
"openSUSE Tumbleweed:logfactor5-1.2.17-7.1.ppc64le",
"openSUSE Tumbleweed:logfactor5-1.2.17-7.1.s390x",
"openSUSE Tumbleweed:logfactor5-1.2.17-7.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-23307",
"url": "https://www.suse.com/security/cve/CVE-2022-23307"
},
{
"category": "external",
"summary": "SUSE Bug 1194844 for CVE-2022-23307",
"url": "https://bugzilla.suse.com/1194844"
}
],
"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:log4j12-1.2.17-7.1.aarch64",
"openSUSE Tumbleweed:log4j12-1.2.17-7.1.ppc64le",
"openSUSE Tumbleweed:log4j12-1.2.17-7.1.s390x",
"openSUSE Tumbleweed:log4j12-1.2.17-7.1.x86_64",
"openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.aarch64",
"openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.ppc64le",
"openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.s390x",
"openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.x86_64",
"openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.aarch64",
"openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.ppc64le",
"openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.s390x",
"openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.x86_64",
"openSUSE Tumbleweed:logfactor5-1.2.17-7.1.aarch64",
"openSUSE Tumbleweed:logfactor5-1.2.17-7.1.ppc64le",
"openSUSE Tumbleweed:logfactor5-1.2.17-7.1.s390x",
"openSUSE Tumbleweed:logfactor5-1.2.17-7.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:log4j12-1.2.17-7.1.aarch64",
"openSUSE Tumbleweed:log4j12-1.2.17-7.1.ppc64le",
"openSUSE Tumbleweed:log4j12-1.2.17-7.1.s390x",
"openSUSE Tumbleweed:log4j12-1.2.17-7.1.x86_64",
"openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.aarch64",
"openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.ppc64le",
"openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.s390x",
"openSUSE Tumbleweed:log4j12-javadoc-1.2.17-7.1.x86_64",
"openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.aarch64",
"openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.ppc64le",
"openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.s390x",
"openSUSE Tumbleweed:log4j12-manual-1.2.17-7.1.x86_64",
"openSUSE Tumbleweed:logfactor5-1.2.17-7.1.aarch64",
"openSUSE Tumbleweed:logfactor5-1.2.17-7.1.ppc64le",
"openSUSE Tumbleweed:logfactor5-1.2.17-7.1.s390x",
"openSUSE Tumbleweed:logfactor5-1.2.17-7.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-23307"
}
]
}
RHSA-2022:0289
Vulnerability from csaf_redhat - Published: 2022-01-26 14:57 - Updated: 2026-05-22 15:06A flaw was found in the Java logging library Apache Log4j in version 1.x. JMSAppender in Log4j 1.x is vulnerable to deserialization of untrusted data. This allows a remote attacker to execute code on the server if the deployed application is configured to use JMSAppender and to the attacker's JNDI LDAP endpoint.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:parfait-examples-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:parfait-javadoc-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:pcp-parfait-agent-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Java logging library Apache Log4j in version 1.x. JMSSink in Log4j 1.x is vulnerable to deserialization of untrusted data. This allows a remote attacker to execute code on the server if JMSSink is deployed and has been configured to perform JNDI requests.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:parfait-examples-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:parfait-javadoc-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:pcp-parfait-agent-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Java logging library Apache Log4j in version 1.x. JDBCAppender in Log4j 1.x is vulnerable to SQL injection in untrusted data. This allows a remote attacker to run SQL statements in the database if the deployed application is configured to use JDBCAppender with certain interpolation tokens.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:parfait-examples-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:parfait-javadoc-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:pcp-parfait-agent-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the log4j 1.x chainsaw component, where the contents of certain log entries are deserialized and possibly permit code execution. This flaw allows an attacker to send a malicious request with serialized data to the server to be deserialized when the chainsaw component is run.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:parfait-examples-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:parfait-javadoc-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:pcp-parfait-agent-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the parfait:0.5 module is now available for Red Hat Enterprise Linux 8.4 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Parfait is a Java performance monitoring library that collects metrics and exposes them through a variety of outputs. It provides APIs for extracting performance metrics from the JVM and other sources. It interfaces to Performance Co-Pilot (PCP) using the Memory Mapped Value (MMV) machinery for extremely lightweight instrumentation.\n\nSecurity Fix(es):\n\n* log4j: SQL injection in Log4j 1.x when application is configured to use JDBCAppender (CVE-2022-23305)\n\n* log4j: Unsafe deserialization flaw in Chainsaw log viewer (CVE-2022-23307)\n\n* log4j: Remote code execution in Log4j 1.x when application is configured to use JMSAppender (CVE-2021-4104)\n\n* log4j: Remote code execution in Log4j 1.x when application is configured to use JMSSink (CVE-2022-23302)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2022:0289",
"url": "https://access.redhat.com/errata/RHSA-2022:0289"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-009",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-009"
},
{
"category": "external",
"summary": "2031667",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2031667"
},
{
"category": "external",
"summary": "2041949",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2041949"
},
{
"category": "external",
"summary": "2041959",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2041959"
},
{
"category": "external",
"summary": "2041967",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2041967"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_0289.json"
}
],
"title": "Red Hat Security Advisory: parfait:0.5 security update",
"tracking": {
"current_release_date": "2026-05-22T15:06:03+00:00",
"generator": {
"date": "2026-05-22T15:06:03+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2022:0289",
"initial_release_date": "2022-01-26T14:57:42+00:00",
"revision_history": [
{
"date": "2022-01-26T14:57:42+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-01-26T14:57:42+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-22T15:06:03+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:8.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"product": {
"name": "parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch (parfait:0.5)",
"product_id": "parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/parfait@0.5.4-4.module%2Bel8.4.0%2B13998%2B1b70e2b7?arch=noarch\u0026rpmmod=parfait:0.5:8040020220124230039:d304d9ed"
}
}
},
{
"category": "product_version",
"name": "parfait-examples-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"product": {
"name": "parfait-examples-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch (parfait:0.5)",
"product_id": "parfait-examples-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/parfait-examples@0.5.4-4.module%2Bel8.4.0%2B13998%2B1b70e2b7?arch=noarch\u0026rpmmod=parfait:0.5:8040020220124230039:d304d9ed"
}
}
},
{
"category": "product_version",
"name": "parfait-javadoc-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"product": {
"name": "parfait-javadoc-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch (parfait:0.5)",
"product_id": "parfait-javadoc-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/parfait-javadoc@0.5.4-4.module%2Bel8.4.0%2B13998%2B1b70e2b7?arch=noarch\u0026rpmmod=parfait:0.5:8040020220124230039:d304d9ed"
}
}
},
{
"category": "product_version",
"name": "pcp-parfait-agent-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"product": {
"name": "pcp-parfait-agent-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch (parfait:0.5)",
"product_id": "pcp-parfait-agent-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcp-parfait-agent@0.5.4-4.module%2Bel8.4.0%2B13998%2B1b70e2b7?arch=noarch\u0026rpmmod=parfait:0.5:8040020220124230039:d304d9ed"
}
}
},
{
"category": "product_version",
"name": "si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"product": {
"name": "si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch (parfait:0.5)",
"product_id": "si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/si-units@0.6.5-2.module%2Bel8%2B2463%2B615f6896?arch=noarch\u0026rpmmod=parfait:0.5:8040020220124230039:d304d9ed"
}
}
},
{
"category": "product_version",
"name": "si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"product": {
"name": "si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch (parfait:0.5)",
"product_id": "si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/si-units-javadoc@0.6.5-2.module%2Bel8%2B2463%2B615f6896?arch=noarch\u0026rpmmod=parfait:0.5:8040020220124230039:d304d9ed"
}
}
},
{
"category": "product_version",
"name": "unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"product": {
"name": "unit-api-0:1.0-5.module+el8+2463+615f6896.noarch (parfait:0.5)",
"product_id": "unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/unit-api@1.0-5.module%2Bel8%2B2463%2B615f6896?arch=noarch\u0026rpmmod=parfait:0.5:8040020220124230039:d304d9ed"
}
}
},
{
"category": "product_version",
"name": "unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"product": {
"name": "unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch (parfait:0.5)",
"product_id": "unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/unit-api-javadoc@1.0-5.module%2Bel8%2B2463%2B615f6896?arch=noarch\u0026rpmmod=parfait:0.5:8040020220124230039:d304d9ed"
}
}
},
{
"category": "product_version",
"name": "uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"product": {
"name": "uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch (parfait:0.5)",
"product_id": "uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/uom-lib@1.0.1-6.module%2Bel8%2B2463%2B615f6896?arch=noarch\u0026rpmmod=parfait:0.5:8040020220124230039:d304d9ed"
}
}
},
{
"category": "product_version",
"name": "uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"product": {
"name": "uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch (parfait:0.5)",
"product_id": "uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/uom-lib-javadoc@1.0.1-6.module%2Bel8%2B2463%2B615f6896?arch=noarch\u0026rpmmod=parfait:0.5:8040020220124230039:d304d9ed"
}
}
},
{
"category": "product_version",
"name": "uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"product": {
"name": "uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch (parfait:0.5)",
"product_id": "uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/uom-parent@1.0.3-3.module%2Bel8%2B2463%2B615f6896?arch=noarch\u0026rpmmod=parfait:0.5:8040020220124230039:d304d9ed"
}
}
},
{
"category": "product_version",
"name": "uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"product": {
"name": "uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch (parfait:0.5)",
"product_id": "uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/uom-se@1.0.4-3.module%2Bel8%2B2463%2B615f6896?arch=noarch\u0026rpmmod=parfait:0.5:8040020220124230039:d304d9ed"
}
}
},
{
"category": "product_version",
"name": "uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"product": {
"name": "uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch (parfait:0.5)",
"product_id": "uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/uom-se-javadoc@1.0.4-3.module%2Bel8%2B2463%2B615f6896?arch=noarch\u0026rpmmod=parfait:0.5:8040020220124230039:d304d9ed"
}
}
},
{
"category": "product_version",
"name": "uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"product": {
"name": "uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch (parfait:0.5)",
"product_id": "uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/uom-systems@0.7-1.module%2Bel8%2B2463%2B615f6896?arch=noarch\u0026rpmmod=parfait:0.5:8040020220124230039:d304d9ed"
}
}
},
{
"category": "product_version",
"name": "uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"product": {
"name": "uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch (parfait:0.5)",
"product_id": "uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/uom-systems-javadoc@0.7-1.module%2Bel8%2B2463%2B615f6896?arch=noarch\u0026rpmmod=parfait:0.5:8040020220124230039:d304d9ed"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.src::parfait:0.5",
"product": {
"name": "parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.src (parfait:0.5)",
"product_id": "parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.src::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/parfait@0.5.4-4.module%2Bel8.4.0%2B13998%2B1b70e2b7?arch=src\u0026rpmmod=parfait:0.5:8040020220124230039:d304d9ed"
}
}
},
{
"category": "product_version",
"name": "si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5",
"product": {
"name": "si-units-0:0.6.5-2.module+el8+2463+615f6896.src (parfait:0.5)",
"product_id": "si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/si-units@0.6.5-2.module%2Bel8%2B2463%2B615f6896?arch=src\u0026rpmmod=parfait:0.5:8040020220124230039:d304d9ed"
}
}
},
{
"category": "product_version",
"name": "unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5",
"product": {
"name": "unit-api-0:1.0-5.module+el8+2463+615f6896.src (parfait:0.5)",
"product_id": "unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/unit-api@1.0-5.module%2Bel8%2B2463%2B615f6896?arch=src\u0026rpmmod=parfait:0.5:8040020220124230039:d304d9ed"
}
}
},
{
"category": "product_version",
"name": "uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5",
"product": {
"name": "uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src (parfait:0.5)",
"product_id": "uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/uom-lib@1.0.1-6.module%2Bel8%2B2463%2B615f6896?arch=src\u0026rpmmod=parfait:0.5:8040020220124230039:d304d9ed"
}
}
},
{
"category": "product_version",
"name": "uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5",
"product": {
"name": "uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src (parfait:0.5)",
"product_id": "uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/uom-parent@1.0.3-3.module%2Bel8%2B2463%2B615f6896?arch=src\u0026rpmmod=parfait:0.5:8040020220124230039:d304d9ed"
}
}
},
{
"category": "product_version",
"name": "uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5",
"product": {
"name": "uom-se-0:1.0.4-3.module+el8+2463+615f6896.src (parfait:0.5)",
"product_id": "uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/uom-se@1.0.4-3.module%2Bel8%2B2463%2B615f6896?arch=src\u0026rpmmod=parfait:0.5:8040020220124230039:d304d9ed"
}
}
},
{
"category": "product_version",
"name": "uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5",
"product": {
"name": "uom-systems-0:0.7-1.module+el8+2463+615f6896.src (parfait:0.5)",
"product_id": "uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/uom-systems@0.7-1.module%2Bel8%2B2463%2B615f6896?arch=src\u0026rpmmod=parfait:0.5:8040020220124230039:d304d9ed"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5"
},
"product_reference": "parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.src (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.src::parfait:0.5"
},
"product_reference": "parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.src::parfait:0.5",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "parfait-examples-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:parfait-examples-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5"
},
"product_reference": "parfait-examples-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "parfait-javadoc-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:parfait-javadoc-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5"
},
"product_reference": "parfait-javadoc-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcp-parfait-agent-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:pcp-parfait-agent-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5"
},
"product_reference": "pcp-parfait-agent-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5"
},
"product_reference": "si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "si-units-0:0.6.5-2.module+el8+2463+615f6896.src (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5"
},
"product_reference": "si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5"
},
"product_reference": "si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "unit-api-0:1.0-5.module+el8+2463+615f6896.noarch (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5"
},
"product_reference": "unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "unit-api-0:1.0-5.module+el8+2463+615f6896.src (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5"
},
"product_reference": "unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5"
},
"product_reference": "unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5"
},
"product_reference": "uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5"
},
"product_reference": "uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5"
},
"product_reference": "uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5"
},
"product_reference": "uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5"
},
"product_reference": "uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5"
},
"product_reference": "uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uom-se-0:1.0.4-3.module+el8+2463+615f6896.src (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5"
},
"product_reference": "uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5"
},
"product_reference": "uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5"
},
"product_reference": "uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uom-systems-0:0.7-1.module+el8+2463+615f6896.src (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5"
},
"product_reference": "uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5"
},
"product_reference": "uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-4104",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2021-12-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2031667"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Java logging library Apache Log4j in version 1.x. JMSAppender in Log4j 1.x is vulnerable to deserialization of untrusted data. This allows a remote attacker to execute code on the server if the deployed application is configured to use JMSAppender and to the attacker\u0027s JNDI LDAP endpoint.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "log4j: Remote code execution in Log4j 1.x when application is configured to use JMSAppender",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Based on the conditions to be exploitable (see details below), the risk is much lower than Log4j 2.x and Red Hat has assessed this to be Moderate severity. This flaw has been filed for Log4j 1.x, and the corresponding flaw information for Log4j 2.x is available at: https://access.redhat.com/security/cve/CVE-2021-44228\n\nNote this flaw ONLY affects applications which are specifically configured to use JMSAppender, which is not the default, or when the attacker has write access to the Log4j configuration for adding JMSAppender to the attacker\u0027s JNDI LDAP endpoint. \n\nIf the Log4j configuration is set TopicBindingName or TopicConnectionFactoryBindingName configurations allowing JMSAppender to perform JNDI requests that result in remote code execution in a similar fashion to CVE-2021-44228 Log4j 2.x, Log4j 1.x is vulnerable. However, the attack vector is reduced as it depends on having write access, which is not a standard configuration rather than untrusted user input. These are sufficient factors beyond the attacker\u0027s control.\n\nThe tomcat package shipped with Red Hat Enterprise Linux does not include log4j but it does include a default configuration for log4j, log4j.properties, which could be used with tomcat if users choose to install and configure the library. The JMSAppender is not enabled by default, and the permissions of the file can only be modified as root.\n\nRed Hat Virtualization ships log4j12-1.2.17, but it is used and configured in a way which makes this flaw not possible to exploit. Therefore impact is rated Low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-examples-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-javadoc-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:pcp-parfait-agent-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-4104"
},
{
"category": "external",
"summary": "RHBZ#2031667",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2031667"
},
{
"category": "external",
"summary": "RHSB-2021-009",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-009"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-4104",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4104"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-4104",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-4104"
},
{
"category": "external",
"summary": "https://github.com/apache/logging-log4j2/pull/608#issuecomment-990494126",
"url": "https://github.com/apache/logging-log4j2/pull/608#issuecomment-990494126"
},
{
"category": "external",
"summary": "https://github.com/apache/logging-log4j2/pull/608#issuecomment-991723301",
"url": "https://github.com/apache/logging-log4j2/pull/608#issuecomment-991723301"
},
{
"category": "external",
"summary": "https://lists.apache.org/thread/0x4zvtq92yggdgvwfgsftqrj4xx5w0nx",
"url": "https://lists.apache.org/thread/0x4zvtq92yggdgvwfgsftqrj4xx5w0nx"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2021/12/13/1",
"url": "https://www.openwall.com/lists/oss-security/2021/12/13/1"
}
],
"release_date": "2021-12-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-01-26T14:57:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-examples-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-javadoc-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:pcp-parfait-agent-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:0289"
},
{
"category": "workaround",
"details": "These are the possible mitigations for this flaw for releases version 1.x:\n\n- Comment out or remove JMSAppender in the Log4j configuration if it is used\n- Remove the JMSAppender class from the classpath. For example:\n```\nzip -q -d log4j-*.jar org/apache/log4j/net/JMSAppender.class\n```\n- Restrict access for the OS user on the platform running the application to prevent modifying the Log4j configuration by the attacker.",
"product_ids": [
"AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-examples-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-javadoc-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:pcp-parfait-agent-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-examples-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-javadoc-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:pcp-parfait-agent-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "log4j: Remote code execution in Log4j 1.x when application is configured to use JMSAppender"
},
{
"cve": "CVE-2022-23302",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2022-01-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2041949"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Java logging library Apache Log4j in version 1.x. JMSSink in Log4j 1.x is vulnerable to deserialization of untrusted data. This allows a remote attacker to execute code on the server if JMSSink is deployed and has been configured to perform JNDI requests.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "log4j: Remote code execution in Log4j 1.x when application is configured to use JMSSink",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Note this flaw ONLY affects applications which are specifically configured to use JMSSink, which is not the default, or when the attacker has write access to the Log4j configuration for adding JMSSink to the attacker\u0027s JNDI LDAP endpoint.\n\nRed Hat Satellite bundles log4j-over-slf4j with Candlepin, however, product is not affected as it uses logback framework for logging.\n\nRed Hat Virtualization and OpenShift Container Platform in the OCP Metering stack (the Hive/Presto/Hadoop components) ship a vulnerable version of the log4j package, however JMSSink is not used. Therefore the impact of this vulnerability for these products is rated Low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-examples-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-javadoc-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:pcp-parfait-agent-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-23302"
},
{
"category": "external",
"summary": "RHBZ#2041949",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2041949"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-23302",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23302"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23302",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23302"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2022/01/18/3",
"url": "https://www.openwall.com/lists/oss-security/2022/01/18/3"
}
],
"release_date": "2022-01-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-01-26T14:57:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-examples-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-javadoc-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:pcp-parfait-agent-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:0289"
},
{
"category": "workaround",
"details": "These are the possible mitigations for this flaw for releases version 1.x:\n\n- Comment out or remove JMSSink in the Log4j configuration if it is used\n- Remove the JMSSink class from the server\u0027s jar files. For example:\n```\nzip -q -d log4j-*.jar org/apache/log4j/net/JMSSink.class\n```\n- Restrict access for the OS user on the platform running the application to prevent modifying the Log4j configuration by the attacker.",
"product_ids": [
"AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-examples-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-javadoc-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:pcp-parfait-agent-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-examples-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-javadoc-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:pcp-parfait-agent-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "log4j: Remote code execution in Log4j 1.x when application is configured to use JMSSink"
},
{
"cve": "CVE-2022-23305",
"cwe": {
"id": "CWE-89",
"name": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)"
},
"discovery_date": "2022-01-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2041959"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Java logging library Apache Log4j in version 1.x. JDBCAppender in Log4j 1.x is vulnerable to SQL injection in untrusted data. This allows a remote attacker to run SQL statements in the database if the deployed application is configured to use JDBCAppender with certain interpolation tokens.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "log4j: SQL injection in Log4j 1.x when application is configured to use JDBCAppender",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Note this issue only affects Log4j 1.x when specifically configured to use the JDBCAppender, which is not the default.\n\nRed Hat Satellite bundles log4j-over-slf4j with Candlepin, however, product is not affected as it uses logback framework for logging.\n\nRed Hat Virtualization and OpenShift Container Platform in the OCP Metering stack (the Hive/Presto/Hadoop components) ship a vulnerable version of the log4j package, however JDBCAppender is not used. Therefore the impact of this vulnerability for these products is rated Low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-examples-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-javadoc-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:pcp-parfait-agent-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-23305"
},
{
"category": "external",
"summary": "RHBZ#2041959",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2041959"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-23305",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23305"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23305",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23305"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2022/01/18/4",
"url": "https://www.openwall.com/lists/oss-security/2022/01/18/4"
}
],
"release_date": "2022-01-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-01-26T14:57:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-examples-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-javadoc-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:pcp-parfait-agent-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:0289"
},
{
"category": "workaround",
"details": "These are the possible mitigations for this flaw for releases version 1.x:\n\n- Comment out or remove JDBCAppender in the Log4j configuration if it is used\n- Remove the JDBCAppender class from the server\u0027s jar files. For example:\n```\nzip -q -d log4j-*.jar org/apache/log4j/jdbc/JDBCAppender.class\n```",
"product_ids": [
"AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-examples-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-javadoc-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:pcp-parfait-agent-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-examples-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-javadoc-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:pcp-parfait-agent-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "log4j: SQL injection in Log4j 1.x when application is configured to use JDBCAppender"
},
{
"cve": "CVE-2022-23307",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2022-01-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2041967"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the log4j 1.x chainsaw component, where the contents of certain log entries are deserialized and possibly permit code execution. This flaw allows an attacker to send a malicious request with serialized data to the server to be deserialized when the chainsaw component is run.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "log4j: Unsafe deserialization flaw in Chainsaw log viewer",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Chainsaw is a standalone graphical user interface for viewing log entries in log4j. This flaw may be bypassed by using other available means to access log entries.\n\nRed Hat Satellite bundles log4j-over-slf4j with Candlepin, however, product is not affected as it uses logback framework for logging.\n\nRed Hat Virtualization ships a vulnerable version of the log4j package, however chainsaw is not part of typical use cases. An attacker looking to exploit this would need to not only be able to generate a malicious log entry, but also have the necessary access and permissions to start chainsaw on the engine node. Therefore the impact of this vulnerability for Red Hat Virtualization is rated Low.\n\nSimilar to Red Hat Virtualization in OpenShift Container Platform (OCP), the Hive/Presto/Hadoop components that comprise the OCP Metering stack, ship the vulnerable version of log4j package, however vulnerable chainsaw component is not used by default. Therefore the impact to OCP is reduced to Low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-examples-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-javadoc-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:pcp-parfait-agent-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-23307"
},
{
"category": "external",
"summary": "RHBZ#2041967",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2041967"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-23307",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23307"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23307",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23307"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2022/01/18/5",
"url": "https://www.openwall.com/lists/oss-security/2022/01/18/5"
}
],
"release_date": "2022-01-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-01-26T14:57:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-examples-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-javadoc-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:pcp-parfait-agent-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:0289"
},
{
"category": "workaround",
"details": "These are the mitigations available for this flaw for log4j 1.x:\n- Avoid using Chainsaw to view logs, and instead use some other utility, especially if there is a log view available within the product itself.\n- Remove the Chainsaw classes from the log4j jar files. For example:\n```\nzip -q -d log4j-*.jar org/apache/log4j/chainsaw/*\n```\n(log4j jars may be nested in zip archives within product)",
"product_ids": [
"AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-examples-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-javadoc-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:pcp-parfait-agent-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-examples-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:parfait-javadoc-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:pcp-parfait-agent-0:0.5.4-4.module+el8.4.0+13998+1b70e2b7.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.4.0.Z.EUS:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "log4j: Unsafe deserialization flaw in Chainsaw log viewer"
}
]
}
RHSA-2022:0290
Vulnerability from csaf_redhat - Published: 2022-01-26 14:51 - Updated: 2026-05-22 15:06A flaw was found in the Java logging library Apache Log4j in version 1.x. JMSAppender in Log4j 1.x is vulnerable to deserialization of untrusted data. This allows a remote attacker to execute code on the server if the deployed application is configured to use JMSAppender and to the attacker's JNDI LDAP endpoint.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:parfait-examples-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:parfait-javadoc-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:pcp-parfait-agent-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Java logging library Apache Log4j in version 1.x. JMSSink in Log4j 1.x is vulnerable to deserialization of untrusted data. This allows a remote attacker to execute code on the server if JMSSink is deployed and has been configured to perform JNDI requests.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:parfait-examples-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:parfait-javadoc-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:pcp-parfait-agent-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Java logging library Apache Log4j in version 1.x. JDBCAppender in Log4j 1.x is vulnerable to SQL injection in untrusted data. This allows a remote attacker to run SQL statements in the database if the deployed application is configured to use JDBCAppender with certain interpolation tokens.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:parfait-examples-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:parfait-javadoc-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:pcp-parfait-agent-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the log4j 1.x chainsaw component, where the contents of certain log entries are deserialized and possibly permit code execution. This flaw allows an attacker to send a malicious request with serialized data to the server to be deserialized when the chainsaw component is run.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:parfait-examples-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:parfait-javadoc-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:pcp-parfait-agent-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.5.0.Z.MAIN:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the parfait:0.5 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Parfait is a Java performance monitoring library that collects metrics and exposes them through a variety of outputs. It provides APIs for extracting performance metrics from the JVM and other sources. It interfaces to Performance Co-Pilot (PCP) using the Memory Mapped Value (MMV) machinery for extremely lightweight instrumentation.\n\nSecurity Fix(es):\n\n* log4j: SQL injection in Log4j 1.x when application is configured to use JDBCAppender (CVE-2022-23305)\n\n* log4j: Unsafe deserialization flaw in Chainsaw log viewer (CVE-2022-23307)\n\n* log4j: Remote code execution in Log4j 1.x when application is configured to use JMSAppender (CVE-2021-4104)\n\n* log4j: Remote code execution in Log4j 1.x when application is configured to use JMSSink (CVE-2022-23302)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2022:0290",
"url": "https://access.redhat.com/errata/RHSA-2022:0290"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-009",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-009"
},
{
"category": "external",
"summary": "2031667",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2031667"
},
{
"category": "external",
"summary": "2041949",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2041949"
},
{
"category": "external",
"summary": "2041959",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2041959"
},
{
"category": "external",
"summary": "2041967",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2041967"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_0290.json"
}
],
"title": "Red Hat Security Advisory: parfait:0.5 security update",
"tracking": {
"current_release_date": "2026-05-22T15:06:03+00:00",
"generator": {
"date": "2026-05-22T15:06:03+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2022:0290",
"initial_release_date": "2022-01-26T14:51:27+00:00",
"revision_history": [
{
"date": "2022-01-26T14:51:27+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-01-26T14:51:27+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-22T15:06:03+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"product": {
"name": "parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch (parfait:0.5)",
"product_id": "parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/parfait@0.5.4-4.module%2Bel8.5.0%2B13988%2Bde2b8c0b?arch=noarch\u0026rpmmod=parfait:0.5:8050020220124063900:6b489b78"
}
}
},
{
"category": "product_version",
"name": "parfait-examples-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"product": {
"name": "parfait-examples-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch (parfait:0.5)",
"product_id": "parfait-examples-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/parfait-examples@0.5.4-4.module%2Bel8.5.0%2B13988%2Bde2b8c0b?arch=noarch\u0026rpmmod=parfait:0.5:8050020220124063900:6b489b78"
}
}
},
{
"category": "product_version",
"name": "parfait-javadoc-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"product": {
"name": "parfait-javadoc-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch (parfait:0.5)",
"product_id": "parfait-javadoc-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/parfait-javadoc@0.5.4-4.module%2Bel8.5.0%2B13988%2Bde2b8c0b?arch=noarch\u0026rpmmod=parfait:0.5:8050020220124063900:6b489b78"
}
}
},
{
"category": "product_version",
"name": "pcp-parfait-agent-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"product": {
"name": "pcp-parfait-agent-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch (parfait:0.5)",
"product_id": "pcp-parfait-agent-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcp-parfait-agent@0.5.4-4.module%2Bel8.5.0%2B13988%2Bde2b8c0b?arch=noarch\u0026rpmmod=parfait:0.5:8050020220124063900:6b489b78"
}
}
},
{
"category": "product_version",
"name": "si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"product": {
"name": "si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch (parfait:0.5)",
"product_id": "si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/si-units@0.6.5-2.module%2Bel8%2B2463%2B615f6896?arch=noarch\u0026rpmmod=parfait:0.5:8050020220124063900:6b489b78"
}
}
},
{
"category": "product_version",
"name": "si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"product": {
"name": "si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch (parfait:0.5)",
"product_id": "si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/si-units-javadoc@0.6.5-2.module%2Bel8%2B2463%2B615f6896?arch=noarch\u0026rpmmod=parfait:0.5:8050020220124063900:6b489b78"
}
}
},
{
"category": "product_version",
"name": "unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"product": {
"name": "unit-api-0:1.0-5.module+el8+2463+615f6896.noarch (parfait:0.5)",
"product_id": "unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/unit-api@1.0-5.module%2Bel8%2B2463%2B615f6896?arch=noarch\u0026rpmmod=parfait:0.5:8050020220124063900:6b489b78"
}
}
},
{
"category": "product_version",
"name": "unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"product": {
"name": "unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch (parfait:0.5)",
"product_id": "unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/unit-api-javadoc@1.0-5.module%2Bel8%2B2463%2B615f6896?arch=noarch\u0026rpmmod=parfait:0.5:8050020220124063900:6b489b78"
}
}
},
{
"category": "product_version",
"name": "uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"product": {
"name": "uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch (parfait:0.5)",
"product_id": "uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/uom-lib@1.0.1-6.module%2Bel8%2B2463%2B615f6896?arch=noarch\u0026rpmmod=parfait:0.5:8050020220124063900:6b489b78"
}
}
},
{
"category": "product_version",
"name": "uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"product": {
"name": "uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch (parfait:0.5)",
"product_id": "uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/uom-lib-javadoc@1.0.1-6.module%2Bel8%2B2463%2B615f6896?arch=noarch\u0026rpmmod=parfait:0.5:8050020220124063900:6b489b78"
}
}
},
{
"category": "product_version",
"name": "uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"product": {
"name": "uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch (parfait:0.5)",
"product_id": "uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/uom-parent@1.0.3-3.module%2Bel8%2B2463%2B615f6896?arch=noarch\u0026rpmmod=parfait:0.5:8050020220124063900:6b489b78"
}
}
},
{
"category": "product_version",
"name": "uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"product": {
"name": "uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch (parfait:0.5)",
"product_id": "uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/uom-se@1.0.4-3.module%2Bel8%2B2463%2B615f6896?arch=noarch\u0026rpmmod=parfait:0.5:8050020220124063900:6b489b78"
}
}
},
{
"category": "product_version",
"name": "uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"product": {
"name": "uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch (parfait:0.5)",
"product_id": "uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/uom-se-javadoc@1.0.4-3.module%2Bel8%2B2463%2B615f6896?arch=noarch\u0026rpmmod=parfait:0.5:8050020220124063900:6b489b78"
}
}
},
{
"category": "product_version",
"name": "uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"product": {
"name": "uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch (parfait:0.5)",
"product_id": "uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/uom-systems@0.7-1.module%2Bel8%2B2463%2B615f6896?arch=noarch\u0026rpmmod=parfait:0.5:8050020220124063900:6b489b78"
}
}
},
{
"category": "product_version",
"name": "uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"product": {
"name": "uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch (parfait:0.5)",
"product_id": "uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/uom-systems-javadoc@0.7-1.module%2Bel8%2B2463%2B615f6896?arch=noarch\u0026rpmmod=parfait:0.5:8050020220124063900:6b489b78"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.src::parfait:0.5",
"product": {
"name": "parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.src (parfait:0.5)",
"product_id": "parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.src::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/parfait@0.5.4-4.module%2Bel8.5.0%2B13988%2Bde2b8c0b?arch=src\u0026rpmmod=parfait:0.5:8050020220124063900:6b489b78"
}
}
},
{
"category": "product_version",
"name": "si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5",
"product": {
"name": "si-units-0:0.6.5-2.module+el8+2463+615f6896.src (parfait:0.5)",
"product_id": "si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/si-units@0.6.5-2.module%2Bel8%2B2463%2B615f6896?arch=src\u0026rpmmod=parfait:0.5:8050020220124063900:6b489b78"
}
}
},
{
"category": "product_version",
"name": "unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5",
"product": {
"name": "unit-api-0:1.0-5.module+el8+2463+615f6896.src (parfait:0.5)",
"product_id": "unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/unit-api@1.0-5.module%2Bel8%2B2463%2B615f6896?arch=src\u0026rpmmod=parfait:0.5:8050020220124063900:6b489b78"
}
}
},
{
"category": "product_version",
"name": "uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5",
"product": {
"name": "uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src (parfait:0.5)",
"product_id": "uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/uom-lib@1.0.1-6.module%2Bel8%2B2463%2B615f6896?arch=src\u0026rpmmod=parfait:0.5:8050020220124063900:6b489b78"
}
}
},
{
"category": "product_version",
"name": "uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5",
"product": {
"name": "uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src (parfait:0.5)",
"product_id": "uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/uom-parent@1.0.3-3.module%2Bel8%2B2463%2B615f6896?arch=src\u0026rpmmod=parfait:0.5:8050020220124063900:6b489b78"
}
}
},
{
"category": "product_version",
"name": "uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5",
"product": {
"name": "uom-se-0:1.0.4-3.module+el8+2463+615f6896.src (parfait:0.5)",
"product_id": "uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/uom-se@1.0.4-3.module%2Bel8%2B2463%2B615f6896?arch=src\u0026rpmmod=parfait:0.5:8050020220124063900:6b489b78"
}
}
},
{
"category": "product_version",
"name": "uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5",
"product": {
"name": "uom-systems-0:0.7-1.module+el8+2463+615f6896.src (parfait:0.5)",
"product_id": "uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/uom-systems@0.7-1.module%2Bel8%2B2463%2B615f6896?arch=src\u0026rpmmod=parfait:0.5:8050020220124063900:6b489b78"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5"
},
"product_reference": "parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"relates_to_product_reference": "AppStream-8.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.src (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.src::parfait:0.5"
},
"product_reference": "parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.src::parfait:0.5",
"relates_to_product_reference": "AppStream-8.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "parfait-examples-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.Z.MAIN:parfait-examples-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5"
},
"product_reference": "parfait-examples-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"relates_to_product_reference": "AppStream-8.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "parfait-javadoc-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.Z.MAIN:parfait-javadoc-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5"
},
"product_reference": "parfait-javadoc-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"relates_to_product_reference": "AppStream-8.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcp-parfait-agent-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.Z.MAIN:pcp-parfait-agent-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5"
},
"product_reference": "pcp-parfait-agent-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"relates_to_product_reference": "AppStream-8.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5"
},
"product_reference": "si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"relates_to_product_reference": "AppStream-8.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "si-units-0:0.6.5-2.module+el8+2463+615f6896.src (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5"
},
"product_reference": "si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5",
"relates_to_product_reference": "AppStream-8.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.Z.MAIN:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5"
},
"product_reference": "si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"relates_to_product_reference": "AppStream-8.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "unit-api-0:1.0-5.module+el8+2463+615f6896.noarch (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5"
},
"product_reference": "unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"relates_to_product_reference": "AppStream-8.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "unit-api-0:1.0-5.module+el8+2463+615f6896.src (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5"
},
"product_reference": "unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5",
"relates_to_product_reference": "AppStream-8.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.Z.MAIN:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5"
},
"product_reference": "unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"relates_to_product_reference": "AppStream-8.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5"
},
"product_reference": "uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"relates_to_product_reference": "AppStream-8.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5"
},
"product_reference": "uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5",
"relates_to_product_reference": "AppStream-8.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.Z.MAIN:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5"
},
"product_reference": "uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"relates_to_product_reference": "AppStream-8.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5"
},
"product_reference": "uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"relates_to_product_reference": "AppStream-8.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5"
},
"product_reference": "uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5",
"relates_to_product_reference": "AppStream-8.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5"
},
"product_reference": "uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"relates_to_product_reference": "AppStream-8.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uom-se-0:1.0.4-3.module+el8+2463+615f6896.src (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5"
},
"product_reference": "uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5",
"relates_to_product_reference": "AppStream-8.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.Z.MAIN:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5"
},
"product_reference": "uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"relates_to_product_reference": "AppStream-8.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5"
},
"product_reference": "uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"relates_to_product_reference": "AppStream-8.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uom-systems-0:0.7-1.module+el8+2463+615f6896.src (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5"
},
"product_reference": "uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5",
"relates_to_product_reference": "AppStream-8.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch (parfait:0.5) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.Z.MAIN:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5"
},
"product_reference": "uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"relates_to_product_reference": "AppStream-8.5.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-4104",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2021-12-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2031667"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Java logging library Apache Log4j in version 1.x. JMSAppender in Log4j 1.x is vulnerable to deserialization of untrusted data. This allows a remote attacker to execute code on the server if the deployed application is configured to use JMSAppender and to the attacker\u0027s JNDI LDAP endpoint.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "log4j: Remote code execution in Log4j 1.x when application is configured to use JMSAppender",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Based on the conditions to be exploitable (see details below), the risk is much lower than Log4j 2.x and Red Hat has assessed this to be Moderate severity. This flaw has been filed for Log4j 1.x, and the corresponding flaw information for Log4j 2.x is available at: https://access.redhat.com/security/cve/CVE-2021-44228\n\nNote this flaw ONLY affects applications which are specifically configured to use JMSAppender, which is not the default, or when the attacker has write access to the Log4j configuration for adding JMSAppender to the attacker\u0027s JNDI LDAP endpoint. \n\nIf the Log4j configuration is set TopicBindingName or TopicConnectionFactoryBindingName configurations allowing JMSAppender to perform JNDI requests that result in remote code execution in a similar fashion to CVE-2021-44228 Log4j 2.x, Log4j 1.x is vulnerable. However, the attack vector is reduced as it depends on having write access, which is not a standard configuration rather than untrusted user input. These are sufficient factors beyond the attacker\u0027s control.\n\nThe tomcat package shipped with Red Hat Enterprise Linux does not include log4j but it does include a default configuration for log4j, log4j.properties, which could be used with tomcat if users choose to install and configure the library. The JMSAppender is not enabled by default, and the permissions of the file can only be modified as root.\n\nRed Hat Virtualization ships log4j12-1.2.17, but it is used and configured in a way which makes this flaw not possible to exploit. Therefore impact is rated Low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-examples-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-javadoc-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:pcp-parfait-agent-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-4104"
},
{
"category": "external",
"summary": "RHBZ#2031667",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2031667"
},
{
"category": "external",
"summary": "RHSB-2021-009",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2021-009"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-4104",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4104"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-4104",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-4104"
},
{
"category": "external",
"summary": "https://github.com/apache/logging-log4j2/pull/608#issuecomment-990494126",
"url": "https://github.com/apache/logging-log4j2/pull/608#issuecomment-990494126"
},
{
"category": "external",
"summary": "https://github.com/apache/logging-log4j2/pull/608#issuecomment-991723301",
"url": "https://github.com/apache/logging-log4j2/pull/608#issuecomment-991723301"
},
{
"category": "external",
"summary": "https://lists.apache.org/thread/0x4zvtq92yggdgvwfgsftqrj4xx5w0nx",
"url": "https://lists.apache.org/thread/0x4zvtq92yggdgvwfgsftqrj4xx5w0nx"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2021/12/13/1",
"url": "https://www.openwall.com/lists/oss-security/2021/12/13/1"
}
],
"release_date": "2021-12-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-01-26T14:51:27+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-examples-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-javadoc-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:pcp-parfait-agent-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:0290"
},
{
"category": "workaround",
"details": "These are the possible mitigations for this flaw for releases version 1.x:\n\n- Comment out or remove JMSAppender in the Log4j configuration if it is used\n- Remove the JMSAppender class from the classpath. For example:\n```\nzip -q -d log4j-*.jar org/apache/log4j/net/JMSAppender.class\n```\n- Restrict access for the OS user on the platform running the application to prevent modifying the Log4j configuration by the attacker.",
"product_ids": [
"AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-examples-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-javadoc-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:pcp-parfait-agent-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-examples-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-javadoc-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:pcp-parfait-agent-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "log4j: Remote code execution in Log4j 1.x when application is configured to use JMSAppender"
},
{
"cve": "CVE-2022-23302",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2022-01-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2041949"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Java logging library Apache Log4j in version 1.x. JMSSink in Log4j 1.x is vulnerable to deserialization of untrusted data. This allows a remote attacker to execute code on the server if JMSSink is deployed and has been configured to perform JNDI requests.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "log4j: Remote code execution in Log4j 1.x when application is configured to use JMSSink",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Note this flaw ONLY affects applications which are specifically configured to use JMSSink, which is not the default, or when the attacker has write access to the Log4j configuration for adding JMSSink to the attacker\u0027s JNDI LDAP endpoint.\n\nRed Hat Satellite bundles log4j-over-slf4j with Candlepin, however, product is not affected as it uses logback framework for logging.\n\nRed Hat Virtualization and OpenShift Container Platform in the OCP Metering stack (the Hive/Presto/Hadoop components) ship a vulnerable version of the log4j package, however JMSSink is not used. Therefore the impact of this vulnerability for these products is rated Low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-examples-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-javadoc-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:pcp-parfait-agent-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-23302"
},
{
"category": "external",
"summary": "RHBZ#2041949",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2041949"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-23302",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23302"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23302",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23302"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2022/01/18/3",
"url": "https://www.openwall.com/lists/oss-security/2022/01/18/3"
}
],
"release_date": "2022-01-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-01-26T14:51:27+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-examples-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-javadoc-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:pcp-parfait-agent-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:0290"
},
{
"category": "workaround",
"details": "These are the possible mitigations for this flaw for releases version 1.x:\n\n- Comment out or remove JMSSink in the Log4j configuration if it is used\n- Remove the JMSSink class from the server\u0027s jar files. For example:\n```\nzip -q -d log4j-*.jar org/apache/log4j/net/JMSSink.class\n```\n- Restrict access for the OS user on the platform running the application to prevent modifying the Log4j configuration by the attacker.",
"product_ids": [
"AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-examples-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-javadoc-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:pcp-parfait-agent-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-examples-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-javadoc-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:pcp-parfait-agent-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "log4j: Remote code execution in Log4j 1.x when application is configured to use JMSSink"
},
{
"cve": "CVE-2022-23305",
"cwe": {
"id": "CWE-89",
"name": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)"
},
"discovery_date": "2022-01-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2041959"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Java logging library Apache Log4j in version 1.x. JDBCAppender in Log4j 1.x is vulnerable to SQL injection in untrusted data. This allows a remote attacker to run SQL statements in the database if the deployed application is configured to use JDBCAppender with certain interpolation tokens.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "log4j: SQL injection in Log4j 1.x when application is configured to use JDBCAppender",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Note this issue only affects Log4j 1.x when specifically configured to use the JDBCAppender, which is not the default.\n\nRed Hat Satellite bundles log4j-over-slf4j with Candlepin, however, product is not affected as it uses logback framework for logging.\n\nRed Hat Virtualization and OpenShift Container Platform in the OCP Metering stack (the Hive/Presto/Hadoop components) ship a vulnerable version of the log4j package, however JDBCAppender is not used. Therefore the impact of this vulnerability for these products is rated Low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-examples-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-javadoc-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:pcp-parfait-agent-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-23305"
},
{
"category": "external",
"summary": "RHBZ#2041959",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2041959"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-23305",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23305"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23305",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23305"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2022/01/18/4",
"url": "https://www.openwall.com/lists/oss-security/2022/01/18/4"
}
],
"release_date": "2022-01-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-01-26T14:51:27+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-examples-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-javadoc-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:pcp-parfait-agent-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:0290"
},
{
"category": "workaround",
"details": "These are the possible mitigations for this flaw for releases version 1.x:\n\n- Comment out or remove JDBCAppender in the Log4j configuration if it is used\n- Remove the JDBCAppender class from the server\u0027s jar files. For example:\n```\nzip -q -d log4j-*.jar org/apache/log4j/jdbc/JDBCAppender.class\n```",
"product_ids": [
"AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-examples-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-javadoc-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:pcp-parfait-agent-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-examples-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-javadoc-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:pcp-parfait-agent-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "log4j: SQL injection in Log4j 1.x when application is configured to use JDBCAppender"
},
{
"cve": "CVE-2022-23307",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2022-01-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2041967"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the log4j 1.x chainsaw component, where the contents of certain log entries are deserialized and possibly permit code execution. This flaw allows an attacker to send a malicious request with serialized data to the server to be deserialized when the chainsaw component is run.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "log4j: Unsafe deserialization flaw in Chainsaw log viewer",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Chainsaw is a standalone graphical user interface for viewing log entries in log4j. This flaw may be bypassed by using other available means to access log entries.\n\nRed Hat Satellite bundles log4j-over-slf4j with Candlepin, however, product is not affected as it uses logback framework for logging.\n\nRed Hat Virtualization ships a vulnerable version of the log4j package, however chainsaw is not part of typical use cases. An attacker looking to exploit this would need to not only be able to generate a malicious log entry, but also have the necessary access and permissions to start chainsaw on the engine node. Therefore the impact of this vulnerability for Red Hat Virtualization is rated Low.\n\nSimilar to Red Hat Virtualization in OpenShift Container Platform (OCP), the Hive/Presto/Hadoop components that comprise the OCP Metering stack, ship the vulnerable version of log4j package, however vulnerable chainsaw component is not used by default. Therefore the impact to OCP is reduced to Low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-examples-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-javadoc-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:pcp-parfait-agent-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-23307"
},
{
"category": "external",
"summary": "RHBZ#2041967",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2041967"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-23307",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23307"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23307",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23307"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2022/01/18/5",
"url": "https://www.openwall.com/lists/oss-security/2022/01/18/5"
}
],
"release_date": "2022-01-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-01-26T14:51:27+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-examples-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-javadoc-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:pcp-parfait-agent-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:0290"
},
{
"category": "workaround",
"details": "These are the mitigations available for this flaw for log4j 1.x:\n- Avoid using Chainsaw to view logs, and instead use some other utility, especially if there is a log view available within the product itself.\n- Remove the Chainsaw classes from the log4j jar files. For example:\n```\nzip -q -d log4j-*.jar org/apache/log4j/chainsaw/*\n```\n(log4j jars may be nested in zip archives within product)",
"product_ids": [
"AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-examples-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-javadoc-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:pcp-parfait-agent-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-examples-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:parfait-javadoc-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:pcp-parfait-agent-0:0.5.4-4.module+el8.5.0+13988+de2b8c0b.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-0:0.6.5-2.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:si-units-javadoc-0:0.6.5-2.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-0:1.0-5.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:unit-api-javadoc-0:1.0-5.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-0:1.0.1-6.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-lib-javadoc-0:1.0.1-6.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-parent-0:1.0.3-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-0:1.0.4-3.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-se-javadoc-0:1.0.4-3.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-0:0.7-1.module+el8+2463+615f6896.src::parfait:0.5",
"AppStream-8.5.0.Z.MAIN:uom-systems-javadoc-0:0.7-1.module+el8+2463+615f6896.noarch::parfait:0.5"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "log4j: Unsafe deserialization flaw in Chainsaw log viewer"
}
]
}
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.