Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2021-38583 — Proof-of-concept for CVE-2021-38583: reflected XSS in openBaraza HCM HR Payroll v3.1.6. Documents multiple vulnerable JSP pages and input fields with payload examples. | Kitploit
Tools/GitHubGitHub/charlesbickel/cve-2021-38583
Vulnerability AnalysisWeb Application ExploitationInformation GatheringWeb SecurityPenetration Testing
GitHubcharlesbickel/cve-2021-38583

CVE-2021-38583

Proof-of-concept for CVE-2021-38583: reflected XSS in openBaraza HCM HR Payroll v3.1.6. Documents multiple vulnerable JSP pages and input fields with payload examples.

View Repository
5 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2021-38583 openBaraza HCM HR Payroll v.3.1.6 Reflected XSS vulnerability

openBaraza HCM HR Payroll v.3.1.6 does not properly neutralize user-controllable input, which allows reflected cross-site scripting (XSS) vulnerability on multiple pages.

https://openbaraza.org

https://sourceforge.net/projects/obhrms/?source=directory

Vulnerable pages:


http://serverip:9090/hr/subscription.jsp

affected: "number_of_employees" text box

payload:

subscription.jsp


http://serverip:9090/hr/application.jsp

affected: "surname", "first_name", "middle_name", "applicant_email", "phoneapplicant_phone", "identity_card", "language" text boxes

payload:

application.jsp


http://serverip:9090/hr/index.jsp?view=10:0:0&data=9

affected: "previous_salary", "expected_salary" text boxes

payload:

index.jsp?view=10:0:0&data=9


http://serverip:9090/hr/index.jsp?view=44:0:3&data={new}

affected: "self_rating" text box

payload:

index.jsp?view=44:0:3&data={new}

Download Tool