Publish Advisories

GHSA-52xq-j7v9-v4v2
GHSA-r3jc-3qmm-w3pw
This commit is contained in:
advisory-database[bot]
2024-02-07 17:29:16 +00:00
parent 39a2c9f9f1
commit 48d42a85c1
2 changed files with 130 additions and 0 deletions
File diff suppressed because one or more lines are too long
@@ -0,0 +1,65 @@
{
"schema_version": "1.4.0",
"id": "GHSA-r3jc-3qmm-w3pw",
"modified": "2024-02-07T17:28:26Z",
"published": "2024-02-07T17:28:26Z",
"aliases": [
"CVE-2024-24811"
],
"summary": "SQLAlchemyDA unauthenticated arbitrary SQL query execution",
"details": "### Impact\nThe vulnerability allows unauthenticated execution of arbitrary SQL statements on the database the SQLAlchemyDA instance is connected to. All users are affected.\n\n### Patches\nThe problem has been patched in version 2.2.\n\n### Workarounds\nThere is no workaround. All users are urged to upgrade to version 2.2\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": "PyPI",
"name": "Products.SQLAlchemyDA"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "2.2"
}
]
}
]
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/zopefoundation/Products.SQLAlchemyDA/security/advisories/GHSA-r3jc-3qmm-w3pw"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24811"
},
{
"type": "WEB",
"url": "https://github.com/zopefoundation/Products.SQLAlchemyDA/commit/e682b99f8406f20bc3f0f2c77153ed7345fd215a"
},
{
"type": "PACKAGE",
"url": "https://github.com/zopefoundation/Products.SQLAlchemyDA"
}
],
"database_specific": {
"cwe_ids": [
"CWE-89"
],
"severity": "CRITICAL",
"github_reviewed": true,
"github_reviewed_at": "2024-02-07T17:28:26Z",
"nvd_published_at": "2024-02-07T15:15:08Z"
}
}