You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
randomssr
changed the title
catdoc Division global buffer overflow -- by misuse of the option "-b"
catdoc global buffer overflow -- by misuse of the option "-b"
Apr 28, 2023
Hello, I encountered some issues while reproducing this issue. When the source program ran ./catdoc -b global-buffer-overflow command,The program reported the following error:
Cannot load charset cp1251 - file not found
Compile the program with AddressSanitizer, and running the program, still reporting the above error. Do you know what the reason is?
Sorry, I just reproduce this bug again. And I did not encounter the above situation. And I think the reason is about the environment. please provide the relevant execution environment and compilation commands.
When the program input contains the option of "-b" , the program will cause global buffer overflow error.
Test Environment
Ubuntu 20.04, 64 bit catdoc (version: 0.95; )
How to trigger
Compile the program with AddressSanitizer
Run command $ .catdoc -b $POC
Details
ASAN report
$./catdoc -b $POC
The URL of PoC is PoC
The text was updated successfully, but these errors were encountered: