Advisory Database Sync

This commit is contained in:
advisory-database[bot]
2024-09-17 18:35:05 +00:00
parent f9985183f4
commit cbd76c3412
44 changed files with 764 additions and 76 deletions
@@ -0,0 +1,88 @@
{
"schema_version": "1.4.0",
"id": "GHSA-rw5h-g8xq-6877",
"modified": "2024-09-17T18:33:14Z",
"published": "2024-09-17T18:33:14Z",
"aliases": [
"CVE-2024-45803"
],
"summary": "Wire UI has a JS XSS Vulnerability on route /wireui/button?label=Content",
"details": "### Summary\nA potential Cross-Site Scripting (XSS) vulnerability has been identified in the `/wireui/button` endpoint, specifically through the `label` query parameter. Malicious actors could exploit this vulnerability by injecting JavaScript into the `label` parameter, leading to the execution of arbitrary code in the victim's browser.\n\n### Details\nThe `/wireui/button` endpoint dynamically renders button labels based on user-provided input via the `label` query parameter. Due to insufficient sanitization or escaping of this input, an attacker can inject malicious JavaScript. The following URL demonstrates the vulnerability:\n\n```\nhttps://wireui.dev/wireui/button?label=Cancel&1%25%7ds8dk0%3E%3Cscript%3Ealert(1)%3C/script%3Ez1qt3=1\n```\n\nBy crafting such a request, an attacker can inject arbitrary code that will be executed by the browser when the endpoint is accessed.\n\n### Proof of Concept (PoC)\nTo demonstrate the vulnerability, visit the following URL:\n\n```\n/wireui/button?label=<script>alert(1)</script>\n```\n\nUpon loading the page, the injected JavaScript will execute, displaying an alert with the message \"1.\" This confirms the vulnerability and highlights that user input is not being properly escaped or sanitized.\n\n### Impact\nIf exploited, this vulnerability could allow an attacker to execute arbitrary JavaScript code in the context of the affected website. This could lead to:\n\n- **Session Hijacking**: Stealing session cookies, tokens, or other sensitive information.\n- **User Impersonation**: Performing unauthorized actions on behalf of authenticated users.\n- **Phishing**: Redirecting users to malicious websites.\n- **Content Manipulation**: Altering the appearance or behavior of the affected page to mislead users or execute further attacks.\n\nThe severity of this vulnerability depends on the context of where the affected component is used, but in all cases, it poses a significant risk to user security.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N"
}
],
"affected": [
{
"package": {
"ecosystem": "Packagist",
"name": "wireui/wireui"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "1.19.3"
}
]
}
]
},
{
"package": {
"ecosystem": "Packagist",
"name": "wireui/wireui"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "2.0.0"
},
{
"fixed": "2.1.3"
}
]
}
]
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/wireui/wireui/security/advisories/GHSA-rw5h-g8xq-6877"
},
{
"type": "WEB",
"url": "https://github.com/wireui/wireui/commit/784c4f110e58eb41d0f2bdecd4655ea417f16e7e"
},
{
"type": "WEB",
"url": "https://github.com/wireui/wireui/commit/a457654912055f4dcc559da04d4e319f76b80fc5"
},
{
"type": "PACKAGE",
"url": "https://github.com/wireui/wireui"
}
],
"database_specific": {
"cwe_ids": [
"CWE-79"
],
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2024-09-17T18:33:14Z",
"nvd_published_at": null
}
}
@@ -32,7 +32,7 @@
],
"database_specific": {
"cwe_ids": [
"CWE-94"
],
"severity": "HIGH",
"github_reviewed": false,
@@ -32,7 +32,7 @@
],
"database_specific": {
"cwe_ids": [
"CWE-306"
],
"severity": "HIGH",
"github_reviewed": false,
@@ -28,7 +28,7 @@
],
"database_specific": {
"cwe_ids": [
"CWE-269"
],
"severity": "HIGH",
"github_reviewed": false,
@@ -28,6 +28,7 @@
],
"database_specific": {
"cwe_ids": [
"CWE-284",
"CWE-863"
],
"severity": "CRITICAL",
@@ -1,14 +1,21 @@
{
"schema_version": "1.4.0",
"id": "GHSA-fp76-24v2-8wq4",
"modified": "2024-06-27T18:31:31Z",
"modified": "2024-09-17T18:33:24Z",
"published": "2024-06-27T18:31:31Z",
"aliases": [
"CVE-2024-39373"
],
"details": "TELSAT marKoni FM Transmitters are vulnerable to a command injection vulnerability through the manipulation of settings and could allow an attacker to gain unauthorized access to the system with administrative privileges.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X"
}
],
"affected": [
@@ -27,7 +34,7 @@
"cwe_ids": [
"CWE-77"
],
"severity": null,
"severity": "CRITICAL",
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2024-06-27T16:15:11Z"
@@ -1,14 +1,21 @@
{
"schema_version": "1.4.0",
"id": "GHSA-mxfh-pj5j-6v79",
"modified": "2024-06-27T18:31:32Z",
"modified": "2024-09-17T18:33:24Z",
"published": "2024-06-27T18:31:32Z",
"aliases": [
"CVE-2024-39375"
],
"details": "TELSAT marKoni FM Transmitters are vulnerable to an attacker bypassing authentication and gaining administrator privileges.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X"
}
],
"affected": [
@@ -27,7 +34,7 @@
"cwe_ids": [
"CWE-603"
],
"severity": null,
"severity": "CRITICAL",
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2024-06-27T16:15:11Z"
@@ -1,14 +1,21 @@
{
"schema_version": "1.4.0",
"id": "GHSA-v93q-27w5-6jq6",
"modified": "2024-06-27T18:31:32Z",
"modified": "2024-09-17T18:33:24Z",
"published": "2024-06-27T18:31:32Z",
"aliases": [
"CVE-2024-39376"
],
"details": "TELSAT marKoni FM Transmitters are vulnerable to users gaining unauthorized access to sensitive information or performing actions beyond their designated permissions.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X"
}
],
"affected": [
@@ -27,7 +34,7 @@
"cwe_ids": [
"CWE-284"
],
"severity": null,
"severity": "CRITICAL",
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2024-06-27T16:15:11Z"
@@ -1,13 +1,17 @@
{
"schema_version": "1.4.0",
"id": "GHSA-69mq-rrf6-hxmf",
"modified": "2024-07-17T00:32:53Z",
"modified": "2024-09-17T18:33:24Z",
"published": "2024-07-17T00:32:53Z",
"aliases": [
"CVE-2024-5815"
],
"details": "A Cross-Site Request Forgery vulnerability in GitHub Enterprise Server allowed write operations on a victim-owned repository by exploiting incorrect request types. A mitigating factor is that the attacker would have to be a trusted GitHub Enterprise Server user, and the victim would have to visit a tag in the attacker's fork of their own repository. vulnerability affected all versions of GitHub Enterprise Server prior 3.14 and was fixed in version 3.13.1, 3.12.6, 3.11.12, 3.10.14, and 3.9.17.\n\n\n This vulnerability was reported via the GitHub Bug Bounty program.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:A/VC:N/VI:H/VA:N/SC:N/SI:H/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:N/AU:N/R:U/V:X/RE:L/U:Amber"
@@ -1,13 +1,17 @@
{
"schema_version": "1.4.0",
"id": "GHSA-p46f-3938-pv7g",
"modified": "2024-07-17T00:32:53Z",
"modified": "2024-09-17T18:33:24Z",
"published": "2024-07-17T00:32:53Z",
"aliases": [
"CVE-2024-6395"
],
"details": "An exposure of sensitive information vulnerability in GitHub Enterprise Server would allow an attacker to enumerate the names of private repositories that utilize deploy keys. This vulnerability did not allow unauthorized access to any repository content besides the name. This vulnerability affected all versions of GitHub Enterprise Server prior to 3.14 and was fixed in versions 3.13.1, 3.12.6, 3.11.12, 3.10.14, and 3.9.17. This vulnerability was reported via the GitHub Bug Bounty program.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:L/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:N/AU:Y/R:X/V:C/RE:L/U:Amber"
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-6cjc-w4j3-jjh8",
"modified": "2024-08-13T09:30:52Z",
"modified": "2024-09-17T18:33:24Z",
"published": "2024-08-02T12:31:43Z",
"aliases": [
"CVE-2024-38878"
@@ -1,14 +1,17 @@
{
"schema_version": "1.4.0",
"id": "GHSA-36xh-276f-w5j9",
"modified": "2024-09-17T06:30:37Z",
"modified": "2024-09-17T18:33:26Z",
"published": "2024-09-17T06:30:37Z",
"aliases": [
"CVE-2024-8092"
],
"details": "The Accordion Image Menu WordPress plugin through 3.1.3 does not have CSRF check in some places, and is missing sanitisation as well as escaping, which could allow attackers to make logged in admin add Stored XSS payloads via a CSRF attack.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N"
}
],
"affected": [
@@ -27,7 +30,7 @@
"cwe_ids": [
],
"severity": null,
"severity": "MODERATE",
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2024-09-17T06:15:02Z"
@@ -1,14 +1,17 @@
{
"schema_version": "1.4.0",
"id": "GHSA-382w-q3v4-xc76",
"modified": "2024-09-17T00:31:05Z",
"modified": "2024-09-17T18:33:25Z",
"published": "2024-09-17T00:31:05Z",
"aliases": [
"CVE-2024-44160"
],
"details": "A buffer overflow issue was addressed with improved memory handling. This issue is fixed in macOS Ventura 13.7, macOS Sonoma 14.7, macOS Sequoia 15. Processing a maliciously crafted texture may lead to unexpected app termination.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"
}
],
"affected": [
@@ -33,9 +36,9 @@
],
"database_specific": {
"cwe_ids": [
"CWE-400"
],
"severity": null,
"severity": "HIGH",
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2024-09-17T00:15:50Z"
@@ -1,14 +1,17 @@
{
"schema_version": "1.4.0",
"id": "GHSA-5fx5-p3qx-6q26",
"modified": "2024-09-16T14:37:28Z",
"modified": "2024-09-17T18:33:25Z",
"published": "2024-09-16T14:37:28Z",
"aliases": [
"CVE-2024-46938"
],
"details": "An issue was discovered in Sitecore Experience Platform (XP), Experience Manager (XM), and Experience Commerce (XC) 8.0 Initial Release through 10.4 Initial Release. An unauthenticated attacker can read arbitrary files.",
"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": [
@@ -25,9 +28,9 @@
],
"database_specific": {
"cwe_ids": [
"CWE-200"
],
"severity": null,
"severity": "HIGH",
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2024-09-15T22:15:09Z"
@@ -1,13 +1,17 @@
{
"schema_version": "1.4.0",
"id": "GHSA-5jh6-g6wh-386v",
"modified": "2024-09-02T18:31:26Z",
"modified": "2024-09-17T18:33:24Z",
"published": "2024-09-02T18:31:26Z",
"aliases": [
"CVE-2024-6919"
],
"details": "Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in NAC Telecommunication Systems Inc. NACPremium allows Blind SQL Injection.This issue affects NACPremium: through 01082024.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:Y/R:U/V:C/RE:L/U:X"
@@ -1,14 +1,17 @@
{
"schema_version": "1.4.0",
"id": "GHSA-6363-r5pj-4jm8",
"modified": "2024-09-17T06:30:36Z",
"modified": "2024-09-17T18:33:25Z",
"published": "2024-09-17T06:30:36Z",
"aliases": [
"CVE-2024-8047"
],
"details": "The Visual Sound (old) WordPress plugin through 1.06 does not have CSRF check in place when updating its settings, which could allow attackers to make a logged in admin change them via a CSRF attack",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:H/I:L/A:L"
}
],
"affected": [
@@ -27,7 +30,7 @@
"cwe_ids": [
],
"severity": null,
"severity": "MODERATE",
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2024-09-17T06:15:02Z"
@@ -1,14 +1,17 @@
{
"schema_version": "1.4.0",
"id": "GHSA-6443-r9mf-j2mj",
"modified": "2024-09-17T06:30:36Z",
"modified": "2024-09-17T18:33:25Z",
"published": "2024-09-17T06:30:36Z",
"aliases": [
"CVE-2024-8044"
],
"details": "The infolinks Ad Wrap WordPress plugin through 1.0.2 does not have CSRF check in place when updating its settings, which could allow attackers to make a logged in admin change them via a CSRF attack",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:L/I:H/A:L"
}
],
"affected": [
@@ -27,7 +30,7 @@
"cwe_ids": [
],
"severity": null,
"severity": "MODERATE",
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2024-09-17T06:15:02Z"
@@ -0,0 +1,38 @@
{
"schema_version": "1.4.0",
"id": "GHSA-66vj-hxh5-x3jh",
"modified": "2024-09-17T18:33:26Z",
"published": "2024-09-17T18:33:26Z",
"aliases": [
"CVE-2024-38813"
],
"details": "The vCenter Server contains a privilege escalation vulnerability. A malicious actor with network access to vCenter Server may trigger this vulnerability to escalate privileges to root by sending a specially crafted network packet.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H"
}
],
"affected": [
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-38813"
},
{
"type": "WEB",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/24968"
}
],
"database_specific": {
"cwe_ids": [
"CWE-250"
],
"severity": "HIGH",
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2024-09-17T18:15:04Z"
}
}
@@ -1,14 +1,17 @@
{
"schema_version": "1.4.0",
"id": "GHSA-6947-f67q-7599",
"modified": "2024-09-17T00:31:04Z",
"modified": "2024-09-17T18:33:25Z",
"published": "2024-09-17T00:31:04Z",
"aliases": [
"CVE-2024-40861"
],
"details": "The issue was addressed with improved checks. This issue is fixed in macOS Sequoia 15. An app may be able to gain root privileges.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"
}
],
"affected": [
@@ -25,9 +28,9 @@
],
"database_specific": {
"cwe_ids": [
"CWE-269"
],
"severity": null,
"severity": "HIGH",
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2024-09-17T00:15:49Z"
@@ -0,0 +1,38 @@
{
"schema_version": "1.4.0",
"id": "GHSA-72q3-gvh6-6m6w",
"modified": "2024-09-17T18:33:26Z",
"published": "2024-09-17T18:33:26Z",
"aliases": [
"CVE-2024-38812"
],
"details": "The vCenter Server contains a heap-overflow vulnerability in the implementation of the DCERPC protocol. A malicious actor with network access to vCenter Server may trigger this vulnerability by sending a specially crafted network packet potentially leading to remote code execution.",
"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": [
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-38812"
},
{
"type": "WEB",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/24968"
}
],
"database_specific": {
"cwe_ids": [
"CWE-122"
],
"severity": "CRITICAL",
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2024-09-17T18:15:03Z"
}
}

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