Upstream information
Description
Forward-reference completion for @JsonIdentityInfo object IDs in FasterXML jackson-databind performs a linear scan of the pending-reference accumulator for every resolved ID. The affected paths are CollectionDeserializer.CollectionReferringAccumulator.resolveForwardReference() and the equivalent implementation in MapDeserializer. When a document first creates N unresolved object-ID references in an identity-enabled collection or map and then defines those same IDs in reverse order, completion performs on the order of N * (N + 1) / 2 identity comparisons, so a shallow document whose size grows linearly causes quadratic CPU work during deserialization. The reporter instrumented equals() calls on the ID class and measured exactly 2,003,000 comparisons at N = 2,000, against zero comparisons in the pending-reference lookup path for an equally sized control in which every reference was already resolved. The input requires no deep nesting and no syntactically unusual JSON. Exploitation requires an application that deserializes attacker-influenced JSON into an identity-enabled collection or map. The fix replaces the repeated linear lookup with a keyed pending-reference structure.SUSE information
Overall state of this security issue: Pending
This issue is currently rated as having important severity.
| CVSS detail | CNA (HeroDevs) | SUSE |
|---|---|---|
| Base Score | 7.5 | 7.5 |
| Vector | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
| Attack Vector | Network | Network |
| Attack Complexity | Low | Low |
| Privileges Required | None | None |
| User Interaction | None | None |
| Scope | Unchanged | Unchanged |
| Confidentiality Impact | None | None |
| Integrity Impact | None | None |
| Availability Impact | High | High |
| CVSSv3 Version | 3.1 | 3.1 |
| CVSS detail | SUSE |
|---|---|
| Base Score | 8.7 |
| Vector | CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N |
| Attack Vector | Network |
| Attack Complexity | Low |
| Attack Requirements | None |
| Privileges Required | None |
| User Interaction | None |
| Vulnerable System Confidentiality Impact | None |
| Vulnerable System Integrity Impact | None |
| Vulnerable System Availability Impact | High |
| Subsequent System Confidentiality Impact | None |
| Subsequent System Integrity Impact | None |
| Subsequent System Availability Impact | None |
| CVSSv4 Version | 4.0 |
List of released packages
| Product(s) | Fixed package version(s) | References |
|---|---|---|
| openSUSE Tumbleweed |
| Patchnames: openSUSE-Tumbleweed-2026-11877 |
List of packages in QA
| Product(s) | Package(s) |
|---|---|
| SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS |
|
| SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS |
|
| SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS |
|
| SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS |
|
| SUSE Linux Enterprise Module for Basesystem 15 SP7 |
|
| SUSE Linux Enterprise Server 15 SP7 |
|
| SUSE Linux Enterprise Desktop 15 SP7 |
|
| SUSE Linux Enterprise Server for SAP Applications 15 SP7 |
|
| SUSE Linux Enterprise Module for Development Tools 15 SP7 |
|
| SUSE Linux Enterprise Server 15 SP7 |
|
| SUSE Linux Enterprise Desktop 15 SP7 |
|
| SUSE Linux Enterprise Server for SAP Applications 15 SP7 |
|
| SUSE Linux Enterprise Server 15 SP4-LTSS |
|
| SUSE Linux Enterprise Server 15 SP4-LTSS |
|
| SUSE Linux Enterprise Server 15 SP5-LTSS |
|
| SUSE Linux Enterprise Server 15 SP5-LTSS |
|
| SUSE Linux Enterprise Server for SAP Applications 15 SP4 |
|
| SUSE Linux Enterprise Server for SAP Applications 15 SP5 |
|
Status of this issue by product and package
Please note that this evaluation state might be work in progress, incomplete or outdated. Also information for service packs in the LTSS phase is only included for issues meeting the LTSS criteria. If in doubt, feel free to contact us for clarification. The updates are grouped by state of their lifecycle. SUSE product lifecycles are documented on the lifecycle page.
| Product(s) | Source package | State |
|---|---|---|
| Products under general support and receiving all security fixes. | ||
| SUSE Linux Enterprise Desktop 15 SP7 | jackson-annotations | In progress |
| SUSE Linux Enterprise Desktop 15 SP7 | jackson-core | In progress |
| SUSE Linux Enterprise Desktop 15 SP7 | jackson-databind | In progress |
| SUSE Linux Enterprise Desktop 15 SP7 | jackson-dataformat-xml | In progress |
| SUSE Linux Enterprise Desktop 15 SP7 | jackson-dataformats-binary | In progress |
| SUSE Linux Enterprise Module for Basesystem 15 SP7 | jackson-annotations | In progress |
| SUSE Linux Enterprise Module for Basesystem 15 SP7 | jackson-core | In progress |
| SUSE Linux Enterprise Module for Basesystem 15 SP7 | jackson-databind | In progress |
| SUSE Linux Enterprise Module for Basesystem 15 SP7 | jackson-dataformat-xml | In progress |
| SUSE Linux Enterprise Module for Development Tools 15 SP7 | jackson-dataformats-binary | In progress |
| SUSE Linux Enterprise Server 15 SP7 | jackson-annotations | In progress |
| SUSE Linux Enterprise Server 15 SP7 | jackson-core | In progress |
| SUSE Linux Enterprise Server 15 SP7 | jackson-databind | In progress |
| SUSE Linux Enterprise Server 15 SP7 | jackson-dataformat-xml | In progress |
| SUSE Linux Enterprise Server 15 SP7 | jackson-dataformats-binary | In progress |
| SUSE Linux Enterprise Server 16.0 | jackson-annotations | In progress |
| SUSE Linux Enterprise Server 16.0 | jackson-core | In progress |
| SUSE Linux Enterprise Server 16.0 | jackson-databind | In progress |
| SUSE Linux Enterprise Server 16.1 | jackson-databind | Affected |
| SUSE Linux Enterprise Server for SAP Applications 15 SP7 | jackson-annotations | In progress |
| SUSE Linux Enterprise Server for SAP Applications 15 SP7 | jackson-core | In progress |
| SUSE Linux Enterprise Server for SAP Applications 15 SP7 | jackson-databind | In progress |
| SUSE Linux Enterprise Server for SAP Applications 15 SP7 | jackson-dataformat-xml | In progress |
| SUSE Linux Enterprise Server for SAP Applications 15 SP7 | jackson-dataformats-binary | In progress |
| SUSE Linux Enterprise Server for SAP applications 16.0 | jackson-annotations | In progress |
| SUSE Linux Enterprise Server for SAP applications 16.0 | jackson-core | In progress |
| SUSE Linux Enterprise Server for SAP applications 16.0 | jackson-databind | In progress |
| SUSE Linux Enterprise Server for SAP applications 16.1 | jackson-databind | Affected |
| openSUSE Leap 16.0 | jackson-databind | Affected |
| Products under Long Term Service Pack support and receiving important and critical security fixes. | ||
| SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | jackson-annotations | In progress |
| SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | jackson-core | In progress |
| SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | jackson-databind | In progress |
| SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | jackson-dataformat-xml | In progress |
| SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | jackson-dataformats-binary | In progress |
| SUSE Linux Enterprise High Performance Computing 15 SP5 | jackson-databind | Affected |
| SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS | jackson-annotations | In progress |
| SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS | jackson-core | In progress |
| SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS | jackson-databind | In progress |
| SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS | jackson-dataformat-xml | In progress |
| SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS | jackson-dataformats-binary | In progress |
| SUSE Linux Enterprise Module for Basesystem 15 SP4 | jackson-databind | Affected |
| SUSE Linux Enterprise Module for Basesystem 15 SP5 | jackson-databind | Affected |
| SUSE Linux Enterprise Module for Basesystem 15 SP6 | jackson-databind | Affected |
| SUSE Linux Enterprise Server 15 SP4 | jackson-databind | Affected |
| SUSE Linux Enterprise Server 15 SP4-LTSS | jackson-annotations | In progress |
| SUSE Linux Enterprise Server 15 SP4-LTSS | jackson-core | In progress |
| SUSE Linux Enterprise Server 15 SP4-LTSS | jackson-databind | In progress |
| SUSE Linux Enterprise Server 15 SP4-LTSS | jackson-dataformat-xml | In progress |
| SUSE Linux Enterprise Server 15 SP4-LTSS | jackson-dataformats-binary | In progress |
| SUSE Linux Enterprise Server 15 SP5 | jackson-databind | Affected |
| SUSE Linux Enterprise Server 15 SP5-LTSS | jackson-annotations | In progress |
| SUSE Linux Enterprise Server 15 SP5-LTSS | jackson-core | In progress |
| SUSE Linux Enterprise Server 15 SP5-LTSS | jackson-databind | In progress |
| SUSE Linux Enterprise Server 15 SP5-LTSS | jackson-dataformat-xml | In progress |
| SUSE Linux Enterprise Server 15 SP5-LTSS | jackson-dataformats-binary | In progress |
| SUSE Linux Enterprise Server 15 SP6 | jackson-databind | Affected |
| SUSE Linux Enterprise Server 15 SP6-LTSS | jackson-databind | Affected |
| SUSE Linux Enterprise Server for SAP Applications 15 SP4 | jackson-annotations | In progress |
| SUSE Linux Enterprise Server for SAP Applications 15 SP4 | jackson-core | In progress |
| SUSE Linux Enterprise Server for SAP Applications 15 SP4 | jackson-databind | In progress |
| SUSE Linux Enterprise Server for SAP Applications 15 SP4 | jackson-dataformat-xml | In progress |
| SUSE Linux Enterprise Server for SAP Applications 15 SP4 | jackson-dataformats-binary | In progress |
| SUSE Linux Enterprise Server for SAP Applications 15 SP5 | jackson-annotations | In progress |
| SUSE Linux Enterprise Server for SAP Applications 15 SP5 | jackson-core | In progress |
| SUSE Linux Enterprise Server for SAP Applications 15 SP5 | jackson-databind | In progress |
| SUSE Linux Enterprise Server for SAP Applications 15 SP5 | jackson-dataformat-xml | In progress |
| SUSE Linux Enterprise Server for SAP Applications 15 SP5 | jackson-dataformats-binary | In progress |
| SUSE Linux Enterprise Server for SAP Applications 15 SP6 | jackson-databind | Affected |
| SUSE Manager Server Module 4.3 | jackson-databind | Affected |
| Products past their end of life and not receiving proactive updates anymore. | ||
| SUSE Enterprise Storage 7 | jackson-databind | Affected |
| SUSE Enterprise Storage 7.1 | jackson-databind | Affected |
| SUSE Linux Enterprise Desktop 15 SP2 | jackson-databind | Affected |
| SUSE Linux Enterprise Desktop 15 SP3 | jackson-databind | Affected |
| SUSE Linux Enterprise Desktop 15 SP4 | jackson-databind | Affected |
| SUSE Linux Enterprise Desktop 15 SP5 | jackson-databind | Affected |
| SUSE Linux Enterprise Desktop 15 SP6 | jackson-databind | Affected |
| SUSE Linux Enterprise High Performance Computing 15 SP2 | jackson-databind | Affected |
| SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS | jackson-databind | Affected |
| SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS | jackson-databind | Affected |
| SUSE Linux Enterprise High Performance Computing 15 SP3 | jackson-databind | Affected |
| SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS | jackson-databind | Affected |
| SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS | jackson-databind | Affected |
| SUSE Linux Enterprise High Performance Computing 15 SP4 | jackson-databind | Affected |
| SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS | jackson-annotations | In progress |
| SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS | jackson-core | In progress |
| SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS | jackson-databind | In progress |
| SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS | jackson-dataformat-xml | In progress |
| SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS | jackson-dataformats-binary | In progress |
| SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS | jackson-annotations | In progress |
| SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS | jackson-core | In progress |
| SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS | jackson-databind | In progress |
| SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS | jackson-dataformat-xml | In progress |
| SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS | jackson-dataformats-binary | In progress |
| SUSE Linux Enterprise Module for Basesystem 15 SP3 | jackson-databind | Affected |
| SUSE Linux Enterprise Module for Development Tools 15 SP2 | jackson-databind | Affected |
| SUSE Linux Enterprise Module for Development Tools 15 SP3 | jackson-databind | Affected |
| SUSE Linux Enterprise Real Time 15 SP2 | jackson-databind | Affected |
| SUSE Linux Enterprise Real Time 15 SP3 | jackson-databind | Affected |
| SUSE Linux Enterprise Real Time 15 SP4 | jackson-databind | Affected |
| SUSE Linux Enterprise Server 15 SP2 | jackson-databind | Affected |
| SUSE Linux Enterprise Server 15 SP2-BCL | jackson-databind | Affected |
| SUSE Linux Enterprise Server 15 SP2-LTSS | jackson-databind | Affected |
| SUSE Linux Enterprise Server 15 SP3 | jackson-databind | Affected |
| SUSE Linux Enterprise Server 15 SP3-BCL | jackson-databind | Affected |
| SUSE Linux Enterprise Server 15 SP3-LTSS | jackson-databind | Affected |
| SUSE Linux Enterprise Server for SAP Applications 15 SP2 | jackson-databind | Affected |
| SUSE Linux Enterprise Server for SAP Applications 15 SP3 | jackson-databind | Affected |
| SUSE Manager Proxy 4.1 | jackson-databind | Affected |
| SUSE Manager Proxy 4.2 | jackson-databind | Affected |
| SUSE Manager Proxy 4.3 | jackson-databind | Affected |
| SUSE Manager Proxy LTS 4.3 | jackson-databind | Affected |
| SUSE Manager Retail Branch Server 4.1 | jackson-databind | Affected |
| SUSE Manager Retail Branch Server 4.2 | jackson-databind | Affected |
| SUSE Manager Retail Branch Server 4.3 | jackson-databind | Affected |
| SUSE Manager Retail Branch Server LTS 4.3 | jackson-databind | Affected |
| SUSE Manager Server 4.1 | jackson-databind | Affected |
| SUSE Manager Server 4.2 | jackson-databind | Affected |
| SUSE Manager Server 4.3 | jackson-databind | Affected |
| SUSE Manager Server LTS 4.3 | jackson-databind | Affected |
| openSUSE Leap 15.3 | jackson-databind | Affected |
| openSUSE Leap 15.4 | jackson-databind | Affected |
| openSUSE Leap 15.5 | jackson-databind | Affected |
| openSUSE Leap 15.6 | jackson-databind | Affected |
| Container Status | ||
| suse/manager/5.0/x86_64/server suse/manager/5.0/x86_64/server-attestation suse/multi-linux-manager/5.1/x86_64/server suse/multi-linux-manager/5.1/x86_64/server-attestation suse/multi-linux-manager/5.2/x86_64/server suse/multi-linux-manager/5.2/x86_64/server-attestation | jackson-databind | Affected |
SUSE Timeline for this CVE
CVE page created: Wed Sep 23 15:47:13 2026CVE page last modified: Fri Sep 25 16:50:08 2026