VYPR
Unrated severityNVD Advisory· Published Apr 26, 2023· Updated Feb 3, 2025

CVE-2023-30112

CVE-2023-30112

Description

Medicine Tracker System in PHP 1.0.0 is vulnerable to SQL Injection.

AI Insight

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

Medicine Tracker System in PHP 1.0.0 is vulnerable to SQL injection through unauthenticated web requests.

Vulnerability

Medicine Tracker System in PHP version 1.0.0 contains a SQL injection vulnerability [1]. The application fails to properly sanitize user-controlled input before using it in SQL queries. The exact parameters vulnerable have been documented in the reference [1]. This software is a web-based medicine tracking application written in PHP.

Exploitation

An unauthenticated attacker can exploit this vulnerability by sending crafted HTTP requests to the affected parameters [1]. No authentication is required. The attacker can inject malicious SQL statements through input fields, which are processed by the backend database without proper sanitization.

Impact

Successful exploitation allows an attacker to extract, modify, or delete arbitrary data from the application's database [1]. This can lead to disclosure of sensitive patient or medical information, and potentially complete compromise of the database server's data.

Mitigation

No patched version has been released [1]. As a mitigation, users should implement input validation and parameterized queries in the application code to prevent SQL injection. The vendor should be contacted for an official fix.

AI Insight generated on May 25, 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

2

News mentions

0

No linked articles in our index yet.