How Modern API Attacks Abuse Legitimate Functionality Instead of Exploiting Vulnerabilities
Just a few years ago, most API-related incidents followed a predictable pattern. When an application began behaving suspiciously, specialists looked for authorization errors, access control problems, signs of SQL injections, or attempts to exploit known vulnerabilities. The logic was straightforward: vulnerability exists, exploitation occurs, consequences follow.
Today, the NGENIX service support team increasingly encounters situations that do not fit this model. Services start responding more slowly, database load increases, users report errors during order placement, and certain operations take significantly longer than usual. WAF blocks nothing, and logs show neither breach indicators nor vulnerability exploitation attempts. At first glance the issue may appear internal, yet analysis reveals the system is operating exactly as instructed. The API is simply being used in ways developers never anticipated.
Most web traffic now flows through APIs, and attack volumes are rising accordingly. A substantial portion of current malicious activity does not involve exploiting vulnerabilities at all. Attackers often need only to invoke existing API functionality, pass legitimate authorization, and operate within normal business processes. The difference becomes visible only when analysts examine the client’s overall behavior rather than isolated requests.
Why WAF Often Fails to Stop Modern API Attacks
Attackers no longer need to locate a code flaw or bypass protection mechanisms. They can use the API exactly as the system permits, but at a scale or according to a scenario never envisioned by developers. Each request therefore looks correct: allowed methods, valid authorization, and proper parameters. No exploit signatures appear in the traffic.
WAF solutions analyze individual request content for known attack techniques such as injections or authorization bypasses. When a request matches the API specification and contains no malicious payload, the WAF has no reason to block it. Modern attacks are defined by behavior across sequences of calls, frequency patterns, and the ultimate goal of interaction with the system.
Burst Attacks: Overloading the Most Resource-Intensive Endpoints
Burst attacks consist of short, extremely intensive spikes aimed at specific, computationally expensive API methods. A single such request may trigger complex catalog searches, multiple database table accesses, internal service calls, and cache operations. Several hundred requests to a heavy endpoint can generate more load than thousands of simple queries. Unlike classic DDoS attacks, these campaigns do not require massive traffic volumes; they simply concentrate on the most expensive part of the application.
Fixed time-window rate limits often prove inadequate. Too lenient and they fail to stop the attack; too strict and they disrupt legitimate users during sales or marketing events. Modern systems therefore favor sliding-window mechanisms that evaluate activity across a continuous time range and handle short bursts more effectively.
Shortwave Attacks: Timed Requests Targeting Race Conditions
Shortwave attacks use brief pulses of requests separated by deliberate pauses. Traffic volume stays within normal limits and rate limits are not exceeded, so monitoring systems see nothing unusual. The objective is usually to trigger a race condition in business logic. Multiple simultaneous requests may each pass an availability check before any of them records the result, allowing the same limited resource, such as a promotional code, to be applied more than once.
The same technique can affect bonus accrual, inventory reservation, ticket booking, and any operation where concurrent requests modify a shared resource. Each individual request remains fully legitimate, making detection at the single-request level nearly impossible.
Carpet Bombing: Distributed Probing Across Many Endpoints
Carpet Bombing spreads activity across dozens or hundreds of API methods instead of concentrating on one endpoint. One portion of requests may query the product catalog, another the search function, a third inventory levels, and so on. No single endpoint shows anomalous load, yet the overall pattern reveals systematic reconnaissance of application structure and business logic.
Common examples include automated scraping of pricing and stock data and scalping of limited resources such as airline seats. On some airline booking sites, automated systems account for up to 45 percent of traffic, much of it undesirable. The result for users is an apparently overloaded service; for the business it means occupied resources without completed purchases.
Because modern bots use valid tokens, follow realistic user flows, and stay within obvious limits, distinguishing them from genuine users by request content alone is extremely difficult. Protection must therefore move from analyzing individual requests to evaluating the intent and behavioral similarity to real users.
Related articles
Critical Vulnerabilities Patched in WHMCS Billing Software for Hosting Providers
WebPros International has disclosed two serious vulnerabilities in its WHMCS billing management platform used by hosting and cloud service providers. CVE-2026-67399 allows unauthenticated remote code execution through unsafe deserialization of untrusted data under specific conditions, potentially compromising the entire server environment and associated data. CVE-2026-67398 affects the 2CheckOut payment gateway module and stems from missing authorization checks, enabling attackers to retrieve sensitive customer information including names, addresses, emails, and phone numbers without authentication. HackerOne assigned CVSS v4.0 scores of 9.3 (Critical) to the first issue and 8.2 (High) to the second. WebPros released fixed versions WHMCS 9.0.8 and 8.13.7, and recommended disabling the 2CheckOut module as a temporary mitigation for the second flaw.
Cisco Releases Critical Patches for Exploited SQL Injection Flaw in Secure Email Gateway
Cisco Systems has issued security updates for Cisco Secure Email Gateway to address a critical SQL injection vulnerability tracked as CVE-2026-76461. The flaw stems from insufficient input validation during email parsing and allows unauthenticated remote attackers to execute arbitrary SQL commands. Successful exploitation can lead to root-level access on the underlying operating system, enabling full command execution. The vulnerability carries a CVSSv3.1 base score of 9.8 and is rated Critical. Cisco confirmed active exploitation of the issue in September 2026. Recommended fixes include upgrading to versions 16.5.0-780, 16.0.4-3021, or 15.5.5-0141, with strong preference given to the newest release.
Telegram Desktop HTML Export Flaw Allowed Stealthy JavaScript Injection into Chat History
Researchers at ExPatch identified a vulnerability in Telegram Desktop that enabled attackers to embed malicious JavaScript into exported HTML chat histories without user detection. The flaw stemmed from insufficient sanitization of button captions added by bots, allowing hidden scripts to execute when the HTML file was opened in a browser. Malicious messages could be forwarded into chats and remain dormant until export, potentially exfiltrating messages, sender names, and timestamps to attacker servers. The issue affected versions 4.15.1 through 6.9.3, with fixes released in beta 6.9.4 and stable version 7.0.1 on July 14. No in-the-wild exploitation was observed, though the attack required specific conditions including an unpatched export and JavaScript-enabled browser. Users are advised to re-export chats after updating or open old files with JavaScript disabled.
Critical MikroTik RouterOS Vulnerabilities Enable SSH Authentication Bypass and Privilege Escalation
Polish CERT disclosed three vulnerabilities in MikroTik routers, two of which have been actively exploited since at least September 2. The flaws, rated 9.2 on CVSS, affect devices with internet-facing SSH access and were discovered using OpenAI models GPT 5.5 Cyber and GPT 5.6 Sol followed by manual verification. CVE-2026-67276 allows authentication bypass when the attacker knows the username and public key module, while CVE-2026-86060 permits privilege escalation via usernames containing invalid characters. Their combination enables full device compromise. A third issue, CVE-2026-67277 rated 8.8, resides in the speed-test service and can cause denial of service. Patches are available in RouterOS versions 7.25beta3, 7.24.2, 7.23.4 and 6.49.21, and MikroTik added detection for prior compromise. Attacks began concurrently with patch release and leave distinctive log entries.