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

Fix a php warning #8729

Merged
merged 1 commit into from Jul 17, 2017
Merged

Fix a php warning #8729

merged 1 commit into from Jul 17, 2017

Conversation

jvoisin
Copy link
Contributor

@jvoisin jvoisin commented Jul 16, 2017

This should close #8670

Verification

List the steps needed to make sure this thing works

  • Start msfconsole
  • Use whatever exploit to uses a php payload
  • exploit
  • Check that no warning appears anymore in the web server logs.

This should close #8670
@busterb
Copy link
Member

busterb commented Jul 17, 2017

Good catch, thanks @jvoisin

@busterb busterb merged commit 6261529 into rapid7:master Jul 17, 2017
busterb pushed a commit that referenced this pull request Jul 17, 2017
Merge remote-tracking branch 'upstream/pr/8729' into upstream-master
@busterb
Copy link
Member

busterb commented Jul 17, 2017

Release Notes

This fix resolves syntax warnings in PHP payloads about uninitialized constants, which can be used as an IOC during exploitation. The warnings are no longer triggered.

@alrosenthal-r7 alrosenthal-r7 added the rn-fix release notes fix label Jul 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Notice "Use of undefined constant pipe - assumed 'pipe'" generated by reverse_php payload
3 participants