DragonFly vulnerable to panics due to nil pointer dereference when using variables created alongside an error
Moderate severity
GitHub Reviewed
Published
Sep 17, 2025
in
dragonflyoss/dragonfly
•
Updated Sep 26, 2025
Description
Published to the GitHub Advisory Database
Sep 17, 2025
Reviewed
Sep 17, 2025
Published by the National Vulnerability Database
Sep 17, 2025
Last updated
Sep 26, 2025
Impact
We found two instances in the DragonFly codebase where the first return value of a function is dereferenced even when the function returns an error (figures 9.1 and 9.2). This can result in a nil dereference, and cause code to panic. The codebase may contain additional instances of the bug.
Eve is a malicious actor operating a peer machine. She sends a dfdaemonv1.DownRequest request to her peer Alice. Alice’s machine receives the request, resolves a nil variable in the server.Download method, and panics.
Patches
Workarounds
There are no effective workarounds, beyond upgrading.
References
A third party security audit was performed by Trail of Bits, you can see the full report.
If you have any questions or comments about this advisory, please email us at [email protected].
References