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

PHP Objection Injection #356

Closed
prodigysml opened this issue Jul 19, 2018 · 0 comments
Closed

PHP Objection Injection #356

prodigysml opened this issue Jul 19, 2018 · 0 comments

Comments

@prodigysml
Copy link

The Issue

PHP Object Deserialization Injection attacks utilise the unserialize function within PHP. The deserialisation of the PHP object can trigger certain methods within the object, allowing the attacker to perform unauthorised actions like execution of code, disclosure of information, etc.

Where the Issue Occurred

Displayed below is the code within the YesWiki project containing the vulnerable code:

$conf = unserialize($_POST["config"]);

mrflos added a commit that referenced this issue Oct 9, 2018
@mrflos mrflos closed this as completed Nov 21, 2018
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