gKccGnAzQBiqnsjs0WZE_Week 1 Report Template
gKccGnAzQBiqnsjs0WZE_Week 1 Report Template
Full Name:Suraj N S
Program: HCPT
Date:16/02/2025
Introduction
This report document hereby describes the proceedings and results of a Black Box security
assessment conducted against the Week 1 Labs. The report hereby lists the findings and
corresponding best practice mitigation actions and recommendations.
1. Objective
The objective of the assessment was to uncover vulnerabilities in the Week 1 Labs and
provide a final security assessment report comprising vulnerabilities, remediation strategy
and recommendation guidelines to help mitigate the identified vulnerabilities and risks
during the activity.
2. Scope
This section defines the scope and boundaries of the project.
3. Summary
Outlined is a Black Box Application Security assessment for the Week 1 Labs.
4 5 8
Proof of Concept
Proof of Concept
Vulnerability Description
When the attacker inputs "/><h1>Test</h1> in the First Name or Last Name field and
updates the profile, the application saves and renders it as raw HTML. This results in injecting
a <h1>Test</h1> tag into the webpage, modifying the UI and potentially enabling stored XSS
if scripts are injected.
How It Was Discovered
Manual Analysis
Vulnerable URLs
https://labs.hacktify.in/HTML/html_lab/lab_2/profile.php
Consequences of not Fixing the Issue
UI manipulation, stored XSS attacks, and phishing or data theft through malicious scripts.
Suggested Countermeasures
it is essential to validate and sanitize user input to remove any harmful HTML tags.
Additionally, implementing a strict Content Security Policy (CSP) and encoding output
properly can protect against the execution of malicious scripts.
References
URLs to the sources used to know more about this vulnerability
Proof of Concept
This section contains the proof of the above vulnerabilities as the screenshot of the
vulnerability of the lab
NOTES:
● Everything mentioned inside {} has to be changed based on your week, labs and
sub-labs.
● If you have 2 labs in same week you need to mention that, if not ignore those
mentions for lab 2.
● Here it is given with 2 Sub-labs vulnerability, you need to add all the sub-labs
based on your labs.
● Don’t forget to add the screenshot of the vulnerability in the proof of concept.
● Add only 1 screenshot in the Proof of Concept section.
● This NOTE session is only for your reference, don’t forget to delete this in the
report you submit.