Publish Advisories

GHSA-p86h-23p7-v2rx
GHSA-276r-vcw2-xfq4
GHSA-45hh-rj6v-548f
GHSA-25g3-q597-79m8
GHSA-372x-c6rw-v8f9
GHSA-42p9-m692-hxrc
GHSA-45hq-rg54-63ww
GHSA-62vc-2f72-vcj3
GHSA-6vr7-3j3q-8546
GHSA-74mg-f7w3-pcrr
GHSA-7gq6-cq6r-rrpx
GHSA-8q5j-74vg-j4hr
GHSA-9m3j-vpcw-4f37
GHSA-cq85-4f5h-qqc4
GHSA-gcc7-m89j-w3pq
GHSA-hmqj-rccj-3q53
GHSA-mf2m-vhfh-2qjv
GHSA-vgjv-qpvm-qjx7
GHSA-w267-2gcr-ggcp
GHSA-x5pm-h33q-cjrw
This commit is contained in:
advisory-database[bot]
2024-02-20 21:31:50 +00:00
parent 43420fb069
commit 7b8f2a0a72
20 changed files with 448 additions and 17 deletions
@@ -1,14 +1,17 @@
{
"schema_version": "1.4.0",
"id": "GHSA-p86h-23p7-v2rx",
"modified": "2023-10-16T06:32:23Z",
"modified": "2024-02-20T21:30:19Z",
"published": "2023-10-16T06:32:23Z",
"aliases": [
"CVE-2023-45572"
],
"details": "Buffer Overflow vulnerability in DI-7003GV2.D1 v.23.08.25D1 and before, DI-7100G+V2.D1 v.23.08.23D1 and before, DI-7100GV2.D1 v.23.08.23D1, DI-7200G+V2.D1 v.23.08.23D1 and before, DI-7200GV2.E1 v.23.08.23E1 and before, DI-7300G+V2.D1 v.23.08.23D1, and DI-7400G+V2.D1 v.23.08.23D1 and before allows a remote attacker to execute arbitrary code via the fn parameter of the tgfile.htm function.",
"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": [
@@ -25,9 +28,9 @@
],
"database_specific": {
"cwe_ids": [
"CWE-787"
],
"severity": null,
"severity": "CRITICAL",
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2023-10-16T06:15:12Z"
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-276r-vcw2-xfq4",
"modified": "2024-01-03T21:30:31Z",
"modified": "2024-02-20T21:30:19Z",
"published": "2023-12-26T09:30:20Z",
"aliases": [
"CVE-2023-51363"
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-45hh-rj6v-548f",
"modified": "2024-01-10T15:30:19Z",
"modified": "2024-02-20T21:30:20Z",
"published": "2024-01-10T15:30:19Z",
"aliases": [
"CVE-2023-5455"
@@ -71,11 +71,11 @@
},
{
"type": "WEB",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U76DAZZVY7V4XQBOOV5ETPTHW3A6MW5O/"
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U76DAZZVY7V4XQBOOV5ETPTHW3A6MW5O"
},
{
"type": "WEB",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UFNUQH7IOHTKCTKQWFHONWGUBOUANL6I/"
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UFNUQH7IOHTKCTKQWFHONWGUBOUANL6I"
},
{
"type": "WEB",
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-372x-c6rw-v8f9",
"modified": "2024-02-20T15:31:05Z",
"modified": "2024-02-20T21:30:24Z",
"published": "2024-02-20T15:31:05Z",
"aliases": [
"CVE-2024-1552"
@@ -29,6 +29,10 @@
{
"type": "WEB",
"url": "https://www.mozilla.org/security/advisories/mfsa2024-06"
},
{
"type": "WEB",
"url": "https://www.mozilla.org/security/advisories/mfsa2024-07"
}
],
"database_specific": {
@@ -0,0 +1,63 @@
{
"schema_version": "1.4.0",
"id": "GHSA-42p9-m692-hxrc",
"modified": "2024-02-20T21:30:26Z",
"published": "2024-02-20T21:30:26Z",
"aliases": [
"CVE-2023-52437"
],
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\nRevert \"md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d\"\n\nThis reverts commit 5e2cf333b7bd5d3e62595a44d598a254c697cd74.\n\nThat commit introduced the following race and can cause system hung.\n\n md_write_start: raid5d:\n // mddev->in_sync == 1\n set \"MD_SB_CHANGE_PENDING\"\n // running before md_write_start wakeup it\n waiting \"MD_SB_CHANGE_PENDING\" cleared\n >>>>>>>>> hung\n wakeup mddev->thread\n ...\n waiting \"MD_SB_CHANGE_PENDING\" cleared\n >>>> hung, raid5d should clear this flag\n but get hung by same flag.\n\nThe issue reverted commit fixing is fixed by last patch in a new way.",
"severity": [
],
"affected": [
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52437"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/0de40f76d567133b871cd6ad46bb87afbce46983"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/84c39986fe6dd77aa15f08712339f5d4eb7dbe27"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/87165c64fe1a98bbab7280c58df3c83be2c98478"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/aab69ef769707ad987ff905d79e0bd6591812580"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/bed0acf330b2c50c688f6d9cfbcac2aa57a8e613"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/bed9e27baf52a09b7ba2a3714f1e24e17ced386d"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/cfa46838285814c3a27faacf7357f0a65bb5d152"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/e16a0bbdb7e590a6607b0d82915add738c03c069"
}
],
"database_specific": {
"cwe_ids": [
],
"severity": null,
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2024-02-20T21:15:08Z"
}
}
@@ -0,0 +1,35 @@
{
"schema_version": "1.4.0",
"id": "GHSA-45hq-rg54-63ww",
"modified": "2024-02-20T21:30:25Z",
"published": "2024-02-20T21:30:25Z",
"aliases": [
"CVE-2023-49034"
],
"details": "Cross Site Scripting (XSS) vulnerability in ProjeQtOr 11.0.2 allows a remote attacker to execute arbitrary code via a crafted script to thecheckvalidHtmlText function in the ack.php and security.php files.",
"severity": [
],
"affected": [
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-49034"
},
{
"type": "WEB",
"url": "https://gist.github.com/thedroidgeek/0a9b8189b74f968b5d7b84ec12b8f8f5"
}
],
"database_specific": {
"cwe_ids": [
],
"severity": null,
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2024-02-20T21:15:07Z"
}
}
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-62vc-2f72-vcj3",
"modified": "2024-02-20T15:31:05Z",
"modified": "2024-02-20T21:30:24Z",
"published": "2024-02-20T15:31:05Z",
"aliases": [
"CVE-2024-1553"
@@ -29,6 +29,10 @@
{
"type": "WEB",
"url": "https://www.mozilla.org/security/advisories/mfsa2024-06"
},
{
"type": "WEB",
"url": "https://www.mozilla.org/security/advisories/mfsa2024-07"
}
],
"database_specific": {
File diff suppressed because one or more lines are too long
@@ -0,0 +1,63 @@
{
"schema_version": "1.4.0",
"id": "GHSA-74mg-f7w3-pcrr",
"modified": "2024-02-20T21:30:26Z",
"published": "2024-02-20T21:30:26Z",
"aliases": [
"CVE-2023-52436"
],
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\nf2fs: explicitly null-terminate the xattr list\n\nWhen setting an xattr, explicitly null-terminate the xattr list. This\neliminates the fragile assumption that the unused xattr space is always\nzeroed.",
"severity": [
],
"affected": [
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52436"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/12cf91e23b126718a96b914f949f2cdfeadc7b2a"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/16ae3132ff7746894894927c1892493693b89135"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/2525d1ba225b5c167162fa344013c408e8b4de36"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/32a6cfc67675ee96fe107aeed5af9776fec63f11"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/3e47740091b05ac8d7836a33afd8646b6863ca52"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/5de9e9dd1828db9b8b962f7ca42548bd596deb8a"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/e26b6d39270f5eab0087453d9b544189a38c8564"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/f6c30bfe5a49bc38cae985083a11016800708fea"
}
],
"database_specific": {
"cwe_ids": [
],
"severity": null,
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2024-02-20T21:15:08Z"
}
}
@@ -0,0 +1,63 @@
{
"schema_version": "1.4.0",
"id": "GHSA-7gq6-cq6r-rrpx",
"modified": "2024-02-20T21:30:26Z",
"published": "2024-02-20T21:30:26Z",
"aliases": [
"CVE-2023-52439"
],
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\nuio: Fix use-after-free in uio_open\n\ncore-1\t\t\t\tcore-2\n-------------------------------------------------------\nuio_unregister_device\t\tuio_open\n\t\t\t\tidev = idr_find()\ndevice_unregister(&idev->dev)\nput_device(&idev->dev)\nuio_device_release\n\t\t\t\tget_device(&idev->dev)\nkfree(idev)\nuio_free_minor(minor)\n\t\t\t\tuio_release\n\t\t\t\tput_device(&idev->dev)\n\t\t\t\tkfree(idev)\n-------------------------------------------------------\n\nIn the core-1 uio_unregister_device(), the device_unregister will kfree\nidev when the idev->dev kobject ref is 1. But after core-1\ndevice_unregister, put_device and before doing kfree, the core-2 may\nget_device. Then:\n1. After core-1 kfree idev, the core-2 will do use-after-free for idev.\n2. When core-2 do uio_release and put_device, the idev will be double\n freed.\n\nTo address this issue, we can get idev atomic & inc idev reference with\nminor_lock.",
"severity": [
],
"affected": [
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52439"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/0c9ae0b8605078eafc3bea053cc78791e97ba2e2"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/17a8519cb359c3b483fb5c7367efa9a8a508bdea"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/3174e0f7de1ba392dc191625da83df02d695b60c"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/35f102607054faafe78d2a6994b18d5d9d6e92ad"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/5cf604ee538ed0c467abe3b4cda5308a6398f0f7"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/5e0be1229ae199ebb90b33102f74a0f22d152570"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/913205930da6213305616ac539447702eaa85e41"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/e93da893d52d82d57fc0db2ca566024e0f26ff50"
}
],
"database_specific": {
"cwe_ids": [
],
"severity": null,
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2024-02-20T21:15:08Z"
}
}
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-8q5j-74vg-j4hr",
"modified": "2024-02-20T15:31:05Z",
"modified": "2024-02-20T21:30:24Z",
"published": "2024-02-20T15:31:05Z",
"aliases": [
"CVE-2024-1550"
@@ -29,6 +29,10 @@
{
"type": "WEB",
"url": "https://www.mozilla.org/security/advisories/mfsa2024-06"
},
{
"type": "WEB",
"url": "https://www.mozilla.org/security/advisories/mfsa2024-07"
}
],
"database_specific": {
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-9m3j-vpcw-4f37",
"modified": "2024-02-20T15:31:04Z",
"modified": "2024-02-20T21:30:24Z",
"published": "2024-02-20T15:31:04Z",
"aliases": [
"CVE-2024-1548"
@@ -29,6 +29,10 @@
{
"type": "WEB",
"url": "https://www.mozilla.org/security/advisories/mfsa2024-06"
},
{
"type": "WEB",
"url": "https://www.mozilla.org/security/advisories/mfsa2024-07"
}
],
"database_specific": {
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-cq85-4f5h-qqc4",
"modified": "2024-02-20T15:31:05Z",
"modified": "2024-02-20T21:30:24Z",
"published": "2024-02-20T15:31:05Z",
"aliases": [
"CVE-2024-1551"
@@ -29,6 +29,10 @@
{
"type": "WEB",
"url": "https://www.mozilla.org/security/advisories/mfsa2024-06"
},
{
"type": "WEB",
"url": "https://www.mozilla.org/security/advisories/mfsa2024-07"
}
],
"database_specific": {
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-gcc7-m89j-w3pq",
"modified": "2024-02-15T15:30:28Z",
"modified": "2024-02-20T21:30:20Z",
"published": "2024-02-15T15:30:28Z",
"aliases": [
"CVE-2023-45581"
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-hmqj-rccj-3q53",
"modified": "2024-02-20T15:31:04Z",
"modified": "2024-02-20T21:30:23Z",
"published": "2024-02-20T15:31:04Z",
"aliases": [
"CVE-2024-1547"
@@ -29,6 +29,10 @@
{
"type": "WEB",
"url": "https://www.mozilla.org/security/advisories/mfsa2024-06"
},
{
"type": "WEB",
"url": "https://www.mozilla.org/security/advisories/mfsa2024-07"
}
],
"database_specific": {
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-mf2m-vhfh-2qjv",
"modified": "2024-02-20T15:31:05Z",
"modified": "2024-02-20T21:30:24Z",
"published": "2024-02-20T15:31:05Z",
"aliases": [
"CVE-2024-1549"
@@ -29,6 +29,10 @@
{
"type": "WEB",
"url": "https://www.mozilla.org/security/advisories/mfsa2024-06"
},
{
"type": "WEB",
"url": "https://www.mozilla.org/security/advisories/mfsa2024-07"
}
],
"database_specific": {
@@ -0,0 +1,35 @@
{
"schema_version": "1.4.0",
"id": "GHSA-vgjv-qpvm-qjx7",
"modified": "2024-02-20T21:30:25Z",
"published": "2024-02-20T21:30:25Z",
"aliases": [
"CVE-2023-46967"
],
"details": "Cross Site Scripting vulnerability in the sanitize function in Enhancesoft osTicket 1.18.0 allows a remote attacker to escalate privileges via a crafted support ticket.",
"severity": [
],
"affected": [
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46967"
},
{
"type": "WEB",
"url": "https://www.sonarsource.com/blog/pitfalls-of-desanitization-leaking-customer-data-from-osticket"
}
],
"database_specific": {
"cwe_ids": [
],
"severity": null,
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2024-02-20T21:15:07Z"
}
}
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-w267-2gcr-ggcp",
"modified": "2024-02-20T15:31:04Z",
"modified": "2024-02-20T21:30:23Z",
"published": "2024-02-20T15:31:04Z",
"aliases": [
"CVE-2024-1546"
@@ -29,6 +29,10 @@
{
"type": "WEB",
"url": "https://www.mozilla.org/security/advisories/mfsa2024-06"
},
{
"type": "WEB",
"url": "https://www.mozilla.org/security/advisories/mfsa2024-07"
}
],
"database_specific": {
@@ -0,0 +1,39 @@
{
"schema_version": "1.4.0",
"id": "GHSA-x5pm-h33q-cjrw",
"modified": "2024-02-20T21:30:26Z",
"published": "2024-02-20T21:30:26Z",
"aliases": [
"CVE-2024-25141"
],
"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": [
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-25141"
},
{
"type": "WEB",
"url": "https://github.com/apache/airflow/pull/37214"
},
{
"type": "WEB",
"url": "https://lists.apache.org/thread/sqgbfqngjmn45ommmrgj7hvs7fgspsgm"
}
],
"database_specific": {
"cwe_ids": [
"CWE-295"
],
"severity": null,
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2024-02-20T21:15:08Z"
}
}