lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Fri, 4 Mar 2022 17:44:46 +0200
From:   George Shuklin <george.shuklin@...il.com>
To:     netdev@...r.kernel.org
Subject: [bugreport] stability issue with many altname

Recently there was a feature in kernel allowing alternative names for 
network interfaces

(https://lwn.net/Articles/794289/)

I decided to give it a try:

while true; do ip link property add altname `uuidgen` dev lo; done

Within 50 seconds I got my machine completely unavailable, and ip start 
to show strange errors on any input:

!!!Deficit 564, rta_len=25954
!!!Deficit 1324, rta_len=0
!!!Deficit 16216, rta_len=25911
!!!Deficit 12288, rta_len=25144
!!!Deficit 2044, rta_len=24884

Moreover, many processes in the system got to 100% cpu use: sudo, 
cups-browser, ovs-vswitchd.

I thing there should be some kind of limit on number of altnames...


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