MCPcopy Create free account
hub / github.com/bsauce/kernel-exploit-factory / trigger_qdisc_enqueue

Function trigger_qdisc_enqueue

CVE-2025-21702/exploit/exploit.c:611–615  ·  view source on GitHub ↗

trigger_qdisc_enqueue() - send empty msghdr

Source from the content-addressed store, hash-verified

609}
610// trigger_qdisc_enqueue() - send empty msghdr
611void trigger_qdisc_enqueue(int packet_socket, int ifindex)
612{
613 u8 packet_data[128] = {};
614 send_packet_to_network_interface(packet_socket, ifindex, packet_data, sizeof(packet_data));
615}
616
617void trigger_qdisc_enqueue_with_bigger_packet(int packet_socket, int ifindex)
618{

Calls 1

Tested by

no test coverage detected