Replies: 6 comments
-
@Nereg looks good, and it should be possible to easily integrate icmp requests into packetgen |
Beta Was this translation helpful? Give feedback.
-
Potentially could be a separate job though, packetgen requires root permission and it's probably not the best in terms of usability |
Beta Was this translation helpful? Give feedback.
-
https://pkg.go.dev/golang.org/x/net/icmp#example-PacketConn-NonPrivilegedPing |
Beta Was this translation helpful? Give feedback.
-
Working on a POC with python's scapy tool because I can't find any POCs for this CVE |
Beta Was this translation helpful? Give feedback.
-
Sadly I can't replicate it on my kali machine. |
Beta Was this translation helpful? Give feedback.
-
Верните плз процент успешных попыток атак. |
Beta Was this translation helpful? Give feedback.
-
CVE-2022-0742: Remote Denial of Service on Linux Kernel >=5.13
Flooding icmp6 messages of type 130 or 131 is enough to exploit a memory leak in the kernel and cause the host to go out-of-memory. The volume of traffic doesn't need to be particularly high:
https://www.openwall.com/lists/oss-security/2022/03/15/3
maybe we can integrate this ?
Beta Was this translation helpful? Give feedback.
All reactions