CVE-2026-67990
Received Received - Intake

CSRF Bypass in Basecamp Upright Alertmanager

Vulnerability report for CVE-2026-67990, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-13

Last updated on: 2026-08-13

Assigner: MITRE

Description

basecamp/upright at commit efe4f2e5254ac6e57e45d2261804cca74dbbca3f disables Rails CSRF protection for its Alertmanager and Prometheus proxy controllers. An unauthenticated attacker can induce a logged-in user's browser to submit requests that are forwarded to enabled upstream write or management endpoints, such as creating an Alertmanager silence or requesting a Prometheus reload. The final impact depends on the APIs enabled by the upstream services.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-13
Last Modified
2026-08-13
Generated
2026-08-13
AI Q&A
2026-08-13
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
basecamp upright *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a Cross-Site Request Forgery (CSRF) vulnerability in basecamp/upright at a specific commit. The Rails CSRF protection is disabled for Alertmanager and Prometheus proxy controllers. An unauthenticated attacker can trick a logged-in user's browser into sending requests to upstream endpoints, such as creating Alertmanager silences or triggering Prometheus reloads.

Detection Guidance

Check if Rails CSRF protection is disabled in the PrometheusProxyController or AlertmanagerProxyController files by inspecting the code for skip_forgery_protection. Verify if the controllers proxy requests to upstream write endpoints without authentication. Use network monitoring to detect unauthorized requests to Alertmanager or Prometheus management APIs.

Impact Analysis

An attacker could exploit this to perform unauthorized actions on your behalf if you are logged into the system. This includes creating alerts, modifying configurations, or reloading services, depending on what upstream APIs are enabled.

Mitigation Strategies

Enable CSRF protection in the affected controllers by removing skip_forgery_protection. Ensure all proxy endpoints require authentication. Update to a patched version of upright if available. Restrict network access to Alertmanager and Prometheus management APIs.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-67990. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart