Description
A security flaw has been discovered in CodeAstro Ecommerce Website 1.0. Impacted is an unknown function of the file /customer/my_account.php?my_wishlist. The manipulation of the argument delete_wishlist results in sql injection. The attack can be launched remotely. The exploit has been released to the public and may be used for attacks.
Published: 2026-07-06
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A security flaw has been discovered in CodeAstro Ecommerce Website 1.0 that allows manipulation of the delete_wishlist argument in the /customer/my_account.php?my_wishlist request, resulting in arbitrary SQL injection. The remote attacker can alter or read database contents, potentially compromising data integrity or confidentiality. The weakness is classified as CWE-74 and CWE-89, and a publicly released exploit confirms that attackers can launch the attack remotely.

Affected Systems

The flaw affects CodeAstro Ecommerce Website 1.0, specifically the delete_wishlist logic within the my_account.php page. No further function name is disclosed, but the vulnerability is exercised via the delete_wishlist parameter of that URL.

Risk and Exploitability

The CVSS score of 5.3 indicates medium severity for data compromise. The EPSS score of <1% suggests a very low likelihood of exploitation under normal circumstances, and the vulnerability is not listed in the CISA KEV catalog. However, the presence of a public exploit and the ability to launch the attack remotely increase operational concern. The combination of medium severity, low EPSS, and a remote attack vector warrants timely remediation.

Generated by OpenCVE AI on July 23, 2026 at 15:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any available vendor patch for CodeAstro Ecommerce Website 1.0 that addresses the SQL injection in delete_wishlist.
  • If no patch exists, enforce strict input validation on the delete_wishlist parameter or refactor the code to use prepared statements that prevent direct SQL string construction.
  • Deploy or configure a web application firewall or intrusion prevention system with signatures for SQL injection attacks targeting the /customer/my_account.php endpoint.

Generated by OpenCVE AI on July 23, 2026 at 15:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 06 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 06 Jul 2026 06:00:00 +0000

Type Values Removed Values Added
Description A security flaw has been discovered in CodeAstro Ecommerce Website 1.0. Impacted is an unknown function of the file /customer/my_account.php?my_wishlist. The manipulation of the argument delete_wishlist results in sql injection. The attack can be launched remotely. The exploit has been released to the public and may be used for attacks.
Title CodeAstro Ecommerce Website my_account.php sql injection
First Time appeared Codeastro
Codeastro ecommerce Website
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:codeastro:ecommerce_website:*:*:*:*:*:*:*:*
Vendors & Products Codeastro
Codeastro ecommerce Website
References
Metrics cvssV2_0

{'score': 6.5, 'vector': 'AV:N/AC:L/Au:S/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 6.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 6.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Codeastro Ecommerce Website
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-06T16:48:57.418Z

Reserved: 2026-07-05T18:35:18.514Z

Link: CVE-2026-14799

cve-icon Vulnrichment

Updated: 2026-07-06T16:35:53.013Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-23T15:30:04Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')