Lucene search
+L

1761 matches found

Hacker One
Hacker One
added 2024/01/25 2:29 p.m.34 views

Internet Bug Bounty: Pickle deserialization vulnerability in XComs

CVE-2023-50943: Apache Airflow: Potential pickle deserialization vulnerability in XComs Severity: low Affected versions: - Apache Airflow before 2.8.1 Description: Apache Airflow, versions before 2.8.1, have a vulnerability that allows a potential attacker to poison the XCom data by bypassing the...

7.5CVSS6.6AI score0.0121EPSS
SaveExploits0
Veracode
Veracode
added 2024/01/25 6:9 a.m.31 views

Deserialization Of Untrusted Data

apache-airflow is vulnerable to Deserialization Of Untrusted Data. The vulnerability is due to the deserialization of pickle stream when enablexcompickling = False. An attacker can poison XCom data by bypassing the protection of enablexcompickling = False. The vulnerability requires a DAG author...

7.5CVSS6.8AI score0.0121EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/01/24 3:30 p.m.30 views

GHSA-C3C6-F2WW-XFR2 Apache Airflow: pickle deserialization vulnerability in XComs

Apache Airflow, versions before 2.8.1, have a vulnerability that allows a potential attacker to poison the XCom data by bypassing the protection of "enablexcompickling=False" configuration setting resulting in poisoned data after XCom deserialization. This vulnerability is considered low since it...

8.7CVSS7.2AI score0.0121EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2024/01/24 3:30 p.m.31 views

Apache Airflow: pickle deserialization vulnerability in XComs

Apache Airflow, versions before 2.8.1, have a vulnerability that allows a potential attacker to poison the XCom data by bypassing the protection of "enablexcompickling=False" configuration setting resulting in poisoned data after XCom deserialization. This vulnerability is considered low since it...

7.5CVSS7.3AI score0.0121EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2024/01/24 12:57 p.m.21 views

CVE-2023-50943 Apache Airflow: Potential pickle deserialization vulnerability in XComs

Apache Airflow, versions before 2.8.1, have a vulnerability that allows a potential attacker to poison the XCom data by bypassing the protection of "enablexcompickling=False" configuration setting resulting in poisoned data after XCom deserialization. This vulnerability is considered low since it...

7.6AI score0.0121EPSS
SaveExploits0References3
PyPA
PyPA
added 2024/01/23 6:15 p.m.8 views

PYSEC-2024-23

Whoogle Search is a self-hosted metasearch engine. Versions 0.8.3 and prior have a limited file write vulnerability when the configuration options in Whoogle are enabled. The config function in app/routes.py does not validate the user-controlled name variable on line 447 and configdata variable o...

5.3CVSS6.9AI score0.00751EPSS
SaveExploits1References8Affected Software1
Prion
Prion
added 2024/01/23 6:15 p.m.26 views

Design/Logic Flaw

Whoogle Search is a self-hosted metasearch engine. Versions 0.8.3 and prior have a limited file write vulnerability when the configuration options in Whoogle are enabled. The config function in app/routes.py does not validate the user-controlled name variable on line 447 and configdata variable o...

5CVSS7.2AI score0.00751EPSS
SaveExploits1References6Affected Software1
Cvelist
Cvelist
added 2024/01/23 5:20 p.m.45 views

CVE-2024-22204 Whoogle Search Limited File Write vulnerability

Whoogle Search is a self-hosted metasearch engine. Versions 0.8.3 and prior have a limited file write vulnerability when the configuration options in Whoogle are enabled. The config function in app/routes.py does not validate the user-controlled name variable on line 447 and configdata variable o...

5.3CVSS5.5AI score0.00751EPSS
SaveExploits1References6
Veracode
Veracode
added 2023/12/22 6:58 a.m.18 views

Insecure Deserialization

huggingface transformers is vulnerable to Insecure Deserialization. The vulnerability is due to the ability to load arbitrary pickle files from other repos specified by the indexpath while parsing the remote config.json fille. An attacker can exploit this flaw to execute arbitrary code on the...

8.8CVSS7.6AI score0.00921EPSS
SaveExploits1References4Affected Software1
Tenable Nessus
Tenable Nessus
added 2023/11/07 12:0 a.m.30 views

Rocky Linux 8 : numpy (RLSA-2019:3704)

The remote Rocky Linux 8 host has packages installed that are affected by a vulnerability as referenced in the RLSA-2019:3704 advisory. - DISPUTED An issue was discovered in NumPy 1.16.0 and earlier. It uses the pickle Python module unsafely, which allows remote attackers to execute arbitrary cod...

