← Vulnerability feed

Vulnerability record · CVE-2021-41649 · published 1 October 2021

CVE-2021-41649: Unauthenticated SQL injection in online-shopping-system-advanced cat_id parameter

OOnline Shopping System Advanced Project · Online Shopping System Advanced

The PuneethReddyHC online-shopping-system-advanced application fails to sanitize the cat_id parameter in a POST request to /homeaction.php, allowing unauthenticated SQL injection. Because the endpoint is reachable without credentials and the flaw affects confidentiality, integrity and availability, it is a serious risk for any exposed deployment.

9.8 CVSS 3.1 Critical EPSS 52% · top 1.1% CWE-89 · SQL injection
9.8CVSS 3.1 base score, v2 7.5
52%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
8References, 6 tagged exploit
17 Jun 2026Last modified by NVD

Description

An un-authenticated SQL Injection exists in PuneethReddyHC online-shopping-system-advanced through the /homeaction.php cat_id parameter. Using a post request does not sanitize the user input.

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 20 September 2026. Confidence: high.

critical priorityUnauthenticated network-reachable SQL injection with CVSS 9.8 and high EPSS makes exploitation likely and impact severe.

What it is

The PuneethReddyHC online-shopping-system-advanced application fails to sanitize the cat_id parameter in a POST request to /homeaction.php, allowing unauthenticated SQL injection. Because the endpoint is reachable without credentials and the flaw affects confidentiality, integrity and availability, it is a serious risk for any exposed deployment.

Impact

An attacker can read, modify or destroy database contents and potentially execute database-level operations, compromising the whole shopping application and its stored data.

Attack surface

Reached over the network via a POST request to /homeaction.php with a crafted cat_id parameter; no authentication or user interaction is required per the CVSS vector (AV:N/AC:L/PR:N/UI:N).

Exploitation

Public exploit references exist (GitHub and video advisories), and EPSS is high at roughly 0.52 (98.9th percentile), though the CVE is not listed in CISA KEV.

What to do

  • Apply the vendor fix or upgrade to a patched version of online-shopping-system-advanced if one is available.
  • If no patch exists, replace or retire the affected component, or isolate it from untrusted networks.
  • Use parameterized queries or prepared statements for all database access in homeaction.php and similar endpoints.
  • Deploy a WAF rule to block SQL injection patterns on the cat_id parameter and other unsanitized inputs.
  • Restrict database account privileges used by the application to the minimum required.

Detection

  • Monitor web logs for POST requests to /homeaction.php with suspicious cat_id values containing SQL metacharacters or keywords.
  • Alert on database errors or unusual query patterns originating from the web application.
  • Baseline normal cat_id values and flag deviations, especially from single source IPs.
  • Review database audit logs for unexpected reads, writes or schema changes from the application account.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

Track CVE-2021-41649 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

9.8CVE-2022-42109Online-shopping-system-advanced project online-shopping-system-advanced sql injection vulnerabilityOnline-shopping-system-advanced 1.0 was discovered to contain a SQL injection vulnerability via the p parameter at /shopping/product.php.EPSS 1.1%7.5CVE-2021-41648Online-shopping-system-advanced project online-shopping-system-advanced sql injection vulnerabilityAn un-authenticated SQL Injection exists in PuneethReddyHC online-shopping-system-advanced through the /action.php prId parameter. Using a post reque…EPSS 10%5.4CVE-2023-3311Online-shopping-system-advanced project online-shopping-system-advanced cross-site scripting vulnerabilityA vulnerability, which was classified as problematic, was found in PuneethReddyHC online-shopping-system-advanced 1.0. This affects an unknown part o…EPSS 0.59%9.8CVE-2026-76461Cisco AsyncOS email parsing SQL injection allows root command executionCisco AsyncOS Software for Cisco Secure Email Gateway fails to properly validate email parsing input, allowing crafted email messages containing mali…KEVEPSS 28%analysed9.3CVE-2026-9586Sangoma Switchvox unauthenticated SQL injection in /pa endpointSangoma Switchvox SMB Edition 8.3 (104997) fails to sanitize the PhoneIP value from XML content beginning with <PolycomIPPhone> before concatenating …KEVEPSS 19%analysed10.0CVE-2026-72898Metabase unauthenticated SQL injection in reset_password endpointMetabase exposes a database endpoint, '/reset_password', that fails to neutralize attacker-supplied SQL, allowing arbitrary SQL injection. Because th…KEVEPSS 19%analysed5.9CVE-2026-60137WordPress WP_Query author__not_in SQL injectionWordPress core fails to properly sanitise the author__not_in parameter of WP_Query in versions before 6.8.6, 6.9.5 and 7.0.2, allowing SQL injection …KEVEPSS 5.9%analysed9.8CVE-2026-9082Drupal core SQL injection in unauthenticated request pathDrupal core contains a SQL injection flaw (CWE-89) caused by improper neutralization of special elements in SQL commands. It affects multiple core br…KEVEPSS 16%analysed

Source: NIST National Vulnerability Database (record CVE-2021-41649), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.