-
Notifications
You must be signed in to change notification settings - Fork 560
New issue
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
Found some crashes of perl binary #19919
Comments
This problem should be reported by sending mail to: |
Thanks for the report. Whenever you think you've found a bug that could potentially be exploited, please report it to the security list perl-security@perl.org rather than to the public bug tracker. Example 3 is a duplicate of #16319, which was deemed not to be a significant security concern. This was recently fixed, but just too late to get into perl-5.36. The fix is expected to be in perl-5.38 and may be considered for backporting to 5.36 for a future maintenance release if it proves stable. The other examples are all issues with reference counting on the stack - the first one, for example, simplifies to |
@hvds this ticket looks closable to me; do you concur? |
Given that the OP has had nothing further to say since my response from July, I agree; closing it now. |
Description
Hi!
As a result of fuzz testing using AFL, several crashes were found for latest stable Perl 5.36.0.
These crashes probably can be exploited.
Steps to Reproduce
So input files causing crashes attached with commands for GDB in gdb_script: checked-crashes-perl.tar.gz
Example 1:
Example 2:
Example 3:
Example 4:
The text was updated successfully, but these errors were encountered: