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 526 91.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 52 8.99%
All colors 578 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
214 134 LLVMFuzzerTestOneInput call site: 00134 mg_error
101 409 fn(mg_connection*, int, void*) call site: 00409 mg_http_serve_file
64 512 LLVMFuzzerTestOneInput call site: 00512 mg_mgr_poll
58 349 LLVMFuzzerTestOneInput call site: 00349 mg_connect
28 13 LLVMFuzzerTestOneInput call site: 00013 mg_http_get_header
12 49 LLVMFuzzerTestOneInput call site: 00049 mg_url_decode
10 1 LLVMFuzzerTestOneInput call site: 00001 mg_dns_parse_rr
9 105 LLVMFuzzerTestOneInput call site: 00105 memcmp
9 123 LLVMFuzzerTestOneInput call site: 00123 mg_random
7 91 LLVMFuzzerTestOneInput call site: 00091 mg_base64_final
6 77 LLVMFuzzerTestOneInput call site: 00077 mg_millis
4 85 LLVMFuzzerTestOneInput call site: 00085

Runtime coverage analysis

Covered functions
147
Functions that are reachable but not covered
78
Reachable functions
276
Percentage of reachable functions covered
71.74%
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 7
src/http.c 28
src/str.c 8
src/mqtt.c 2
src/sntp.c 2
src/base64.c 6
src/json.c 5
src/net.c 13
src/tls_dummy.c 7
src/net_builtin.c 44
src/event.c 2
src/printf.c 8
src/fmt.c 8
src/iobuf.c 5
src/log.c 4
src/url.c 3
src/ssi.c 1
src/fs.c 2
src/timer.c 2
src/queue.c 3

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
http_cb(mg_connection*,int,void*) /src/mongoose/src/http.c 3 ['N/A', 'int', 'N/A'] 15 0 778 111 40 73 0 515 63
mg_mqtt_connect /src/mongoose/src/mqtt.c 5 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A'] 11 0 64 9 4 113 0 468 50
mg_tls_x25519 /src/mongoose/src/tls_x25519.c 4 ['N/A', 'N/A', 'N/A', 'int'] 7 0 204 18 6 30 0 49 49
mg_ws_cb(mg_connection*,int,void*) /src/mongoose/src/ws.c 3 ['N/A', 'int', 'N/A'] 8 0 372 51 14 88 0 429 48
mg_http_next_multipart /src/mongoose/src/http.c 4 ['N/A', 'size_t', 'size_t', 'N/A'] 3 0 470 59 23 7 0 54 41
mg_rpc_process /src/mongoose/src/rpc.c 1 ['N/A'] 16 0 149 15 6 53 0 372 38
mg_hello /src/mongoose/src/http.c 1 ['N/A'] 16 0 48 9 4 181 0 936 38
mg_json_next /src/mongoose/src/json.c 5 ['N/A', 'size_t', 'size_t', 'N/A', 'N/A'] 4 0 604 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
63.0%
230 / 363
Cyclomatic complexity statically reachable by fuzzers
77.0%
1856 / 2398

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/sha1.c [] []
/src/mongoose/src/fs_posix.c [] []
/src/mongoose/src/ota_dummy.c [] []
/src/mongoose/src/event.c ['fuzz'] ['fuzz']
/src/mongoose/src/log.c ['fuzz'] ['fuzz']
/src/mongoose/src/timer.c ['fuzz'] ['fuzz']
/src/mongoose/src/md5.c [] []
/src/mongoose/src/printf.c ['fuzz'] ['fuzz']
/src/mongoose/src/fs_packed.c [] []
/src/mongoose/src/net_builtin.c ['fuzz'] ['fuzz']
/src/mongoose/src/tls_x25519.c [] []
/src/mongoose/src/net.c ['fuzz'] ['fuzz']
/src/mongoose/src/ws.c [] []
/src/mongoose/src/mqtt.c ['fuzz'] ['fuzz']
/src/mongoose/src/sntp.c ['fuzz'] ['fuzz']
/src/mongoose/src/fmt.c ['fuzz'] ['fuzz']
/src/mongoose/src/base64.c ['fuzz'] ['fuzz']
/src/mongoose/src/drivers/phy.c [] []
/src/mongoose/src/str.c ['fuzz'] ['fuzz']
/src/mongoose/src/url.c ['fuzz'] ['fuzz']
/src/mongoose/test/fuzz.c ['fuzz'] ['fuzz']
/src/mongoose/test/driver_mock.c [] []
/src/mongoose/src/util.c ['fuzz'] ['fuzz']
/src/mongoose/src/http.c ['fuzz'] ['fuzz']
/src/mongoose/src/queue.c ['fuzz'] []
/src/mongoose/src/rpc.c [] []
/src/mongoose/src/tls_dummy.c ['fuzz'] ['fuzz']
/src/mongoose/src/ssi.c ['fuzz'] []
/src/mongoose/src/json.c ['fuzz'] ['fuzz']
/src/mongoose/src/dns.c ['fuzz'] ['fuzz']
/src/mongoose/src/iobuf.c ['fuzz'] ['fuzz']
/src/mongoose/src/sha256.c [] []
/src/mongoose/src/fs.c ['fuzz'] ['fuzz']

Directories in report

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