3 matches found
EUVD-2026-86954
In the Linux kernel, the following vulnerability has been resolved: sctp: fix soft lockup from unpadded ASCONF-ACK parameter iteration sctpverifyasconf walks ASCONF-ACK parameters with sctpwalkparams, which advances by SCTPPAD4length, while the consumer sctpgetasconfresponse iterates the same...
5.8AI score
SaveExploits0References4
CVE-2026-98123
The Linux kernel is vulnerable to a remote denial of service (DoS) and an out-of-bounds read due to how SCTP handles ASCONF-ACK parameters. The sctp_verify_asconf() function uses padding during parameter iteration, while the consumer sctp_get_asconf_response() iterates using raw lengths. An odd-l...
5.8AI score
SaveExploits0References4
20