Description
A vulnerability was identified in cu silicon up to 0.1.5. Affected by this vulnerability is the function create_app of the file views.py of the component edit Endpoint. Such manipulation leads to missing authentication. The attack may be performed from remote. The exploit is publicly available and might be used. The vendor was contacted early about this disclosure but did not respond in any way.
Published: 2026-08-31
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the cu:silicon edit endpoint’s create_app function in views.py, where authentication checks are omitted. An attacker who reaches this endpoint over the network can invoke the create_app operation without proving identity, enabling the creation of new application contexts or other privileged actions. This breach of authentication provides the attacker with unauthorized access to functionality that the system intended to protect.

Affected Systems

cu:silicon components up through version 0.1.5 are vulnerable. Any deployment that has not upgraded beyond 0.1.5 and exposes the edit endpoint is susceptible to this issue.

Risk and Exploitability

The CVSS score of 6.9 indicates a medium severity vulnerability, but the publicly available exploit and the ability to perform the attack remotely increase the practical risk. The EPSS score is not reported, and the issue is not currently listed in CISA’s KEV catalog. Because the vulnerability can be triggered from anywhere with network access, any exposed instance of the affected endpoint represents a potential attack surface until a patch or mitigation is applied.

Generated by OpenCVE AI on August 31, 2026 at 23:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply an available vendor patch or upgrade cu:silicon to a version later than 0.1.5 when released.
  • Restrict network access to the edit endpoint using firewall rules or reverse‑proxy authentication so that only authorized traffic can reach it.
  • If a patch is not yet available, modify the application code or configure the web server to enforce authentication on the /edit endpoint before any operations are executed.

Generated by OpenCVE AI on August 31, 2026 at 23:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 31 Aug 2026 22:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Mon, 31 Aug 2026 21:15:00 +0000

Type Values Removed Values Added
Description A vulnerability was identified in cu silicon up to 0.1.5. Affected by this vulnerability is the function create_app of the file views.py of the component edit Endpoint. Such manipulation leads to missing authentication. The attack may be performed from remote. The exploit is publicly available and might be used. The vendor was contacted early about this disclosure but did not respond in any way.
Title cu silicon edit Endpoint views.py create_app missing authentication
First Time appeared Cu
Cu silicon
Weaknesses CWE-287
CWE-306
CPEs cpe:2.3:a:cu:silicon:*:*:*:*:*:*:*:*
Vendors & Products Cu
Cu silicon
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-31T21:57:43.457Z

Reserved: 2026-08-31T11:16:26.494Z

Link: CVE-2026-82919

cve-icon Vulnrichment

Updated: 2026-08-31T21:44:37.994Z

cve-icon NVD

Status : Received

Published: 2026-08-31T21:17:55.030

Modified: 2026-08-31T22:17:33.613

Link: CVE-2026-82919

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T23:45:06Z

Weaknesses
  • CWE-287

    Improper Authentication

  • CWE-306

    Missing Authentication for Critical Function