Bug 2256887 (CVE-2024-22051)
Summary: | CVE-2024-22051 commonmarker: integer overflow in cmark-gfm's table row parsing may lead to heap memory corruption | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Robb Gatica <rgatica> |
Component: | vulnerability | Assignee: | Product Security <prodsec-ir-bot> |
Status: | NEW --- | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | unspecified | CC: | amasferr, carnil, chazlett, mkudlej, tjochec |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | commonmarker 0.23.4 | Doc Type: | If docs needed, set a value |
Doc Text: |
An integer overflow in cmark-gfm's table row parsing may lead to heap memory corruption when parsing tables who's marker rows contain more than UINT16_MAX columns.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | Type: | --- | |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 2256885 |
Description
Robb Gatica
2024-01-05 00:38:01 UTC
Is this not yet covered already by CVE-2022-24724 (cmark-gfm), given ruby-commonmarker just embbeds cmark-gfm and fixes the issue with the 0.23.4 version importing/rebasing the cmark-gfm version? I'm inclined to agree that this may be duplicate issue of cmark-gfm - CVE-2022-24724. VulnCheck apparently pulled the new CVE for CommonMarker. |