We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I found it about 4 years ago, and forgot to let know. still seems like, has vulnerbitity.
https://github.com/avih/miniweb/blob/master/http.c#L2348
phsSocket->bufferSize = phsSocket->request.payloadSize + 1; phsSocket->request.pucPayload = malloc(phsSocket->bufferSize); // bufferSize
phsSocket->bufferSize = phsSocket->request.payloadSize + 1;
phsSocket->request.pucPayload = malloc(phsSocket->bufferSize); // bufferSize
https://github.com/avih/miniweb/blob/master/http.c#L1271 // causes overflow
The text was updated successfully, but these errors were encountered:
Thanks.
I'll keep this issue open for posterity, but as the message at the readme and the project page says:
This project is not maintained, and should not be considered secure.
Sorry, something went wrong.
No branches or pull requests
I found it about 4 years ago, and forgot to let know.
still seems like, has vulnerbitity.
The text was updated successfully, but these errors were encountered: