diff --git a/advisories/github-reviewed/2022/05/GHSA-49w9-82cj-xr48/GHSA-49w9-82cj-xr48.json b/advisories/github-reviewed/2022/05/GHSA-49w9-82cj-xr48/GHSA-49w9-82cj-xr48.json new file mode 100644 index 00000000000..05b0b0f3832 --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-49w9-82cj-xr48/GHSA-49w9-82cj-xr48.json @@ -0,0 +1,72 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-49w9-82cj-xr48", + "modified": "2025-05-29T15:49:32Z", + "published": "2022-05-24T17:37:38Z", + "aliases": [ + "CVE-2020-28413" + ], + "summary": "MantisBT SQL Injection via mc_project_get_users function", + "details": "In MantisBT 2.24.3, SQL Injection can occur in the parameter \"access\" of the mc_project_get_users function through the API SOAP.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "mantisbt/mantisbt" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.24.4" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 2.24.3" + } + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-28413" + }, + { + "type": "WEB", + "url": "https://github.com/mantisbt/mantisbt/commit/3e37b4041bf76422541836a424ca71bc4a660247" + }, + { + "type": "WEB", + "url": "https://ethicalhcop.medium.com/cve-2020-28413-blind-sql-injection-en-mantis-bug-tracker-2-24-3-api-soap-54238f8e046d" + }, + { + "type": "PACKAGE", + "url": "https://github.com/mantisbt/mantisbt" + }, + { + "type": "WEB", + "url": "http://packetstormsecurity.com/files/160750/Mantis-Bug-Tracker-2.24.3-SQL-Injection.html" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-89" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-05-29T15:49:32Z", + "nvd_published_at": "2020-12-30T22:15:00Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-49w9-82cj-xr48/GHSA-49w9-82cj-xr48.json b/advisories/unreviewed/2022/05/GHSA-49w9-82cj-xr48/GHSA-49w9-82cj-xr48.json deleted file mode 100644 index 32c4b4a6441..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-49w9-82cj-xr48/GHSA-49w9-82cj-xr48.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-49w9-82cj-xr48", - "modified": "2022-05-24T17:37:38Z", - "published": "2022-05-24T17:37:38Z", - "aliases": [ - "CVE-2020-28413" - ], - "details": "In MantisBT 2.24.3, SQL Injection can occur in the parameter \"access\" of the mc_project_get_users function through the API SOAP.", - "severity": [], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-28413" - }, - { - "type": "WEB", - "url": "https://ethicalhcop.medium.com/cve-2020-28413-blind-sql-injection-en-mantis-bug-tracker-2-24-3-api-soap-54238f8e046d" - }, - { - "type": "WEB", - "url": "http://packetstormsecurity.com/files/160750/Mantis-Bug-Tracker-2.24.3-SQL-Injection.html" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-89" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2020-12-30T22:15:00Z" - } -} \ No newline at end of file