9.8CVSS8.6AI score0.17528EPSS
SaveExploits2References4
OSV
OSV
added 2023/10/13 7:25 p.m.78 views

GHSA-5M22-CFQ9-86X6 Pickle serialization vulnerable to Deserialization of Untrusted Data

What We are using pickle as default serialization module but that has known security issues see e.g. https://medium.com/ochrona/python-pickle-is-notoriously-insecure-d6651f1974c9. In summary, it is not advisable to open Pickles that you create yourself locally. In vantage6, algorithms use pickles...

8.6CVSS5.9AI score0.00892EPSS
SaveExploits1References7
Github Security Blog
Github Security Blog
added 2023/10/13 7:25 p.m.32 views

Pickle serialization vulnerable to Deserialization of Untrusted Data

What We are using pickle as default serialization module but that has known security issues see e.g. https://medium.com/ochrona/python-pickle-is-notoriously-insecure-d6651f1974c9. In summary, it is not advisable to open Pickles that you create yourself locally. In vantage6, algorithms use pickles...

7.2CVSS6.9AI score0.00892EPSS
SaveExploits1References7Affected Software1
Veracode
Veracode
added 2023/10/13 5:27 a.m.17 views

Deserialization Of Untrusted Data

vantage6 is vulnerable to Deserialization of Untrusted Data. The vulnerability is due to the library's use of the insecure pickle library which is used serialization for deserializing data, enabling an attacker to manipulate the serialized data by injecting malicious code...

7.2CVSS6.8AI score0.00892EPSS
SaveExploits1References4Affected Software2
NVD
NVD
added 2023/10/11 6:15 p.m.37 views

CVE-2023-23930

vantage6 is privacy preserving federated learning infrastructure. Versions prior to 4.0.0 use pickle, which has known security issue, as a default serialization module but that has known security issues. All users of vantage6 that post tasks with the default serialization are affected. Version...

7.2CVSS6AI score0.00892EPSS
SaveExploits1References4
PyPA
PyPA
added 2023/10/11 6:15 p.m.14 views

PYSEC-2023-196

vantage6 is privacy preserving federated learning infrastructure. Versions prior to 4.0.0 use pickle, which has known security issue, as a default serialization module but that has known security issues. All users of vantage6 that post tasks with the default serialization are affected. Version...

7.2CVSS6.8AI score0.00892EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2023/10/11 6:15 p.m.37 views

PYSEC-2023-196

vantage6 is privacy preserving federated learning infrastructure. Versions prior to 4.0.0 use pickle, which has known security issue, as a default serialization module but that has known security issues. All users of vantage6 that post tasks with the default serialization are affected. Version...

7.2CVSS5.9AI score0.00892EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2023/10/11 5:39 p.m.43 views

CVE-2023-23930 vantage6's Pickle serialization is insecure

vantage6 is privacy preserving federated learning infrastructure. Versions prior to 4.0.0 use pickle, which has known security issue, as a default serialization module but that has known security issues. All users of vantage6 that post tasks with the default serialization are affected. Version...

5.5CVSS7.1AI score0.00892EPSS
SaveExploits1References4
Vulnrichment
Vulnrichment
added 2023/10/11 5:39 p.m.19 views

CVE-2023-23930 vantage6's Pickle serialization is insecure

vantage6 is privacy preserving federated learning infrastructure. Versions prior to 4.0.0 use pickle, which has known security issue, as a default serialization module but that has known security issues. All users of vantage6 that post tasks with the default serialization are affected. Version...

5.5CVSS6.8AI score0.00892EPSS
SaveExploits1References4
OSV
OSV
added 2023/10/11 5:39 p.m.31 views

CVE-2023-23930 vantage6's Pickle serialization is insecure

vantage6 is privacy preserving federated learning infrastructure. Versions prior to 4.0.0 use pickle, which has known security issue, as a default serialization module but that has known security issues. All users of vantage6 that post tasks with the default serialization are affected. Version...

5.5CVSS6.8AI score0.00892EPSS
SaveExploits1References6
CNNVD
CNNVD
added 2023/10/11 12:0 a.m.6 views

vantage6 Code Issue Vulnerability

vantage6 is a vantage6 open source priVAcy preserviNg federalTed leArningG infrastructure for Secure Insight eXchange. A code issue vulnerability exists in vantage6 versions prior to 4.0.0 that stems from the use of pickle as the default serialization module...

7.2CVSS6.9AI score0.00892EPSS
SaveExploits1References5
Rows per page
Query Builder