CVE-2023-28706: Apache Airflow Hive Provider Beeline Remote Command Execution

2023-04-07 Thread Jarek Potiuk
Severity: low

Description:

Improper Control of Generation of Code ('Code Injection') vulnerability in 
Apache Software Foundation Apache Airflow Hive Provider.This issue affects 
Apache Airflow Hive Provider: before 6.0.0.

Credit:

sw0rd1ight of Caiji Sec Team and 4ra1n of Chaitin Tech (finder)

References:

https://github.com/apache/airflow/pull/30212
https://airflow.apache.org/
https://www.cve.org/CVERecord?id=CVE-2023-28706



CVE-2023-28710: Apache Airflow Spark Provider Arbitrary File Read via JDBC

2023-04-07 Thread Jarek Potiuk
Severity: low

Description:

Improper Input Validation vulnerability in Apache Software Foundation Apache 
Airflow Spark Provider.This issue affects Apache Airflow Spark Provider: before 
4.0.1.

Credit:

Xie Jianming of  Nsfocus (finder)

References:

https://github.com/apache/airflow/pull/30223
https://airflow.apache.org/
https://www.cve.org/CVERecord?id=CVE-2023-28710



CVE-2023-28707: Airflow Apache Drill Provider Arbitrary File Read Vulnerability

2023-04-07 Thread Jarek Potiuk
Severity: low

Description:

Improper Input Validation vulnerability in Apache Software Foundation Apache 
Airflow Drill Provider.This issue affects Apache Airflow Drill Provider: before 
2.3.2.

Credit:

Kai Zhao of 3H Secruity Team (finder)

References:

https://github.com/apache/airflow/pull/30215
https://airflow.apache.org/
https://www.cve.org/CVERecord?id=CVE-2023-28707



[ANNOUNCE] Apache NiFi 1.21.0 release.

2023-04-07 Thread Joe Witt
Hello

The Apache NiFi team would like to announce the release of Apache NiFi 1.21.0.

Apache NiFi is an easy to use, powerful, and reliable system to
process and distribute data.  Apache NiFi was made for dataflow.  It
supports highly configurable directed graphs of data routing,
transformation, and system mediation logic.

More details on Apache NiFi can be found here:
https://nifi.apache.org/

The release artifacts can be downloaded from here:
https://nifi.apache.org/download.html

Maven artifacts have been made available and mirrored as per normal
ASF artifact processes.

Issues closed/resolved for this list can be found here:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020=12352899

Release note highlights can be found here:
https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.21.0

Thank you
The Apache NiFi team


[ANNOUNCEMENT] Apache HTTP Server 2.4.57 Released

2023-04-07 Thread covener
Apache HTTP Server 2.4.57 Released

   April 06, 2023

   The Apache Software Foundation and the Apache HTTP Server Project
   are pleased to announce the release of version 2.4.57 of the Apache
   HTTP Server ("Apache").  This version of Apache is our latest GA
   release of the new generation 2.4.x branch of Apache HTTPD and
   represents fifteen years of innovation by the project, and is
   recommended over all previous releases. This release of Apache is
   a security, feature and bug fix release.

   We consider this release to be the best version of Apache available, and
   encourage users of all prior versions to upgrade.

   Apache HTTP Server 2.4.57 is available for download from:

 https://httpd.apache.org/download.cgi

   Apache 2.4 offers numerous enhancements, improvements, and performance
   boosts over the 2.2 codebase.  For an overview of new features
   introduced since 2.4 please see:

 https://httpd.apache.org/docs/trunk/new_features_2_4.html

   Please see the CHANGES_2.4 file, linked from the download page, for a
   full list of changes. A condensed list, CHANGES_2.4.57 includes only
   those changes introduced since the prior 2.4 release.  A summary of all 
   of the security vulnerabilities addressed in this and earlier releases 
   is available:

 https://httpd.apache.org/security/vulnerabilities_24.html

   This release requires the Apache Portable Runtime (APR), minimum
   version 1.5.x, and APR-Util, minimum version 1.5.x. Some features may
   require the 1.6.x version of both APR and APR-Util. The APR libraries
   must be upgraded for all features of httpd to operate correctly.

   This release builds on and extends the Apache 2.2 API.  Modules written
   for Apache 2.2 will need to be recompiled in order to run with Apache
   2.4, and require minimal or no source code changes.

 https://svn.apache.org/repos/asf/httpd/httpd/trunk/VERSIONING

   When upgrading or installing this version of Apache, please bear in mind
   that if you intend to use Apache with one of the threaded MPMs (other
   than the Prefork MPM), you must ensure that any modules you will be
   using (and the libraries they depend on) are thread-safe.

   Please note the 2.2.x branch has now passed the end of life at the Apache
   HTTP Server project and no further activity will occur including security
   patches.  Users must promptly complete their transitions to this 2.4.x
   release of httpd to benefit from further bug fixes or new features.




[ANNOUNCE] Apache Linkis 1.3.2 available

2023-04-07 Thread Ling Xu
Hi all,

Apache Linkis Team is glad to announce the new release of Apache Linkis 1.3.2.

Apache Linkis builds a computation middleware layer to decouple the
upper applications and the underlying data engines, provides
standardized interfaces (REST, JDBC, WebSocket etc.) to easily connect
to various underlying engines (Spark, Presto, Flink, etc.), while
enables cross engine context sharing, unified job& engine governance
and orchestration.

Download Links: https://linkis.apache.org/download/main/

Release Notes: https://linkis.apache.org/download/release-notes-1.3.2

Website: https://linkis.apache.org/

Linkis Resources:
- Issue: https://github.com/apache/linkis/issues
- Mailing list: d...@linkis.apache.org

- Apache Linkis Team