Publish Advisories

GHSA-275c-w5mq-v5m2
GHSA-3cr5-2446-8pg3
GHSA-9xg9-hh45-xcm6
GHSA-crwj-2r3c-gx2g
GHSA-qppw-c37g-xwcc
This commit is contained in:
advisory-database[bot]
2024-01-03 22:04:01 +00:00
parent 2f207fd0a0
commit 9f475b86e7
5 changed files with 173 additions and 24 deletions
@@ -1,11 +1,12 @@
{
"schema_version": "1.4.0",
"id": "GHSA-275c-w5mq-v5m2",
"modified": "2024-01-03T09:30:33Z",
"modified": "2024-01-03T22:02:51Z",
"published": "2024-01-03T09:30:33Z",
"aliases": [
"CVE-2023-52313"
],
"summary": "PaddlePaddle floating point exception in paddle.argmin and paddle.argmax",
"details": "FPE in paddle.argmin and paddle.argmax in PaddlePaddle before 2.6.0. This flaw can cause a runtime crash and a denial of service.\n\n\n\n",
"severity": [
{
@@ -14,13 +15,39 @@
}
],
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "PaddlePaddle"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "2.6.0"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52313"
},
{
"type": "WEB",
"url": "https://github.com/PaddlePaddle/Paddle/commit/6ef71779197ad6faf51ac295022ab5008d81372f"
},
{
"type": "PACKAGE",
"url": "https://github.com/PaddlePaddle/Paddle"
},
{
"type": "WEB",
"url": "https://github.com/PaddlePaddle/Paddle/blob/develop/security/advisory/pdsa-2023-022.md"
@@ -31,8 +58,8 @@
"CWE-369"
],
"severity": "MODERATE",
"github_reviewed": false,
"github_reviewed_at": null,
"github_reviewed": true,
"github_reviewed_at": "2024-01-03T22:02:51Z",
"nvd_published_at": "2024-01-03T09:15:11Z"
}
}
@@ -1,11 +1,12 @@
{
"schema_version": "1.4.0",
"id": "GHSA-3cr5-2446-8pg3",
"modified": "2024-01-03T09:30:33Z",
"modified": "2024-01-03T22:03:02Z",
"published": "2024-01-03T09:30:33Z",
"aliases": [
"CVE-2023-52314"
],
"summary": "PaddlePaddle command injection in convert_shape_compare",
"details": "PaddlePaddle before 2.6.0 has a command injection in convert_shape_compare. This resulted in the ability to execute arbitrary commands on the operating system.\n\n\n\n\n\n\n\n",
"severity": [
{
@@ -14,13 +15,39 @@
}
],
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "PaddlePaddle"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "2.6.0"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52314"
},
{
"type": "WEB",
"url": "https://github.com/PaddlePaddle/Paddle/commit/5ed9478fdef96a06eeec9093f9e768c97b094af3"
},
{
"type": "PACKAGE",
"url": "https://github.com/PaddlePaddle/Paddle"
},
{
"type": "WEB",
"url": "https://github.com/PaddlePaddle/Paddle/blob/develop/security/advisory/pdsa-2023-023.md"
@@ -31,8 +58,8 @@
"CWE-78"
],
"severity": "CRITICAL",
"github_reviewed": false,
"github_reviewed_at": null,
"github_reviewed": true,
"github_reviewed_at": "2024-01-03T22:03:02Z",
"nvd_published_at": "2024-01-03T09:15:11Z"
}
}
@@ -1,23 +1,57 @@
{
"schema_version": "1.4.0",
"id": "GHSA-9xg9-hh45-xcm6",
"modified": "2024-01-03T12:30:21Z",
"modified": "2024-01-03T22:03:13Z",
"published": "2024-01-03T12:30:21Z",
"aliases": [
"CVE-2023-51784"
],
"summary": "Apache InLong Manager Remote Code Execution vulnerability",
"details": "Improper Control of Generation of Code ('Code Injection') vulnerability in Apache InLong.This issue affects Apache InLong: from 1.5.0 through 1.9.0, which could lead to Remote Code Execution. Users are advised to upgrade to Apache InLong's 1.10.0 or cherry-pick [1] to solve it.\n\n[1] https://github.com/apache/inlong/pull/9329 \n\n",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
}
],
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.inlong:manager-pojo"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "1.5.0"
},
{
"fixed": "1.10.0"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-51784"
},
{
"type": "WEB",
"url": "https://github.com/apache/inlong/pull/9329"
},
{
"type": "WEB",
"url": "https://github.com/apache/inlong/commit/1607837be28438c0ccae8da15afb653f2afed090"
},
{
"type": "PACKAGE",
"url": "https://github.com/apache/inlong"
},
{
"type": "WEB",
"url": "https://lists.apache.org/thread/4nxbyl6mh5jgh0plk0qposbxwn6w9h8j"
@@ -31,9 +65,9 @@
"cwe_ids": [
"CWE-94"
],
"severity": null,
"github_reviewed": false,
"github_reviewed_at": null,
"severity": "CRITICAL",
"github_reviewed": true,
"github_reviewed_at": "2024-01-03T22:03:13Z",
"nvd_published_at": "2024-01-03T10:15:09Z"
}
}
@@ -1,23 +1,57 @@
{
"schema_version": "1.4.0",
"id": "GHSA-crwj-2r3c-gx2g",
"modified": "2024-01-03T12:30:21Z",
"modified": "2024-01-03T22:03:27Z",
"published": "2024-01-03T12:30:21Z",
"aliases": [
"CVE-2023-51785"
],
"summary": "Apache InLong Manager Arbitrary File Read Vulnerability",
"details": "Deserialization of Untrusted Data vulnerability in Apache InLong.This issue affects Apache InLong: from 1.7.0 through 1.9.0, the attackers can make a arbitrary file read attack using mysql driver. Users are advised to upgrade to Apache InLong's 1.10.0 or cherry-pick [1] to solve it.\n\n[1]  https://github.com/apache/inlong/pull/9331 \n\n",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
}
],
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.inlong:manager-pojo"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "1.5.0"
},
{
"fixed": "1.10.0"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-51785"
},
{
"type": "WEB",
"url": "https://github.com/apache/inlong/pull/9331"
},
{
"type": "WEB",
"url": "https://github.com/apache/inlong/commit/d674bfe28416aff728eabafc1f6b8bb9ba5a5b8e"
},
{
"type": "PACKAGE",
"url": "https://github.com/apache/inlong"
},
{
"type": "WEB",
"url": "https://lists.apache.org/thread/g0yjmtjqvp8bnf1j0tdsk0nhfozjdjno"
@@ -31,9 +65,9 @@
"cwe_ids": [
"CWE-502"
],
"severity": null,
"github_reviewed": false,
"github_reviewed_at": null,
"severity": "HIGH",
"github_reviewed": true,
"github_reviewed_at": "2024-01-03T22:03:27Z",
"nvd_published_at": "2024-01-03T10:15:09Z"
}
}
@@ -1,11 +1,12 @@
{
"schema_version": "1.4.0",
"id": "GHSA-qppw-c37g-xwcc",
"modified": "2024-01-03T09:30:33Z",
"modified": "2024-01-03T22:02:40Z",
"published": "2024-01-03T09:30:33Z",
"aliases": [
"CVE-2023-52312"
],
"summary": "PaddlePaddle nullptr dereference in paddle.crop",
"details": "Nullptr dereference in paddle.crop in PaddlePaddle before 2.6.0. This flaw can cause a runtime crash and a denial of service.\n\n\n\n",
"severity": [
{
@@ -14,13 +15,39 @@
}
],
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "PaddlePaddle"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "2.6.0"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52312"
},
{
"type": "WEB",
"url": "https://github.com/PaddlePaddle/Paddle/commit/488a0ddc322b24659b6b0067fea3030d2f013cf4"
},
{
"type": "PACKAGE",
"url": "https://github.com/PaddlePaddle/Paddle"
},
{
"type": "WEB",
"url": "https://github.com/PaddlePaddle/Paddle/blob/develop/security/advisory/pdsa-2023-021.md"
@@ -31,8 +58,8 @@
"CWE-476"
],
"severity": "MODERATE",
"github_reviewed": false,
"github_reviewed_at": null,
"github_reviewed": true,
"github_reviewed_at": "2024-01-03T22:02:40Z",
"nvd_published_at": "2024-01-03T09:15:10Z"
}
}