pysec-2022-237
Vulnerability from pysec
Published
2022-07-25 23:15
Modified
2022-07-26 03:40
Details
In mistune through 2.0.2, support of inline markup is implemented by using regular expressions that can involve a high amount of backtracking on certain edge cases. This behavior is commonly named catastrophic backtracking.
Impacted products
| Name | purl | mistune | pkg:pypi/mistune |
|---|
Aliases
{
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "mistune",
"purl": "pkg:pypi/mistune"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "a6d43215132fe4f3d93f8d7e90ba83b16a0838b2"
}
],
"repo": "https://github.com/lepture/mistune",
"type": "GIT"
},
{
"events": [
{
"introduced": "2.0.0a1"
},
{
"fixed": "2.0.3"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.0.0",
"2.0.0a1",
"2.0.0a2",
"2.0.0a3",
"2.0.0a4",
"2.0.0a5",
"2.0.0a6",
"2.0.0rc1",
"2.0.1",
"2.0.2"
]
}
],
"aliases": [
"CVE-2022-34749",
"GHSA-fw3v-x4f2-v673"
],
"details": "In mistune through 2.0.2, support of inline markup is implemented by using regular expressions that can involve a high amount of backtracking on certain edge cases. This behavior is commonly named catastrophic backtracking.",
"id": "PYSEC-2022-237",
"modified": "2022-07-26T03:40:40.758214Z",
"published": "2022-07-25T23:15:00Z",
"references": [
{
"type": "FIX",
"url": "https://github.com/lepture/mistune/commit/a6d43215132fe4f3d93f8d7e90ba83b16a0838b2"
},
{
"type": "WEB",
"url": "https://github.com/lepture/mistune/releases"
},
{
"type": "ADVISORY",
"url": "https://github.com/advisories/GHSA-fw3v-x4f2-v673"
}
]
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…