CVE-2026-90695
Received Received - Intake

XSS in SourceCodester Inventory Management System

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

Publication date: 2026-09-14

Last updated on: 2026-09-14

Assigner: VulDB

Description

A vulnerability was found in SourceCodester Inventory Management System 1.0. Affected by this vulnerability is an unknown functionality of the file /api/vendors_handler.php of the component Vendor Management. Performing a manipulation results in cross site scripting. The attack is possible to be carried out remotely. The exploit has been made public and could be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
sourcecodester inventory_management_system 1.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
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.
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.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a stored Cross-Site Scripting (XSS) vulnerability in the Inventory Management System 1.0. It allows attackers to inject malicious JavaScript into vendor input fields like Vendor Name or Address. The injected scripts are stored in the database and executed when users view the Vendor Management page, potentially enabling session hijacking or account takeover.

Detection Guidance

To detect this XSS vulnerability, inspect the Vendor Management module in Inventory Management System for unsanitized input fields like Vendor Name, Mobile, PAN Number, GST Number, and Address. Check if malicious scripts are stored in the database or rendered in /vendors.php. Review /api/vendors_handler.php for improper input handling.

Impact Analysis

An attacker could steal session cookies, hijack accounts, or take over accounts entirely. This includes administrators, leading to full system compromise. The attack requires authentication but can be carried out by any authenticated user with vendor management access.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, violating GDPR's data protection requirements and HIPAA's security rules for protected health information. It may result in data breaches, non-compliance penalties, and loss of trust.

Mitigation Strategies

Apply htmlspecialchars() to all vendor fields before rendering. Implement server-side input validation to reject HTML/JavaScript content. Apply Content Security Policy (CSP) headers. Sanitize all fields in vendors_handler.php on both input and output. Ensure only trusted users can add vendors.

Chat Assistant

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

EPSS Chart