Lucene search
+L

94 matches found

OSV
OSV
•added 2026/09/23 6:39 p.m.•2 views

CVE-2026-61814 Jawn: Quadratic parsing effort in AsyncParser

Jawn is an open source JSON parser. Prior to 1.7.0, Jawn's AsyncParser can perform quadratic work when a single JSON token is delivered across many small chunks because each absorb call rescans the incomplete token from the start. A remote attacker who controls untrusted JSON input and its chunk...

7.5CVSS5.8AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
•added 2026/09/17 2:22 p.m.•13 views

CVE-2026-92987 roxmltree through 0.21.1 Denial of Service via Quadratic Parsing

roxmltree through 0.21.1 performs quadratic-time attribute and namespace validation during XML parsing without limits on attribute count. Attackers can craft XML documents with tens of thousands of attributes on a single element to consume excessive CPU time and cause denial of service...

8.7CVSS5.7AI score0.0063EPSS
SaveExploits0References5
CVE
CVE
•added 2026/09/17 2:22 p.m.•14 views

CVE-2026-92987

roxmltree (a Rust XML parsing library) versions through 0.21.1 are susceptible to a denial-of-service vulnerability caused by quadratic-time attribute and namespace validation during XML parsing, with no imposed limit on attribute count. An attacker can craft an XML document containing tens of th...

8.7CVSS5.7AI score0.0063EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/09/17 2:22 p.m.•28 views

CVE-2026-92987 roxmltree through 0.21.1 Denial of Service via Quadratic Parsing

roxmltree through 0.21.1 performs quadratic-time attribute and namespace validation during XML parsing without limits on attribute count. Attackers can craft XML documents with tens of thousands of attributes on a single element to consume excessive CPU time and cause denial of service...

8.7CVSS0.0063EPSS
SaveExploits0References5
EUVD
EUVD
•added 2026/09/14 10:30 a.m.•7 views

EUVD-2026-77363

Mattermost versions 11.9.x = 11.9.0, 11.8.x = 11.8.4, 11.7.x = 11.7.7, 10.11.x = 10.11.22 fail to parse Markdown autolinks with unmatched trailing closing parentheses in linear time, which allows an authenticated user with permission to create posts to cause excessive server CPU consumption and...

4.3CVSS5.6AI score0.00212EPSS
SaveExploits0References1
Cvelist
Cvelist
•added 2026/09/10 9:01 p.m.•34 views

CVE-2026-45759 Suricata http1: quadratic Content-Disposition processing can lead to denial of service

Suricata is a network Intrusion Detection System, Intrusion Prevention System and Network Security Monitoring engine. Prior to versions 7.0.16 and 8.0.5, Suricata could repeatedly perform expensive parsing of large HTTP Content-Disposition headers during HTTP response body processing. Crafted HTT...

7.5CVSS0.00836EPSS
SaveExploits0References3
CVE
CVE
•added 2026/09/10 9:01 p.m.•26 views

CVE-2026-45759

Suricata (a network IDS/IPS/NMS engine) is vulnerable to a denial of service via quadratic processing of large HTTP Content-Disposition headers during HTTP response body processing. Prior to versions 7.0.16 and 8.0.5 , crafted HTTP traffic can cause excessive CPU consumption with no impact on con...

7.5CVSS5.7AI score0.00836EPSS
SaveExploits0References3Affected Software1
NVD
NVD
•added 2026/09/03 9:17 p.m.•33 views

CVE-2026-85062

Colord is a tiny yet powerful tool for high-performance color manipulations and conversions. Prior to 2.9.4, synchronous CSS color string matchers in src/colorModels/rgbString.ts, src/colorModels/hslString.ts, src/colorModels/hwbString.ts, src/colorModels/lchString.ts, and...

6.9CVSS0.00507EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/01 8:21 p.m.•14 views

GHSA-JJV6-8J6V-6J52 league/commonmark: Denial of service in the SmartPunct and Attributes extensions

Impact Two first-party extensions contain quadratic parsing paths. Both ship with the library but must be explicitly registered on the Environment; neither is included in CommonMarkConverter, GithubFlavoredMarkdownConverter, or GithubFlavoredMarkdownExtension. Applications that do not register...

7.5CVSS6.1AI score0.00515EPSS
SaveExploits0References5
NVD
NVD
•added 2026/09/01 4:16 p.m.•15 views

CVE-2026-49329

A flaw was found in openshift/oauth-server. The OAuth login and error page endpoints pass the unauthenticated Accept-Language header to golang.org/x/text/language.ParseAcceptLanguage without input validation. A bypass of the CVE-2022-32149 mitigation exists: the upstream guard counts only '-'...

7.5CVSS0.0063EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/09/01 3:30 p.m.•15 views

EUVD-2026-69301

A flaw was found in openshift/oauth-server. The OAuth login and error page endpoints pass the unauthenticated Accept-Language header to golang.org/x/text/language.ParseAcceptLanguage without input validation. A bypass of the CVE-2022-32149 mitigation exists: the upstream guard counts only '-'...

7.5CVSS5.8AI score0.0063EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
•added 2026/09/01 2:37 p.m.•10 views

CVE-2026-49329

A flaw was found in openshift/oauth-server. The OAuth login and error page endpoints pass the unauthenticated Accept-Language header to golang.org/x/text/language.ParseAcceptLanguage without input validation. A bypass of the CVE-2022-32149 mitigation exists: the upstream guard counts only '-'...

7.5CVSS5.7AI score0.0063EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
•added 2026/08/25 11:33 a.m.•10 views

CVE-2026-79658 Ech0 before 5.0.1 Denial of Service via Accept-Language

Ech0 before 5.0.1 does not impose any size or shape limit on the Accept-Language header processed by its i18n middleware, which runs on every HTTP request. The header is passed unfiltered to go-i18n's NewLocalizer, which internally calls golang.org/x/text/language.ParseAcceptLanguage. The...

8.7CVSS5.6AI score0.00509EPSS
SaveExploits0References2
CVE
CVE
•added 2026/08/25 11:33 a.m.•21 views

CVE-2026-79658

Ech0 versions before 5.0.1 are vulnerable to a denial-of-service attack via the Accept-Language header. The i18n middleware, which runs on every HTTP request, passes the header unfiltered to golang.org/x/text/language.ParseAcceptLanguage. A gap in the CVE-2022-32149 mitigation caps - characters b...

8.7CVSS5.6AI score0.00509EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/08/25 11:33 a.m.•36 views

CVE-2026-79658 Ech0 before 5.0.1 Denial of Service via Accept-Language

Ech0 before 5.0.1 does not impose any size or shape limit on the Accept-Language header processed by its i18n middleware, which runs on every HTTP request. The header is passed unfiltered to go-i18n's NewLocalizer, which internally calls golang.org/x/text/language.ParseAcceptLanguage. The...

8.7CVSS0.00509EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/08/25 11:33 a.m.•13 views

EUVD-2026-65456

Ech0 before 5.0.1 does not impose any size or shape limit on the Accept-Language header processed by its i18n middleware, which runs on every HTTP request. The header is passed unfiltered to go-i18n's NewLocalizer, which internally calls golang.org/x/text/language.ParseAcceptLanguage. The...

8.7CVSS5.6AI score0.00509EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
•added 2026/08/25 12:00 a.m.•23 views

PT-2026-81277

Ech0 before 5.0.1 does not impose any size or shape limit on the Accept-Language header processed by its i18n middleware, which runs on every HTTP request. The header is passed unfiltered to go-i18n's NewLocalizer, which internally calls golang.org/x/text/language.ParseAcceptLanguage. The...

8.7CVSS5.5AI score0.00509EPSS
SaveExploits0References3
OSV
OSV
•added 2026/08/13 3:55 p.m.•5 views

JLSEC-2026-1315 Exiv2 has quadratic performance in ICC profile parsing in `JpegBase::readMetadata`

Impact A denial-of-service was found in Exiv2 version v0.28.5: a quadratic algorithm in the ICC profile parsing code in jpegBase::readMetadata can cause Exiv2 to run for a long time. Exiv2 is a command-line utility and C++ library for reading, writing, deleting, and modifying the metadata of imag...

5.5CVSS6.5AI score0.00242EPSS
SaveExploits1References6
Tenable Nessus
Tenable Nessus
•added 2026/08/07 12:00 a.m.•20 views

Linux Distros Unpatched Vulnerability : CVE-2026-71488

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - league/commonmark is a PHP library for parsing and rendering CommonMark Markdown. From 0.6.0 until 2.9.0, specially crafted Markdown lines can cause the parser ...

7.5CVSS5.8AI score0.0063EPSS
SaveExploits0References3
NVD
NVD
•added 2026/08/06 10:18 p.m.•19 views

CVE-2026-71488

league/commonmark is a PHP library for parsing and rendering CommonMark Markdown. From 0.6.0 until 2.9.0, specially crafted Markdown lines can cause the parser to have quadratic time complexity when converting, because several parsing paths repeatedly rescan growing portions of a line to translat...

7.5CVSS0.0063EPSS
SaveExploits0References5
Rows per page
Query Builder