diff --git a/advisories/github-reviewed/2022/02/GHSA-x27w-qxhg-343v/GHSA-x27w-qxhg-343v.json b/advisories/github-reviewed/2022/02/GHSA-x27w-qxhg-343v/GHSA-x27w-qxhg-343v.json index cb49a84929a..70b1c795cd5 100644 --- a/advisories/github-reviewed/2022/02/GHSA-x27w-qxhg-343v/GHSA-x27w-qxhg-343v.json +++ b/advisories/github-reviewed/2022/02/GHSA-x27w-qxhg-343v/GHSA-x27w-qxhg-343v.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-x27w-qxhg-343v", - "modified": "2021-05-20T17:02:56Z", + "modified": "2024-04-22T19:05:51Z", "published": "2022-02-15T01:57:18Z", "aliases": [ "CVE-2017-14623" @@ -56,6 +56,6 @@ "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2021-05-20T17:02:56Z", - "nvd_published_at": null + "nvd_published_at": "2017-09-20T23:29:00Z" } } \ No newline at end of file diff --git a/advisories/github-reviewed/2022/05/GHSA-hf4p-4j9r-3cvx/GHSA-hf4p-4j9r-3cvx.json b/advisories/github-reviewed/2022/05/GHSA-hf4p-4j9r-3cvx/GHSA-hf4p-4j9r-3cvx.json index 8c087fb1c19..9c977f2d1bb 100644 --- a/advisories/github-reviewed/2022/05/GHSA-hf4p-4j9r-3cvx/GHSA-hf4p-4j9r-3cvx.json +++ b/advisories/github-reviewed/2022/05/GHSA-hf4p-4j9r-3cvx/GHSA-hf4p-4j9r-3cvx.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-hf4p-4j9r-3cvx", - "modified": "2024-02-01T21:16:11Z", + "modified": "2024-04-22T19:05:38Z", "published": "2022-05-24T22:00:36Z", "aliases": [ "CVE-2019-16355" @@ -33,6 +33,25 @@ ] } ] + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/astaxie/beego" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.12.2" + } + ] + } + ] } ], "references": [ @@ -51,6 +70,10 @@ { "type": "WEB", "url": "https://github.com/beego/beego/pull/3975/commits/f99cbe0fa40936f2f8dd28e70620c559b6e5e2fd" + }, + { + "type": "WEB", + "url": "https://github.com/beego/beego/commit/bac2b31afecc65d9a89f9e473b8006c5edc0c8d1" } ], "database_specific": { diff --git a/advisories/github-reviewed/2024/04/GHSA-3h6c-c475-jm7v/GHSA-3h6c-c475-jm7v.json b/advisories/github-reviewed/2024/04/GHSA-3h6c-c475-jm7v/GHSA-3h6c-c475-jm7v.json new file mode 100644 index 00000000000..1b3267ca75c --- /dev/null +++ b/advisories/github-reviewed/2024/04/GHSA-3h6c-c475-jm7v/GHSA-3h6c-c475-jm7v.json @@ -0,0 +1,105 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-3h6c-c475-jm7v", + "modified": "2024-04-22T19:07:03Z", + "published": "2024-04-22T19:07:03Z", + "aliases": [ + "CVE-2020-14144" + ], + "summary": "Arbitrary Code Execution in Gitea", + "details": "The git hook feature in Gitea 1.1.0 through 1.12.5 allows for authenticated remote code execution.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "code.gitea.io/gitea" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.1.0" + }, + { + "fixed": "1.12.6" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-14144" + }, + { + "type": "WEB", + "url": "https://github.com/go-gitea/gitea/pull/13058" + }, + { + "type": "WEB", + "url": "https://github.com/go-gitea/gitea/commit/8fe8ab5cbf2977f3a01ea12361df2cd76dce3ea9" + }, + { + "type": "WEB", + "url": "https://docs.github.com/en/enterprise-server%402.19/admin/policies/creating-a-pre-receive-hook-script" + }, + { + "type": "WEB", + "url": "https://docs.github.com/en/enterprise-server@2.19/admin/policies/creating-a-pre-receive-hook-script" + }, + { + "type": "WEB", + "url": "https://docs.gitlab.com/ee/administration/server_hooks.html" + }, + { + "type": "WEB", + "url": "https://github.com/PandatiX/CVE-2021-28378" + }, + { + "type": "WEB", + "url": "https://github.com/PandatiX/CVE-2021-28378#notes" + }, + { + "type": "PACKAGE", + "url": "https://github.com/go-gitea/gitea" + }, + { + "type": "WEB", + "url": "https://github.com/go-gitea/gitea/releases" + }, + { + "type": "WEB", + "url": "https://podalirius.net/articles/exploiting-cve-2020-14144-gitea-authenticated-remote-code-execution" + }, + { + "type": "WEB", + "url": "https://www.exploit-db.com/exploits/49571" + }, + { + "type": "WEB", + "url": "https://www.fzi.de/en/news/news/detail-en/artikel/fsa-2020-3-schwachstelle-in-gitea-1125-und-gogs-0122-ermoeglicht-ausfuehrung-von-code-nach-authent" + }, + { + "type": "WEB", + "url": "http://packetstormsecurity.com/files/162122/Gitea-Git-Hooks-Remote-Code-Execution.html" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-78" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-04-22T19:07:03Z", + "nvd_published_at": "2020-10-16T14:15:11Z" + } +} \ No newline at end of file