| Reported on: | 20240821 |
|---|---|
| Published on: | 20240829 |
| Fixed on: | 20240829 |
| Reported by: | Yanqiu Zhang |
|---|---|
| Patched by: | Peter Krempa |
A refactor of the code fetching the list of interfaces for multiple APIs introduced a corner case on platforms where allocating 0 bytes of memory results in a NULL pointer. This corner case would lead to a NULL-pointer dereference and subsequent crash of virtinterfaced.
Unprivileged clients can crash virtinterfaced via a read-only connection
None