From 76a6a117def945790d8e42270e6fe03d12f542e4 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 02:28:59 +0000 Subject: [PATCH] Publish GHSA-x5pm-h33q-cjrw --- .../GHSA-x5pm-h33q-cjrw.json | 33 ++++++++++++++++--- 1 file changed, 28 insertions(+), 5 deletions(-) rename advisories/{unreviewed => github-reviewed}/2024/02/GHSA-x5pm-h33q-cjrw/GHSA-x5pm-h33q-cjrw.json (57%) diff --git a/advisories/unreviewed/2024/02/GHSA-x5pm-h33q-cjrw/GHSA-x5pm-h33q-cjrw.json b/advisories/github-reviewed/2024/02/GHSA-x5pm-h33q-cjrw/GHSA-x5pm-h33q-cjrw.json similarity index 57% rename from advisories/unreviewed/2024/02/GHSA-x5pm-h33q-cjrw/GHSA-x5pm-h33q-cjrw.json rename to advisories/github-reviewed/2024/02/GHSA-x5pm-h33q-cjrw/GHSA-x5pm-h33q-cjrw.json index c3462eed4b0..26f912aa195 100644 --- a/advisories/unreviewed/2024/02/GHSA-x5pm-h33q-cjrw/GHSA-x5pm-h33q-cjrw.json +++ b/advisories/github-reviewed/2024/02/GHSA-x5pm-h33q-cjrw/GHSA-x5pm-h33q-cjrw.json @@ -1,17 +1,36 @@ { "schema_version": "1.4.0", "id": "GHSA-x5pm-h33q-cjrw", - "modified": "2024-02-20T21:30:26Z", + "modified": "2024-02-21T02:27:37Z", "published": "2024-02-20T21:30:26Z", "aliases": [ "CVE-2024-25141" ], + "summary": "Improper Certificate Validation in apache airflow mongo hook", "details": "When ssl was enabled for Mongo Hook, default settings included \"allow_insecure\" which caused that certificates were not validated. This was unexpected and undocumented.\nUsers are recommended to upgrade to version 4.0.0, which fixes this issue.", "severity": [ ], "affected": [ - + { + "package": { + "ecosystem": "PyPI", + "name": "apache-airflow-providers-mongo" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "4.0.0" + } + ] + } + ] + } ], "references": [ { @@ -25,15 +44,19 @@ { "type": "WEB", "url": "https://lists.apache.org/thread/sqgbfqngjmn45ommmrgj7hvs7fgspsgm" + }, + { + "type": "WEB", + "url": "http://www.openwall.com/lists/oss-security/2024/02/20/5" } ], "database_specific": { "cwe_ids": [ "CWE-295" ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-02-21T02:27:37Z", "nvd_published_at": "2024-02-20T21:15:08Z" } } \ No newline at end of file