VYPR
Unrated severityNVD Advisory· Published Aug 28, 2023· Updated Oct 2, 2024

CVE-2023-39708

CVE-2023-39708

Description

A stored cross-site scripting (XSS) vulnerability in Free and Open Source Inventory Management System v1.0 allows attackers to execute arbitrary web scripts or HTML via injecting a crafted payload into the Add New parameter under the New Buy section.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Stored XSS in Free and Open Source Inventory Management System v1.0 allows attackers to inject arbitrary web scripts via the Add New parameter in the New Buy section.

Vulnerability

A stored cross-site scripting (XSS) vulnerability exists in Free and Open Source Inventory Management System v1.0 [1]. The flaw resides in the "Add New" parameter under the "New Buy" section. An attacker can inject a crafted payload (e.g., ">) which is stored and later executed when the page is viewed. The software is available from SourceCodester [1].

Exploitation

An attacker must have access to the application's registration and login functionality. After registering and logging in, the attacker navigates to the New Buy section (/index.php?page=buy_product). In the "Add New" field, the attacker submits a payload such as "> and clicks Submit [2]. The payload is stored and will execute in the context of any user who views the affected page.

Impact

Successful exploitation allows an attacker to execute arbitrary JavaScript in the browser of any user who accesses the New Buy section. This can lead to session hijacking, defacement, or theft of sensitive information. The attack is stored (persistent) and does not require user interaction beyond viewing the page.

Mitigation

As of the publication date (2023-08-28), no official patch has been released. The vendor (SourceCodester) has not provided a fixed version. Users should consider input validation and output encoding to prevent XSS, or restrict access to the application until a patch is available. The CVE is not listed in CISA's Known Exploited Vulnerabilities catalog.

AI Insight generated on May 26, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

3

News mentions

0

No linked articles in our index yet.