Lucene search
+L

275 matches found

RedHat Linux
RedHat Linux
added 2026/08/13 2:51 p.m.5 views

com.fasterxml.jackson.core/jackson-core: tools.jackson.core/jackson-core: jackson-core: Denial of Service via incomplete fix in async JSON parser

A flaw was found in jackson-core. A remote attacker can exploit an incomplete fix in the non-blocking JSON parser by streaming specially crafted JSON data in small chunks. This bypasses the intended number length constraint, causing the parser to accumulate excessive memory per connection. This...

8.7CVSS5.4AI score0.00372EPSS
SaveExploits0References11
RedHat Linux
RedHat Linux
added 2026/08/13 2:50 p.m.4 views

com.fasterxml.jackson.core/jackson-core: tools.jackson.core/jackson-core: jackson-core: Denial of Service via incomplete fix in async JSON parser

A flaw was found in jackson-core. A remote attacker can exploit an incomplete fix in the non-blocking JSON parser by streaming specially crafted JSON data in small chunks. This bypasses the intended number length constraint, causing the parser to accumulate excessive memory per connection. This...

8.7CVSS5.4AI score0.00372EPSS
SaveExploits0References11
IBM Security Bulletins
IBM Security Bulletins
added 2026/08/13 10:19 a.m.4 views

Security Bulletin: IBM Quantum Safe Explorer is affected by multiple vulnerabilities

Summary Multiple vulnerabilities are found in the dependent open source libraries used in IBM Quantum Safe Explorer code base. IBM Quantum Safe Explorer has addressed these vulnerabilities by updating the versions of the affected libraries. Vulnerability Details CVEID:CVE-2026-16221 DESCRIPTION:...

8.7CVSS5.4AI score0.0045EPSS
SaveExploits0Affected Software1
RedHat Linux
RedHat Linux
added 2026/08/12 10:01 p.m.19 views

Important: Red Hat Security Advisory: Red Hat Lightspeed (formerly Insights) for Runtimes security update

An update is now available for Red Hat Lightspeed formerly Insights for Runtimes on RHEL 9. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each...

8.7CVSS6AI score0.00779EPSS
SaveExploits2References5
RedHat Linux
RedHat Linux
added 2026/08/11 5:41 p.m.21 views

com.fasterxml.jackson.core/jackson-core: tools.jackson.core/jackson-core: jackson-core: Denial of Service via incomplete fix in async JSON parser

A flaw was found in jackson-core. A remote attacker can exploit an incomplete fix in the non-blocking JSON parser by streaming specially crafted JSON data in small chunks. This bypasses the intended number length constraint, causing the parser to accumulate excessive memory per connection. This...

8.7CVSS5.3AI score0.00372EPSS
SaveExploits0References11
RedHat Linux
RedHat Linux
added 2026/08/11 4:39 p.m.7 views

com.fasterxml.jackson.core/jackson-core: tools.jackson.core/jackson-core: jackson-core: Denial of Service via incomplete fix in async JSON parser

A flaw was found in jackson-core. A remote attacker can exploit an incomplete fix in the non-blocking JSON parser by streaming specially crafted JSON data in small chunks. This bypasses the intended number length constraint, causing the parser to accumulate excessive memory per connection. This...

8.7CVSS5.3AI score0.00372EPSS
SaveExploits0References11
RedhatCVE
RedhatCVE
added 2026/08/10 10:47 a.m.4 views

CVE-2026-18401

A flaw was found in jackson-core. The non-blocking asynchronous JSON parser does not properly enforce the maximum number length constraint. A remote attacker can exploit this by submitting a specially crafted JSON document containing an arbitrarily long number to an application using the...

6.9CVSS5.3AI score0.0031EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/07 12:11 p.m.15 views

ROOT-APP-MAVEN-GHSA-R7WM-3CXJ-WFF9 GHSA-r7wm-3cxj-wff9 in com.fasterxml.jackson.core:jackson-core - Patched by Root

Root has patched GHSA-r7wm-3cxj-wff9 in the com.fasterxml.jackson.core:jackson-core package for Root:Maven. Multiple fixed versions available...

5.5AI score
SaveExploits0
OSV
OSV
added 2026/08/07 9:21 a.m.14 views

ROOT-APP-MAVEN-GHSA-72HV-8253-57QQ GHSA-72hv-8253-57qq in com.fasterxml.jackson.core:jackson-core - Patched by Root

Root has patched GHSA-72hv-8253-57qq in the com.fasterxml.jackson.core:jackson-core package for Root:Maven. Multiple fixed versions available...

5.5AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/08/05 6:20 p.m.11 views

CVE-2026-68494

