CVE-2026-82625
Received Received - Intake

Cross-Site Scripting in Simple Inventory System 1.0

Vulnerability report for CVE-2026-82625, 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 vulnerability has been found in code-projects Simple Inventory System 1.0. This affects an unknown part of the file /register.php of the component User Registration. Such manipulation of the argument last_name leads to cross site scripting. The attack may be launched remotely. The exploit has been disclosed to the public 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

Showing 1 associated CPE
Vendor Product Version / Range
code-projects simple_inventory_system 1.0

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 Simple Inventory System 1.0. It allows attackers to inject malicious scripts via the last_name parameter in the /register.php file during user registration. The input is stored in the database and later rendered without proper encoding, enabling execution of arbitrary JavaScript when the data is viewed by others.

Detection Guidance

To detect this vulnerability, inspect the Simple Inventory System's user registration endpoint for improper handling of the last_name parameter. Check if input is stored without validation and rendered unsafely in HTML responses. Review server logs for unusual input patterns or JavaScript injection attempts in stored user data.

Impact Analysis

Exploitation could lead to session hijacking, cookie theft, account takeover, unauthorized actions, or phishing attacks. Attackers may steal sensitive data or manipulate user sessions if they view pages containing the injected script.

Compliance Impact

This vulnerability could violate GDPR by exposing user data through session hijacking or unauthorized access. For HIPAA, it may compromise protected health information if such data is processed in the system. Both standards require protection against unauthorized data access and breaches.

Mitigation Strategies

Immediately implement server-side input validation for the last_name parameter to reject malicious scripts. Apply output encoding when displaying stored user data to prevent XSS execution. Deploy a restrictive Content Security Policy (CSP) to limit script execution. Update to a patched version if available.

Chat Assistant

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

EPSS Chart