Description
A vulnerability was detected in opensourcepos Open Source Point of Sale up to 3.4.2. This affects the function Login::index of the file app/Config/Filters.php of the component Login Endpoint. The manipulation results in improper restriction of excessive authentication attempts. The attack may be launched remotely. The attack requires a high level of complexity. It is indicated that the exploitability is difficult. The exploit is now public and may be used. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-08-15
Score: 6.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in the Login Endpoint Filters.php index in Open Source Point of Sale up to version 3.4.2 allows an attacker to bypass the normal restriction on authentication attempts. The vulnerability creates a path for excessive login retries, enabling brute‑force efforts that could compromise accounts or exhaust resources. The issue stems from improper authentication controls (CWE‑307) and insufficient error handling (CWE‑799), and its exploit is publicly available and identified as high‑complexity but difficult to execute.

Affected Systems

The affected product is opensourcepos Open Source Point of Sale, specifically any installation using version 3.4.2 or earlier. No further version data is supplied, so users of older releases should review their deployment for this vulnerability.

Risk and Exploitability

The CVSS score of 6.3 indicates a moderate severity risk, and the EPSS score is not reported, suggesting limited publicly known exploitation activity. Because the attack can be launched remotely and requires high complexity, the likelihood of exploitation is considered moderate. The vulnerability is not listed in CISA’s KEV catalog. Without an official patch, the risk relies on the ability to mitigate brute‑force attempts through configuration or custom code.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Implement a rate‑limit or lock‑out policy on login attempts to prevent excessive authentication retries
  • Upgrade to a patched release of Open Source Point of Sale as soon as an official fix is released
  • Monitor authentication logs for abnormal patterns and manually lock accounts that exceed safe thresholds

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 15 Aug 2026 13:45:00 +0000

Type Values Removed Values Added
Description A vulnerability was detected in opensourcepos Open Source Point of Sale up to 3.4.2. This affects the function Login::index of the file app/Config/Filters.php of the component Login Endpoint. The manipulation results in improper restriction of excessive authentication attempts. The attack may be launched remotely. The attack requires a high level of complexity. It is indicated that the exploitability is difficult. The exploit is now public and may be used. The project was informed of the problem early through an issue report but has not responded yet.
Title opensourcepos Open Source Point of Sale Login Endpoint Filters.php index excessive authentication
First Time appeared Opensourcepos
Opensourcepos open Source Point Of Sale
Weaknesses CWE-307
CWE-799
CPEs cpe:2.3:a:opensourcepos:open_source_point_of_sale:*:*:*:*:*:*:*:*
Vendors & Products Opensourcepos
Opensourcepos open Source Point Of Sale
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


Subscriptions

Opensourcepos Open Source Point Of Sale
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-15T13:30:08.755Z

Reserved: 2026-08-14T18:52:20.874Z

Link: CVE-2026-19895

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T14:17:07.840

Modified: 2026-08-15T14:17:07.840

Link: CVE-2026-19895

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-15T15:45:06Z

Weaknesses
  • CWE-307

    Improper Restriction of Excessive Authentication Attempts

  • CWE-799

    Improper Control of Interaction Frequency