GHSA-rcqc-6cw3-h962

Suggest an improvement
Source
https://github.com/advisories/GHSA-rcqc-6cw3-h962
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/06/GHSA-rcqc-6cw3-h962/GHSA-rcqc-6cw3-h962.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-rcqc-6cw3-h962
Aliases
  • CVE-2026-54518
Downstream
Related
Published
2026-06-23T21:17:02Z
Modified
2026-06-25T00:29:23.368479461Z
Severity
  • 6.5 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N CVSS Calculator
Summary
jackson-databind has a @JsonView bypass for unwrapped creator parameters
Details

Summary

UnwrappedPropertyHandler.processUnwrappedCreatorProperties() replays buffered JSON into creator parameters but never consults prop.visibleInView(activeView). The normal property-based creator path gates creator properties on the active view, but this unwrapped-creator replay path bypasses that check, so a constructor parameter annotated with both @JsonView(AdminView.class) and @JsonUnwrapped is populated from attacker JSON even when a more restrictive view is active.

Impact

View-restricted unwrapped creator parameters can be set from untrusted input where @JsonView is used as a write-side authorization boundary.

Affected / Patched (verified via git tag --contains)

  • 2.21 line: >= 2.21.0, < 2.21.4 -> fixed in 2.21.4 (backport 721fa07, #5973)
  • 3.x line: >= 3.0.0, < 3.1.4 -> fixed in 3.1.4 (#5971, d633bc0)

Severity / CWE

Maintainer: minor. Reporter: HIGH. CWE-863 (Incorrect Authorization); related CWE-284.

Credits

Omkhar Arasaratnam (@omkhar) - finder.

Database specific
{
    "github_reviewed_at": "2026-06-23T21:17:02Z",
    "severity": "MODERATE",
    "cwe_ids": [
        "CWE-863"
    ],
    "nvd_published_at": null,
    "github_reviewed": true
}
References

Affected packages

Maven / com.fasterxml.jackson.core:jackson-databind

Package

Name
com.fasterxml.jackson.core:jackson-databind
View open source insights on deps.dev
Purl
pkg:maven/com.fasterxml.jackson.core/jackson-databind

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.21.0
Fixed
2.21.4

Affected versions

2.*
2.21.0
2.21.1
2.21.2
2.21.3

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/06/GHSA-rcqc-6cw3-h962/GHSA-rcqc-6cw3-h962.json"

Maven / tools.jackson.core:jackson-databind

Package

Name
tools.jackson.core:jackson-databind
View open source insights on deps.dev
Purl
pkg:maven/tools.jackson.core/jackson-databind

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.0.0
Fixed
3.1.4

Affected versions

3.*
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.1.0-rc1
3.1.0
3.1.1
3.1.2
3.1.3

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/06/GHSA-rcqc-6cw3-h962/GHSA-rcqc-6cw3-h962.json"