A vulnerability was determined in code-projects Online Shopping System 1.0. Affected by this issue is some unknown functionality of the file /action.p...
Description
A vulnerability was determined in code-projects Online Shopping System 1.0. Affected by this issue is some unknown functionality of the file /action.php of the component Search Functionality. This manipulation of the argument keyword causes sql injection. It is possible to initiate the attack remotely. The exploit has been publicly disclosed and may be utilized.
AI Analyst Comment
Remediation
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Description Summary:
The Online Shopping System version 1.0 contains a time-based blind SQL injection vulnerability in the search functionality, allowing unauthenticated remote attackers to extract backend database data.
Executive Summary:
An unauthenticated SQL injection vulnerability in Code-Projects Online Shopping System version 1.0 allows remote attackers to compromise sensitive database information.
Vulnerability Details
CVE-ID: CVE-2026-82701
Affected Software: Code-Projects Online Shopping System
Affected Versions: 1.0
Vulnerability: This is a time-based blind SQL injection flaw located in the search functionality at the /action.php endpoint. By manipulating the unauthenticated keyword parameter, an attacker can execute arbitrary SQL expressions and infer database content through observable variations in server response times.
Business Impact
Successful exploitation of this vulnerability can lead to the unauthorized extraction of sensitive data stored in the database, including user records, administrator credentials, and order history. Given the CVSS score of 7.3, this represents a significant risk to data confidentiality and application integrity, potentially leading to widespread account compromise and severe reputational damage.
Remediation Plan
Immediate Action: There is currently no official vendor patch available. Administrators should restrict access to the /action.php endpoint or disable the search functionality until a secure update is provided by the vendor.
Proactive Monitoring: Review web server and database access logs for unusual patterns, such as repeated requests to /action.php containing SQL syntax, or anomalous response times associated with search queries.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block SQL injection patterns, specifically targeting the keyword parameter in POST requests.
Exploitation Status
Public Exploit Available: Yes, a proof-of-concept exists as documented in the security researcher's write-up published on GitHub.
Analyst Notes: As of September 1, 2026, there is no information confirming active exploitation in the wild; however, a functional proof-of-concept is publicly available via the researcher's technical disclosure. The vulnerability is inherently exploitable due to the lack of input sanitization and the failure to utilize parameterized queries when interacting with the database.
Analyst Recommendation
This vulnerability presents a high risk due to its accessibility to unauthenticated users and the availability of public exploit documentation. Organizations utilizing this software must prioritize the implementation of compensating controls, such as WAF filtering, and monitor for unauthorized activity while awaiting an official security update from the vendor.