Skip to content

Commit 36328ea

Browse files
authored
Merge pull request #182890 from Clare-Zheng82/1215-Add_Log4j_impact_TSG
Add Log4j impacts TSG to security and access troubleshoot doc
2 parents 2297e88 + d73da17 commit 36328ea

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

articles/data-factory/security-and-access-control-troubleshoot-guide.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: data-factory
77
ms.subservice: integration-runtime
88
ms.custom: synapse
99
ms.topic: troubleshooting
10-
ms.date: 09/09/2021
10+
ms.date: 12/15/2021
1111
ms.author: lle
1212
---
1313

@@ -18,6 +18,26 @@ ms.author: lle
1818
This article explores common troubleshooting methods for security and access control in Azure Data Factory and Synapse Analytics pipelines.
1919

2020
## Common errors and messages
21+
22+
### Log4j has no impact on Azure Data Factory
23+
24+
#### Symptoms
25+
26+
The open source component *Apache Log4J versions 2.0 through 2.14.1* contains a critical security vulnerability CVE-2021-44228. For more details, see [CVE-2021-44228](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228).
27+
28+
#### Clarification
29+
30+
The Azure Data Factory (ADF) components which are the self-hosted integration runtime (IR) and data flows apply library Apache Log4j (1.X), but CVE-2021-44228 is only for Apache Log4j (2.X), so ADF is not related to the known security hole issue.
31+
32+
About Apache Log4j (1.X), the CVE-2019-17571 might be the vulnerability issue. However, the ORC and Parquet format apply the Java Virtual Machine (JVM) which is used for format serialization and deserialization, so this CVE does not impact ADF.
33+
34+
> [!Note]
35+
> Both CVE-2021-44228 and CVE-2019-17571 have no impact on on-premise SQL Server Integration Services (SSIS) and ADF products below:
36+
> - Managed IR: Azure IR, Azure-SSIS IR and Managed VNet IR
37+
> - On-premise products: Self-hosted IR
38+
> - Data flows: The Log4j library used in data flows and Databricks already contains the fix for these CVE.
39+
40+
The version update of SSIS and self-hosted IR will be evaluated since there is no security impact so far.
2141

2242
### Connectivity issue in the copy activity of the cloud datastore
2343

0 commit comments

Comments
 (0)