CyberRota Analysis
AI-GeneratedThe vulnerability allows unauthenticated remote attackers to exploit a stack buffer overflow in the INDI indiserver, leading to a denial of service by crashing the daemon through malformed XML payloads. This can disrupt all active client and driver sessions by sending a single TCP packet to port 7624. Organizations using affected versions of the INDI indiserver should prioritize patching to mitigate this high-severity risk.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
INDI (Instrument Neutral Distributed Interface) indiserver through 2.2.4.2, fixed in commit 96bbd7f, contains a stack buffer overflow vulnerability that allows unauthenticated remote attackers to crash the daemon by sending malformed XML with mismatched tags whose names exceed 1024 bytes. Attackers can send a single TCP packet on port 7624 with mismatched XML tags to trigger an unbounded sprintf() write into a fixed 1024-byte stack buffer in MsgQueue.cpp, terminating the daemon and disrupting all active client and driver sessions.