<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="/static/style.xsl" type="text/xsl"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title>Most recent sightings.</title>
    <link>https://vulnerability.circl.lu</link>
    <description>Contains only the most 10 recent sightings.</description>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <generator>python-feedgen</generator>
    <language>en</language>
    <lastBuildDate>Sat, 25 Jul 2026 20:23:35 +0000</lastBuildDate>
    <item>
      <title>87c97aa3-1215-44b6-85ce-76a90ca8b3fe</title>
      <link>https://vulnerability.circl.lu/sighting/87c97aa3-1215-44b6-85ce-76a90ca8b3fe/export</link>
      <description>{"uuid": "87c97aa3-1215-44b6-85ce-76a90ca8b3fe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "GHSA-R7WM-3CXJ-WFF9", "type": "seen", "source": "https://gist.github.com/alon710/a699a0ff594951c1548ee266a0f2d1af", "content": "# GHSA-R7WM-3CXJ-WFF9: GHSA-R7WM-3CXJ-WFF9: StreamReadConstraints Bypass in jackson-core Async Parser\n\n&amp;gt; **CVSS Score:** 5.3\n&amp;gt; **Published:** 2026-07-21\n&amp;gt; **Full Report:** https://cvereports.com/reports/GHSA-R7WM-3CXJ-WFF9\n\n## Summary\nA critical validation bypass exists in FasterXML jackson-core due to an incomplete fix for GHSA-72hv-8253-57qq. When parsing JSON asynchronously using NonBlockingUtf8JsonParserBase, the StreamReadConstraints.maxNumberLength constraint is bypassed when numeric inputs are received in small, non-terminating chunks. The parser continually accumulates digit-only input in an internal buffer without triggering validation constraints, resulting in potential heap memory exhaustion and application-level Denial of Service.\n\n## TL;DR\nAn incomplete security fix in Jackson-core allows remote attackers to bypass numeric length limits via slow-drip asynchronous JSON streaming, causing memory exhaustion and Denial of Service.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-770\n- **Attack Vector**: Network\n- **CVSS**: 5.3\n- **EPSS Score**: N/A\n- **Impact**: Denial of Service (DoS)\n- **Exploit Status**: Proof of Concept\n- **KEV Status**: Not Listed\n\n## Affected Systems\n\n- Applications utilizing FasterXML jackson-core async parsing on WebFlux/Netty/Vert.x infrastructure\n- **jackson-core (Maven Standard)**: &amp;gt;= 2.18.6, &amp;lt; 2.19.2 (Fixed in: `2.19.2`)\n- **jackson-core (Maven Standard)**: &amp;gt;= 2.20.0, &amp;lt; 2.21.1 (Fixed in: `2.21.1`)\n- **jackson-core (Maven Tools)**: &amp;gt;= 3.0.0, &amp;lt; 3.1.0 (Fixed in: `3.1.0`)\n\n## Mitigation\n\n- Upgrade jackson-core dependencies to patched releases\n- Enforce maximum string length limits in StreamReadConstraints\n- Deploy reverse-proxy rate limiting to prevent slow-drip streaming attacks\n\n**Remediation Steps:**\n1. Update maven or gradle build configuration to use com.fasterxml.jackson.core:jackson-core version 2.19.2, 2.21.1 or later\n2. Configure StreamReadConstraints builder to explicitly drop maxStringLength to limit total worst-case allocation per stream\n3. Configure web gateway timeouts and minimum data rate checks to terminate slow-drip client connections\n\n## References\n\n- [GHSA-R7WM-3CXJ-WFF9 Advisory Page](https://github.com/advisories/GHSA-R7WM-3CXJ-WFF9)\n- [Parent Security Advisory GHSA-72hv-8253-57qq](https://github.com/FasterXML/jackson-core/security/advisories/GHSA-72hv-8253-57qq)\n- [Jackson Core Main Project Repository](https://github.com/FasterXML/jackson-core)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/GHSA-R7WM-3CXJ-WFF9) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-07-22T09:31:57.364966Z"}</description>
      <content:encoded>{"uuid": "87c97aa3-1215-44b6-85ce-76a90ca8b3fe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "GHSA-R7WM-3CXJ-WFF9", "type": "seen", "source": "https://gist.github.com/alon710/a699a0ff594951c1548ee266a0f2d1af", "content": "# GHSA-R7WM-3CXJ-WFF9: GHSA-R7WM-3CXJ-WFF9: StreamReadConstraints Bypass in jackson-core Async Parser\n\n&amp;gt; **CVSS Score:** 5.3\n&amp;gt; **Published:** 2026-07-21\n&amp;gt; **Full Report:** https://cvereports.com/reports/GHSA-R7WM-3CXJ-WFF9\n\n## Summary\nA critical validation bypass exists in FasterXML jackson-core due to an incomplete fix for GHSA-72hv-8253-57qq. When parsing JSON asynchronously using NonBlockingUtf8JsonParserBase, the StreamReadConstraints.maxNumberLength constraint is bypassed when numeric inputs are received in small, non-terminating chunks. The parser continually accumulates digit-only input in an internal buffer without triggering validation constraints, resulting in potential heap memory exhaustion and application-level Denial of Service.\n\n## TL;DR\nAn incomplete security fix in Jackson-core allows remote attackers to bypass numeric length limits via slow-drip asynchronous JSON streaming, causing memory exhaustion and Denial of Service.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-770\n- **Attack Vector**: Network\n- **CVSS**: 5.3\n- **EPSS Score**: N/A\n- **Impact**: Denial of Service (DoS)\n- **Exploit Status**: Proof of Concept\n- **KEV Status**: Not Listed\n\n## Affected Systems\n\n- Applications utilizing FasterXML jackson-core async parsing on WebFlux/Netty/Vert.x infrastructure\n- **jackson-core (Maven Standard)**: &amp;gt;= 2.18.6, &amp;lt; 2.19.2 (Fixed in: `2.19.2`)\n- **jackson-core (Maven Standard)**: &amp;gt;= 2.20.0, &amp;lt; 2.21.1 (Fixed in: `2.21.1`)\n- **jackson-core (Maven Tools)**: &amp;gt;= 3.0.0, &amp;lt; 3.1.0 (Fixed in: `3.1.0`)\n\n## Mitigation\n\n- Upgrade jackson-core dependencies to patched releases\n- Enforce maximum string length limits in StreamReadConstraints\n- Deploy reverse-proxy rate limiting to prevent slow-drip streaming attacks\n\n**Remediation Steps:**\n1. Update maven or gradle build configuration to use com.fasterxml.jackson.core:jackson-core version 2.19.2, 2.21.1 or later\n2. Configure StreamReadConstraints builder to explicitly drop maxStringLength to limit total worst-case allocation per stream\n3. Configure web gateway timeouts and minimum data rate checks to terminate slow-drip client connections\n\n## References\n\n- [GHSA-R7WM-3CXJ-WFF9 Advisory Page](https://github.com/advisories/GHSA-R7WM-3CXJ-WFF9)\n- [Parent Security Advisory GHSA-72hv-8253-57qq](https://github.com/FasterXML/jackson-core/security/advisories/GHSA-72hv-8253-57qq)\n- [Jackson Core Main Project Repository](https://github.com/FasterXML/jackson-core)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/GHSA-R7WM-3CXJ-WFF9) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-07-22T09:31:57.364966Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/87c97aa3-1215-44b6-85ce-76a90ca8b3fe/export</guid>
      <pubDate>Wed, 22 Jul 2026 09:31:57 +0000</pubDate>
    </item>
  </channel>
</rss>
