From 207ac0bf5a37545aac534539d8ebea095690b251 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 28 May 2025 23:03:33 +0000 Subject: [PATCH] Publish Advisories GHSA-jm72-67rm-763j GHSA-jm72-67rm-763j --- .../GHSA-jm72-67rm-763j.json | 72 +++++++++++++++++++ .../GHSA-jm72-67rm-763j.json | 35 --------- 2 files changed, 72 insertions(+), 35 deletions(-) create mode 100644 advisories/github-reviewed/2022/04/GHSA-jm72-67rm-763j/GHSA-jm72-67rm-763j.json delete mode 100644 advisories/unreviewed/2022/04/GHSA-jm72-67rm-763j/GHSA-jm72-67rm-763j.json diff --git a/advisories/github-reviewed/2022/04/GHSA-jm72-67rm-763j/GHSA-jm72-67rm-763j.json b/advisories/github-reviewed/2022/04/GHSA-jm72-67rm-763j/GHSA-jm72-67rm-763j.json new file mode 100644 index 00000000000..0b4b2f7fed4 --- /dev/null +++ b/advisories/github-reviewed/2022/04/GHSA-jm72-67rm-763j/GHSA-jm72-67rm-763j.json @@ -0,0 +1,72 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-jm72-67rm-763j", + "modified": "2025-05-28T23:02:25Z", + "published": "2022-04-21T01:54:03Z", + "aliases": [ + "CVE-2009-20001" + ], + "summary": "MantisBT Insufficient Session Experation allows for credential theft", + "details": "An issue was discovered in MantisBT before 2.24.5. It associates a unique cookie string with each user. This string is not reset upon logout (i.e., the user session is still considered valid and active), allowing an attacker who somehow gained access to a user's cookie to login as them.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "mantisbt/mantisbt" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.24.5" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 2.24.4" + } + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2009-20001" + }, + { + "type": "WEB", + "url": "https://github.com/mantisbt/mantisbt/commit/79a78c09d5ef5ce098adc73f6f1416f00fc238a5" + }, + { + "type": "PACKAGE", + "url": "https://github.com/mantisbt/mantisbt" + }, + { + "type": "WEB", + "url": "https://mantisbt.org/bugs/view.php?id=11296" + }, + { + "type": "WEB", + "url": "https://mantisbt.org/bugs/view.php?id=27976" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-613" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2025-05-28T23:02:24Z", + "nvd_published_at": "2021-03-07T20:15:00Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2022/04/GHSA-jm72-67rm-763j/GHSA-jm72-67rm-763j.json b/advisories/unreviewed/2022/04/GHSA-jm72-67rm-763j/GHSA-jm72-67rm-763j.json deleted file mode 100644 index 806476707af..00000000000 --- a/advisories/unreviewed/2022/04/GHSA-jm72-67rm-763j/GHSA-jm72-67rm-763j.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-jm72-67rm-763j", - "modified": "2022-04-21T01:54:03Z", - "published": "2022-04-21T01:54:03Z", - "aliases": [ - "CVE-2009-20001" - ], - "details": "An issue was discovered in MantisBT before 2.24.5. It associates a unique cookie string with each user. This string is not reset upon logout (i.e., the user session is still considered valid and active), allowing an attacker who somehow gained access to a user's cookie to login as them.", - "severity": [], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2009-20001" - }, - { - "type": "WEB", - "url": "https://mantisbt.org/bugs/view.php?id=11296" - }, - { - "type": "WEB", - "url": "https://mantisbt.org/bugs/view.php?id=27976" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-613" - ], - "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2021-03-07T20:15:00Z" - } -} \ No newline at end of file