Description
Slink before 1.12.3 fails to properly authorize access to image comment endpoints, allowing unauthenticated attackers to read comment threads via GET /api/image/{imageId}/comments and server-sent-events subscriptions. Attackers who obtain image IDs out of band can retrieve full comment threads on public images and subscribe to live comment updates without authentication or authorization checks.
Published: 2026-09-04
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A missing authorization check on Slink’s image comment endpoints allows an attacker who knows an image identifier to retrieve the entire comment thread via a simple GET request, and to subscribe to live comment updates over server‑sent‑events. The vulnerability does not grant execution or modification rights, but it does expose potentially sensitive discussion data and allows observation of user interactions in real time. The impact is primarily on confidentiality, as the attacker can view comments that may contain personal or sensitive information about image owners or collaborators.

Affected Systems

Vendors A. Kryvoviaz’s Slink application, any deployment that includes a version earlier than 1.12.3. No specific patch version details are listed beyond the release of v1.12.3, which is stated to address the issue.

Risk and Exploitability

The CVSS score of 6.9 indicates a medium severity. EPSS data is not available, and the vulnerability is not listed in the CISA KEV catalog. Attackers would need the image identifier, which can be obtained out of band, and would access the vulnerability over the network through the public API. The absence of authentication or authorization checks makes exploitation straightforward for anyone who can reach the API endpoints.

Generated by OpenCVE AI on September 4, 2026 at 15:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Slink 1.12.3 or later to apply the official fix that implements proper authentication checks on image comment endpoints.
  • If an immediate upgrade is not possible, limit exposure by placing the application behind a firewall or VPN that restricts unauthenticated access to the /api/image/*/comments resources.
  • Implement application‑level access control or rate limiting to reduce the likelihood of mass enumeration of image identifiers; consider logging and monitoring for repeated subscription attempts.

Generated by OpenCVE AI on September 4, 2026 at 15:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 04 Sep 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Fri, 04 Sep 2026 14:45:00 +0000

Type Values Removed Values Added
Description Slink before 1.12.3 fails to properly authorize access to image comment endpoints, allowing unauthenticated attackers to read comment threads via GET /api/image/{imageId}/comments and server-sent-events subscriptions. Attackers who obtain image IDs out of band can retrieve full comment threads on public images and subscribe to live comment updates without authentication or authorization checks.
Title Slink before 1.12.3 Missing Authorization on Image Comment Endpoints
First Time appeared Slinkapp
Slinkapp slink
Weaknesses CWE-862
CPEs cpe:2.3:a:slinkapp:slink:*:*:*:*:*:*:*:*
Vendors & Products Slinkapp
Slinkapp slink
References
Metrics cvssV3_1

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

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-04T17:45:58.601Z

Reserved: 2026-09-04T11:00:28.731Z

Link: CVE-2026-85605

cve-icon Vulnrichment

Updated: 2026-09-04T17:45:55.570Z

cve-icon NVD

Status : Received

Published: 2026-09-04T15:17:41.233

Modified: 2026-09-04T18:18:04.047

Link: CVE-2026-85605

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T15:30:07Z

Weaknesses