Skip to content
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

I have a denial of service error #491

Open
villers3 opened this issue Aug 24, 2022 · 0 comments
Open

I have a denial of service error #491

villers3 opened this issue Aug 24, 2022 · 0 comments
Labels

Comments

@villers3
Copy link

villers3 commented Aug 24, 2022

$jsFunc = 'function myTestFunc () { return 1}; } '; ok
$jsFunc = 'function myTestFunc () { return 11}; } '; ok
$jsFunc = 'function myTestFunc () { return '1'}; } '; error
$jsFunc = 'function myTestFunc () { return [] }; } '; error
$jsFunc = 'function myTestFunc () { return{} }; } '; error

$js->executeString($jsFunc, 'Test.Context');
$js->executeString('myTestFunc ();', 'Test.Context',V8Js::FLAG_NONE,21000,10241024);

centos 8
apache 2.4.54
php 7.4.30
v8 7.5.288.23
v8js 2.12

apache error log:
AH01067: Failed to read FastCGI header
AH01075: Error dispatching request to

Can anyone help me? Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants