Advisory Database Sync

This commit is contained in:
advisory-database[bot]
2024-10-24 18:31:33 +00:00
parent fdf6877d3c
commit a467ec1d6c
66 changed files with 1424 additions and 99 deletions
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-6wvf-f2vw-3425",
"modified": "2024-10-17T03:31:32Z",
"modified": "2024-10-24T18:30:41Z",
"published": "2024-05-14T18:30:52Z",
"aliases": [
"CVE-2024-3727"
@@ -86,6 +86,10 @@
"type": "WEB",
"url": "https://github.com/containers/image/commit/e8948046055060605bd68289d406ce149590c33a"
},
{
"type": "WEB",
"url": "https://access.redhat.com/errata/RHSA-2024:0045"
},
{
"type": "WEB",
"url": "https://access.redhat.com/security/cve/CVE-2024-3727"
@@ -142,10 +146,6 @@
"type": "WEB",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SFVSMR7TNLO2KPWJSW4CF64C2QMQXCIN"
},
{
"type": "WEB",
"url": "https://access.redhat.com/errata/RHSA-2024:0045"
},
{
"type": "WEB",
"url": "https://access.redhat.com/errata/RHSA-2024:3718"
@@ -209,6 +209,10 @@
{
"type": "WEB",
"url": "https://access.redhat.com/errata/RHSA-2024:7941"
},
{
"type": "WEB",
"url": "https://access.redhat.com/errata/RHSA-2024:8260"
}
],
"database_specific": {
@@ -0,0 +1,58 @@
{
"schema_version": "1.4.0",
"id": "GHSA-3pg4-qwc8-426r",
"modified": "2024-10-24T18:30:00Z",
"published": "2024-10-24T18:30:00Z",
"aliases": [
],
"summary": "OpenRefine leaks Google API credentials in releases",
"details": "### Impact\n\nOpenRefine releases contain Google API authentication keys (\"client id\" and \"client secret\") which can be extracted from released artifacts. For instance, download the package for OpenRefine 3.8.2 on linux. It contains the file `openrefine-3.8.2/webapp/extensions/gdata/module/MOD-INF/lib/openrefine-gdata.jar`, which can be extracted.\nThis archive then contains the file `com/google/refine/extension/gdata/GoogleAPIExtension.java`, which contains the following lines:\n\n```java\n // For a production release, the second parameter (default value) can be set\n // for the following three properties (client_id, client_secret, and API key) to\n // the production values from the Google API console\n private static final String CLIENT_ID = System.getProperty(\"ext.gdata.clientid\", new String(Base64.getDecoder().decode(\"ODk1NTU1ODQzNjMwLWhkZWwyN3NxMDM5ZjFwMmZ0aGE2M2VvcWFpY2JwamZoLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29t\")));\n private static final String CLIENT_SECRET = System.getProperty(\"ext.gdata.clientsecret\", new String(Base64.getDecoder().decode(\"R2V2TnZiTnA2a3IxeDd5c3VZNENmYlNo\")));\n```\n\nThe Base64 encoding can then be decoded to obtain the client id and client secret.\nThose credentials can then be used by other applications to request access to Google accounts, pretending they are OpenRefine. This assumes that they also get access to the user access tokens, which this vulnerability doesn't expose by itself.\n\n### Patches\n\nThe bundled credentials should be revoked.\n\n### Workarounds\n\nUsers should revoke access to their Google account if they have connected it to OpenRefine.\n",
"severity": [
],
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "org.openrefine:openrefine"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "3.8.3"
}
]
}
]
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/OpenRefine/OpenRefine/security/advisories/GHSA-3pg4-qwc8-426r"
},
{
"type": "WEB",
"url": "https://github.com/OpenRefine/OpenRefine/commit/07dd61e00bb7f472ddcb243631299fba95ad90dd"
},
{
"type": "PACKAGE",
"url": "https://github.com/OpenRefine/OpenRefine"
}
],
"database_specific": {
"cwe_ids": [
"CWE-522"
],
"severity": "HIGH",
"github_reviewed": true,
"github_reviewed_at": "2024-10-24T18:30:00Z",
"nvd_published_at": null
}
}
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-mc76-5925-c5p6",
"modified": "2024-10-24T00:33:35Z",
"modified": "2024-10-24T18:30:41Z",
"published": "2024-10-01T21:31:34Z",
"aliases": [
"CVE-2024-9341"
@@ -64,6 +64,10 @@
"type": "WEB",
"url": "https://access.redhat.com/errata/RHSA-2024:8238"
},
{
"type": "WEB",
"url": "https://access.redhat.com/errata/RHSA-2024:8263"
},
{
"type": "WEB",
"url": "https://access.redhat.com/security/cve/CVE-2024-9341"
@@ -36,7 +36,7 @@
],
"database_specific": {
"cwe_ids": [
"CWE-276"
],
"severity": "HIGH",
"github_reviewed": false,
@@ -28,7 +28,8 @@
],
"database_specific": {
"cwe_ids": [
"CWE-284"
"CWE-284",
"CWE-305"
],
"severity": "HIGH",
"github_reviewed": false,
@@ -28,6 +28,7 @@
],
"database_specific": {
"cwe_ids": [
"CWE-1295",
"CWE-200"
],
"severity": "HIGH",
@@ -36,7 +36,8 @@
],
"database_specific": {
"cwe_ids": [
"CWE-200"
"CWE-200",
"CWE-532"
],
"severity": "LOW",
"github_reviewed": false,
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-vxvg-fm2c-8444",
"modified": "2024-01-22T21:31:06Z",
"modified": "2024-10-24T18:30:40Z",
"published": "2024-01-13T03:30:17Z",
"aliases": [
"CVE-2023-33472"
@@ -28,7 +28,7 @@
],
"database_specific": {
"cwe_ids": [
"CWE-94"
],
"severity": "HIGH",
"github_reviewed": false,
@@ -40,7 +40,7 @@
],
"database_specific": {
"cwe_ids": [
"CWE-276"
],
"severity": "MODERATE",
"github_reviewed": false,
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-26wc-mjpc-3f8m",
"modified": "2024-08-21T18:31:26Z",
"modified": "2024-10-24T18:30:40Z",
"published": "2024-07-02T21:32:16Z",
"aliases": [
"CVE-2022-25477"
@@ -29,6 +29,10 @@
"type": "WEB",
"url": "https://www.realtek.com/images/safe-report/Realtek_RtsPer_RtsUer_Security_Advisory_Report.pdf"
},
{
"type": "WEB",
"url": "https://zwclose.github.io/2024/10/14/rtsper1.html"
},
{
"type": "WEB",
"url": "http://realtek.com"
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-396g-xc2g-5qhm",
"modified": "2024-07-11T15:30:44Z",
"modified": "2024-10-24T18:30:40Z",
"published": "2024-07-09T18:30:53Z",
"aliases": [
"CVE-2023-48194"
@@ -25,6 +25,10 @@
"type": "WEB",
"url": "https://github.com/zt20xx/CVE-2023-48194"
},
{
"type": "WEB",
"url": "https://www.tenda.com.cn/download/detail-3683.html"
},
{
"type": "WEB",
"url": "http://tenda.com"
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-73px-657p-5pqg",
"modified": "2024-08-21T15:30:49Z",
"modified": "2024-10-24T18:30:40Z",
"published": "2024-07-02T21:32:16Z",
"aliases": [
"CVE-2022-25480"
@@ -29,6 +29,10 @@
"type": "WEB",
"url": "https://www.realtek.com/images/safe-report/Realtek_RtsPer_RtsUer_Security_Advisory_Report.pdf"
},
{
"type": "WEB",
"url": "https://zwclose.github.io/2024/10/14/rtsper1.html"
},
{
"type": "WEB",
"url": "http://realtek.com"
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-7vph-xj83-rw6v",
"modified": "2024-08-21T15:30:49Z",
"modified": "2024-10-24T18:30:40Z",
"published": "2024-07-02T21:32:16Z",
"aliases": [
"CVE-2022-25479"
@@ -29,6 +29,10 @@
"type": "WEB",
"url": "https://www.realtek.com/images/safe-report/Realtek_RtsPer_RtsUer_Security_Advisory_Report.pdf"
},
{
"type": "WEB",
"url": "https://zwclose.github.io/2024/10/14/rtsper1.html"
},
{
"type": "WEB",
"url": "http://realtek.com"
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-vh56-6f64-v877",
"modified": "2024-08-21T18:31:26Z",
"modified": "2024-10-24T18:30:40Z",
"published": "2024-07-02T21:32:16Z",
"aliases": [
"CVE-2022-25478"
@@ -29,6 +29,10 @@
"type": "WEB",
"url": "https://www.realtek.com/images/safe-report/Realtek_RtsPer_RtsUer_Security_Advisory_Report.pdf"
},
{
"type": "WEB",
"url": "https://zwclose.github.io/2024/10/14/rtsper1.html"
},
{
"type": "WEB",
"url": "http://realtek.com"
@@ -1,14 +1,17 @@
{
"schema_version": "1.4.0",
"id": "GHSA-4v29-qmg8-wv42",
"modified": "2024-08-19T06:30:54Z",
"modified": "2024-10-24T18:30:41Z",
"published": "2024-08-17T12:30:33Z",
"aliases": [
"CVE-2024-43849"
],
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\nsoc: qcom: pdr: protect locator_addr with the main mutex\n\nIf the service locator server is restarted fast enough, the PDR can\nrewrite locator_addr fields concurrently. Protect them by placing\nmodification of those fields under the main pdr->lock.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N"
}
],
"affected": [
@@ -45,9 +48,9 @@
],
"database_specific": {
"cwe_ids": [
"CWE-667"
],
"severity": null,
"severity": "MODERATE",
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2024-08-17T10:15:10Z"
@@ -1,14 +1,17 @@
{
"schema_version": "1.4.0",
"id": "GHSA-fv6p-j83c-r5q7",
"modified": "2024-08-17T12:30:33Z",
"modified": "2024-10-24T18:30:41Z",
"published": "2024-08-17T12:30:33Z",
"aliases": [
"CVE-2024-43851"
],
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\nsoc: xilinx: rename cpu_number1 to dummy_cpu_number\n\nThe per cpu variable cpu_number1 is passed to xlnx_event_handler as\nargument \"dev_id\", but it is not used in this function. So drop the\ninitialization of this variable and rename it to dummy_cpu_number.\nThis patch is to fix the following call trace when the kernel option\nCONFIG_DEBUG_ATOMIC_SLEEP is enabled:\n\nBUG: sleeping function called from invalid context at include/linux/sched/mm.h:274\n in_atomic(): 1, irqs_disabled(): 0, non_block: 0, pid: 1, name: swapper/0\n preempt_count: 1, expected: 0\n CPU: 0 PID: 1 Comm: swapper/0 Not tainted 6.1.0 #53\n Hardware name: Xilinx Versal vmk180 Eval board rev1.1 (QSPI) (DT)\n Call trace:\n dump_backtrace+0xd0/0xe0\n show_stack+0x18/0x40\n dump_stack_lvl+0x7c/0xa0\n dump_stack+0x18/0x34\n __might_resched+0x10c/0x140\n __might_sleep+0x4c/0xa0\n __kmem_cache_alloc_node+0xf4/0x168\n kmalloc_trace+0x28/0x38\n __request_percpu_irq+0x74/0x138\n xlnx_event_manager_probe+0xf8/0x298\n platform_probe+0x68/0xd8",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H"
}
],
"affected": [
@@ -39,7 +42,7 @@
"cwe_ids": [
],
"severity": null,
"severity": "MODERATE",
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2024-08-17T10:15:10Z"
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-5rqg-4vpc-fpm2",
"modified": "2024-10-03T18:30:35Z",
"modified": "2024-10-24T18:30:41Z",
"published": "2024-09-27T18:32:27Z",
"aliases": [
"CVE-2024-46257"
@@ -21,6 +21,10 @@
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-46257"
},
{
"type": "WEB",
"url": "https://github.com/NginxProxyManager/nginx-proxy-manager/pull/4073/commits/c39d5433bcd13993def222bbb2b6988bbb810a05"
},
{
"type": "WEB",
"url": "https://github.com/NginxProxyManager/nginx-proxy-manager/commit/99cce7e2b0da2978411cedd7cac5fffbe15bc466"
@@ -32,6 +32,7 @@
],
"database_specific": {
"cwe_ids": [
"CWE-312",
"CWE-313"
],
"severity": "CRITICAL",
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-mhxx-5693-798f",
"modified": "2024-10-03T21:31:04Z",
"modified": "2024-10-24T18:30:41Z",
"published": "2024-09-27T18:32:27Z",
"aliases": [
"CVE-2024-46256"
@@ -21,6 +21,10 @@
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-46256"
},
{
"type": "WEB",
"url": "https://github.com/NginxProxyManager/nginx-proxy-manager/pull/4073/commits/c39d5433bcd13993def222bbb2b6988bbb810a05"
},
{
"type": "WEB",
"url": "https://github.com/NginxProxyManager/nginx-proxy-manager/commit/99cce7e2b0da2978411cedd7cac5fffbe15bc466"
@@ -1,14 +1,17 @@
{
"schema_version": "1.4.0",
"id": "GHSA-22xm-p789-9hfc",
"modified": "2024-10-21T21:30:52Z",
"modified": "2024-10-24T18:30:42Z",
"published": "2024-10-21T21:30:52Z",
"aliases": [
"CVE-2022-49028"
],
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\nixgbevf: Fix resource leak in ixgbevf_init_module()\n\nixgbevf_init_module() won't destroy the workqueue created by\ncreate_singlethread_workqueue() when pci_register_driver() failed. Add\ndestroy_workqueue() in fail path to prevent the resource leak.\n\nSimilar to the handling of u132_hcd_init in commit f276e002793c\n(\"usb: u132-hcd: fix resource leak\")",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H"
}
],
"affected": [
@@ -37,9 +40,9 @@
],
"database_specific": {
"cwe_ids": [
"CWE-459"
],
"severity": null,
"severity": "MODERATE",
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2024-10-21T20:15:13Z"

Some files were not shown because too many files have changed in this diff Show More