Skip to content
June 19, 2026
  • Linkedin
  • Twitter
  • Facebook
  • Youtube

Daily CyberSecurity

Zero-hour alerts. Unmatched analysis.

Primary Menu
  • Home
  • CVE Watchtower
  • Cyber Criminals
  • Data Leak
  • Linux
  • Malware
  • Vulnerability
  • Submit Press Release
  • Vulnerability Report
Light/Dark Button
  • Home
  • Technique
  • WEB Fuzz: 7 things need attention
  • Technique

WEB Fuzz: 7 things need attention

Do Son April 29, 2017 4 minutes read
fuzzing

WEB Fuzz is a special form of network protocol fuzzy test, dedicated to follow the HTTP specification of the network packet. WEB Fuzz is not a new concept, there are a variety of WEB application fuzzy tester (WEB Fuzzer), such as SPIKE Proxy, SPI Fuzzer, besTORM, and infiltration of the favorite Burp Suite.

After the Fuzz request is completed, the response from the target application provides a variety of clues to the impact of the Fuzz request. If an exception is found, the exception-related request can be determined. The following summarizes some of the response information, which may indicate the presence of a vulnerability condition:

  1. HTML status code
  2. The error message in response
  3. The user input contained in the response
  4. Performance degradation
  5. Request timed out
  6. WEB Fuzzer error message
  7. Processing or untreated exception

The following are discussed in detail:

HTML status code

The HTML status code is an important message that provides a quick indication of whether the corresponding request was a success or a failure. Therefore, WEB Fuzzer parses the original response, gets the status code, and then displays it in a list that displays the response details. With THML status code information, the user can quickly determine the response part that requires further detailed inspection.

The error message in response

From the design point of view, WEB server will generally generate a page in the dynamically generated error message. If a WEB server in the production process is not properly activated, enabled debugging function, this will happen. The following is an example of a typical disclosure of information: when the error is verified, WEB application gives the wrong message is “password is incorrect” rather than “user or password is not correct.” If the attacker tries to crack the landing page of a Web application by violent methods, the “incorrect password” error message will tell the attacker to enter the user name, but the password is incorrect. This makes two unknown parameters (user name and password) reduced to one (password), which greatly increases the likelihood that an attacker will enter the system. The error information applied is also particularly useful when identifying SQL injection attacks.

The user input contained in the response

If the dynamically generated WEB page contains the user input data, it is possible to generate XSS vulnerabilities. The designer of the web application should filter the user’s input to ensure that such attacks do not occur. However, WEB applications do not have to verify the filter is a common problem. Therefore, if the data provided by WEB Fuzzer is found in the HTML response message, the surface should test the XSS vulnerability in the application.

Performance degradation

Although it is easy to identify DoS attacks through its manifestation (direct application crashes), the DoS vulnerability is much more subtle. Performance degradation usually indicates that the application may be vulnerable to Dos attacks. Request timeout is a way to discover performance degradation, but in the process of Fuzz, you should also use the blood monitor to check the problem, such as excessive CPU usage or memory usage.

Request timed out

With reference to the previous one, you can not ignore the request timeout because they may indicate a temporary or permanent Dos condition.

WEB Fuzzer error message

WEB Fuzzer has its own error handling, when some specific function fails, it will pop up an error message. For example, if the target server is offline because of a previous Fuzz request, WEB Fuzzer may give an error message indicating that it can not be linked to the target server. This means that a DoS attack may have occurred.

Processed or untreated exception

When Fuzz is applied to a Web application, a vulnerability may be found on the application itself and on the server it is running. Therefore, it is also important to monitor the state of the server. Although the response information returned by the Web server provides us with information about potential vulnerabilities, they do not reveal all the problems. If the input changes slightly, the Fuzz request is likely to result in an exception that is processed or not handled, resulting in conditions that can be exploited. Therefore, in the Fuzz process, it is recommended that the target WEB server connected to a separate debugger, so that you can identify these exceptions, such as FileFuzz and COMRaider, all with built-in debugging capabilities. WEB Fuzzer does not require debugging function, because WEB Fuzzer does not need to repeatedly start and stop an application. Our approach is to send a series of fuzz requests to a Web application, the server will continue to run and correspond to these requests, and prevent the resulting Dos input.

