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

Bug PHP Code Injection #39

Closed
daffainfo opened this issue Apr 11, 2020 · 1 comment
Closed

Bug PHP Code Injection #39

daffainfo opened this issue Apr 11, 2020 · 1 comment

Comments

@daffainfo
Copy link

Hello, i found PHP Code injection
image
Iam using system() function in PHP to test it, when run simple php code injection payload to read /etc/passwd
<?php system('cat /etc/passwd'); ?>
The output will be like this
image

@hermanzdosilovic
Copy link
Member

That is OK, code is run in a sandboxed environment. The same thing can be achieved with Bash.

Thanks for the heads up though and let me know if you found a bug that allowed you to exploit the IDE or API.

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

No branches or pull requests

2 participants