Lucene search
+L

308 matches found

RedHat Linux
RedHat Linux
added 2023/06/05 4:47 p.m.10 views

golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding

A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests...

7.5CVSS6.6AI score0.04561EPSS
SaveExploits0References11
OSV
OSV
added 2023/05/21 8:42 a.m.13 views

MGASA-2023-0181 Updated cmark packages fix security vulnerability

cmark incorrectly handled certain inputs. Fixes quadratic complexity in handleclosebracket "" which may lead to a denial of service CVE-2023-22486. Noting that this also fixes a quadratic parsing issue with repeated comment tags that was not in a released product but which was assigned a CVE...

7.5CVSS7.4AI score0.01108EPSS
SaveExploits2References4
Mageia
Mageia
added 2023/05/21 8:42 a.m.53 views

Updated cmark packages fix security vulnerability

cmark incorrectly handled certain inputs. Fixes quadratic complexity in handleclosebracket "" which may lead to a denial of service CVE-2023-22486. Noting that this also fixes a quadratic parsing issue with repeated comment tags that was not in a released product but which was assigned a CVE...

7.5CVSS7.3AI score0.01108EPSS
SaveExploits2References3
Github Security Blog
Github Security Blog
added 2023/04/11 10:08 p.m.72 views

Commonmarker vulnerable to to several quadratic complexity bugs that may lead to denial of service

Impact Several quadratic complexity bugs in commonmarker's underlying cmark-gfm library may lead to unbounded resource exhaustion and subsequent denial of service. The following vulnerabilities were addressed: CVE-2023-24824 CVE-2023-26485 For more information, consult the release notes for versi...

7.5CVSS7.6AI score0.01036EPSS
SaveExploits3References8Affected Software1
SUSE CVE
SUSE CVE
added 2023/04/04 2:16 a.m.5 views

SUSE CVE-2023-24824

cmark-gfm is GitHub's fork of cmark, a CommonMark parsing and rendering library and program in C. A polynomial time complexity issue in cmark-gfm may lead to unbounded resource exhaustion and subsequent denial of service. This CVE covers quadratic complexity issues when parsing text which leads...

5.3CVSS6.5AI score0.01036EPSS
SaveExploits2References4
OSV
OSV
added 2023/03/31 11:15 p.m.12 views

DEBIAN-CVE-2023-26485

cmark-gfm is GitHub's fork of cmark, a CommonMark parsing and rendering library and program in C. A polynomial time complexity issue in cmark-gfm may lead to unbounded resource exhaustion and subsequent denial of service. This CVE covers quadratic complexity issues when parsing text which leads...

7.5CVSS7.2AI score0.01029EPSS
SaveExploits1References1
Prion
Prion
added 2023/03/31 11:15 p.m.20 views

Design/Logic Flaw

cmark-gfm is GitHub's fork of cmark, a CommonMark parsing and rendering library and program in C. A polynomial time complexity issue in cmark-gfm may lead to unbounded resource exhaustion and subsequent denial of service. This CVE covers quadratic complexity issues when parsing text which leads...

5CVSS7.7AI score0.01029EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2023/03/31 11:15 p.m.10 views

UBUNTU-CVE-2023-24824

cmark-gfm is GitHub's fork of cmark, a CommonMark parsing and rendering library and program in C. A polynomial time complexity issue in cmark-gfm may lead to unbounded resource exhaustion and subsequent denial of service. This CVE covers quadratic complexity issues when parsing text which leads...

7.5CVSS5.6AI score0.01036EPSS
SaveExploits2References3
UbuntuCve
UbuntuCve
added 2023/03/31 11:15 p.m.27 views

CVE-2023-24824

cmark-gfm is GitHub's fork of cmark, a CommonMark parsing and rendering library and program in C. A polynomial time complexity issue in cmark-gfm may lead to unbounded resource exhaustion and subsequent denial of service. This CVE covers quadratic complexity issues when parsing text which leads...

7.5CVSS7AI score0.01036EPSS
SaveExploits2References2
Debian CVE
Debian CVE
added 2023/03/31 10:01 p.m.72 views

CVE-2023-24824

cmark-gfm is GitHub's fork of cmark, a CommonMark parsing and rendering library and program in C. A polynomial time complexity issue in cmark-gfm may lead to unbounded resource exhaustion and subsequent denial of service. This CVE covers quadratic complexity issues when parsing text which leads...

7.5CVSS7.4AI score0.01036EPSS
SaveExploits2
Debian CVE
Debian CVE
added 2023/03/31 10:01 p.m.72 views

CVE-2023-26485

cmark-gfm is GitHub's fork of cmark, a CommonMark parsing and rendering library and program in C. A polynomial time complexity issue in cmark-gfm may lead to unbounded resource exhaustion and subsequent denial of service. This CVE covers quadratic complexity issues when parsing text which leads...

