Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/QuantumNous/new-api
  4. ›
  5. CVE-2026-64868

CVE-2026-64868: New API: Unauthenticated payment webhooks allow memory and disk DoS via unbounded body reads and full-body logging

August 17, 2026

Unauthenticated payment webhook endpoints could read and log the entire request body before validating the webhook signature. When a payment webhook was enabled, an unauthenticated attacker could send oversized requests to public callback endpoints and force excessive memory use and log growth before the request was rejected.

Affected public endpoints included:

  • POST /api/stripe/webhook
  • POST /api/creem/webhook
  • POST /api/waffo/webhook

This issue did not allow forging successful payments, because signature validation still guarded the payment processing logic. The vulnerable behavior was the expensive unauthenticated request processing that occurred before signature validation.

References

  • github.com/QuantumNous/new-api/commit/d2f7f9ee3adf3ef66798783a60d7bc712451c85c
  • github.com/QuantumNous/new-api/pull/5244
  • github.com/QuantumNous/new-api/releases/tag/v1.0.0-rc.11
  • github.com/QuantumNous/new-api/security/advisories/GHSA-v828-m3pf-vq9q
  • github.com/advisories/GHSA-v828-m3pf-vq9q
  • nvd.nist.gov/vuln/detail/CVE-2026-64868

Code Behaviors & Features

Detect and mitigate CVE-2026-64868 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 1.0.0-rc.11

Fixed versions

  • 1.0.0-rc.11

Solution

Upgrade to version 1.0.0-rc.11 or above.

Impact 7.5 HIGH

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

Learn more about CVSS

Weakness

  • CWE-400: Uncontrolled Resource Consumption
  • CWE-770: Allocation of Resources Without Limits or Throttling

Source file

go/github.com/QuantumNous/new-api/CVE-2026-64868.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 08 Sep 2026 00:18:03 +0000.