All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-71979
HIGHpublished 2026-08-17 18:18 UTC · 15 hours ago · modified 2026-08-17 20:16 UTC
8.7
CVSS / 10
// 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.
// weaknesses (CWE)
- CWE-121