Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
Maven
Not in CISA KEV
MEDIUM severity

GHSA-xqcq-j8w9-3pxv org.codehaus.jettison--je…

MEDIUMFix: jettison-json/jettison#49

GHSA-xqcq-j8w9-3pxv is a medium-severity (CVSS 6.5) remote code execution vulnerability in com.tencyle.fixes:org.codehaus.jettison--jettison. No vendor fix is recorded yet; mitigation options are listed below.

Jettison parser crash by stackoverflow

Published
Aug 1, 2023
Updated
Aug 1, 2023
Affected
1 pkg
Patched
See advisory
Exploits
None indexed
Exploitation data as of Aug 1, 2023 · OSV.dev, FIRST.org (EPSS)

Real-World Exposure

1 pkg affected
com.tencyle.fixes:org.codehaus.jettison--jettison

Real-time download stats are indexed for npm and PyPI packages. This vulnerability affects Maven packages — download data is not available via public APIs for these ecosystems.

Description

Those using Jettison to parse untrusted XML or JSON data may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stackoverflow. This effect may support a denial of service attack.

References

Affected Packages

1 total
EcosystemPackageVulnerable rangeFix
Mavencom.tencyle.fixes:org.codehaus.jettison--jettisonall versionsNo fix

Detection & mitigation playbook

Open-source dependency
  1. Detect

    Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for com.tencyle.fixes:org.codehaus.jettison--jettison, including transitive dependencies — a direct dependency you never call can still pull in a vulnerable version.

  2. Remediation status

    No patched version of com.tencyle.fixes:org.codehaus.jettison--jettison has shipped for GHSA-xqcq-j8w9-3pxv yet. Where your build allows, override or pin the dependency away from the vulnerable range, and apply any maintainer-recommended mitigation.

  3. Mitigate without a patch

    If you can't upgrade right away: gate or disable the affected feature, validate untrusted input at the boundary, and avoid passing attacker-controlled data into the vulnerable path. O3's runtime protection blocks exploitation in production as an interim safeguard until the upgrade lands.

  4. How O3 protects you

    O3 Security's impact-aware SCA analyses which vulnerable code paths your application actually calls, so a match like GHSA-xqcq-j8w9-3pxv can be triaged on real exposure rather than presence alone.

Tailored to GHSA-xqcq-j8w9-3pxv. Runtime protection reduces exposure until a permanent patch is applied and verified — it complements patching, it doesn't replace it.

Frequently Asked Questions

Those using Jettison to parse untrusted XML or JSON data may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stackoverflow. This effect may support a denial of service attack. ### References - https://nvd.nist.gov/vuln/detail/CVE-2022-40149 - https://github.com/jettison-json/jettison/issues/45 - https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=46538 - https://github.com/jettison-json/jettison/pull/49/files - https://github.com/jettison-json/jettison/releases/tag/jettison-
O3 Security · Impact-Aware SCA

Is GHSA-xqcq-j8w9-3pxv in your dependencies?

O3 Security finds GHSA-xqcq-j8w9-3pxv across Maven dependencies, including transitive ones, and its impact-aware SCA ranks findings by whether your code actually calls the vulnerable path.

GHSA-xqcq-j8w9-3pxv: DoS (Medium 6.5) | O3 Security