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 reflected XSS security vulnerabilities and contact form display bug. #52

Merged
merged 1 commit into from Feb 1, 2016

Conversation

sourcekris
Copy link
Contributor

While researching security vulnerabilities also discovered a bug where the contact form for a listing doesn't display if wp_listings_default_form exists but is null.

Reflective XSS is in a post request, still an issue but low impact. Fixed with wp built in esc_html().

References:
http://php-grinder.com/project/view/31097
http://phpsecurity.readthedocs.org/en/latest/Cross-Site-Scripting-(XSS).html

…wp_listings_default_form exists but is null. Fixed unauthenticated reflected XSS security vulnerabilities in single-listing.php contact forms.
davebonds added a commit that referenced this pull request Feb 1, 2016
Fix reflected XSS security vulnerabilities and contact form display bug.
@davebonds davebonds merged commit 57a518c into agentevolution:master Feb 1, 2016
@ethicalhack3r
Copy link

Hi! Can you confirm which version of the plugin this merge made it in to? Version 2.0.2? Thanks!

@davebonds
Copy link
Contributor

This is 2.0.2 and later versions.

davebonds pushed a commit that referenced this pull request Oct 14, 2016
…-option-to-settings-page-to to release/2.2.0

* commit 'e54506ae793f1f975f263350d36614c46612a010':
  change widget names to IMPress
  add option to delete data on plugin uninstall
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

Successfully merging this pull request may close these issues.

None yet

3 participants