CVE-2019-25496
SQL Injection in osCommerce 2.3.4.1 product_info.php Allows Data Exposure
Publication date: 2026-02-27
Last updated on: 2026-03-04
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| oscommerce | oscommerce | 2.3.4.1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a SQL injection issue found in osCommerce version 2.3.4.1. It allows attackers who are not authenticated to manipulate database queries by injecting malicious SQL code through the products_id parameter in the product_info.php file. By modifying the products_id value and appending boolean-based SQL injection payloads, attackers can extract sensitive information from the database.
How can this vulnerability impact me? :
The impact of this vulnerability is significant because it allows attackers to access sensitive database information without any authentication. This can lead to unauthorized disclosure of confidential data, potentially compromising customer information, business data, or other sensitive content stored in the database.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
I don't know