CVE-2026-54517

Source
https://cve.org/CVERecord?id=CVE-2026-54517
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-54517.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-54517
Aliases
Downstream
Related
Published
2026-06-23T20:47:22.977Z
Modified
2026-07-21T23:22:22.823702Z
Severity
  • 5.3 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N CVSS Calculator
Summary
jackson-databind: @JsonView bypass for setterless creator properties
Details

jackson-databind contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor. From 2.21.0 until 2.21.4 and 3.1.4, in BeanDeserializer._deserializeUsingPropertyBased, the active-view (@JsonView) filter was applied only to creator properties; the regular property-buffering branch performed no prop.visibleInView(activeView) check. A change making SetterlessProperty.isMerging() return true routed setterless Collection/Map properties through this unguarded path, so a setterless collection annotated with a restricted @JsonView is populated from attacker JSON even when the active view excludes it. This vulnerability is fixed in 2.21.4 and 3.1.4.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/54xxx/CVE-2026-54517.json",
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
        "CWE-863"
    ]
}
References

Affected packages

Git / github.com/fasterxml/jackson-databind

Affected ranges

Type
GIT
Repo
https://github.com/fasterxml/jackson-databind
Events
Database specific
{
    "cpe": "cpe:2.3:a:fasterxml:jackson-databind:*:*:*:*:*:*:*:*",
    "source": [
        "CPE_RANGE",
        "REFERENCES"
    ],
    "extracted_events": [
        {
            "introduced": "2.21.0"
        },
        {
            "fixed": "2.21.4"
        },
        {
            "introduced": "3.0.0"
        },
        {
            "fixed": "3.1.4"
        }
    ]
}

Affected versions

jackson-databind-2.*
jackson-databind-2.21.0
jackson-databind-2.21.1
jackson-databind-2.21.2
jackson-databind-2.21.3
jackson-databind-3.*
jackson-databind-3.0.0
jackson-databind-3.0.1
jackson-databind-3.1.0
jackson-databind-3.1.0-rc1
jackson-databind-3.1.1
jackson-databind-3.1.2
jackson-databind-3.1.3

Database specific

vanir_signatures
[
    {
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "339904831188168028482291926813481431667",
                "32255228255115019491344521766863799083",
                "156270402583600399801406229816753451427"
            ]
        },
        "signature_version": "v1",
        "source": "https://github.com/fasterxml/jackson-databind/commit/94c5d215b3af1505098c686405d9641f041a9962",
        "signature_type": "Line",
        "target": {
            "file": "src/main/java/com/fasterxml/jackson/databind/deser/BeanDeserializer.java"
        },
        "id": "CVE-2026-54517-086263b8",
        "deprecated": false
    },
    {
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "230518058737508378500648846864177612889",
                "286754655310115899111298746967388199331",
                "106873667088819741697159525463437569362",
                "10610002977937522803712808018737834611"
            ]
        },
        "signature_version": "v1",
        "source": "https://github.com/fasterxml/jackson-databind/commit/5bf23edb4221f7dd2ec8e71ff6d26c61640f261d",
        "signature_type": "Line",
        "target": {
            "file": "src/main/java/tools/jackson/databind/deser/bean/BeanDeserializer.java"
        },
        "id": "CVE-2026-54517-aed972b4",
        "deprecated": false
    },
    {
        "digest": {
            "length": 3147.0,
            "function_hash": "227106089903873680173210561414482762890"
        },
        "signature_version": "v1",
        "source": "https://github.com/fasterxml/jackson-databind/commit/5bf23edb4221f7dd2ec8e71ff6d26c61640f261d",
        "signature_type": "Function",
        "target": {
            "function": "_deserializeUsingPropertyBased",
            "file": "src/main/java/tools/jackson/databind/deser/bean/BeanDeserializer.java"
        },
        "id": "CVE-2026-54517-bee47c72",
        "deprecated": false
    },
    {
        "digest": {
            "length": 3199.0,
            "function_hash": "121069725795102287829327556081565801305"
        },
        "signature_version": "v1",
        "source": "https://github.com/fasterxml/jackson-databind/commit/94c5d215b3af1505098c686405d9641f041a9962",
        "signature_type": "Function",
        "target": {
            "function": "_deserializeUsingPropertyBased",
            "file": "src/main/java/com/fasterxml/jackson/databind/deser/BeanDeserializer.java"
        },
        "id": "CVE-2026-54517-c1486e81",
        "deprecated": false
    }
]
vanir_signatures_modified
"2026-07-21T23:22:22Z"
source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-54517.json"