CVE-2025-65336
Deferred Deferred - Pending Action

SQL Injection in Ecommerce-project-with-php-and-mysqli-Fruits-Bazar

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

Publication date: 2026-07-30

Last updated on: 2026-07-30

Assigner: MITRE

Description

Ecommerce-project-with-php-and-mysqli-Fruits-Bazar 1.0 is vulnerable to SQL Injection in /show_price_by_pdtId.php.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-30
Last Modified
2026-07-30
Generated
2026-07-31
AI Q&A
2026-07-31
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a SQL Injection in the Ecommerce-project-with-php-and-mysqli-Fruits-Bazar 1.0 application. It exists in the /show_price_by_pdtId.php file, allowing an attacker to manipulate SQL queries by injecting malicious input.

Detection Guidance

To detect SQL injection vulnerabilities like this one, you can use tools such as SQLmap to test the affected endpoint. Example command: sqlmap -u "http://example.com/show_price_by_pdtId.php?pdtId=1" --batch. Manual testing with payloads like ' OR '1'='1 can also help identify vulnerable parameters.

Impact Analysis

This vulnerability could allow attackers to access, modify, or delete sensitive data in the database. They might extract user information, payment details, or other confidential data, leading to financial loss or identity theft.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR and HIPAA. GDPR requires protection of personal data, and a breach could result in fines. HIPAA mandates safeguarding health information, and a breach could lead to legal penalties.

Mitigation Strategies

Immediately apply input validation and parameterized queries to sanitize user inputs. Update the application code to use prepared statements instead of direct SQL queries. Consider disabling the vulnerable endpoint if a patch is unavailable.

Chat Assistant

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

EPSS Chart