Description
A vulnerability was found in karakeep-app karakeep up to 0.32.0. The affected element is the function authorize of the file apps/web/server/auth.ts of the component Login Endpoint. The manipulation results in improper restriction of excessive authentication attempts. The attack may be performed from remote. This attack is characterized by high complexity. The exploitability is described as difficult. The exploit has been made public and could be used. Upgrading to version 0.33.0 is sufficient to fix this issue. The patch is identified as f7d042971d0d2bcc7119654830cf1eb93eabbf24. It is advisable to upgrade the affected component.
Published: 2026-08-18
Score: 6.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability lies in the authorize function of apps/web/server/auth.ts in karakeep-app. The function fails to enforce a restriction on repeated authentication attempts, allowing an attacker to submit unlimited credential guesses. This flaw can lead to account compromise via brute‑force attacks, increasing the risk of unauthorized access and potential data exposure. The weakness is an example of CWE‑307 and is also associated with CWE‑799.

Affected Systems

karakeep-app karakeep versions up to and including 0.32.0 are impacted. Versions 0.33.0 and later contain the fix; upgrading to that release resolves the issue. No other product or version information is available beyond the known affected range.

Risk and Exploitability

The CVSS base score of 6.3 indicates a moderate severity. The EPSS score is not available, and the vulnerability is not listed in CISA KEV, suggesting no current widespread exploitation activity. The attack vector is remote, with high complexity and difficult exploitability, but the public availability of the exploit means that determined adversaries could still target affected installations. Therefore, the risk remains significant enough to warrant prompt remediation.

Generated by OpenCVE AI on August 18, 2026 at 12:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade karakeep-app to version 0.33.0 or later, which includes the security fix.
  • If an upgrade is not immediately possible, apply the individual patch commit identified as f7d042971d0d2bcc7119654830cf1eb93eabbf24 to the affected auth.ts file.
  • Implement or strengthen rate‑limiting on the login endpoint to cap the number of authentication attempts per IP or account, mitigating brute‑force attack impact.
  • Actively monitor login logs for anomalous activity and enforce account lockout or captcha challenges as an additional safeguard.

Generated by OpenCVE AI on August 18, 2026 at 12:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 11:15:00 +0000

Type Values Removed Values Added
Description A vulnerability was found in karakeep-app karakeep up to 0.32.0. The affected element is the function authorize of the file apps/web/server/auth.ts of the component Login Endpoint. The manipulation results in improper restriction of excessive authentication attempts. The attack may be performed from remote. This attack is characterized by high complexity. The exploitability is described as difficult. The exploit has been made public and could be used. Upgrading to version 0.33.0 is sufficient to fix this issue. The patch is identified as f7d042971d0d2bcc7119654830cf1eb93eabbf24. It is advisable to upgrade the affected component.
Title karakeep-app karakeep Login Endpoint auth.ts authorize excessive authentication
First Time appeared Karakeep-app
Karakeep-app karakeep
Weaknesses CWE-307
CWE-799
CPEs cpe:2.3:a:karakeep-app:karakeep:*:*:*:*:*:*:*:*
Vendors & Products Karakeep-app
Karakeep-app karakeep
References
Metrics cvssV2_0

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

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:O/RC:C'}

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:O/RC:C'}

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

Karakeep-app Karakeep
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-19T13:40:09.189Z

Reserved: 2026-08-18T04:30:29.332Z

Link: CVE-2026-75773

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-08-18T11:16:52.200

Modified: 2026-08-20T12:48:31.843

Link: CVE-2026-75773

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T15:00:05Z

Weaknesses
  • CWE-307

    Improper Restriction of Excessive Authentication Attempts

  • CWE-799

    Improper Control of Interaction Frequency