A flaw was found in jackson-core. A remote attacker can exploit an incomplete fix in the non-blocking JSON parser by streaming specially crafted JSON data in small chunks. This bypasses the intended number length constraint, causing the parser to accumulate excessive memory per connection. This...

8.7CVSS5.5AI score0.00372EPSS
SaveExploits0References10
NVD
NVD
added 2026/08/04 3:16 p.m.29 views

CVE-2026-18401

The non-blocking asynchronous JSON parser in jackson-core does not enforce the maxNumberLength constraint defined in StreamReadConstraints default: 1000 characters. An attacker able to submit JSON to an application that uses the async parser API can supply a number token of arbitrary length,...

6.9CVSS0.0031EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/04 2:52 p.m.5 views

CLSA-2026-1777941827 TuxCare security update for com.fasterxml.jackson.core:jackson-core (3 CVEs)

TuxCare rebuilt com.fasterxml.jackson.core:jackson-core to address 3 CVEs. Fixed in 2.14.2-tuxcare.1...

8.7CVSS6.2AI score0.00779EPSS
SaveExploits1
CVE
CVE
added 2026/08/04 2:39 p.m.202 views

CVE-2026-68494

This CVE notes an incomplete fix for CVE-2026-18401 in jackson-core’s non-blocking parser, leaving a remaining bypass for number-length constraints when data is streamed in many small chunks. The issue arises in the async parser path (MINOR_NUMBER_INTEGER_DIGITS) where validateIntegerLength() is ...

8.7CVSS5.6AI score0.00372EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2026/08/04 2:39 p.m.10 views

CVE-2026-68494 jackson-core: Async parser maxNumberLength bypass via chunked digit accumulation (incomplete fix for CVE-2026-18401 / GHSA-72hv-8253-57qq)

The fix released in jackson-core 2.18.6 and 2.21.1 for CVE-2026-18401 GHSA-72hv-8253-57qq, number length constraint bypass in the non-blocking parser is incomplete. This record covers the remaining bypass. The earlier fix wired validateIntegerLength into a new setIntLength helper and invoked it...

8.7CVSS5.6AI score0.00372EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/08/04 2:39 p.m.11 views

CVE-2026-68494

The fix released in jackson-core 2.18.6 and 2.21.1 for CVE-2026-18401 GHSA-72hv-8253-57qq, number length constraint bypass in the non-blocking parser is incomplete. This record covers the remaining bypass. The earlier fix wired validateIntegerLength into a new setIntLength helper and invoked it...

8.7CVSS5.6AI score0.00372EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/04 2:23 p.m.8 views

EUVD-2026-52699

The non-blocking asynchronous JSON parser in jackson-core does not enforce the maxNumberLength constraint defined in StreamReadConstraints default: 1000 characters. An attacker able to submit JSON to an application that uses the async parser API can supply a number token of arbitrary length,...

6.9CVSS5.7AI score0.0031EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/04 2:23 p.m.37 views

CVE-2026-18401 jackson-core: Number length constraint bypass in non-blocking (async) JSON parser leads to potential denial of service

The non-blocking asynchronous JSON parser in jackson-core does not enforce the maxNumberLength constraint defined in StreamReadConstraints default: 1000 characters. An attacker able to submit JSON to an application that uses the async parser API can supply a number token of arbitrary length,...

6.9CVSS0.0031EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/04 2:23 p.m.17 views

CVE-2026-18401 jackson-core: Number length constraint bypass in non-blocking (async) JSON parser leads to potential denial of service

The non-blocking asynchronous JSON parser in jackson-core does not enforce the maxNumberLength constraint defined in StreamReadConstraints default: 1000 characters. An attacker able to submit JSON to an application that uses the async parser API can supply a number token of arbitrary length,...

6.9CVSS5.7AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/08/04 2:23 p.m.12 views

CVE-2026-18401

The non-blocking asynchronous JSON parser in jackson-core does not enforce the maxNumberLength constraint defined in StreamReadConstraints default: 1000 characters. An attacker able to submit JSON to an application that uses the async parser API can supply a number token of arbitrary length,...

6.9CVSS5.7AI score0.0031EPSS
SaveExploits0
CVE
CVE
added 2026/08/04 2:23 p.m.62 views

CVE-2026-18401

The CVE describes a vulnerability in jackson-core’s non-blocking (async) JSON parser where maxNumberLength is not enforced, unlike the synchronous parser. Root cause: the async parsing path in NonBlockingUtf8JsonParserBase does not invoke number length validation; _finishNumberIntegralPart() accu...

6.9CVSS5.7AI score0.0031EPSS
SaveExploits0References3
Rows per page
Query Builder