CVE-2026-82622
Received Received - Intake

Cross-Site Scripting in Employee Leave Managing System

Vulnerability report for CVE-2026-82622, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-31

Last updated on: 2026-08-31

Assigner: VulDB

Description

A security vulnerability has been detected in code-projects Employee Leave Managing System 1.0. Affected is an unknown function of the file /EmpManageSys/editaction.php of the component Employee Profile Update. The manipulation of the argument Name leads to cross site scripting. The attack can be initiated remotely. The exploit has been disclosed publicly and may be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-31
Last Modified
2026-08-31
Generated
2026-08-31
AI Q&A
2026-08-31
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-94 The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a Stored Cross-Site Scripting (XSS) vulnerability in the Employee Leave Managing System 1.0. The flaw exists in the employee profile update feature, specifically in the /EmpManageSys/editaction.php file. The 'Name' parameter is vulnerable because it accepts user input without proper validation or sanitization. Attackers can inject malicious JavaScript code, which gets stored in the database and later executed when other users view the affected profile.

Detection Guidance

To detect this XSS vulnerability, inspect the /EmpManageSys/editaction.php endpoint for unsanitized input handling. Check if the 'name' parameter accepts and stores arbitrary JavaScript payloads like <details/open/ontoggle=alert(1)>. Test by submitting such payloads and verifying if they are reflected unsafely in the application's output.

Impact Analysis

If exploited, this vulnerability could allow attackers to execute arbitrary JavaScript in the browsers of users viewing the affected employee profile. This may lead to session hijacking, theft of sensitive data like cookies or credentials, or unauthorized actions performed on behalf of the user. Attackers need authenticated access to edit employee records to exploit this flaw.

Compliance Impact

This vulnerability could violate compliance requirements under GDPR and HIPAA by exposing sensitive employee or user data. GDPR mandates protection of personal data, while HIPAA requires safeguarding protected health information. A successful XSS attack could lead to unauthorized access or disclosure of such data, resulting in legal penalties and reputational damage.

Mitigation Strategies

Immediately implement input validation to reject malicious scripts in the 'name' parameter. Apply output encoding using functions like htmlspecialchars() before rendering user input. Deploy a restrictive Content Security Policy (CSP) to block inline scripts. Ensure all user inputs are sanitized and validated server-side.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-82622. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart