Publish Advisories

GHSA-4j5j-58j7-6c3w
GHSA-vjjf-3rvg-gv3v
GHSA-w7rq-8f2g-jvqr
This commit is contained in:
advisory-database[bot]
2024-09-20 17:40:30 +00:00
parent 42d89d4352
commit 1e2359c572
3 changed files with 49 additions and 8 deletions
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-4j5j-58j7-6c3w",
"modified": "2024-04-30T08:40:04Z",
"modified": "2024-09-20T17:38:53Z",
"published": "2022-05-17T04:14:03Z",
"aliases": [
"CVE-2014-9706"
@@ -9,7 +9,14 @@
"summary": "Dulwich Arbitrary code execution via commit with directory path starting with .git",
"details": "The `build_index_from_tree` function in index.py in Dulwich before 0.9.9 allows remote attackers to execute arbitrary code via a commit with a directory path starting with `.git/`, which is not properly handled when checking out a working tree.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N"
}
],
"affected": [
{
@@ -49,6 +56,10 @@
"type": "PACKAGE",
"url": "https://github.com/jelmer/dulwich"
},
{
"type": "WEB",
"url": "https://github.com/pypa/advisory-database/tree/main/vulns/dulwich/PYSEC-2015-34.yaml"
},
{
"type": "WEB",
"url": "https://lists.launchpad.net/dulwich-users/msg00827.html"
@@ -78,7 +89,7 @@
"cwe_ids": [
],
"severity": "HIGH",
"severity": "CRITICAL",
"github_reviewed": true,
"github_reviewed_at": "2024-04-30T08:40:04Z",
"nvd_published_at": "2015-03-31T14:59:00Z"
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-vjjf-3rvg-gv3v",
"modified": "2024-04-22T22:58:51Z",
"modified": "2024-09-20T17:39:37Z",
"published": "2022-05-17T04:14:09Z",
"aliases": [
"CVE-2015-0838"
@@ -9,7 +9,14 @@
"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": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N"
}
],
"affected": [
{
@@ -37,6 +44,14 @@
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2015-0838"
},
{
"type": "PACKAGE",
"url": "https://github.com/jelmer/dulwich"
},
{
"type": "WEB",
"url": "https://github.com/pypa/advisory-database/tree/main/vulns/dulwich/PYSEC-2015-35.yaml"
},
{
"type": "WEB",
"url": "https://lists.launchpad.net/dulwich-users/msg00829.html"
@@ -50,7 +65,7 @@
"cwe_ids": [
"CWE-119"
],
"severity": "HIGH",
"severity": "CRITICAL",
"github_reviewed": true,
"github_reviewed_at": "2024-04-22T22:58:51Z",
"nvd_published_at": "2015-03-31T14:59:00Z"
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-w7rq-8f2g-jvqr",
"modified": "2023-08-16T22:22:45Z",
"modified": "2024-09-20T17:37:59Z",
"published": "2022-05-17T03:50:02Z",
"aliases": [
"CVE-2014-3994"
@@ -9,7 +9,14 @@
"summary": "Djiblets Cross-site scripting Vulnerability via JSON Objects",
"details": "A cross-site scripting (XSS) vulnerability in `util/templatetags/djblets_js.py` in Djblets before 0.7.30 and 0.8.x before 0.8.3 for Django, as used in Review Board, allows remote attackers to inject arbitrary web script or HTML via a JSON object, as demonstrated by the name field when changing a user name.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N"
}
],
"affected": [
{
@@ -72,6 +79,14 @@
"type": "WEB",
"url": "https://code.google.com/p/reviewboard/issues/detail?id=3406"
},
{
"type": "PACKAGE",
"url": "https://github.com/djblets/djblets"
},
{
"type": "WEB",
"url": "https://github.com/pypa/advisory-database/tree/main/vulns/djblets/PYSEC-2014-78.yaml"
},
{
"type": "WEB",
"url": "https://web.archive.org/web/20140702014704/http://seclists.org/oss-sec/2014/q2/498"