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

Fuzzer details

Fuzzer: fuzz_url

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 0 0.0%
gold [1:9] 2 14.2%
yellow [10:29] 2 14.2%
greenyellow [30:49] 1 7.14%
lawngreen 50+ 9 64.2%
All colors 14 100

Runtime coverage analysis

Covered functions
4
Functions that are reachable but not covered
3
Reachable functions
7
Percentage of reachable functions covered
57.14%
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
fuzz/fuzz_url.c 1
librabbitmq/amqp_url.c 3

Fuzzer: fuzz_table

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 4 8.33%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 44 91.6%
All colors 48 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
0 0 None 2 150 amqp_decode_table_internal call site: 00006 /src/librabbitmq/librabbitmq/amqp_table.c:124
0 0 None 0 0 amqp_pool_alloc call site: 00037 /src/librabbitmq/librabbitmq/amqp_mem.c:90
0 0 None 0 0 amqp_pool_alloc call site: 00038 /src/librabbitmq/librabbitmq/amqp_mem.c:93
0 0 None 0 0 amqp_pool_alloc call site: 00040 /src/librabbitmq/librabbitmq/amqp_mem.c:110
0 0 None 0 0 amqp_pool_alloc call site: 00041 /src/librabbitmq/librabbitmq/amqp_mem.c:112
0 0 None 0 0 amqp_pool_alloc call site: 00042 /src/librabbitmq/librabbitmq/amqp_mem.c:115
0 0 None 0 0 record_pool_block call site: 00038 /src/librabbitmq/librabbitmq/amqp_mem.c:65
0 0 None 0 0 record_pool_block call site: 00039 /src/librabbitmq/librabbitmq/amqp_mem.c:70
0 0 None 0 0 amqp_decode_table_internal call site: 00004 /src/librabbitmq/librabbitmq/amqp_table.c:115
0 0 None 0 0 amqp_decode_table_internal call site: 00008 /src/librabbitmq/librabbitmq/amqp_table.c:134
0 0 None 0 0 amqp_decode_table_internal call site: 00011 /src/librabbitmq/librabbitmq/amqp_table.c:161
0 0 None 0 0 amqp_decode_array call site: 00031 /src/librabbitmq/librabbitmq/amqp_table.c:47

Runtime coverage analysis

Covered functions
22
Functions that are reachable but not covered
3
Reachable functions
25
Percentage of reachable functions covered
88.0%
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
fuzz/fuzz_table.c 1
librabbitmq/amqp_mem.c 6
librabbitmq/amqp_table.c 4
librabbitmq/amqp_private.h 6

Fuzzer: fuzz_server

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 804 99.8%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 1 0.12%
lawngreen 50+ 0 0.0%
All colors 805 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
804 0 EP call site: 00000 client

Runtime coverage analysis

Covered functions
1
Functions that are reachable but not covered
139
Reachable functions
140
Percentage of reachable functions covered
0.71%
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
fuzz/fuzz_server.c 5
librabbitmq/amqp_connection.c 15
librabbitmq/amqp_api.c 1
librabbitmq/amqp_private.h 17
librabbitmq/amqp_time.c 9
librabbitmq/amqp_mem.c 11
librabbitmq/amqp_tcp_socket.c 1
librabbitmq/amqp_socket.c 30
librabbitmq/amqp_framing.c 4
librabbitmq/amqp_table.c 14

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/librabbitmq/librabbitmq/amqp_mem.c ['fuzz_table', 'fuzz_server'] ['fuzz_table']
/src/librabbitmq/librabbitmq/amqp_api.c ['fuzz_server'] []
/src/librabbitmq/librabbitmq/amqp_framing.c ['fuzz_server'] []
/src/librabbitmq/librabbitmq/amqp_socket.c ['fuzz_server'] []
/src/librabbitmq/librabbitmq/amqp_tcp_socket.c ['fuzz_server'] []
/src/librabbitmq/fuzz/fuzz_table.c ['fuzz_table'] ['fuzz_table']
/src/librabbitmq/librabbitmq/amqp_url.c ['fuzz_url'] ['fuzz_url']
/src/librabbitmq/librabbitmq/amqp_connection.c ['fuzz_server'] []
/src/librabbitmq/librabbitmq/amqp_table.c ['fuzz_table', 'fuzz_server'] ['fuzz_table']
/src/librabbitmq/librabbitmq/amqp_private.h ['fuzz_table', 'fuzz_server'] ['fuzz_table']
/src/librabbitmq/fuzz/fuzz_url.c ['fuzz_url'] ['fuzz_url']
/src/librabbitmq/librabbitmq/amqp_time.c ['fuzz_server'] []
/src/librabbitmq/fuzz/fuzz_server.c ['fuzz_server'] ['fuzz_server']

Directories in report

Directory
/src/librabbitmq/fuzz/
/src/librabbitmq/librabbitmq/