Lucene search
+L

3945 matches found

RedHat Linux
RedHat Linux
added 2026/09/03 10:05 p.m.9 views

jackson-databind: jackson-databind: Arbitrary code execution via PolymorphicTypeValidator bypass

A flaw was found in jackson-databind. This vulnerability allows a remote attacker to bypass the PolymorphicTypeValidator PTV when polymorphic typing is enabled and a type identifier contains generic parameters. By crafting a malicious type ID, an attacker can place a denied class as a generic typ...

8.1CVSS5.8AI score0.00873EPSS
SaveExploits1References7
RedHat Linux
RedHat Linux
added 2026/09/03 10:05 p.m.9 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.5AI score0.00372EPSS
SaveExploits0References11
RedhatCVE
RedhatCVE
added 2026/09/03 2:50 p.m.11 views

CVE-2026-83557

A flaw was found in jackson-databind. This vulnerability allows a remote attacker to control object creation by exploiting an incomplete list of restricted types in the DefaultBaseTypeLimitingValidator. By crafting malicious input, an attacker can cause the application to create arbitrary file...

5.6CVSS6AI score0.00586EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/03 1:09 p.m.21 views

ROOT-APP-MAVEN-CVE-2025-52999 CVE-2025-52999 in com.fasterxml.jackson.core:jackson-core - Patched by Root

Root has patched CVE-2025-52999 in the com.fasterxml.jackson.core:jackson-core package for Root:Maven. Multiple fixed versions available...

8.7CVSS6.7AI score0.00665EPSS
SaveExploits0
OSV
OSV
added 2026/09/03 1:09 p.m.20 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/09/03 12:51 p.m.15 views

ROOT-APP-MAVEN-CVE-2025-49128 CVE-2025-49128 in com.fasterxml.jackson.core:jackson-core - Patched by Root

Root has patched CVE-2025-49128 in the com.fasterxml.jackson.core:jackson-core package for Root:Maven. Multiple fixed versions available...

4CVSS6.3AI score0.00393EPSS
SaveExploits0
OSV
OSV
added 2026/09/03 12:49 p.m.16 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/09/03 10:16 a.m.11 views

CVE-2026-19032

A flaw was found in jackson-databind. When deserializing java.nio.file.Path from untrusted JSON input, the deserializer resolves an attacker-supplied Uniform Resource Identifier URI without restricting the URI scheme. This allows a remote attacker to select and drive an arbitrary registered...

5.3CVSS6AI score0.00463EPSS
SaveExploits0References8
IBM Security Bulletins
IBM Security Bulletins
added 2026/09/03 2:53 a.m.15 views

Security Bulletin: IBM Operational Decision Manager for Aug 2026 - Multiple CVEs addressed

Summary In addition to many updates of operating system level packages, the following security vulnerabilities are addressed with IBM Operational Decision Manager Vulnerability Details CVEID:CVE-2026-49844 DESCRIPTION: Improper encoding of non-finite floating-point values during MapMessage JSON...

9.8CVSS6.8AI score0.00813EPSS
SaveExploits1Affected Software1
OSV
OSV
added 2026/09/02 12:18 p.m.5 views

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

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

8.7CVSS6.7AI score0.00892EPSS
SaveExploits1
RedhatCVE
RedhatCVE
added 2026/09/02 8:54 a.m.9 views

CVE-2026-59889

A flaw was found in jackson-databind. The UnwrappedPropertyHandler.processUnwrapped method, responsible for handling @JsonUnwrapped properties, replays buffered JSON without properly checking the active view. This allows an attacker to write data to a property annotated with both @JsonView and...

6.5CVSS5.8AI score0.00346EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2026/09/02 12:00 a.m.14 views

Linux Distros Unpatched Vulnerability : CVE-2026-83557

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - DefaultBaseTypeLimitingValidator is the PolymorphicTypeValidator applied automatically whenever @JsonTypeInfo is used without an explicitly configured custom...

5.6CVSS6.3AI score0.00586EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/09/02 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2026-19032

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - jackson-databind's deserializer for java.nio.file.Path resolves an attacker-supplied URI without restricting the URI scheme. In...

5.3CVSS6.4AI score0.00463EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/01 3:17 p.m.6 views

DEBIAN-CVE-2026-83557

DefaultBaseTypeLimitingValidator is the PolymorphicTypeValidator applied automatically whenever @JsonTypeInfo is used without an explicitly configured custom validator. It denies polymorphic resolution only for a fixed set of "unsafe base types", and its isSafeSubType method returns true...

5.6CVSS6.2AI score0.00586EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/01 3:17 p.m.8 views

CVE-2026-83557

DefaultBaseTypeLimitingValidator is the PolymorphicTypeValidator applied automatically whenever @JsonTypeInfo is used without an explicitly configured custom validator. It denies polymorphic resolution only for a fixed set of "unsafe base types", and its isSafeSubType method returns true...

5.6CVSS0.00586EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/01 2:57 p.m.34 views

CVE-2026-83557 jackson-databind omits java.lang.Comparable from DefaultBaseTypeLimitingValidator's unsafe base types

DefaultBaseTypeLimitingValidator is the PolymorphicTypeValidator applied automatically whenever @JsonTypeInfo is used without an explicitly configured custom validator. It denies polymorphic resolution only for a fixed set of "unsafe base types", and its isSafeSubType method returns true...

5.6CVSS0.00586EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/09/01 2:57 p.m.11 views

CVE-2026-83557 jackson-databind omits java.lang.Comparable from DefaultBaseTypeLimitingValidator's unsafe base types

DefaultBaseTypeLimitingValidator is the PolymorphicTypeValidator applied automatically whenever @JsonTypeInfo is used without an explicitly configured custom validator. It denies polymorphic resolution only for a fixed set of "unsafe base types", and its isSafeSubType method returns true...

5.6CVSS6.2AI score0.00586EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/01 2:57 p.m.15 views

CVE-2026-83557 jackson-databind omits java.lang.Comparable from DefaultBaseTypeLimitingValidator's unsafe base types

DefaultBaseTypeLimitingValidator is the PolymorphicTypeValidator applied automatically whenever @JsonTypeInfo is used without an explicitly configured custom validator. It denies polymorphic resolution only for a fixed set of "unsafe base types", and its isSafeSubType method returns true...

5.6CVSS6.2AI score
SaveExploits0References8
EUVD
EUVD
added 2026/09/01 2:57 p.m.9 views

EUVD-2026-69250

DefaultBaseTypeLimitingValidator is the PolymorphicTypeValidator applied automatically whenever @JsonTypeInfo is used without an explicitly configured custom validator. It denies polymorphic resolution only for a fixed set of "unsafe base types", and its isSafeSubType method returns true...

5.6CVSS6.2AI score0.00586EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/01 2:57 p.m.42 views

CVE-2026-83557

jackson-databind ships a default PolymorphicTypeValidator (DefaultBaseTypeLimitingValidator) used automatically when @JsonTypeInfo is present without a custom validator. The flaw: java.lang.Comparable was omitted from its "unsafe base types" deny-list, so isSafeSubType returned true unconditional...

5.6CVSS6.2AI score0.00586EPSS
SaveExploits0References4
Rows per page
Query Builder