diff --git a/advisories/github-reviewed/2022/05/GHSA-vjjf-3rvg-gv3v/GHSA-vjjf-3rvg-gv3v.json b/advisories/github-reviewed/2022/05/GHSA-vjjf-3rvg-gv3v/GHSA-vjjf-3rvg-gv3v.json new file mode 100644 index 00000000000..466f7aefd31 --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-vjjf-3rvg-gv3v/GHSA-vjjf-3rvg-gv3v.json @@ -0,0 +1,58 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-vjjf-3rvg-gv3v", + "modified": "2024-04-22T22:58:51Z", + "published": "2022-05-17T04:14:09Z", + "aliases": [ + "CVE-2015-0838" + ], + "summary": "Dulwich Buffer Overflow when handling pack files", + "details": "Buffer overflow in the C implementation of the `apply_delta` function `in _pack.c` in Dulwich before 0.9.9 allows remote attackers to execute arbitrary code via a crafted pack file.", + "severity": [ + + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "dulwich" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "0.9.9" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-0838" + }, + { + "type": "WEB", + "url": "https://lists.launchpad.net/dulwich-users/msg00829.html" + }, + { + "type": "WEB", + "url": "http://www.debian.org/security/2015/dsa-3206" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-119" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-04-22T22:58:51Z", + "nvd_published_at": "2015-03-31T14:59:00Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-vjjf-3rvg-gv3v/GHSA-vjjf-3rvg-gv3v.json b/advisories/unreviewed/2022/05/GHSA-vjjf-3rvg-gv3v/GHSA-vjjf-3rvg-gv3v.json deleted file mode 100644 index e0ed0f2ab81..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-vjjf-3rvg-gv3v/GHSA-vjjf-3rvg-gv3v.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-vjjf-3rvg-gv3v", - "modified": "2022-05-17T04:14:09Z", - "published": "2022-05-17T04:14:09Z", - "aliases": [ - "CVE-2015-0838" - ], - "details": "Buffer overflow in the C implementation of the apply_delta function in _pack.c in Dulwich before 0.9.9 allows remote attackers to execute arbitrary code via a crafted pack file.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-0838" - }, - { - "type": "WEB", - "url": "https://lists.launchpad.net/dulwich-users/msg00829.html" - }, - { - "type": "WEB", - "url": "http://www.debian.org/security/2015/dsa-3206" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-119" - ], - "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2015-03-31T14:59:00Z" - } -} \ No newline at end of file