### Summary A memory-safety vulnerability in Open Babel's PQS parser allowed an out-of-bounds write when reading a crafted input file. ### Details The flaw was in the `coord_file` parsing path of the PQS reader. A malformed coord file specifier caused the parser to write past the end of its destination buffer. ### Impact Open Babel is a C++ library and CLI used to read and write chemistry file formats; it is shipped by Linux distributions and embedded in services that may parse untrusted in