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

Function Mnl_socket_open

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

Source from the content-addressed store, hash-verified

416}
417
418struct mnl_socket *Mnl_socket_open(int bus)
419{
420 struct mnl_socket *nl = mnl_socket_open(bus); // socket(AF_NETLINK, SOCK_RAW, NETLINK_NETFILTER)
421 if (nl == NULL)
422 mnl_socket_error("mnl_socket_open error");
423 return nl;
424}
425
426void Mnl_socket_bind(struct mnl_socket *nl, unsigned int groups, pid_t pid)
427{

Callers 3

xfrm_policy_spray_initFunction · 0.85
heap_read_primitive_initFunction · 0.85

Calls 1

mnl_socket_errorFunction · 0.85

Tested by

no test coverage detected