Description
New API is a large language mode (LLM) gateway and artificial intelligence (AI) asset management system. Prior to 1.0.0-rc.11, POST /api/stripe/webhook, POST /api/creem/webhook, and POST /api/waffo/webhook read and log full request bodies before signature validation in router/api-router.go and the payment controllers, allowing an unauthenticated attacker to cause memory pressure, container restarts, or disk exhaustion without forging a successful payment. This issue is fixed in version 1.0.0-rc.11.
Published: 2026-08-17
Score: 7.5 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows an unauthenticated attacker to send arbitrary payloads to three webhook endpoints before the application verifies the payment signature. The unbounded read of the entire request body followed by full-body logging causes unlimited memory consumption and writes large data sets to disk. This can result in container restarts, memory pressure, or exhaustion of storage resources, effectively disabling the service for legitimate users.

Affected Systems

QuantumNous New API, all releases before 1.0.0-rc.11. The affected endpoints are POST /api/stripe/webhook, POST /api/creem/webhook and POST /api/waffo/webhook. The product is a large language model gateway and AI asset management system that processes payment webhooks.

Risk and Exploitability

The CVSS score of 7.5 indicates a high severity vulnerability. EPSS is not available, but the lack of mitigation and the ability to trigger DoS remotely suggest a realistic exploitation risk. The vulnerability is not currently listed in the CISA KEV catalog. Attackers can target the webhook endpoints from the internet without authentication, making the exploitation path straightforward.

Generated by OpenCVE AI on August 17, 2026 at 17:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the New API installation to version 1.0.0-rc.11 or later to apply the vendor fix.
  • Reconfigure or restrict the webhook endpoints so that only trusted sources can send requests, and validate the signature before processing the body to prevent excessive resource consumption.
  • Continuously monitor memory, CPU and disk usage, and set alerts for abnormal spikes that could indicate an ongoing DoS attempt.

Generated by OpenCVE AI on August 17, 2026 at 17:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-v828-m3pf-vq9q New API: Unauthenticated payment webhooks allow memory and disk DoS via unbounded body reads and full-body logging
History

Mon, 17 Aug 2026 17:45:00 +0000

Type Values Removed Values Added
First Time appeared Quantumnous
Quantumnous new-api
Vendors & Products Quantumnous
Quantumnous new-api

Mon, 17 Aug 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 17 Aug 2026 16:00:00 +0000

Type Values Removed Values Added
Description New API is a large language mode (LLM) gateway and artificial intelligence (AI) asset management system. Prior to 1.0.0-rc.11, POST /api/stripe/webhook, POST /api/creem/webhook, and POST /api/waffo/webhook read and log full request bodies before signature validation in router/api-router.go and the payment controllers, allowing an unauthenticated attacker to cause memory pressure, container restarts, or disk exhaustion without forging a successful payment. This issue is fixed in version 1.0.0-rc.11.
Title New API: Unauthenticated payment webhooks allow memory and disk DoS via unbounded body reads and full-body logging
Weaknesses CWE-400
CWE-770
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}


Subscriptions

Quantumnous New-api
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-17T16:31:08.189Z

Reserved: 2026-07-20T18:31:39.292Z

Link: CVE-2026-64868

cve-icon Vulnrichment

Updated: 2026-08-17T16:30:51.038Z

cve-icon NVD

Status : Received

Published: 2026-08-17T16:17:22.713

Modified: 2026-08-17T17:16:40.073

Link: CVE-2026-64868

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-17T17:30:18Z

Weaknesses
  • CWE-400

    Uncontrolled Resource Consumption

  • CWE-770

    Allocation of Resources Without Limits or Throttling