Publish Advisories

GHSA-rqxp-6926-hphr
GHSA-w5rq-g9r6-vrcg
This commit is contained in:
advisory-database[bot]
2024-11-26 16:53:22 +00:00
parent 7406d3cded
commit fcd189a5f6
2 changed files with 79 additions and 3 deletions
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-rqxp-6926-hphr",
"modified": "2024-11-22T18:00:41Z",
"modified": "2024-11-26T16:52:26Z",
"published": "2022-05-01T23:45:03Z",
"aliases": [
"CVE-2008-1937"
@@ -9,7 +9,14 @@
"summary": "MoinMoin vulnerable to privilege escalation",
"details": "The user form processing (userform.py) in MoinMoin before 1.6.3, when using ACLs or a non-empty superusers list, does not properly manage users, which allows remote attackers to gain privileges.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N"
}
],
"affected": [
{
@@ -41,6 +48,10 @@
"type": "WEB",
"url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/41909"
},
{
"type": "PACKAGE",
"url": "https://github.com/moinwiki/moin"
},
{
"type": "WEB",
"url": "https://github.com/pypa/advisory-database/tree/main/vulns/moin/PYSEC-2008-12.yaml"
@@ -74,7 +85,7 @@
"cwe_ids": [
"CWE-284"
],
"severity": "MODERATE",
"severity": "HIGH",
"github_reviewed": true,
"github_reviewed_at": "2024-02-09T15:51:31Z",
"nvd_published_at": "2008-04-25T06:05:00Z"
@@ -0,0 +1,65 @@
{
"schema_version": "1.4.0",
"id": "GHSA-w5rq-g9r6-vrcg",
"modified": "2024-11-26T16:51:05Z",
"published": "2024-11-26T16:51:05Z",
"aliases": [
"CVE-2024-53843"
],
"summary": "@dapperduckling/keycloak-connector-server has Reflected XSS Vulnerability in Authentication Flow URL Handling",
"details": "**Impact**\nA Reflected Cross-Site Scripting (XSS) vulnerability was discovered in the authentication flow of the application. This issue arises due to improper sanitization of the URL parameters, allowing the URL bar's contents to be injected and reflected into the HTML page. An attacker could craft a malicious URL to execute arbitrary JavaScript in the browser of a victim who visits the link.\n\n**Who is impacted?**\nAny application utilizing this authentication library is vulnerable. Users of the application are at risk if they can be lured into clicking on a crafted malicious link.\n\n**Patches**\nThe vulnerability has been patched in **2.5.5** by ensuring proper sanitization and escaping of user input in the affected URL parameters.\n\nUsers are strongly encouraged to upgrade to the following versions:\n\n**Workarounds**\nIf upgrading is not immediately possible, users can implement the following workarounds:\n- Employ a Web Application Firewall (WAF) to block malicious requests containing suspicious URL parameters.\n- Apply input validation and escaping directly within the applications middleware or reverse proxy layer, specifically targeting the affected parameters.\n\n**References**\n- OWASP Cross-Site Scripting (XSS) Cheat Sheet: https://owasp.org/www-community/attacks/xss/",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:U"
}
],
"affected": [
{
"package": {
"ecosystem": "npm",
"name": "@dapperduckling/keycloak-connector-server"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "2.5.5"
}
]
}
]
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/DapperDuckling/keycloak-connector/security/advisories/GHSA-w5rq-g9r6-vrcg"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-53843"
},
{
"type": "PACKAGE",
"url": "https://github.com/DapperDuckling/keycloak-connector"
}
],
"database_specific": {
"cwe_ids": [
"CWE-79"
],
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2024-11-26T16:51:05Z",
"nvd_published_at": "2024-11-26T00:15:07Z"
}
}