mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish Advisories
GHSA-578p-fxmm-6229 GHSA-rc4p-p3j9-6577
This commit is contained in:
@@ -0,0 +1,81 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-578p-fxmm-6229",
|
||||
"modified": "2024-02-22T21:40:59Z",
|
||||
"published": "2024-02-22T21:40:59Z",
|
||||
"aliases": [
|
||||
"CVE-2024-26151"
|
||||
],
|
||||
"summary": "Potentially untrusted input is rendered as HTML in final output",
|
||||
"details": "### Impact\n\nAll users of mjml-python who insert untrusted data into mjml templates unless that data is checked in a very strict manner. User input like `<script>` would be rendered as `<script>` in the final HTML output.\n\nThe attacker must be able to control some data which is later injected in an mjml template which is then send out as email to other users. The attacker could control contents of email messages sent through the platform.\n\n### Patches\n\nThe problem has been fixed in version 0.11.0 of this library. Versions before 0.10.0 are not affected by this security issue which was added as part of commit 84c495da20a91640a1ca551ace17df7f3be644aa.\n\n\n### Workarounds\n\n- Ensure that potentially untrusted user input does not contain any sequences which could be rendered as HTML. \n\n\n### References\n\n- Initial issue report by @sh-at-cs in #52\n",
|
||||
"severity": [
|
||||
{
|
||||
"type": "CVSS_V3",
|
||||
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:H/A:L"
|
||||
}
|
||||
],
|
||||
"affected": [
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "PyPI",
|
||||
"name": "mjml"
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
"type": "ECOSYSTEM",
|
||||
"events": [
|
||||
{
|
||||
"introduced": "0.10.0"
|
||||
},
|
||||
{
|
||||
"fixed": "0.11.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"versions": [
|
||||
"0.10.0"
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/FelixSchwarz/mjml-python/security/advisories/GHSA-578p-fxmm-6229"
|
||||
},
|
||||
{
|
||||
"type": "ADVISORY",
|
||||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26151"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/FelixSchwarz/mjml-python/issues/52"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/FelixSchwarz/mjml-python/commit/84c495da20a91640a1ca551ace17df7f3be644aa"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/FelixSchwarz/mjml-python/commit/8d410b7a500703080bb14ed7e3d2663fe16767e6"
|
||||
},
|
||||
{
|
||||
"type": "PACKAGE",
|
||||
"url": "https://github.com/FelixSchwarz/mjml-python"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/FelixSchwarz/mjml-python/releases/tag/v0.11.0"
|
||||
}
|
||||
],
|
||||
"database_specific": {
|
||||
"cwe_ids": [
|
||||
"CWE-20",
|
||||
"CWE-79"
|
||||
],
|
||||
"severity": "HIGH",
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2024-02-22T21:40:59Z",
|
||||
"nvd_published_at": "2024-02-22T19:15:09Z"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,89 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-rc4p-p3j9-6577",
|
||||
"modified": "2024-02-22T21:41:47Z",
|
||||
"published": "2024-02-22T21:41:47Z",
|
||||
"aliases": [
|
||||
|
||||
],
|
||||
"summary": "pypqc private key retrieval vulnerability",
|
||||
"details": "### Impact\nAn attacker able to submit many ciphertexts against a single private key, and to get responses in real-time, could recover the private key. This vulnerability has been named KyberSlash.\n\nCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N/E:F/RL:O/RC:C\n\n### Patches\nVersion 0.0.6.1 and newer of PyPQC is patched.\n\n### Workarounds\nNo workarounds have been reported. The 0.0.6 -> 0.0.6.1 upgrade should be a drop-in replacement; it has no known breaking changes.\n\n### References\n1. This was partially patched (\"KyberSlash 1\") in the reference implementation by Peter Schwabe on December 1st, 2023. \n https://www.github.com/pq-crystals/kyber/commit/dda29cc63af721981ee2c831cf00822e69be3220\n\n2. This was reported as a security vulnerability by Daniel J. Bernstein on December 15th, 2023. \n https://groups.google.com/a/list.nist.gov/g/pqc-forum/c/hWqFJCucuj4/m/-Z-jm_k9AAAJ\n\n3. A webpage was stood up for authoritative reference about this by Daniel J. Bernstein on December 19th, 2023. \n https://kyberslash.cr.yp.to/\n\n4. This was acknowledged as a security vulnerability by Thom Wiggers on December 19th, 2023. \n https://www.github.com/PQClean/PQClean/issues/533\n\n5. This was completely patched (\"KyberSlash 2\") in the reference implementation by Peter Schwabe on December 29th, 2023.\n https://www.github.com/pq-crystals/kyber/commit/11d00ff1f20cfca1f72d819e5a45165c1e0a2816\n\n6. A proof-of-concept exploit was published by Daniel J. Bernstein on December 30th, 2023. \n https://groups.google.com/a/list.nist.gov/g/pqc-forum/c/ldX0ThYJuBo/m/uIOqRF5BAwAJ\n\n7. This was completely patched in upstream by Thom Wiggers on January 25th, 2024. \n https://www.github.com/PQClean/PQClean/pull/534#event-11595728485\n\n8. This was completely patched in pypqc \\(including upload to PyPI\\) on January 26th, 2024. \n https://www.github.com/JamesTheAwesomeDude/pypqc/commit/b33fec8cd36e865f8db6215c64b2d01f429a1ed6",
|
||||
"severity": [
|
||||
{
|
||||
"type": "CVSS_V3",
|
||||
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N"
|
||||
}
|
||||
],
|
||||
"affected": [
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "PyPI",
|
||||
"name": "pypqc"
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
"type": "ECOSYSTEM",
|
||||
"events": [
|
||||
{
|
||||
"introduced": "0"
|
||||
},
|
||||
{
|
||||
"fixed": "0.0.6.1"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/JamesTheAwesomeDude/pypqc/security/advisories/GHSA-rc4p-p3j9-6577"
|
||||
},
|
||||
{
|
||||
"type": "PACKAGE",
|
||||
"url": "https://github.com/JamesTheAwesomeDude/pypqc"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://groups.google.com/a/list.nist.gov/g/pqc-forum/c/hWqFJCucuj4/m/-Z-jm_k9AAAJ"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://groups.google.com/a/list.nist.gov/g/pqc-forum/c/ldX0ThYJuBo/m/uIOqRF5BAwAJ"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://kyberslash.cr.yp.to"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://www.github.com/JamesTheAwesomeDude/pypqc/commit/b33fec8cd36e865f8db6215c64b2d01f429a1ed6"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://www.github.com/PQClean/PQClean/issues/533"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://www.github.com/PQClean/PQClean/pull/534#event-11595728485"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://www.github.com/pq-crystals/kyber/commit/11d00ff1f20cfca1f72d819e5a45165c1e0a2816"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://www.github.com/pq-crystals/kyber/commit/dda29cc63af721981ee2c831cf00822e69be3220"
|
||||
}
|
||||
],
|
||||
"database_specific": {
|
||||
"cwe_ids": [
|
||||
|
||||
],
|
||||
"severity": "HIGH",
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2024-02-22T21:41:47Z",
|
||||
"nvd_published_at": null
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user