Publish Advisories

GHSA-2g68-c3qc-8985
GHSA-4xc9-8hmq-j652
GHSA-83pv-qr33-2vcf
GHSA-h75v-3vvj-5mfj
This commit is contained in:
advisory-database[bot]
2024-05-06 14:22:03 +00:00
parent 812325e0bd
commit 382fa0d144
4 changed files with 260 additions and 0 deletions
@@ -0,0 +1,61 @@
{
"schema_version": "1.4.0",
"id": "GHSA-2g68-c3qc-8985",
"modified": "2024-05-06T14:21:27Z",
"published": "2024-05-06T14:21:27Z",
"aliases": [
"CVE-2024-34069"
],
"summary": "Werkzeug debugger vulnerable to remote execution when interacting with attacker controlled domain",
"details": "The debugger in affected versions of Werkzeug can allow an attacker to execute code on a developer's machine under some circumstances. This requires the attacker to get the developer to interact with a domain and subdomain they control, and enter the debugger PIN, but if they are successful it allows access to the debugger even if it is only running on localhost. This also requires the attacker to guess a URL in the developer's application that will trigger the debugger.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H"
}
],
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "Werkzeug"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "3.0.3"
}
]
}
]
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/pallets/werkzeug/security/advisories/GHSA-2g68-c3qc-8985"
},
{
"type": "WEB",
"url": "https://github.com/pallets/werkzeug/commit/3386395b24c7371db11a5b8eaac0c91da5362692"
},
{
"type": "PACKAGE",
"url": "https://github.com/pallets/werkzeug"
}
],
"database_specific": {
"cwe_ids": [
"CWE-352"
],
"severity": "HIGH",
"github_reviewed": true,
"github_reviewed_at": "2024-05-06T14:21:27Z",
"nvd_published_at": null
}
}
@@ -0,0 +1,58 @@
{
"schema_version": "1.4.0",
"id": "GHSA-4xc9-8hmq-j652",
"modified": "2024-05-06T14:20:40Z",
"published": "2024-05-06T14:20:40Z",
"aliases": [
"CVE-2024-32972"
],
"summary": "go-ethereum vulnerable to DoS via malicious p2p message",
"details": "### Impact\n\nA vulnerable node can be made to consume very large amounts of memory when handling specially crafted p2p messages sent from an attacker node.\n\nMore in-depth details will be released at a later time. \n\n### Patches\n\nThe fix has been included in geth version `1.13.15` and onwards.\n\n### Workarounds\n\nNo workarounds have been made public. \n\n### References\n\nNo more information is released at this time.\n\n### Credit\n\nThis bug was responsibly disclosed by DongHan Kim via the Ethereum big bounty program, for which we're very grateful! ",
"severity": [
],
"affected": [
{
"package": {
"ecosystem": "Go",
"name": "github.com/ethereum/go-ethereum"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "1.13.15"
}
]
}
]
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/ethereum/go-ethereum/security/advisories/GHSA-4xc9-8hmq-j652"
},
{
"type": "PACKAGE",
"url": "https://github.com/ethereum/go-ethereum"
},
{
"type": "WEB",
"url": "https://github.com/ethereum/go-ethereum/compare/v1.13.14...v1.13.15"
}
],
"database_specific": {
"cwe_ids": [
],
"severity": "HIGH",
"github_reviewed": true,
"github_reviewed_at": "2024-05-06T14:20:40Z",
"nvd_published_at": null
}
}
File diff suppressed because one or more lines are too long
@@ -0,0 +1,61 @@
{
"schema_version": "1.4.0",
"id": "GHSA-h75v-3vvj-5mfj",
"modified": "2024-05-06T14:20:59Z",
"published": "2024-05-06T14:20:59Z",
"aliases": [
"CVE-2024-34064"
],
"summary": "Jinja vulnerable to HTML attribute injection when passing user input as keys to xmlattr filter",
"details": "The `xmlattr` filter in affected versions of Jinja accepts keys containing non-attribute characters. XML/HTML attributes cannot contain spaces, `/`, `>`, or `=`, as each would then be interpreted as starting a separate attribute. If an application accepts keys (as opposed to only values) as user input, and renders these in pages that other users see as well, an attacker could use this to inject other attributes and perform XSS. The fix for the previous GHSA-h5c8-rqwp-cp95 CVE-2024-22195 only addressed spaces but not other characters.\n\nAccepting keys as user input is now explicitly considered an unintended use case of the `xmlattr` filter, and code that does so without otherwise validating the input should be flagged as insecure, regardless of Jinja version. Accepting _values_ as user input continues to be safe.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N"
}
],
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "Jinja2"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "3.1.4"
}
]
}
]
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj"
},
{
"type": "WEB",
"url": "https://github.com/pallets/jinja/commit/0668239dc6b44ef38e7a6c9f91f312fd4ca581cb"
},
{
"type": "PACKAGE",
"url": "https://github.com/pallets/jinja"
}
],
"database_specific": {
"cwe_ids": [
"CWE-79"
],
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2024-05-06T14:20:59Z",
"nvd_published_at": null
}
}