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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Multiple HTML Injection Vulnerabilities #16

Merged
merged 1 commit into from
Mar 29, 2019
Merged

Fixed Multiple HTML Injection Vulnerabilities #16

merged 1 commit into from
Mar 29, 2019

Conversation

mufeedvh
Copy link
Contributor

Fixed multiple HTML Injection vulnerabilities in "$customer[x]" output which prints out inside "value" tag without filtering causing it to break the entire HTML page structure. 馃憤

What is HTML Injection:
https://www.acunetix.com/vulnerabilities/web/html-injection/

Proof of Concept:
http:https://freecs9.epizy.com/core-php-admin/edit_customer.php?customer_id=256&operation=edit
You can see that the injected HTML caused the page to break it's structure
Any payload appended with escaping characters (">) can break the page

Fix it ASAP as it's critical and this is an admin panel used by several people :)

**Fixed multiple HTML Injection vulnerabilities in "$customer[x]" output which prints out inside "value" tag without filtering causing it to break the entire HTML page structure.** 馃憤 

**What is HTML Injection:**
https://www.acunetix.com/vulnerabilities/web/html-injection/

**Proof of Concept:**
http:https://freecs9.epizy.com/core-php-admin/edit_customer.php?customer_id=256&operation=edit
***You can see that the injected HTML caused the page to break it's structure***
***Any payload appended with escaping characters (">) can break the page***

**Fix it ASAP as it's critical and this is an admin panel used by several people** :)
@chetans9 chetans9 merged commit 5784ca9 into chetans9:master Mar 29, 2019
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

2 participants