<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="/static/style.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <id>https://vulnerability.circl.lu/sightings/feed</id>
  <title>Most recent sightings.</title>
  <updated>2026-07-24T05:57:49.931441+00:00</updated>
  <author>
    <name>Vulnerability-Lookup</name>
    <email>info@circl.lu</email>
  </author>
  <link href="https://vulnerability.circl.lu" rel="alternate"/>
  <generator uri="https://lkiesow.github.io/python-feedgen" version="1.0.0">python-feedgen</generator>
  <subtitle>Contains only the most 10 recent sightings.</subtitle>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/f8613296-4a21-4f44-9957-86afe0bdb0f4/export</id>
    <title>f8613296-4a21-4f44-9957-86afe0bdb0f4</title>
    <updated>2026-07-24T05:57:49.937892+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://vulnerability.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "f8613296-4a21-4f44-9957-86afe0bdb0f4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "GHSA-g586-ccqf-7x4r", "type": "seen", "source": "https://gist.github.com/alon710/be308f55a57246cb8ce657d04b30b2e9", "content": "# CVE-2026-48862: CVE-2026-48862: Unbounded Resource Allocation via HTTP/2 PUSH_PROMISE Flooding in Mint\n\n&amp;gt; **CVSS Score:** 8.2\n&amp;gt; **Published:** 2026-07-09\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-48862\n\n## Summary\nAn allocation of resources without limits or throttling vulnerability in the Elixir Mint HTTP client library allows malicious HTTP/2 servers to trigger memory exhaustion and application denial of service. The flaw exists because Mint fails to validate server-push concurrency limits during the receipt of PUSH_PROMISE frames, deferring validation to the HEADERS phase. This allows a server to reserve an unlimited number of streams in the client's memory map.\n\n## TL;DR\nA flaw in Elixir's Mint HTTP client allows hostile HTTP/2 servers to exhaust client memory by flooding PUSH_PROMISE frames without sending headers. This triggers unbounded state allocation in the Erlang VM and crashes the client.\n\n## Technical Details\n\n- **CWE ID**: CWE-770 (Allocation of Resources Without Limits or Throttling)\n- **Attack Vector**: Network\n- **CVSS Score**: 8.2 (High)\n- **EPSS Score**: 0.00384 (30.40th percentile)\n- **Impact**: Denial of Service (Memory Exhaustion / Crash)\n- **Exploit Status**: none (No public weaponized exploits)\n- **KEV Status**: Not listed\n\n## Affected Systems\n\n- Mint HTTP Client (Elixir)\n- **mint**: &amp;gt;= 0.2.0, &amp;lt; 1.9.0 (Fixed in: `1.9.0`)\n\n## Mitigation\n\n- Disable HTTP/2 Server Push explicitly in connection parameters when connecting to untrusted third-party endpoints.\n- Upgrade the Mint dependency in Hex to version 1.9.0 or higher.\n- Implement process-level memory limits within the Erlang VM to prevent single-process leaks from crashing the entire virtual machine.\n\n**Remediation Steps:**\n1. Open the mix.exs file in the Elixir project.\n2. Locate the :mint dependency definition and update the version string to '&amp;gt;= 1.9.0'.\n3. Run the command 'mix deps.get' to fetch and compile the updated library.\n4. Verify the update by confirming that 'mix.lock' references version 1.9.0 or later.\n5. Redeploy the application to production.\n\n## References\n\n- [GitHub Security Advisory: GHSA-g586-ccqf-7x4r](https://github.com/elixir-mint/mint/security/advisories/GHSA-g586-ccqf-7x4r)\n- [Official Patch Commit](https://github.com/elixir-mint/mint/commit/70b97b6a5209fb288b0e04d8e657dda26c59de67)\n- [Erlang Ecosystem Foundation Advisory](https://cna.erlef.org/cves/CVE-2026-48862.html)\n- [OSV Database Entry](https://osv.dev/vulnerability/EEF-CVE-2026-48862)\n- [NVD Details Page](https://nvd.nist.gov/vuln/detail/CVE-2026-48862)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-48862) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-07-10T00:00:25.864539Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/f8613296-4a21-4f44-9957-86afe0bdb0f4/export"/>
    <published>2026-07-10T00:00:25.864539+00:00</published>
  </entry>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/2c893848-f591-41da-b104-ebf3380528e7/export</id>
    <title>2c893848-f591-41da-b104-ebf3380528e7</title>
    <updated>2026-07-24T05:57:49.939643+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://vulnerability.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "2c893848-f591-41da-b104-ebf3380528e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "GHSA-g586-ccqf-7x4r", "type": "seen", "source": "https://gist.github.com/alon710/be308f55a57246cb8ce657d04b30b2e9", "content": "# CVE-2026-48862: CVE-2026-48862: Unbounded Resource Allocation via HTTP/2 PUSH_PROMISE Flooding in Mint\n\n&amp;gt; **CVSS Score:** 8.2\n&amp;gt; **Published:** 2026-07-09\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-48862\n\n## Summary\nAn allocation of resources without limits or throttling vulnerability in the Elixir Mint HTTP client library allows malicious HTTP/2 servers to trigger memory exhaustion and application denial of service. The flaw exists because Mint fails to validate server-push concurrency limits during the receipt of PUSH_PROMISE frames, deferring validation to the HEADERS phase. This allows a server to reserve an unlimited number of streams in the client's memory map.\n\n## TL;DR\nA flaw in Elixir's Mint HTTP client allows hostile HTTP/2 servers to exhaust client memory by flooding PUSH_PROMISE frames without sending headers. This triggers unbounded state allocation in the Erlang VM and crashes the client.\n\n## Technical Details\n\n- **CWE ID**: CWE-770 (Allocation of Resources Without Limits or Throttling)\n- **Attack Vector**: Network\n- **CVSS Score**: 8.2 (High)\n- **EPSS Score**: 0.00384 (30.40th percentile)\n- **Impact**: Denial of Service (Memory Exhaustion / Crash)\n- **Exploit Status**: none (No public weaponized exploits)\n- **KEV Status**: Not listed\n\n## Affected Systems\n\n- Mint HTTP Client (Elixir)\n- **mint**: &amp;gt;= 0.2.0, &amp;lt; 1.9.0 (Fixed in: `1.9.0`)\n\n## Mitigation\n\n- Disable HTTP/2 Server Push explicitly in connection parameters when connecting to untrusted third-party endpoints.\n- Upgrade the Mint dependency in Hex to version 1.9.0 or higher.\n- Implement process-level memory limits within the Erlang VM to prevent single-process leaks from crashing the entire virtual machine.\n\n**Remediation Steps:**\n1. Open the mix.exs file in the Elixir project.\n2. Locate the :mint dependency definition and update the version string to '&amp;gt;= 1.9.0'.\n3. Run the command 'mix deps.get' to fetch and compile the updated library.\n4. Verify the update by confirming that 'mix.lock' references version 1.9.0 or later.\n5. Redeploy the application to production.\n\n## References\n\n- [GitHub Security Advisory: GHSA-g586-ccqf-7x4r](https://github.com/elixir-mint/mint/security/advisories/GHSA-g586-ccqf-7x4r)\n- [Official Patch Commit](https://github.com/elixir-mint/mint/commit/70b97b6a5209fb288b0e04d8e657dda26c59de67)\n- [Erlang Ecosystem Foundation Advisory](https://cna.erlef.org/cves/CVE-2026-48862.html)\n- [OSV Database Entry](https://osv.dev/vulnerability/EEF-CVE-2026-48862)\n- [NVD Details Page](https://nvd.nist.gov/vuln/detail/CVE-2026-48862)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-48862) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-07-09T23:42:44.364119Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/2c893848-f591-41da-b104-ebf3380528e7/export"/>
    <published>2026-07-09T23:42:44.364119+00:00</published>
  </entry>
</feed>
