maven package report

Is org.typelevel:jawn-parser_2.13 safe?

2 known vulnerabilities, worst severity HIGH.

// reach

0 direct dependencies

none carry a known advisory

    0 packages depend on it

    an advisory here reaches each of them

      Create a free accountfor every dependency path, dependent and what to upgrade
      // ai model usage

      Tracked for PyPI packages. HuggingFace models declare Python dependencies, so maven packages are not covered.


      cvss
      0.0
      high

      severity band, no base score published

      epss
      not scored

      chance of exploitation in 30 days

      xyz score
      0.0
      low

      CyberXYZ composite out of 10

      fig. 01 — GHSA-w4cm-gvhj-cgw6, the advisory selected below

      // 2 advisories

      GHSA-w4cm-gvhj-cgw6

      HIGHCVE-2026-61814

      AsyncParser can be forced to perform O(n^2) work on the length of the input. When a single JSON token arrives across many small chunks, each absorb call rescans the incomplete token from the start.

      // impact

      Denial of service via CPU exhaustion when parsing untrusted JSON.

      Preconditions:

      • Application uses AsyncParser
      • Attacker can send large tokens with control over chunk sizes.
      // patches

      Fixed in jawn-parser-1.7.0.

      // workarounds

      If you can't upgrade immediately:

      • Use the synchronous Parser.
      • Buffer incoming bytes into larger chunks before calling absorb
      // cvss v3.1 vector

      CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

      Attack vector
      Network
      Attack complexity
      Low
      Privileges required
      None
      User interaction
      None
      Scope
      Unchanged
      Confidentiality
      None
      Integrity
      None
      Availability
      High

      Checked 2026-09-24 at 08:36 UTC. The most recent advisory here was published 2026-09-23. Updated continuously from NVD, GHSA, OSV and CNA feeds.

      Think a verdict here is wrong? Tell us — we respond within 2 business days.
      Is org.typelevel:jawn-parser_2.13 safe? maven package security report | CyberXYZ