Description
Improper validation of the quantity parameter in the add-to-cart path of Webkul Bagisto v2.4.9 allows authenticated attackers to reduce their order total below the legitimate price of shippable goods.
Published: 2026-09-15
Score: 8.1 High
EPSS: < 1% Very Low
KEV: No
Impact: Financial Loss via Cart Manipulation
Action: Immediate Update
AI Analysis

Impact

Authenticated users can send a quantity parameter that is not validated in the add‑to‑cart route, causing the order total to be calculated below the true price of shippable goods. This flaw is an input validation weakness (CWE-20) that can be exploited to create fraudulent orders and result in financial loss for the merchant.

Affected Systems

Webkul Bagisto version 2.4.9 is affected. No other product or version information is supplied by the CNA. The issue exists in the add‑to‑cart functionality of this e‑commerce application.

Risk and Exploitability

The vulnerability carries a high CVSS score of 8.1 and is not listed in the CISA KEV catalog. EPSS data is not available, so the current exploitation probability cannot be quantified. The flaw requires authentication, indicating the attacker must have valid credentials or compromise an account. Once authenticated, an attacker can manipulate cart totals at will, creating a direct financial impact for the merchant if the fraud is not detected.

Generated by OpenCVE AI on September 16, 2026 at 07:43 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Bagisto to the latest stable release that implements quantity validation for the add‑to‑cart endpoint.
  • Add server‑side checks to verify that the quantity value is a positive integer and that the total price is calculated using the product’s official unit price before billing is performed.
  • If an immediate upgrade is not feasible, enforce a strict cart‑total validation on the server or temporarily block the add‑to‑cart API for authenticated users until the vulnerability is remediated.

Generated by OpenCVE AI on September 16, 2026 at 07:43 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 15 Sep 2026 23:00:00 +0000

Type Values Removed Values Added
First Time appeared Webkul
Webkul bagisto
Vendors & Products Webkul
Webkul bagisto

Tue, 15 Sep 2026 20:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
Metrics cvssV3_1

{'score': 8.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N'}

ssvc

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


Tue, 15 Sep 2026 19:00:00 +0000

Type Values Removed Values Added
Description Improper validation of the quantity parameter in the add-to-cart path of Webkul Bagisto v2.4.9 allows authenticated attackers to reduce their order total below the legitimate price of shippable goods.
References

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-09-15T19:34:53.578Z

Reserved: 2026-08-25T00:00:00.000Z

Link: CVE-2026-79410

cve-icon Vulnrichment

Updated: 2026-09-15T19:34:49.782Z

cve-icon NVD

Status : Received

Published: 2026-09-15T19:17:39.943

Modified: 2026-09-15T20:17:57.927

Link: CVE-2026-79410

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-16T07:45:10Z

Weaknesses
  • CWE-20

    Improper Input Validation