Publish Advisories

GHSA-8h22-6qwx-q4w9
GHSA-pxg6-pf52-xh8x
GHSA-8h22-6qwx-q4w9
This commit is contained in:
advisory-database[bot]
2024-10-04 20:32:48 +00:00
parent b7b3ddc695
commit 42d08c6b66
3 changed files with 204 additions and 47 deletions
@@ -0,0 +1,142 @@
{
"schema_version": "1.4.0",
"id": "GHSA-8h22-6qwx-q4w9",
"modified": "2024-10-04T20:31:16Z",
"published": "2024-10-04T18:31:11Z",
"aliases": [
"CVE-2024-47211"
],
"summary": "OpenStack Ironic fails to verify checksums of supplied image_source URLs",
"details": "In OpenStack Ironic before 21.4.4, 22.x and 23.x before 23.0.3, 23.x and 24.x before 24.1.3, and 25.x and 26.x before 26.1.0, there is a lack of checksum validation of supplied image_source URLs when configured to convert images to a raw format for streaming.",
"severity": [
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N"
}
],
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "ironic"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "25.0.0"
},
{
"fixed": "26.1.1"
}
]
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "ironic"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "23.1.0"
},
{
"fixed": "24.1.3"
}
]
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "ironic"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "22.0.0"
},
{
"fixed": "23.0.3"
}
]
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "ironic"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"last_affected": "21.4.3"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47211"
},
{
"type": "WEB",
"url": "https://github.com/openstack/ironic/commit/2127cc4c93770778457fde0582c1bba258c67e02"
},
{
"type": "WEB",
"url": "https://github.com/openstack/ironic/commit/7a1292c569a84eb05806a57a89fca5bb6b0c4043"
},
{
"type": "WEB",
"url": "https://github.com/openstack/ironic/commit/ebce0fd0845de411171127a55002ae7c9605de57"
},
{
"type": "PACKAGE",
"url": "https://github.com/openstack/ironic"
},
{
"type": "WEB",
"url": "https://github.com/openstack/ironic/compare/24.1.2...26.1.0"
},
{
"type": "WEB",
"url": "https://github.com/openstack/ironic/security"
},
{
"type": "WEB",
"url": "https://github.com/openstack/ironic/tags"
},
{
"type": "WEB",
"url": "https://security.openstack.org/ossa/OSSA-2024-004.html"
}
],
"database_specific": {
"cwe_ids": [
"CWE-354"
],
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2024-10-04T20:31:16Z",
"nvd_published_at": "2024-10-04T18:15:08Z"
}
}
@@ -0,0 +1,62 @@
{
"schema_version": "1.4.0",
"id": "GHSA-pxg6-pf52-xh8x",
"modified": "2024-10-04T20:31:00Z",
"published": "2024-10-04T20:31:00Z",
"aliases": [
"CVE-2024-47764"
],
"summary": "cookie accepts cookie name, path, and domain with out of bounds characters",
"details": "### Impact\n\nThe cookie name could be used to set other fields of the cookie, resulting in an unexpected cookie value. For example, `serialize(\"userName=<script>alert('XSS3')</script>; Max-Age=2592000; a\", value)` would result in `\"userName=<script>alert('XSS3')</script>; Max-Age=2592000; a=test\"`, setting `userName` cookie to `<script>` and ignoring `value`.\n\nA similar escape can be used for `path` and `domain`, which could be abused to alter other fields of the cookie.\n\n### Patches\n\nUpgrade to 0.7.0, which updates the validation for `name`, `path`, and `domain`.\n\n### Workarounds\n\nAvoid passing untrusted or arbitrary values for these fields, ensure they are set by the application instead of user input.\n\n### References\n\n* https://github.com/jshttp/cookie/pull/167",
"severity": [
],
"affected": [
{
"package": {
"ecosystem": "npm",
"name": "cookie"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "0.7.0"
}
]
}
]
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/jshttp/cookie/security/advisories/GHSA-pxg6-pf52-xh8x"
},
{
"type": "WEB",
"url": "https://github.com/jshttp/cookie/pull/167"
},
{
"type": "WEB",
"url": "https://github.com/jshttp/cookie/commit/e10042845354fea83bd8f34af72475eed1dadf5c"
},
{
"type": "PACKAGE",
"url": "https://github.com/jshttp/cookie"
}
],
"database_specific": {
"cwe_ids": [
"CWE-74"
],
"severity": "LOW",
"github_reviewed": true,
"github_reviewed_at": "2024-10-04T20:31:00Z",
"nvd_published_at": null
}
}
@@ -1,47 +0,0 @@
{
"schema_version": "1.4.0",
"id": "GHSA-8h22-6qwx-q4w9",
"modified": "2024-10-04T18:31:11Z",
"published": "2024-10-04T18:31:11Z",
"aliases": [
"CVE-2024-47211"
],
"details": "In OpenStack Ironic before 21.4.4, 22.x and 23.x before 23.0.3, 23.x and 24.x before 24.1.3, and 25.x and 26.x before 26.1.0, there is a lack of checksum validation of supplied image_source URLs when configured to convert images to a raw format for streaming.",
"severity": [
],
"affected": [
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47211"
},
{
"type": "WEB",
"url": "https://github.com/openstack/ironic/compare/24.1.2...26.1.0"
},
{
"type": "WEB",
"url": "https://github.com/openstack/ironic/security"
},
{
"type": "WEB",
"url": "https://github.com/openstack/ironic/tags"
},
{
"type": "WEB",
"url": "https://security.openstack.org/ossa/OSSA-2024-004.html"
}
],
"database_specific": {
"cwe_ids": [
],
"severity": null,
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2024-10-04T18:15:08Z"
}
}