TagLib before 2.0 allows a segmentation violation and application crash during tag writing via a crafted WAV file in which an id3 chunk is the only valid chunk.
The product dereferences a pointer that it expects to be valid but is NULL.
Link | Tags |
---|---|
https://github.com/taglib/taglib/issues/1163 | exploit third party advisory |
https://github.com/taglib/taglib/pull/1164 | patch |
https://github.com/taglib/taglib/compare/v1.13.1...v2.0 | patch |
https://github.com/taglib/taglib/commit/dfa33bec0806cbb45785accb8cc6c2048a7d40cf | patch |