<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Cve-2026-64859 - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/cve-2026-64859/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Mon, 17 Aug 2026 18:45:57 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/cve-2026-64859/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Integer Overflow in New-API Billing Settlement</title><link>https://feed.craftedsignal.io/briefs/2026-08-integer-overflow-billing/</link><pubDate>Mon, 17 Aug 2026 18:45:57 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-integer-overflow-billing/</guid><description>A critical integer overflow vulnerability in QuantumNous new-api allows authenticated users to inflate their account balance by injecting extreme quantity multipliers that result in negative settlement charges.</description><content:encoded><![CDATA[<p>The vulnerability CVE-2026-71479 affects the billing settlement logic in QuantumNous new-api versions 1.0.0-rc.17 and earlier. It stems from the application's failure to validate user-controlled quantity parameters, such as image counts or duration multipliers, before performing mathematical operations. By providing an extremely large numeric input that exceeds standard signed integer limits, an attacker triggers an overflow during type conversion (e.g., float64 to int64). This causes the settlement logic to calculate a massive negative cost for the transaction. Because the application treats this negative charge as a credit, the user's account balance is inflated instantly. This flaw is particularly dangerous for deployments with enabled self-registration or free sign-up bonuses, as it allows unauthenticated or low-privilege actors to gain and inflate seed balances, leading to the exhaustion of operator-prepaid upstream service funds.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker performs account registration (if registration is enabled) or gains initial access to an account with a positive balance.</li>
<li>Attacker crafts a standard request to the billing-related API endpoint, including an extremely high integer value (e.g., 18446744073686646784) in the quantity parameter field.</li>
<li>The application's pre-consume check validates that the user has a sufficient balance for the request's nominal cost and permits the request to proceed.</li>
<li>The request payload is processed by the backend, bypassing input validation as the integer overflow check is missing at the ingress level.</li>
<li>The settlement module performs a mathematical operation (e.g., quota * quantity) using the uncontrolled, massive input.</li>
<li>The integer conversion wraps the calculation into a large negative value due to the absence of saturation logic or bounds checks.</li>
<li>The system registers the negative charge as a balance credit, updating the user's wallet with an inflated value.</li>
<li>Attacker repeats the process to drain upstream service funds or sell inflated quota balances.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>The vulnerability has been exploited in the wild, leading to massive unauthorized balance inflation and potential financial depletion of service providers. Attackers can leverage this to gain effectively unlimited API usage credits by mass-registering accounts that receive starter bonuses and then exploiting the overflow. Successful exploitation renders billing integrity void and risks the total loss of prepaid upstream funds.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Upgrade to QuantumNous new-api version v1.0.0-rc.18 or later to implement required integer bounds checking and saturating math.</li>
<li>Implement request ingress validation to reject quantity parameters exceeding established architectural limits (400 Bad Request).</li>
<li>Monitor administrator audit logs for unusual quota saturation warnings related to CVE-2026-71479.</li>
<li>Audit historical user transaction logs for negative charge entries or abnormally high balance shifts consistent with the reported exploitation.</li>
</ol>
]]></content:encoded><category domain="severity">critical</category><category domain="type">threat</category><category>privilege-escalation</category><category>information-disclosure</category><category>cve-2026-64859</category><category>denial-of-service</category><category>web-application</category><category>cve-2026-64868</category></item></channel></rss>