Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

Fuzzer details

Fuzzer: fuzz

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 454 89.9%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 51 10.0%
All colors 505 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
193 129 LLVMFuzzerTestOneInput call site: 00129 mg_vxprintf
87 323 LLVMFuzzerTestOneInput call site: 00323 mg_connect
87 412 fn(mg_connection*, int, void*) call site: 00412 mg_http_serve_file
24 13 LLVMFuzzerTestOneInput call site: 00013 mg_http_get_header
13 45 LLVMFuzzerTestOneInput call site: 00045 mg_url_decode
10 1 LLVMFuzzerTestOneInput call site: 00001 mg_dns_parse_rr
9 118 LLVMFuzzerTestOneInput call site: 00118 mg_random
8 102 LLVMFuzzerTestOneInput call site: 00102 memcmp
7 88 LLVMFuzzerTestOneInput call site: 00088 mg_base64_final
6 74 LLVMFuzzerTestOneInput call site: 00074 mg_millis
4 82 LLVMFuzzerTestOneInput call site: 00082
2 115 LLVMFuzzerTestOneInput call site: 00115 epoll_create1

Runtime coverage analysis

Covered functions
149
Functions that are reachable but not covered
76
Reachable functions
280
Percentage of reachable functions covered
72.86%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
test/fuzz.c 2
src/dns.c 9
src/util.c 6
src/http.c 33
src/str.c 13
src/mqtt.c 2
src/sntp.c 2
src/base64.c 6
src/json.c 5
src/net.c 11
src/tls_dummy.c 4
src/net_builtin.c 33
src/event.c 2
src/printf.c 5
src/fmt.c 8
src/iobuf.c 4
src/log.c 4
src/url.c 3
src/ssi.c 1
src/fs.c 2

Analyses and suggestions

Optimal target analysis

Remaining optimal interesting functions

The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.

Func name Functions filename Arg count Args Function depth hitcount instr count bb count cyclomatic complexity Reachable functions Incoming references total cyclomatic complexity Unreached complexity
mg_ws_upgrade /src/mongoose/src/ws.c 3 ['struct.mg_connection *', 'struct.mg_http_message *', 'char *'] 15 0 87 6 3 107 0 513 71
mg_mqtt_connect /src/mongoose/src/mqtt.c 5 ['struct.mg_mgr *', 'char *', 'struct.mg_mqtt_opts *', 'func_type *', 'char *'] 11 0 65 9 4 131 0 526 52
mg_tls_x25519 /src/mongoose/src/tls_x25519.c 4 ['char *', 'char *', 'char *', 'int'] 7 0 138 14 5 30 0 47 47
mg_http_next_multipart /src/mongoose/src/http.c 4 ['char *', 'size_t', 'size_t', 'struct.mg_http_part *'] 3 0 499 59 23 7 0 54 41
mg_rpc_process /src/mongoose/src/rpc.c 1 ['struct.mg_rpc_req *'] 16 0 164 15 6 53 0 364 36
mg_json_next /src/mongoose/src/json.c 5 ['char *', 'size_t', 'size_t', 'struct.mg_str *', 'struct.mg_str *'] 4 0 627 93 35 12 0 176 35

Implementing fuzzers that target the above functions will improve reachability such that it becomes:

Functions statically reachable by fuzzers
60.0%
229 / 381
Cyclomatic complexity statically reachable by fuzzers
75.0%
1746 / 2320

All functions overview

If you implement fuzzers for these functions, the status of all functions in the project will be:

Func name Functions filename Args Function call depth Reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Files and Directories in report

This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link

Files in report

Source file Reached by Covered by
[] []
/src/mongoose/src/fs.c ['fuzz'] ['fuzz']
/src/mongoose/src/printf.c ['fuzz'] ['fuzz']
/src/mongoose/src/json.c ['fuzz'] ['fuzz']
/src/mongoose/src/mqtt.c ['fuzz'] ['fuzz']
/src/mongoose/src/drivers/phy.c [] []
/src/mongoose/src/log.c ['fuzz'] ['fuzz']
/src/mongoose/src/queue.c [] []
/src/mongoose/src/sntp.c ['fuzz'] ['fuzz']
/src/mongoose/src/md5.c [] []
/src/mongoose/src/net.c ['fuzz'] ['fuzz']
/src/mongoose/src/sha1.c [] []
/src/mongoose/src/ota_dummy.c [] []
/src/mongoose/src/net_builtin.c ['fuzz'] ['fuzz']
/src/mongoose/test/driver_mock.c [] []
/src/mongoose/src/device_dummy.c [] []
/src/mongoose/src/ssi.c ['fuzz'] []
/src/mongoose/src/util.c ['fuzz'] ['fuzz']
/src/mongoose/src/tls_x25519.c [] []
/src/mongoose/src/fmt.c ['fuzz'] ['fuzz']
/src/mongoose/src/fs_packed.c [] []
/src/mongoose/test/fuzz.c ['fuzz'] ['fuzz']
/src/mongoose/src/url.c ['fuzz'] ['fuzz']
/src/mongoose/src/http.c ['fuzz'] ['fuzz']
/src/mongoose/src/ws.c [] []
/src/mongoose/src/event.c ['fuzz'] ['fuzz']
/src/mongoose/src/timer.c [] []
/src/mongoose/src/iobuf.c ['fuzz'] ['fuzz']
/src/mongoose/src/sha256.c [] []
/src/mongoose/src/base64.c ['fuzz'] ['fuzz']
/src/mongoose/src/tls_dummy.c ['fuzz'] ['fuzz']
/src/mongoose/src/fs_posix.c [] []
/src/mongoose/src/rpc.c [] []
/src/mongoose/src/device_flash.c [] []
/src/mongoose/src/dns.c ['fuzz'] ['fuzz']
/src/mongoose/src/str.c ['fuzz'] ['fuzz']

Directories in report

Directory
/src/mongoose/test/
/src/mongoose/src/
/src/mongoose/src/drivers/