Share this article:

Facebook Post LinkedIn Telegram
Tags: fuzz web design fuzz web development web fuzz testing web fuzzer web fuzzing

Search

Translation

CVE WATCHTOWER
🚨

Receive alerts for vulnerabilities being exploited in the wild.

⚡

Get notified instantly when a Proof of Concept (PoC) exploit is published.

🔍

Access critical info on vulnerabilities even when marked as "RESERVED".

🧠

Insights powered by decades of expertise and global intelligence sources.

🎯

Customize alerts with up to 10 keywords for your specific tech stack.

📊

Export the raw CVE database for SIEM integration and reporting.

Upgrade Package

🔴 Live Critical Threats

  • CVE-2026-50242CVSS 10.0
    In JetBrains Hub before 2026.1.13757, 2025.3.148033, 2025.2.148048, 2025.1.148120, 2024.3.148430, 2024.2.148429 authentication bypass...
  • CVE-2026-56142CVSS 9.6
    In JetBrains Hub before 2026.1.13757, 2025.3.148033, 2025.2.148048, 2025.1.148120, 2024.3.148430, 2024.2.148429 privilege escalation...
  • CVE-2026-56141CVSS 9.8
    In JetBrains Hub before 2026.1.13757, 2025.3.148033, 2025.2.148048, 2025.1.148120, 2024.3.148430, 2024.2.148429 account takeover...
  • CVE-2026-54414CVSS 9.8
    FileRise before 3.16.0 is vulnerable to path traversal in the shared-folder upload...
  • CVE-2026-7515CVSS 9.8
    The BetterDocs Pro plugin for WordPress is vulnerable to Local File Inclusion...
  • CVE-2026-8713CVSS 9.1
    The Avada (Fusion) Builder plugin for WordPress is vulnerable to arbitrary file...
  • CVE-2026-40624CVSS 9.8
    Improper input validation in AVer PTC500S, PTC115, PTC500+, and PTC115+ cameras may...
  • CVE-2026-12048CVSS 9.3
    Stored cross-site scripting in pgAdmin 4's error-rendering and plan-node-rendering paths. Text returned...
  • CVE-2026-12046CVSS 9.0
    Two state-mutating endpoints in pgAdmin 4's SQL Editor blueprint -- DELETE /sqleditor/close/...
  • CVE-2026-12045CVSS 9.0
    Read-only transaction bypass in the pgAdmin 4 AI Assistant allows an attacker...
Powered by CVE WATCHTOWER

Recent Zero-Day Vulnerabilities

  • GreatXML BitLocker Bypass: Public PoC Exploit Disclosed
  • Check Point VPN Vulnerability Exploited in the Wild with Ransomware Links
  • Weekly Threat Intelligence: June 1 to June 7, 2026
  • Cisco SD-WAN Vulnerability Exploited in the Wild with Root RCE Risks
  • Android Zero-Day Flaw Exploited in the Wild: June 2026 Patches Released
  • Exploited in the Wild: Critical OWA Spoofing Flaw (CVE-2026-42897) Hits On-Premises Exchange Servers
Our Websites
  • Penetration Testing Tools
  • The Daily Information Technology
  • Daily CyberSecurity

    • About SecurityOnline.info
    • Advertise with us
    • Announcement
    • Contact
    • Contributor Register
    • Login
    • About SecurityOnline.info
    • Advertise on SecurityOnline.info
    • Contact Us

    When you purchase through links on our site, we may earn an affiliate commission. Here’s how it works

    • Disclaimer
    • Privacy Policy
    • DMCA NOTICE
    • Linkedin
    • Twitter
    • Facebook
    • Youtube
    © 2017 - 2026 Daily CyberSecurity. All Rights Reserved.