diff --git a/advisories/github-reviewed/2022/05/GHSA-2vcm-2mcr-wmx7/GHSA-2vcm-2mcr-wmx7.json b/advisories/github-reviewed/2022/05/GHSA-2vcm-2mcr-wmx7/GHSA-2vcm-2mcr-wmx7.json new file mode 100644 index 00000000000..c0605f3616b --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-2vcm-2mcr-wmx7/GHSA-2vcm-2mcr-wmx7.json @@ -0,0 +1,107 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-2vcm-2mcr-wmx7", + "modified": "2025-04-22T01:06:15Z", + "published": "2022-05-14T02:46:18Z", + "aliases": [ + "CVE-2016-4316" + ], + "summary": "WSO2 Carbon vulnerable to Cross-site Scripting", + "details": "Multiple cross-site scripting (XSS) vulnerabilities in WSO2 Carbon 4.4.5 allow remote attackers to inject arbitrary web script or HTML via the (1) setName parameter to identity-mgt/challenges-mgt.jsp; the (2) webappType or (3) httpPort parameter to webapp-list/webapp_info.jsp; the (4) dsName or (5) description parameter to ndatasource/newdatasource.jsp; the (6) phase parameter to viewflows/handlers.jsp; or the (7) url parameter to ndatasource/validateconnection-ajaxprocessor.jsp.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.wso2.carbon.commons:org.wso2.carbon.ndatasource.ui" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "4.4.5" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.wso2.carbon.identity.framework:org.wso2.carbon.identity.mgt.ui" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "4.4.5" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.wso2.carbon.commons:org.wso2.carbon.messageflows.ui" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "4.4.5" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-4316" + }, + { + "type": "WEB", + "url": "https://web.archive.org/web/20201207111805/http://www.securityfocus.com/archive/1/539201/100/0/threaded" + }, + { + "type": "WEB", + "url": "https://www.exploit-db.com/exploits/40241" + }, + { + "type": "WEB", + "url": "http://hyp3rlinx.altervista.org/advisories/WSO2-CARBON-v4.4.5-PERSISTENT-XSS-COOKIE-THEFT.txt" + }, + { + "type": "WEB", + "url": "http://packetstormsecurity.com/files/138331/WSO2-Carbon-4.4.5-Cross-Site-Scripting.html" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-04-22T01:06:15Z", + "nvd_published_at": "2017-02-17T02:59:00Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-mjww-vqqw-v78q/GHSA-mjww-vqqw-v78q.json b/advisories/github-reviewed/2022/05/GHSA-mjww-vqqw-v78q/GHSA-mjww-vqqw-v78q.json similarity index 57% rename from advisories/unreviewed/2022/05/GHSA-mjww-vqqw-v78q/GHSA-mjww-vqqw-v78q.json rename to advisories/github-reviewed/2022/05/GHSA-mjww-vqqw-v78q/GHSA-mjww-vqqw-v78q.json index 7051660915a..c776cddb227 100644 --- a/advisories/unreviewed/2022/05/GHSA-mjww-vqqw-v78q/GHSA-mjww-vqqw-v78q.json +++ b/advisories/github-reviewed/2022/05/GHSA-mjww-vqqw-v78q/GHSA-mjww-vqqw-v78q.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-mjww-vqqw-v78q", - "modified": "2025-04-20T03:32:58Z", + "modified": "2025-04-22T01:06:28Z", "published": "2022-05-14T02:46:18Z", "aliases": [ "CVE-2016-4314" ], + "summary": "WSO2 Carbon directory traversal vulnerability", "details": "Directory traversal vulnerability in the LogViewer Admin Service in WSO2 Carbon 4.4.5 allows remote authenticated administrators to read arbitrary files via a .. (dot dot) in the logFile parameter to downloadgz-ajaxprocessor.jsp.", "severity": [ { @@ -13,15 +14,43 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.wso2.carbon.commons:org.wso2.carbon.logging.view.ui" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "4.4.5" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-4314" }, + { + "type": "PACKAGE", + "url": "https://github.com/wso2/carbon-commons" + }, { "type": "WEB", - "url": "https://docs.wso2.com/display/Security/Security+Advisory+WSO2-2016-0098" + "url": "https://github.com/wso2/docs-security/blob/main/en/docs/security-announcements/security-advisories/2016/WSO2-2016-0098.md" + }, + { + "type": "WEB", + "url": "https://web.archive.org/web/20201207110545/http://www.securityfocus.com/archive/1/539200/100/0/threaded" }, { "type": "WEB", @@ -34,14 +63,6 @@ { "type": "WEB", "url": "http://packetstormsecurity.com/files/138330/WSO2-Carbon-4.4.5-Local-File-Inclusion.html" - }, - { - "type": "WEB", - "url": "http://www.securityfocus.com/archive/1/539200/100/0/threaded" - }, - { - "type": "WEB", - "url": "http://www.securityfocus.com/bid/92473" } ], "database_specific": { @@ -49,8 +70,8 @@ "CWE-22" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-04-22T01:06:28Z", "nvd_published_at": "2017-02-17T02:59:00Z" } } \ No newline at end of file diff --git a/advisories/github-reviewed/2025/04/GHSA-mxr3-8whj-j74r/GHSA-mxr3-8whj-j74r.json b/advisories/github-reviewed/2025/04/GHSA-mxr3-8whj-j74r/GHSA-mxr3-8whj-j74r.json new file mode 100644 index 00000000000..60d68bbdef9 --- /dev/null +++ b/advisories/github-reviewed/2025/04/GHSA-mxr3-8whj-j74r/GHSA-mxr3-8whj-j74r.json @@ -0,0 +1,71 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-mxr3-8whj-j74r", + "modified": "2025-04-22T01:07:03Z", + "published": "2025-04-22T01:07:03Z", + "aliases": [ + "CVE-2025-32955" + ], + "summary": "Harden-Runner allows evasion of 'disable-sudo' policy", + "details": "### Summary\nHarden-Runner includes a policy option `disable-sudo` to prevent the GitHub Actions runner user from using sudo. This is implemented by removing the runner user from the sudoers file. However, this control can be bypassed as the runner user, being part of the docker group, can interact with the Docker daemon to launch privileged containers or access the host filesystem. This allows the attacker to regain root access or restore the sudoers file, effectively bypassing the restriction. \n\nFor an attacker to bypass this control, they would first need the ability to run their malicious code (e.g., by a supply chain attack similar to tj-actions or exploiting a Pwn Request vulnerability)) on the runner. This vulnerability has been fixed in Harden-Runner version `v2.12.0`.\n\n### Impact\nAn attacker with the ability to run their malicious code on a runner configured with `disable-sudo: true` can escalate privileges to root using Docker, defeating the intended security control.\n\n### Affected Configuration\n•\tHarden-Runner configurations that use `disable-sudo: true` on GitHub-hosted runners or on ephemeral self-hosted VM-based runners.\n•\tThis issue does not apply to Kubernetes-based Actions Runner Controller (ARC) Harden-Runner.\n\n### Mitigation / Fix\nThis vulnerability has been fixed in Harden-Runner version `v2.12.0`. Users should migrate to the stronger `disable-sudo-and-containers` policy. This setting:\n•\tDisables sudo access,\n•\tRemoves access to dockerd and containerd sockets,\n•\tUninstalls Docker from the runner entirely, preventing container-based privilege escalation paths.\n\n\n### Additional Improvements\n•\tThe `disable-sudo` option will be deprecated in the future, as it does not sufficiently restrict privilege escalation on its own. \n•\tHarden-Runner now includes detections to alert on attempts to evade the `disable-sudo` policy.\n\n\n### Credits\nReported by @loresuso and @darryk10. We would like to thank them for collaborating with us to mitigate the vulnerability.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "GitHub Actions", + "name": "step-security/harden-runner" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0.12.0" + }, + { + "fixed": "2.12.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/step-security/harden-runner/security/advisories/GHSA-mxr3-8whj-j74r" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-32955" + }, + { + "type": "WEB", + "url": "https://github.com/step-security/harden-runner/commit/0634a2670c59f64b4a01f0f96f84700a4088b9f0" + }, + { + "type": "PACKAGE", + "url": "https://github.com/step-security/harden-runner" + }, + { + "type": "WEB", + "url": "https://github.com/step-security/harden-runner/releases/tag/v2.12.0" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-250", + "CWE-268", + "CWE-272" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-04-22T01:07:03Z", + "nvd_published_at": "2025-04-21T21:15:20Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-2vcm-2mcr-wmx7/GHSA-2vcm-2mcr-wmx7.json b/advisories/unreviewed/2022/05/GHSA-2vcm-2mcr-wmx7/GHSA-2vcm-2mcr-wmx7.json deleted file mode 100644 index 6e22fab3fb8..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-2vcm-2mcr-wmx7/GHSA-2vcm-2mcr-wmx7.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-2vcm-2mcr-wmx7", - "modified": "2025-04-20T03:32:58Z", - "published": "2022-05-14T02:46:18Z", - "aliases": [ - "CVE-2016-4316" - ], - "details": "Multiple cross-site scripting (XSS) vulnerabilities in WSO2 Carbon 4.4.5 allow remote attackers to inject arbitrary web script or HTML via the (1) setName parameter to identity-mgt/challenges-mgt.jsp; the (2) webappType or (3) httpPort parameter to webapp-list/webapp_info.jsp; the (4) dsName or (5) description parameter to ndatasource/newdatasource.jsp; the (6) phase parameter to viewflows/handlers.jsp; or the (7) url parameter to ndatasource/validateconnection-ajaxprocessor.jsp.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-4316" - }, - { - "type": "WEB", - "url": "https://www.exploit-db.com/exploits/40241" - }, - { - "type": "WEB", - "url": "http://hyp3rlinx.altervista.org/advisories/WSO2-CARBON-v4.4.5-PERSISTENT-XSS-COOKIE-THEFT.txt" - }, - { - "type": "WEB", - "url": "http://packetstormsecurity.com/files/138331/WSO2-Carbon-4.4.5-Cross-Site-Scripting.html" - }, - { - "type": "WEB", - "url": "http://www.securityfocus.com/archive/1/539201/100/0/threaded" - }, - { - "type": "WEB", - "url": "http://www.securityfocus.com/bid/92473" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-79" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2017-02-17T02:59:00Z" - } -} \ No newline at end of file