7.5CVSS7.7AI score0.01029EPSS
SaveExploits1
OSV
OSV
added 2023/03/31 10:01 p.m.39 views

CVE-2023-26485 Quadratic complexity may lead to a denial of service in cmark-gfm

cmark-gfm is GitHub's fork of cmark, a CommonMark parsing and rendering library and program in C. A polynomial time complexity issue in cmark-gfm may lead to unbounded resource exhaustion and subsequent denial of service. This CVE covers quadratic complexity issues when parsing text which leads...

5.3CVSS7.5AI score
SaveExploits0References4
CVE
CVE
added 2023/03/31 10:01 p.m.129 views

CVE-2023-26485

CVE-2023-26485 affects cmark-gfm (GitHub’s fork of cmark) and causes a polynomial-time denial-of-service when parsing inputs with very large sequences of underscores, due to a quadratic complexity in parsing. The issue has been addressed in version 0.29.0.gfm.10 ; upgrading to this version (or ap...

7.5CVSS6.6AI score0.01029EPSS
SaveExploits1References2Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2023/02/02 8:24 p.m.33 views

Security Bulletin: IBM App Connect Enterprise Certified Container flows that use scheduled event nodes may be vulnerable to denial of service due to [CVE-2023-22467]

Summary Node.js module moment.js Luxon is used by IBM App Connect Enterprise Certified Container in the scheduled event node. IBM App Connect Enterprise Certified Container IntegrationServer and DesignerAuthoring operands that run flows containing a scheduled event node may be vulnerable to denia...

7.5CVSS7.3AI score0.01707EPSS
SaveExploits0Affected Software1
Github Security Blog
Github Security Blog
added 2023/01/24 6:12 p.m.39 views

Several quadratic complexity bugs may lead to denial of service in Commonmarker

Impact Several quadratic complexity bugs in commonmarker's underlying cmark-gfm library may lead to unbounded resource exhaustion and subsequent denial of service. The following vulnerabilities were addressed: CVE-2023-22483 CVE-2023-22484 CVE-2023-22485 CVE-2023-22486 For more information, consu...

7.5CVSS4.1AI score0.01108EPSS
SaveExploits4References2Affected Software1
OSV
OSV
added 2023/01/24 6:12 p.m.37 views

GHSA-636F-XM5J-PJ9M Several quadratic complexity bugs may lead to denial of service in Commonmarker

Impact Several quadratic complexity bugs in commonmarker's underlying cmark-gfm library may lead to unbounded resource exhaustion and subsequent denial of service. The following vulnerabilities were addressed: CVE-2023-22483 CVE-2023-22484 CVE-2023-22485 CVE-2023-22486 For more information, consu...

6.1AI score
SaveExploits0References2
Cvelist
Cvelist
added 2023/01/23 10:42 p.m.33 views

CVE-2023-22484 Inefficient Quadratic complexity bug in handle_pointy_brace may lead to a denial of service

cmark-gfm is GitHub's fork of cmark, a CommonMark parsing and rendering library and program in C. Versions prior to 0.29.0.gfm.7 are subject to a polynomial time complexity issue in cmark-gfm that may lead to unbounded resource exhaustion and subsequent denial of service. This vulnerability has...

3.5CVSS7.5AI score0.00956EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2023/01/23 10:36 p.m.7 views

CVE-2023-22483 cmark-gfm Quadratic complexity bugs may lead to a denial of service

cmark-gfm is GitHub's fork of cmark, a CommonMark parsing and rendering library and program in C. Versions prior to 0.29.0.gfm.7 are subject to several polynomial time complexity issues in cmark-gfm that may lead to unbounded resource exhaustion and subsequent denial of service. Various commands,...

3.5CVSS6.3AI score0.01073EPSS
SaveExploits1References1
OSV
OSV
added 2023/01/09 2:10 p.m.16 views

GHSA-3XQ5-WJFH-PPJC Luxon Inefficient Regular Expression Complexity vulnerability

Impact Luxon's DateTime.fromRFC2822 has quadratic N^2 complexity on some specific inputs. This causes a noticeable slowdown for inputs with lengths above 10k characters. Users providing untrusted data to this method are therefore vulnerable to ReDoS attacks. This is the same bug as Moment's...

7.5CVSS7.1AI score0.01707EPSS
SaveExploits0References8
NVD
NVD
added 2023/01/04 10:15 p.m.41 views

CVE-2023-22467

Luxon is a library for working with dates and times in JavaScript. On the 1.x branch prior to 1.38.1, the 2.x branch prior to 2.5.2, and the 3.x branch on 3.2.1, Luxon's DateTime.fromRFC2822 has quadratic N^2 complexity on some specific inputs. This causes a noticeable slowdown for inputs with...

7.5CVSS7.6AI score0.01707EPSS
SaveExploits0References6
Rows per page
Query Builder