Description
Ecommerce-project-with-php-and-mysqli-Fruits-Bazar 1.0 is vulnerable to SQL Injection in /show_price_by_pdtId.php.
Published: 2026-07-30
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The application, Ecommerce-project-with-php-and-mysqli-Fruits-Bazar version 1.0, contains a flaw that allows an attacker to inject arbitrary SQL statements into the /show_price_by_pdtId.php script. The vulnerability arises because user supplied parameters are concatenated directly into an SQL query without validation or sanitization, creating a classic SQL injection (CWE-89). An attacker could use this flaw to read sensitive product pricing information, modify or delete database records, or potentially extract all data from the underlying MySQL database, leading to confidentiality and integrity violations.

Affected Systems

The affected product is the Fruits‑Bazar e‑commerce application shipped at version 1.0. No vendor or product details are publicly listed, but the vulnerable URL path /show_price_by_pdtId.php is known.

Risk and Exploitability

The CVSS score of 9.8 places the issue in the critical severity range, and the EPSS score of less than 1% indicates a low likelihood of exploitation at present. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog. The attack vector is a remote web request to the vulnerable PHP script with crafted parameters, implying that any exposed instance of the application could be targeted without the need for local access.

Generated by OpenCVE AI on August 2, 2026 at 07:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Rewrite queries to use prepared statements or parameterized calls to eliminate user input from raw SQL strings.
  • Validate and sanitize all user input before including it in SQL statements.
  • Configure the database user used by the application to have only the least privileges necessary for its functions.

Generated by OpenCVE AI on August 2, 2026 at 07:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 02 Aug 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Creativesaiful
Creativesaiful ecommerce-project-with-php-and-mysqli-fruits-bazar
Vendors & Products Creativesaiful
Creativesaiful ecommerce-project-with-php-and-mysqli-fruits-bazar

Sun, 02 Aug 2026 08:00:00 +0000

Type Values Removed Values Added
Title SQL Injection Vulnerability in Fruits Bazar Product Price Script

Fri, 31 Jul 2026 23:30:00 +0000

Type Values Removed Values Added
Title SQL Injection Vulnerability in Fruits Bazar Product Price Script

Fri, 31 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-89
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 30 Jul 2026 20:45:00 +0000


Subscriptions

Creativesaiful Ecommerce-project-with-php-and-mysqli-fruits-bazar
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-07-31T18:27:20.234Z

Reserved: 2025-11-18T00:00:00.000Z

Link: CVE-2025-65336

cve-icon Vulnrichment

Updated: 2026-07-31T18:26:30.331Z

cve-icon NVD

Status : Deferred

Published: 2026-07-30T21:16:50.690

Modified: 2026-07-31T19:17:01.110

Link: CVE-2025-65336

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-02T20:34:54Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')