Description
A security vulnerability has been detected in ItzCrazyKns Vane up to 1.12.1. Affected by this issue is some unknown functionality of the file route.ts of the component API. The manipulation leads to missing authentication. The attack may be initiated remotely. The attack's complexity is rated as high. The exploitation is known to be difficult. The exploit has been disclosed publicly and may be used. It appears that basic authentication is planned.
Published: 2026-05-24
Score: 6.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability lies in the API route component of Vane, where authentication is omitted from a critical route. An attacker can exploit this flaw remotely, though the attack requires a high level of expertise and is considered difficult to execute. Successfully bypassing authentication grants the attacker unauthorized access to the API, which could lead to data exposure or further compromise of the system depending on the permissions granted to the route.

Affected Systems

The software affected is Vane by ItzCrazyKns, with all releases up to version 1.12.1 vulnerable. The missing authentication check resides in the route.ts file of the component API, and users of any of the released versions within that range are impacted.

Risk and Exploitability

The CVSS score of 6.3 indicates a medium‑to‑high severity, while the EPSS score is not available, so precise exploitation probability cannot be quantified. The vulnerability is not listed in the CISA KEV catalog, suggesting it has not yet been widely exploited. The attack vector is inferred to be remote, as the description states the attack may be initiated remotely, and the high complexity and difficulty imply that a dedicated attacker would be required to find and use a working exploit.

Generated by OpenCVE AI on May 24, 2026 at 11:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Vane to a version that contains authentication in route.ts—at minimum the next release after 1.12.1.
  • If an upgrade cannot be performed immediately, apply the local fix referenced in GitHub issue 1122 or the patch commit that restores authentication to the route.
  • Block external traffic to the vulnerable API endpoint(s) using firewall or reverse‑proxy rules until the authentication safeguard is in place.

Generated by OpenCVE AI on May 24, 2026 at 11:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 26 May 2026 15:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Sun, 24 May 2026 10:00:00 +0000

Type Values Removed Values Added
Description A security vulnerability has been detected in ItzCrazyKns Vane up to 1.12.1. Affected by this issue is some unknown functionality of the file route.ts of the component API. The manipulation leads to missing authentication. The attack may be initiated remotely. The attack's complexity is rated as high. The exploitation is known to be difficult. The exploit has been disclosed publicly and may be used. It appears that basic authentication is planned.
Title ItzCrazyKns Vane API route.ts missing authentication
First Time appeared Itzcrazykns
Itzcrazykns vane
Weaknesses CWE-287
CWE-306
CPEs cpe:2.3:a:itzcrazykns:vane:*:*:*:*:*:*:*:*
Vendors & Products Itzcrazykns
Itzcrazykns vane
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


Subscriptions

Itzcrazykns Vane
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-05-26T14:32:47.756Z

Reserved: 2026-05-23T13:49:07.801Z

Link: CVE-2026-9371

cve-icon Vulnrichment

Updated: 2026-05-26T14:32:43.857Z

cve-icon NVD

Status : Deferred

Published: 2026-05-24T10:16:16.687

Modified: 2026-05-26T19:54:40.357

Link: CVE-2026-9371

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-24T13:00:10Z

Weaknesses
  • CWE-287

    Improper Authentication

  • CWE-306

    Missing Authentication for Critical Function