CVE-2025-10436
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-09-15

Last updated on: 2026-04-29

Assigner: VulDB

Description
A weakness has been identified in Campcodes Computer Sales and Inventory System 1.0. The impacted element is an unknown function of the file /pages/sup_searchfrm.php?action=edit. This manipulation of the argument ID causes sql injection. It is possible to initiate the attack remotely. The exploit has been made available to the public and could be exploited.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-09-15
Last Modified
2026-04-29
Generated
2026-05-07
AI Q&A
2025-09-15
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
campcodes computer_sales_and_inventory_system 1.0
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

CVE-2025-10436 is a critical SQL injection vulnerability in Campcodes Computer Sales and Inventory System version 1.0. It occurs in the file /pages/sup_searchfrm.php when accessed with the parameters action=edit and an ID parameter. The vulnerability arises because the ID parameter is not properly validated or sanitized, allowing attackers to inject malicious SQL code. This enables unauthorized manipulation of SQL queries, potentially leading to unauthorized database access, data leakage, data tampering, and full system control. The attack can be performed remotely without authentication. [1, 2, 3]


How can this vulnerability impact me? :

This vulnerability can have severe impacts including unauthorized access to the database, modification or deletion of data, leakage of sensitive information, disruption of services, and potentially full control over the affected system. Since the attack requires no authentication and can be executed remotely, it poses a high risk to the confidentiality, integrity, and availability of the system and its data. [1, 2, 3]


How can this vulnerability be detected on my network or system? Can you suggest some commands?

The vulnerability can be detected by testing the affected URL /pages/sup_searchfrm.php?action=edit with various SQL injection payloads targeting the 'id' parameter. Tools like sqlmap have been used to confirm exploitability. Example detection commands include using sqlmap: sqlmap -u "http://target.com/pages/sup_searchfrm.php?action=edit&id=11" --batch --dbs. Additionally, manual testing with payloads such as UNION-based queries or time-based injections (e.g., using SLEEP() function) can help identify the vulnerability. [3]


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include implementing prepared statements with parameter binding to separate SQL code from user input, enforcing strict input validation and filtering on the 'id' parameter, minimizing database user permissions to avoid using high-privilege accounts for routine operations, and conducting regular security audits. Since no known countermeasures or patches exist, replacing the affected software with an alternative product is recommended to secure the system and maintain data integrity. [1, 2, 3]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart