Description
Quick.Cart stores hard-coded, plaintext admin credentials in a configuration file. This flaw allows attackers with access to the server file system to retrieve authentication details, potentially leading to privilege escalation.


The vendor assessed the likelihood of exploitation as very low and determined that a fix is not necessary.



Only version 6.7 was tested but all versions should be considered as vulnerable.
Published: 2026-07-28
Score: 6.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Quick.Cart stores hard‑coded administrative credentials in a plain‑text configuration file. This flaw allows an attacker who can read the server’s file system to obtain those credentials, resulting in credential disclosure and potentially granting privileged access to the application. The weakness is a classic hard‑coded credential issue (CWE‑256), providing a straightforward path to elevate privileges within the cart system.

Affected Systems

OpenSolution’s Quick.Cart shopping‑cart software, including version 6.7 (the only version specifically tested) and all other releases, is affected by this vulnerability.

Risk and Exploitability

The CVSS score of 6.8 indicates moderate severity, while the EPSS score of less than 1 % and the vendor’s assessment of a very low exploitation likelihood suggest that the risk to most deployments is low unless an actor already has local or remote file‑system access. Exploitation requires the attacker to obtain read permission on the configuration file, a condition typically met only after the system has been compromised or misconfigured. Consequently, the primary attack vector is local or post‑compromise file‑system access rather than remote exploitation.

Generated by OpenCVE AI on August 3, 2026 at 15:11 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Ensure the configuration file containing credentials is protected with restrictive permissions (e.g., chmod 600) so that only privileged users can read it.
  • Replace hard‑coded credentials with a secure credential management solution such as environment variables or a secret store to avoid storing secrets in clear text.
  • If a vendor issue or update removes hard‑coded credentials, apply it promptly; otherwise reconfigure the application to use account‑based authentication with least privilege.

Generated by OpenCVE AI on August 3, 2026 at 15:11 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 28 Jul 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 28 Jul 2026 16:15:00 +0000

Type Values Removed Values Added
Description Quick.Cart stores hard-coded, plaintext admin credentials in a configuration file. This flaw allows attackers with access to the server file system to retrieve authentication details, potentially leading to privilege escalation. The vendor assessed the likelihood of exploitation as very low and determined that a fix is not necessary. Only version 6.7 was tested but all versions should be considered as vulnerable.
Title Hard-coded admin credentials in Quick.Cart
First Time appeared Opensolution
Opensolution quick.cart
Weaknesses CWE-256
CPEs cpe:2.3:a:opensolution:quick.cart:*:*:*:*:*:*:*:*
Vendors & Products Opensolution
Opensolution quick.cart
References
Metrics cvssV4_0

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


Subscriptions

Opensolution Quick.cart
cve-icon MITRE

Status: PUBLISHED

Assigner: CERT-PL

Published:

Updated: 2026-07-28T19:19:36.287Z

Reserved: 2026-04-22T10:35:11.713Z

Link: CVE-2026-41874

cve-icon Vulnrichment

Updated: 2026-07-28T19:19:31.022Z

cve-icon NVD

Status : Deferred

Published: 2026-07-28T13:18:23.180

Modified: 2026-07-30T16:29:42.347

Link: CVE-2026-41874

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T15:15:04Z

Weaknesses
  • CWE-256

    Plaintext Storage of a Password