Description
knowns through 0.33.0 contains a server-side request forgery vulnerability in the POST /api/embedding-models/test endpoint that issues outbound requests to caller-supplied destinations without validation. Attackers can enumerate internal hosts and cloud metadata endpoints by observing transport error messages that reveal network reachability information.
Published: 2026-09-07
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

KnownS v0.33.0 suffers from a server‑side request forgery flaw when the POST /api/embedding-models/test endpoint is called. The application opens outbound HTTP connections to URLs supplied by the caller without validating that the target is permitted. An attacker who can trigger this endpoint can force the server to make requests to arbitrary destinations, potentially exposing internal host addresses or cloud metadata services. The vulnerability is a classic CSRF‑like misuse of outbound traffic and maps to CWE‑918, which can lead to information disclosure and style system compromise.

Affected Systems

The affected product is the KnownS application. Any installation of KnownS 0.33.0 or earlier that exposes the embedding‑models API to external users is vulnerable; no other versions are listed as affected.

Risk and Exploitability

The CVSS score of 6.9 indicates a medium severity that can impact confidentiality and availability. Because the EPSS score is not available, the data does not indicate how frequently this flaw has been exploited in the wild, and it is not listed in CISA’s KEV catalog. The likely attack vector is remote, via an authenticated or unauthenticated client that can send requests to the vulnerable API endpoint. Successful exploitation allows enumeration of internal hosts and metadata services such as cloud instance metadata endpoints – information that can be used to pivot into further network attacks.

Generated by OpenCVE AI on September 8, 2026 at 00:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade KnownS to a version newer than 0.33.0.
  • Restrict outbound connections from the KnownS server to trusted hosts only via network policy or firewall rules.
  • Add input validation to the /api/embedding-models/test endpoint to whitelist allowed destination URLs.

Generated by OpenCVE AI on September 8, 2026 at 00:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 08 Sep 2026 00:45:00 +0000

Type Values Removed Values Added
First Time appeared Knowns-dev
Knowns-dev knowns
Vendors & Products Knowns-dev
Knowns-dev knowns

Mon, 07 Sep 2026 23:15:00 +0000

Type Values Removed Values Added
Description knowns through 0.33.0 contains a server-side request forgery vulnerability in the POST /api/embedding-models/test endpoint that issues outbound requests to caller-supplied destinations without validation. Attackers can enumerate internal hosts and cloud metadata endpoints by observing transport error messages that reveal network reachability information.
Title knowns through 0.33.0 Server-Side Request Forgery via embedding-models endpoint
Weaknesses CWE-918
References
Metrics cvssV3_1

{'score': 7.2, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N'}

cvssV4_0

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


Subscriptions

Knowns-dev Knowns
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-07T23:03:17.906Z

Reserved: 2026-09-07T22:18:47.365Z

Link: CVE-2026-86539

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-07T23:16:53.583

Modified: 2026-09-07T23:16:53.583

Link: CVE-2026-86539

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-08T00:30:17Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)